I have a strange problem with printing through NetgearNV+ (4.1.
========dmesg=========
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
chn=1, statu/LP_S=0x(d0/d050)29, 16
Vendor: HP Model: Smart Install Rev: 1.0
Type: CD-ROM ANSI SCSI revision: 02
usb-storage: device scan complete
:<6>usb 1-1: USB disconnect, address 3
:::::<6>usb 1-1: new high speed USB device using ehci_hcd and address 4
usb 1-1: configuration #1 chosen from 1 choice
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
usb 1-1: USB disconnect, address 4
usb-storage: device scan complete
usb 1-1: new high speed USB device using ehci_hcd and address 5
usb 1-1: configuration #1 chosen from 1 choice
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 5 if 0 alt 0 proto 2 vid 0x03F0 pid 0x042A
USB: Hewlett-Packard HP LaserJet Professional M1132 MFP printer connect.
:::::::::
========dmesg=========
After that i can see the printer via http on storage:631/printers url. I connect the printer to my xp laptop and it works quite acceptable (i can print the test page), but i see this errors in /var/log/cups/error_log file:
========error_log=========
storage:/var/log/cups# tail error_log
E [28/May/2012:17:39:15 +0500] get_printer_attrs: resource name '/HP_LaserJet_' no good!
E [28/May/2012:17:39:15 +0500] get_printer_attrs: resource name '/HP_LaserJet_' no good!
E [28/May/2012:17:39:15 +0500] get_printer_attrs: resource name '/HP_LaserJet_' no good!
E [28/May/2012:17:39:15 +0500] get_printer_attrs: resource name '/HP_LaserJet_' no good!
E [28/May/2012:17:39:17 +0500] get_printer_attrs: resource name '/HP_LaserJet_' no good!
E [28/May/2012:17:39:17 +0500] get_printer_attrs: resource name '/HP_LaserJet_' no good!
E [28/May/2012:17:39:27 +0500] get_printer_attrs: resource name '/HP_LaserJet_' no good!
E [28/May/2012:17:39:27 +0500] get_printer_attrs: resource name '/HP_LaserJet_' no good!
E [28/May/2012:17:39:37 +0500] get_printer_attrs: resource name '/HP_LaserJet_' no good!
E [28/May/2012:17:39:37 +0500] get_printer_attrs: resource name '/HP_LaserJet_' no good!
========error_log=========
The problems began when i tried to connect the printer to my macbook (10.6.
1) when i'm trying to connect just by specifying ipp and "storage" as address i got this in logs:
========error_log=========
E [28/May/2012:17:48:40 +0500] get_printer_attrs: resource name '/' no good!
========error_log=========
2) when i specify the port 631 in queue i got this:
========error_log=========
E [28/May/2012:17:52:12 +0500] Bad request line ""!
========error_log=========
3) when i specify the address, port and queue (http://storage:631/printers/HP_LaserJet_) i
========error_log=========
E [28/May/2012:17:56:08 +0500] Bad request line "http://storage:631/printers/HP_LaserJet_"!
========error_log=========
but the strange thing i noticed - in line "est line "http://storage:63" i see a space between " and http (and also in previous error " Bad in request line """ - between "'s ), but when i copy-pasted it here - this symbol disappears.
4)when i specify the address, port and queue without "http://", i just got this error:
========error_log=========
E [28/May/2012:18:01:36 +0500] get_printer_attrs: resource name '/storage:631/printers/HP_LaserJet_' no good!
========error_log=========
and the error message is now without any weird symbols - mac tells me "couldn't open fifo (22)" and then just pauses printing - in all cases. I'm not sure, that the "no good" error from error_log is the problem case, but it's the only error i could find in logs. Any ideas, where to look or what to do?
