First of all, please note Parallels Workstation 2.1 release (
http://www.parallels.com/en/download/) is already available. I recommend to install it because it has some bugs fixed.
If you receive the "Unable to connect USB device" message while trying to connect an USB device to your Virtual Machine on a computer running Linux primary OS, the most probable cause is that you do not have permissions to access USB devices. To fix the problem:
1. Check if an usb-operating group exists in your Linux primary OS.
2. If the group exists:
* Include into this group users who have to have an access to USB devices.
* Proceed to step 5.
3. If the group does not exist:
* Create a group and include into it users who have to have an access to USB devices.
* In the /etc/fstab file edit the string that mounts the usbfs. Devgid parameter should contain the identifier of the group created in the previous step.
usbfs /proc/bus/usb usbfs devgid=<USB gid>,devmode=0664 0 0
This option will of course only work if you have the relevant support compiled into your kernel.
4. Restart your Linux primary OS.
Click to expand...