Comment 3 for bug 43824

Revision history for this message
Caspar Adriani (thecas) wrote :

Same problem here, If I use the dapper foo2zjs build it gets detected and gives no problems in the CUPS management untill you send a printjob.
CUPS complains about "printer busy trying again in 5 seconds" and in my cups I find this:
--------------------------
D [29/May/2006:06:52:42 +0200] cupsdReadClient: 6 POST /printers/hp_LaserJet_1000_USB_2 HTTP/1.1
D [29/May/2006:06:52:42 +0200] cupsdAuthorize: No authentication data provided.
D [29/May/2006:06:52:42 +0200] Get-Job-Attributes ipp://printserver:631/printers/hp_LaserJet_1000_USB_2
D [29/May/2006:06:52:42 +0200] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [29/May/2006:06:52:42 +0200] cupsdReadClient: 6 POST /printers/hp_LaserJet_1000_USB_2 HTTP/1.1
D [29/May/2006:06:52:42 +0200] cupsdAuthorize: No authentication data provided.
D [29/May/2006:06:52:42 +0200] Get-Printer-Attributes ipp://printserver:631/printers/hp_LaserJet_1000_USB_2
D [29/May/2006:06:52:42 +0200] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
----------------

I also uninstalled the official foo2zjs and installed http://foo2zjs.rkkda.com/foo2zjs.tar.gz. at first it acted the same exept when I now send a printjob I get "printer fault" instead of the busy. The /var/log/messages shows this when I insert the printer.
------------------------
May 29 16:43:19 printserver kernel: [43196572.270000] usb 2-1: new full speed USB device using uhci_hcd and address 9
May 29 16:43:20 printserver kernel: [43196572.420000] drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 9 if 0
alt 0 proto 2 vid 0x03F0 pid 0x0517
May 29 16:43:20 printserver /etc/hotplug/usb/hplj1000: loading HP LaserJet 1000 firmware /usr/share/foo2zjs/firmware/sihp1000.dl to /dev/usb/lp0 ...
May 29 16:43:20 printserver /etc/hotplug/usb/hplj1000: ... download successful.
May 29 16:46:09 printserver foo2zjs-wrapper: foo2zjs-wrapper -P -r600x600 -p1 -s7 -m1 -n1
May 29 16:49:01 printserver foo2zjs-wrapper: gs -sPAPERSIZE=letter -g5100x6600 -r600x600 -sDEVICE=pbmraw
May 29 16:49:01 printserver foo2zjs-wrapper: foo2zjs -r600x600 -g5100x6600 -p1 -m1 -n1 -d1 -s7 -z0 -u 102x102 -l 102x106
 -P
May 29 16:49:04 printserver foo2zjs-wrapper: foo2zjs-wrapper -P -r600x600 -p1 -s7 -m1 -n1
-------------

the cups log shows this:
-------------
D [29/May/2006:17:04:16 +0200] [Job 24] LPGETSTATUS returned a port status of 10...
W [29/May/2006:17:04:16 +0200] [Job 24] Printer fault!
-------------

If there is anything I can try I love to hear it.