Fixing USB issue on virtualbox in Fedora


Having issue on USB using virtualbox? or your having a problem that you cannot use any usb device to detect inside virtualbox? here’s a simple solution just to detect the device based on my experience using fedora 16 installed with virtualbox :



1. Once you install virtualbox, you need to access the user and groups


2. Go to groups and look for vboxusers


3. Double click to go to properties and add your account


4. Once done,you need to edit the /etc/fstab file and just add this line


none /proc/bus/usb usbfs devgid=991,devmode=664 0 0


Note: You need to change the 991 to the group ID which you can locate on the user and groups.


5. reboot your machine


Now you can test to plug any USB device the virtualbox will detect it without an error.. :)


http://www.facebook.com/plugins/like.php?href=http://rjiansevilla.com/2011/11/fixing-usb-issue-on-virtualbox-in-fedora/&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80

Comments