Comment 51 for bug 595650

Revision history for this message
vDopey (vamegh) wrote : Re: After the last updates HP printer stopped working

Hi Just to raise priority of this, there is also forum postings about this here:

http://ubuntu-ky.ubuntuforums.org/showthread.php?t=1524438&page=2 , I had the same problem and tried a myriad of different things none of which worked, but downgrading libusb obviously does, as below:

sudo apt-get install libusb-0.1-4=2:0.1.12-14

I had several different errors associated around this, initially it would fail to register the printer with an error about

usbfs: interface 0 claimed by usblp while 'usb' sets config #1

Following instructions from here:

http://<email address hidden>/2010-05/67366/(Bug-420015)-Re-usblp-Kernel-module-needs-to-be-removed-and-dev-bus-usb---made-accessible-for-USB-printers-to-work-with-CUP.html

The error was changed to the following:

hp[5252]: prnt/backend/hp.c 752: INFO: open device failed stat=21: hp:/usb/hp_LaserJet_1010?serial=(removed); will retry in 30 seconds

The problem is definitely with libusb as downgrading solved my issues as well.