VMware Communities > VMTN > Desktop Products > VMware Workstation > Discussions

This Question is Answered

1 "correct" answer available (10 pts) 1 "helpful" answer available (6 pts)
4 Replies Last post: Nov 19, 2008 7:05 AM by highKO
Reply

6.5 gives me "Hi-Speed device connected to non HI-Speed hub" error

Sep 26, 2008 5:57 PM

Click to view galgitron's profile Novice galgitron 8 posts since
Aug 10, 2008
Just upgraded to 6.5.0-118166 Workstation from 6.0.4. My host is 64-bit Vista Ultimate, and my guest is XP Pro 32-bit. With the older version of Workstation I had no problems connecting my two hi-speed DVD drives to the virtual machine. After upgrading, I get a popup with the following "Hi-Speed device connected to non HI-Speed hub" and it tells me that I need to add host controllers to be able to access the hi-speed USB functionality. This is bizarre given that the only difference here is the version of Workstation. Any help would be greatly appreciated.
Reply Re: 6.5 gives me "Hi-Speed device connected to non HI-Speed hub" error Sep 26, 2008 9:02 PM
Click to view jameslin's profile Master jameslin 1,045 posts since
Jan 31, 2005
VMware
You're getting this dialog box on the host or in the guest?

Have you tried upgrading the VM's hardware?
Reply Re: 6.5 gives me "Hi-Speed device connected to non HI-Speed hub" error Sep 27, 2008 4:37 AM
in response to: jameslin
Click to view galgitron's profile Novice galgitron 8 posts since
Aug 10, 2008
This dialog occurs in the guest. I found the problem, the 'enable hi-speed 2.0 usb' option in the VM settings wasn't preserved from my original configuration; the upgrade disabled it. Moral of the story: don't troubleshoot after your bedtime...
Reply Re: 6.5 gives me "Hi-Speed device connected to non HI-Speed hub" error Nov 19, 2008 6:54 AM
in response to: galgitron
Click to view highKO's profile Lurker highKO 2 posts since
Nov 19, 2008

I Have the simal issue with Windows Server 2003 Standard Edition, but I do not find the USB 2.0 optinj in the setting menues. If there a key for the vmx file to set it directly in the configuration file like

guestOS = "winnetstandard"
usb.present = "TRUE"
Reply Re: 6.5 gives me "Hi-Speed device connected to non HI-Speed hub" error Nov 19, 2008 7:05 AM
in response to: highKO
Click to view highKO's profile Lurker highKO 2 posts since
Nov 19, 2008

:D OK, it is solved by updating the vm-hardware, summary of entries in the vmx:

usb.present = "TRUE"
usb.autoConnect.device0 = "path:1/6/5 autoclean:1"
usb.generic.allowHID = "TRUE"
usb.pciSlotNumber = "32"

Actions