Home, 2007-09-19
I use VMware under Linux to run other operating systems and the following notes are for this scenario.
When usb-devices are plugged in, Linux will often claim these and guest operating systems will not be able to use them. The solution is simply to unload the usb-modules from the Linux kernel (e.g. modprobe -r usb_storage etc.) and in VMware go to the menu VM - USB Port N> and enable the device.
Get vmware-any-any-updateNNN from http://ftp.cvut.cz/vmware/ and run ./runme.pl as root. You will need the headers for the running kernel. E.g. under Debian you will need to aptitude install linux-headers-2.6.18-5-686 for kernel 2.6.18-5-686 (and the headers will be installed under /usr/src/linux-headers-2.6.18-5-686/include).