There was a typo in the Virtualbox wiki.
Here is the fix:
1. Uncomment lines 41-44 in file
Code:
# sudo vi /etc/init.d/mountdevsubfs.sh
Locate the line starts with
Code:
Magic to make /proc/bus/usb work
2. Run as root: sudo /etc/init.d/mountdevsubfs.sh start
3. Add the following line to /etc/fstab
Code:
# sudo vi /etc/fstab
Code:
usbfs /proc/bus/usb usbfs devgid=124,devmode=0666 0 0
Where devgid is the group number of your vboxusers group.
4. Reboot.
Good Luck!
NOTE: You can use any editor you like (nano, gedit, etc...)
Idan.