By default, USB support doesn’t work in Gutsy even if you download the latest and greatest here.
To remedy this:
- alt+f2, gksudo gedit /etc/init.d/mountdevsubfs.sh
- Look for the part about magic and make it say this:
- Save the file and run the script via alt+f2, gksudo /etc/init.d/mountdevsubfs.sh
- Restart VirtualBox and bask in the glory of a USB icon under Settings for your virtual machine
#
# Magic to make /proc/bus/usb work
#
mkdir -p /dev/bus/usb/.usbfs
domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb







Posts
upgraded to the latest and I don’t see a magic section in that file. Can you just add it? Thanks
October 19, 2007 @ 9:13 am
Thanx a lot !! it works perfectly!
October 22, 2007 @ 11:10 am
Thank you so much.
I have been looking for a real fix for this and there are all sorts of “work arounds” but this is the only one that worked! I really appreciate it.
October 24, 2007 @ 8:59 pm
[...] ich ein bisschen gesucht habe (nicht gegooglelt, sondern geyahoot) fand ich dann recht schnell die Lösung auf dem Blog von buranen.info. Da unter Gutsy jene Unterstützung per default deaktiviert ist, [...]
November 14, 2007 @ 4:16 am
Vielen vielen Dank, das funktioniert hervorragend
November 15, 2007 @ 5:17 am
bei mir klappts anscheinend nicht:
usb auswahl wird weiterhin nicht angezeigt
bekomme nach:
gksudo /etc/init.d/mountdevsubfs.sh
folgende meldung
ln: Erzeugen der symbolischen Verknüpfung „/dev/bus/usb/devices“ zu „.usbfs/devices“: File exists
ist das normal..
was ist zu tun?
danke für eure tipps
November 20, 2007 @ 3:28 pm
I got the same message as flo. And the USB support is still not availible. Has anybody found a solution for this problem?
December 8, 2007 @ 4:13 pm
Das gleiche Problem wie flo habe ich auch. Gibt es eine Lösung?
December 17, 2007 @ 4:18 pm
Das Problem hat sich erledigt: USB wird nun angezeigt.
December 17, 2007 @ 4:20 pm
hi all,
I had the same problem.
Additional to the procedure described above I had to add the following line to the /etc/fstab:
none /proc/bus/usb usbfs devgid=XXXX,devmode=664 0 0
XXXX ist the group id of vbxusers group.
December 29, 2007 @ 2:50 pm
does not work for me.
December 31, 2007 @ 8:27 am
Hi there, thanks for your hack, it works great, will link you in my blog.
regards Jörg
January 7, 2008 @ 8:04 am
[...] I had a problem related to USB devices with the latest VirtualBox release and Ubuntu 7.10. I found this to fix the problem and it worked out fine. Thanks to Derek Burner at http://buranen.info for his [...]
January 7, 2008 @ 8:07 am
You da man! Long live Linux!
January 30, 2008 @ 3:02 pm
i did everything like the directions say, and VirtualBox is still now showing the USB setting.
March 7, 2008 @ 9:28 am
[...] hatte noch etwas Mühe mit der USB-Anbindung, welche ich dann mit einem Hinweis von buranen.info umschiffen konnte. Auf ubuntuusers.de gibt es ebenfalls eine Erklärung zu diesem [...]
June 5, 2008 @ 10:19 pm