![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Virtualization For questions on VMWare, VirtualBox, Xen, QEMU and other virtualization software. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2008
Beans: 2
|
VMWare not recognizing USB
System:
VMWare Server 1.0.5 build-80187 Guest system: Windows XP Ubuntu 7.10 Gutsy VMWare Server does not recognize USB. I have tried the methods below but with no success. From the VM menu I clicked USB and it doesn't show that USB is available. While VM is running and Guest (XP Home) is powered on I can plug in a USB thumbdrive and it will be recognized by Ubuntu. It does not show in Guest/VM. 1. I tried this method found here: http://kb.vmware.com/selfservice/mic...200%2059220408 To work around this issue, mount USBFS to /proc/bus/usb. To do this while the host is running, execute the following command as root: mount -t usbfs none /proc/bus/usb You need to power cycle the virtual machines after the mount command to have access to available USB devices. To configure the host to mount USBFS automatically on bootup, add the following line in the /etc/fstab file: usbfs /proc/bus/usb usbfs auto 0 0 If this line is already present in /etc/fstab, it likely has the noauto option set in the options column (4th column). Change this to auto. 2. I also tried method mentioned in topic: ex: Find the following lines: #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 Unmark them so that look like this: 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 Restart and your usb devices will be recognised. 3. I also removed from BIOS, USB 2.0 support, and left the standard USB support for ver 1.1, just for the sake of testing it. USB devices are fine within Ubuntu. Unfortunately USB not working in VMWare, and this seems to be an issue with quite a few people from what I understand. Hopefully someone has a solution. Your help is greatly appreciated. Thank you. |
|
|
|
|
|
#2 |
|
Ubuntu addict and loving it
![]() Join Date: Feb 2005
Location: Melbourne, Australia
Beans: 9,504
Ubuntu 10.04 Lucid Lynx
|
Re: VMWare not recognizing USB
And exactly what is listed in VM-Removable devices-USB devices when you have started a VM and plug a USB device in?
__________________
Regards, David. The Forum search function is useful for immediate help (give it a try).
Please mark your thread as Solved (using the Thread Tools) when appropriate. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|