Virtual box USB problems
Nils Kassube
kassube at gmx.net
Tue Sep 23 14:14:50 UTC 2008
Derek Broughton wrote:
> Specifically, your /proc/bus/usb/* needs to be writable by the
> vboxusers group - it isn't in Ubuntu, and even with the help of the
> virtualbox community I haven't been able to figure out the correct udev
> rules to make it boot that way.
Instead of udev I use an entry in "/etc/fstab". It looks like this:
none /proc/bus/usb usbfs devgid=1002,devmode=664 0 0
But replace the 1002 with the group ID for vboxusers on your machine. You
could use this command to make the entry:
echo "none /proc/bus/usb usbfs devgid=$(grep '^vboxusers' /etc/group|
cut -d: -f3),devmode=664 0 0"|sudo tee -a /etc/fstab
Nils
More information about the ubuntu-users
mailing list