I found the solution  why...you have to add the following entry to /etc/fstab: Code: none /proc/bus/usb usbfs auto,busgid=XXX,busmode=0775,devgid=XXX,devmode=0664 0 0
Replace XXX by the group ID of the group vboxusers. You can determine this value by executing Code: grep vboxusers /etc/group
Of course, the current user should be member of that group. After the next reboot, there should be a directory /proc/bus/usb/ and the device entries below should be accessible by any user of the vboxusers group.
Hope this helps someone!  |