Cannot use USB devices on Virtualbox 2 in Intrepid

There is a quick fix if you get some USB related errors when opening Preferences in Virtualbox 2.
You only have to add these lines in your /etc/fstab file:

# usbfs
none /proc/bus/usb usbfs devgid=46,devmode=664 0 0
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Live
  • StumbleUpon
  • Technorati
  • LinkedIn
  • MySpace
  • Reddit
  • Twitter
  • email

3 Comments to “Cannot use USB devices on Virtualbox 2 in Intrepid”

  1. Nuc134rB0t says:

    didnt work for me with vbox 2.0.4 in intrepid

    i also did:

    grep vbox /etc/group

    and i got correct number for devgid but that didnt work either.

    i even tried with:

    none /proc/bus/usb usbfs devgid=$TTYGRP,devmode=$TTYMODE

    in a desperate search for the solution, but nothing worked.

    thanks anyways

  2. BooDy says:

    It worked for me, thanks :)

  3. fladenbrot says:

    using the id from
    > grep vbox /etc/group
    in /etc/fstab
    worked for me! thx!
    ___

    > uname -a
    Linux xps 2.6.26-1-686 #1 SMP Fri Mar 13 18:08:45 UTC 2009 i686 GNU/Linux

    from
    > dpkg -s virtualbox-2.1
    [...]Version: 2.1.4-42893_Debian_lenny

Leave a comment