vmware workstation 5/6 and kernel 2.6.21 and higher
Tuesday, September 25, 2007, 01:20 PM -
VMware
Dear vmware workstation users,
I had a problem to get my usb devices (like mobile phones) running in vmware workstations.
Used versions of VMware and kernel:
VMware Workstation 6
kernel 2.6.22.6
The problem is that in the last changelog of kernel 2.6.21 (I guess it was at 2.6.21) the usb devices are located in other directories.
So, for resolving this issue you have to add '1' in a specify file (see below).
When your usb device is connected, start a konsole and run the command 'lsusb'. The output should be look like as following:
zesiro:~# lsusb
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 007: ID 0bb4:0bce High Tech Computer Corp.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Here you can see that my usb device is connected to the bus 2.
Go into the directory
/sys/bus/usb/devices/2-1
and add the number '1' into the file 'bConfigurationValue with the following command'
echo 1 > bConfigurationValue
Now try to reactivate your usb device in the wmvare workstation and you will see, it will work.
Links:
http://communities.vmware.com