Blog

Posts Tagged ‘Ubuntu Virtualbox

30 Oct, 2008

VirtualBox with USB support under Ubuntu Intrepid

Posted by: admin In: Linux

As it turnes out you need VirtualBox non-free in order to get USB support. Bah.. That’s one wasted hour trying to activate USB support in the free edition you find in Ubuntu’s repositories.
Once I figured that out it turned out to be really easy. Just append this line to /etc/fstab
none /proc/bus/usb usbfs devgid=46,devmode=666 0 0
… [...]