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
ULPT(4) 						   BSD Kernel Interfaces Manual 						   ULPT(4)

NAME
ulpt -- USB printer support SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device ulpt Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ulpt_load="YES" DESCRIPTION
The ulpt driver provides support for USB printers that follow the printer bi- or uni-directional protocol. The bits in the minor number select various features of the driver. Minor Bit Function 64 Do not initialize (reset) the device on the port. Some printers cannot handle the reset on open; in case of problems try the unlpt device. HARDWARE
The ulpt driver provides support for USB printers and parallel printer conversion cables, including the following: o ATen parallel printer adapter o Belkin F5U002 parallel printer adapter o Canon BJ F850, S600 o Canon LBP-1310, 350 o Entrega USB-to-parallel printer adapter o Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ) o Oki Data MICROLINE ML660PS o Seiko Epson PM-900C, 880C, 820C, 730C FILES
/dev/ulpt? device with reset /dev/unlpt? device without reset SEE ALSO
lpt(4), usb(4) HISTORY
The ulpt driver appeared in NetBSD 1.4. This manual page was adopted from NetBSD by Tom Rhodes <trhodes@FreeBSD.org> in April 2002. BSD
November 22, 2006 BSD