I can't get USB devices other than the mouse and keyboard to work in Windows under VMware.
I have Ubuntu Intrepid as my host operating system, and Windows XP Service Pack 2 as the guest operating system. I'm using VMware Server 2.0 for Linux.
Ubuntu and several other distributions have dropped /proc/bus/usb in favour of using something else. VMware has not updated VMWare Server to use the new usb path, and have a workaround listed here:
VMware Support: Mount /proc/bus/usb manually
Even with that workaround, my guest Windows OS still doesn't detect any USB devices that are working fine in Linux.
Does anyone have an idea of what else might be the problem?
I had issues setting this up with Ubuntu Server 8.04 as well. The answer lay in this Ubuntu Launchpad entry. It turns out VMWare are using a very old method of scanning for USB devices. In Ubuntu this can be reenabled by editing /etc/init.d/mountdevsubfs.sh and uncommenting the following:
After rebooting the VMWare web console successfully detected the USB devices. What you should see when logged into the VMWare Server web console is a small USB icon in the top menu on the far right. It is then a case of selecting your Windows VM, going up to the dropdown and selecting the USB device you want to attach to that VM.