Here are the steps required to get USB working on a Linux host (tested with VirtualBox 2.1.4)
1. Create a group usbusers and put yourself in it.
sudo addgroup usbusers
usermod -a -G usbusers andy
2. Note down the vendor and id numbers for the USB devices that you want to enable after running the following command: -
VBoxManage list usbhost
3. In VirtuaBox's USB section add both of these devices, making sure you have the vendor and id numbers correct.
4. Add the following lines in /etc/fstab (you can get the ID of the usbusers group by looking in /etc/group) : -
# usbusers is the USB group (id 1001)
none /proc/bus/usb usbfs devgid=1001,devmode=664 0 0
5. A reboot is required.
Subscribe to:
Post Comments (Atom)
-
VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 10.10:- piix4_smbus 0000.00.07.0: SMBus base address uninitializ...
-
This is what I have found to be the quickest way to wipe a hard drive under Linux (you can use an Ubuntu Live CD to do this). sudo shred -...
-
PSPad is a great editor for programmers. Instead of using a dedicated Python IDE, PSPad can be tweaked to compile and run scripts directl...
No comments:
Post a Comment