Comment 21 for bug 488274

Revision history for this message
Maxim (mmarinchenko) wrote :

Scott James Remnant wrote:
> Ah, of course; can you not point your software at /dev/bus/usb instead?

Sorry, I don't understand. What did you mean?

HASP drivers (aksusbd daemon, version 3.88) don't recognize protection key, without usbfs mounted to /proc/bus/usb.
How can I not point aksusbd daemon at /dev/bus/usb instead?

VirtualBox need the following line in /etc/fstab: "none /proc/bus/usb usbfs devgid=118,devmode=664 0 0".
The number "118" is vboxusers group id. VirtualBox don't allow to use usb devices without these rights.
How can I assign usb hardware usage rights to vboxusers group using udev?