Boot Camp: Unable to install HP printer driver on Windows (USB errors)

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Boot Camp: Unable to install HP printer driver on Windows (USB errors)
# 1  
Old 09-24-2010
Boot Camp: Unable to install HP printer driver on Windows (USB errors)

One or more of the following messages may appear when installing HP printer software: "Problem with the driver for Intel 5 Series/3400 series chipset family USB Universal Host controller - 3B36. Reinstalling the driver might fix this problem." "USB driver connection is not operating correctly." "Cannot determine system hardware configuration." "This system does not meet one or more of the minimum requirements needed to install this product. The installation cannot continue." "The computer does not have the necessary USB hardware support enabled to allow completion of a USB installation. The installation cannot continue until this is resolved."

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
EHCI(4)                                                    BSD Kernel Interfaces Manual                                                    EHCI(4)

NAME
ehci -- USB Enhanced Host Controller driver SYNOPSIS
device ehci DESCRIPTION
The ehci driver provides support for the USB Enhanced Host Controller Interface, which is used by USB 2.0 controllers. EHCI controllers are peculiar in that they can only handle the USB 2.0 protocol. This means that they normally have one or more companion controllers (i.e., ohci(4) or uhci(4)) handling USB 1.x devices. Consequently each USB connector is electrically connected to two USB con- trollers. The handling of this is totally automatic, but can be noticed since USB 1.x and USB 2.0 devices plugged in to the same connector appear to connect to different USB busses. SEE ALSO
ohci(4), uhci(4), usb(4) HISTORY
The ehci device driver first appeared in FreeBSD 5.1. BUGS
The driver is not finished and is quite buggy. There is currently no support for isochronous transfers. BSD March 20, 2005 BSD