How To Connect a non-cooperative USB Device to Parallels (eg. Nokia PC Suite)
January 5, 2007 by Carlos Eduardo · 1 Comment

Although I don’t need to use the Nokia PC Suite for synchronizing my E61 with my Mac, I do need it for the phone firmware update. Thus, needed to connect the phone to my Parallels Win2K image. There is a hiccup that usually occurs when you do this though, and thus there is a workaround! If you don’t use Nokia devices, don’t worry, this can be used for other devices that exhibit the same problem as well.
Kudos to Karunko from the Parallels forum on this one:
1) Start Parallells and run your OS of choice;
2) Plug in the USB device;
3) From Parallels, select the device for the list at the bottom right for the screen;
4) See the error message? Okay then try the following:
- Open a Terminal and type the following four commands to unload the drivers marking the
device “in use” (even though OS X doesn’t know what to do with it):
sudo kextunload -b com.apple.driver.AppleUSBCDC
sudo kextunload -b com.apple.driver.AppleUSBCDCWCM
sudo kextunload -b com.apple.driver.AppleUSBCDCACMData
sudo kextunload -b com.apple.driver.AppleUSBCDCACMControl
(Note: this is a non destructive action and the drivers will be loaded *again* next time
you plug in any USB device).
5) From Parallels, select the device from the list at the bottom right of the screen again
and, this time, everything should work normally (assuming the proper drivers have been
installed, etc.)
The full text and other comments can be found here:
http://forum.parallels.com/showthread.php?t=5403&highlight=nokia+pc+suite
Tweet This Post
Plurk This Post
Buzz This Post
Delicious
Digg This Post
Ping This Post
Reddit
Stumble This Post
I hope Parallels is going to get their act together and fix their USB support soon
I have been trying VMware Fusion beta, and with it I can actually use all of my Mac built-in devices (2 64-bit CPUs, Gobs of RAM, iSight, Bluetooth) and other USB devices (GPS), all of that in one Windows XP virtual machine. This is quite impressive.
It seems that VMware, for their first version, is putting the emphasis on the robustness of their virtualization, rather than visual sugar.