prnt/backend/hp.c 675: INFO: open device failed; will retry in 30 seconds. ...

Asked by Narendra Babu H.C.

Hi,

I am getting the following error while using the HPLIP on my embedded target

This error message is extracted from the cups error log file.

" prnt/backend/hp.c 675: INFO: open device failed; will retry in 30 seconds. ..."

My printer device is recognized on the system as /dev/usb/lp0.

The printer i am using is HP laserjet 1160.

The kernel distribution is Montavista embedded with kernel 2.4.20

*************************************************************

According to the FAQ steps on HPLIP site

1) I ran prnt/backend/hp.

Following is the output of prnt/backend/hp

direct hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 "HP LaserJet 1160 series" "HP LaserJet 1160 series USB 00CNK2F08325 HPLIP" "MFG:HP;MDL:hp LaserJet 1160 series;CLS:PRINTER;DES:hp LaserJet 1160 series;SN:00CNK2F08325;"

2) I also executed lsusb -v

Following is the output of lsusb -v

Bus 003 Device 002: ID 03f0:1e17 Hewlett-Packard
Device Descriptor:
  bLength 18
  bDescriptorType 1
  bcdUSB 1.10
  bDeviceClass 0 Interface
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize0 8
  idVendor 0x03f0 Hewlett-Packard
  idProduct 0x1e17
  bcdDevice 1.00
  iManufacturer 1 Hewlett-Packard
  iProduct 2 hp LaserJet 1160 series
  iSerial 3 00CNK2F08325
  bNumConfigurations 1
  Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 78
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xc0
      Self Powered
    MaxPower 2mA
    Interface Descriptor:
      bLength 9
      bDescriptorType 4
      bInterfaceNumber 0
      bAlternateSetting 0
      bNumEndpoints 3
      bInterfaceClass 7 Printer
      bInterfaceSubClass 1 Printer
      bInterfaceProtocol 3 IEEE 1284.4 compatible bidirectional
      iInterface 0
      Endpoint Descriptor:
        bLength 7
        bDescriptorType 5
        bEndpointAddress 0x01 EP 1 OUT
        bmAttributes 2
          Transfer Type Bulk
          Synch Type none
        wMaxPacketSize 64
        bInterval 0
      Endpoint Descriptor:
        bLength 7
        bDescriptorType 5
        bEndpointAddress 0x81 EP 1 IN
        bmAttributes 2
          Transfer Type Bulk
          Synch Type none
        wMaxPacketSize 64
        bInterval 0
      Endpoint Descriptor:
        bLength 7
        bDescriptorType 5
        bEndpointAddress 0x82 EP 2 IN
        bmAttributes 3
          Transfer Type Interrupt
          Synch Type none
        wMaxPacketSize 8
        bInterval 255
    Interface Descriptor:
      bLength 9
      bDescriptorType 4
      bInterfaceNumber 0
      bAlternateSetting 1
      bNumEndpoints 2
      bInterfaceClass 7 Printer
      bInterfaceSubClass 1 Printer
      bInterfaceProtocol 2 Bidirectional
      iInterface 0
      Endpoint Descriptor:
        bLength 7
        bDescriptorType 5
        bEndpointAddress 0x01 EP 1 OUT
        bmAttributes 2
          Transfer Type Bulk
          Synch Type none
        wMaxPacketSize 64
        bInterval 0
      Endpoint Descriptor:
        bLength 7
        bDescriptorType 5
        bEndpointAddress 0x81 EP 1 IN
        bmAttributes 2
          Transfer Type Bulk
          Synch Type none
        wMaxPacketSize 64
        bInterval 0
    Interface Descriptor:
      bLength 9
      bDescriptorType 4
      bInterfaceNumber 0
      bAlternateSetting 2
      bNumEndpoints 1
      bInterfaceClass 7 Printer
      bInterfaceSubClass 1 Printer
      bInterfaceProtocol 1 Unidirectional
      iInterface 0
      Endpoint Descriptor:
        bLength 7
        bDescriptorType 5
        bEndpointAddress 0x01 EP 1 OUT
        bmAttributes 2
          Transfer Type Bulk
          Synch Type none
        wMaxPacketSize 64
        bInterval 0
  Language IDs: (length=4)
     0409 English(US)

*************************************************************

When the prnt/backend/hp says that it has found the printer (above explanation stating the output of prnt/backend/hp) , why it is failing to open the device???

Please let me know what usb device is expected by prnt/backend/hp.

Thanks and Regards,
Narendra Babu H.C.

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Narendra Babu H.C.
Solved:
Last query:
Last reply:
Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#1

More than like this is a permission problem.

Is there some way I can get a copy of the Montavista distro so I can do some testing on it?

Aaron

Revision history for this message
Narendra Babu H.C. (narendra-babu) said :
#2

Hi Aaron,

I verified with the management and came to know that copy of Montavista can't be shared because of licensing issues.

 I tried to debug the code further for the problem "prnt/backend/hp.c 675: INFO: open device failed; will retry in 30 seconds. ..." . This error is because new_device(const char *uri, enum HPMUD_IO_MODE mode, int *result) is returning the error code 31 means HPMUD_R_INVALID_STATE.

But the device /dev/usb/lp0 will be present and able to print when we say "cat file.txt > /dev/usb/lp0"
And following will be the device permissions as per "ls -l /dev/usb/lp0"

crw-rw-rw- 1 root root 180, 0 Oct 30 2008 /dev/usb/lp0

Is there any fix for this ?????

Thanks,

Narendra Babu H.C.

Revision history for this message
Narendra Babu H.C. (narendra-babu) said :
#3

Hi Aaron,

I tried to debug the hp backend and following is the debug log after enabling HPMUD_DEBUG.

Oct 2 12:05:38 localhost user.info python: io/hpmud/hpmud.c 344: [500] hpmud_init()
Oct 2 12:05:38 localhost user.warn python: [500]: warning: python-dbus not installed.
Oct 2 12:05:38 localhost user.warn python: hp-testpage[500]: warning: hp-testpage should not be run as root/superuser.
Oct 2 12:05:41 localhost user.info python: io/hpmud/hpmud.c 451: [500,93,0,0,0,0] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:05:42 localhost user.err python: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = 48 : cnt = 4
Oct 2 12:05:42 localhost user.err python: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:05:42 localhost user.err python: io/hpmud/musb.c 164: NARENDRA DEBUG6 - di = 23
Oct 2 12:05:42 localhost user.err python: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = 26 : cnt = 4
Oct 2 12:05:42 localhost user.err python: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:05:42 localhost user.err python: io/hpmud/musb.c 164: NARENDRA DEBUG6 - di = 12
Oct 2 12:05:42 localhost user.info python: io/hpmud/musb.c 401: removing usblp driver interface=0
Oct 2 12:05:42 localhost user.info python: io/hpmud/musb.c 533: claimed 7/1/2 interface
Oct 2 12:05:42 localhost user.info python: io/hpmud/musb.c 747: read actual device_id successfully fd=1 len=160
Oct 2 12:05:42 localhost user.info python: io/hpmud/musb.c 559: released 7/1/2 interface
Oct 2 12:05:42 localhost user.info python: io/hpmud/hpmud.c 498: [500] hpmud_get_device_id() dd=1
Oct 2 12:05:42 localhost user.info python: io/hpmud/musb.c 533: claimed 7/1/2 interface
Oct 2 12:05:42 localhost user.info python: io/hpmud/musb.c 747: read actual device_id successfully fd=1 len=160
Oct 2 12:05:42 localhost user.info python: io/hpmud/musb.c 559: released 7/1/2 interface
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 566: [500] hpmud_channel_open() dd=1 name=HP-MESSAGE
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 912: new HP-MESSAGE channel=1 clientCnt=1 channelCnt=1
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 533: claimed 7/1/3 interface
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=8 size=8 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 08 00 00 00 03 ........
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 09 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=3 size=3 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 80 00 03 ...
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=13 size=13 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 0D 00 00 07 01 20 00 20 00 00 ........ . ..
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 0D 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=7 size=7 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 87 00 08 06 08 06 00 .......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 0B 00 00 01 01 01 00 00 ...........
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 0A 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=4 size=4 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 81 00 00 00 ....
Oct 2 12:05:43 localhost user.info python: io/hpmud/pml.c 415: [500] hpmud_get_pml() dd=1 cd=1 oid=1.3.6.1.2.1.25.3.5.1.1.1 data=0xbfff7690 size=32768
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 640: [500] hpmud_dstat() dd=1 ds=0xbfff5334
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 603: [500] hpmud_channel_write() dd=1 cd=1 buf=0xbfff5644 size=9 sectime=45
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 0B 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=5 size=5 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 03 01 01 00 02 .....
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=8 size=8 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 08 00 00 83 00 ........
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 01 01 00 0F 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=9 size=9 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 06 03 03 05 01 01 01 .........
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 621: [500] hpmud_channel_read() dd=1 cd=1 buf=0xbfff5644 size=8192 sectime=45
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 0B 00 00 03 01 01 00 01 ...........
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 83 00 ..
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 01 01 00 13 01 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=13 size=13 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 80 00 00 06 03 03 05 01 01 01 04 01 03 .............
Oct 2 12:05:43 localhost user.info python: io/hpmud/pml.c 509: get_pml result len=1 datatype=4 pmlresult=0
Oct 2 12:05:43 localhost user.info python: [0000] 03 .
Oct 2 12:05:43 localhost user.info python: io/hpmud/pml.c 415: [500] hpmud_get_pml() dd=1 cd=1 oid=1.3.6.1.2.1.25.3.2.1.5.1 data=0xbfff7690 size=32768
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 640: [500] hpmud_dstat() dd=1 ds=0xbfff5334
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 603: [500] hpmud_channel_write() dd=1 cd=1 buf=0xbfff5644 size=9 sectime=45
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 01 01 00 0F 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=9 size=9 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 06 03 03 02 01 05 01 .........
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 621: [500] hpmud_channel_read() dd=1 cd=1 buf=0xbfff5644 size=8192 sectime=45
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 0B 00 00 03 01 01 00 01 ...........
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 83 00 ..
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 01 01 00 13 01 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=13 size=13 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 80 00 00 06 03 03 02 01 05 01 04 01 02 .............
Oct 2 12:05:43 localhost user.info python: io/hpmud/pml.c 509: get_pml result len=1 datatype=4 pmlresult=0
Oct 2 12:05:43 localhost user.info python: [0000] 02 .
Oct 2 12:05:43 localhost user.info python: io/hpmud/pml.c 415: [500] hpmud_get_pml() dd=1 cd=1 oid=1.3.6.1.2.1.43.6.1.1.3.1.1 data=0xbfff7690 size=32768
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 640: [500] hpmud_dstat() dd=1 ds=0xbfff5334
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 603: [500] hpmud_channel_write() dd=1 cd=1 buf=0xbfff5644 size=10 sectime=45
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 01 01 00 10 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=10 size=10 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 07 02 06 01 01 03 01 01 ..........
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 621: [500] hpmud_channel_read() dd=1 cd=1 buf=0xbfff5644 size=8192 sectime=45
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 0B 00 00 03 01 01 00 01 ...........
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 83 00 ..
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 01 01 00 14 01 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=14 size=14 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 80 00 00 07 02 06 01 01 03 01 01 04 01 04 ..............
Oct 2 12:05:43 localhost user.info python: io/hpmud/pml.c 509: get_pml result len=1 datatype=4 pmlresult=0
Oct 2 12:05:43 localhost user.info python: [0000] 04 .
Oct 2 12:05:43 localhost user.info python: io/hpmud/pml.c 415: [500] hpmud_get_pml() dd=1 cd=1 oid=1.3.6.1.2.1.25.3.5.1.2.1 data=0xbfff7690 size=32768
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 640: [500] hpmud_dstat() dd=1 ds=0xbfff5334
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 603: [500] hpmud_channel_write() dd=1 cd=1 buf=0xbfff5644 size=9 sectime=45
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 01 01 00 0F 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=9 size=9 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 06 03 03 05 01 02 01 .........
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 621: [500] hpmud_channel_read() dd=1 cd=1 buf=0xbfff5644 size=8192 sectime=45
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 0B 00 00 03 01 01 00 01 ...........
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 83 00 ..
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 01 01 00 13 01 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=13 size=13 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 80 00 00 06 03 03 05 01 02 01 14 01 00 .............
Oct 2 12:05:43 localhost user.info python: io/hpmud/pml.c 509: get_pml result len=1 datatype=14 pmlresult=0
Oct 2 12:05:43 localhost user.info python: [0000] 00 .
Oct 2 12:05:43 localhost user.info python: io/hpmud/pml.c 415: [500] hpmud_get_pml() dd=1 cd=1 oid=1.3.6.1.2.1.43.11.1.1.5.1.1 data=0xbfff7690 size=32768
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 640: [500] hpmud_dstat() dd=1 ds=0xbfff5334
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 603: [500] hpmud_channel_write() dd=1 cd=1 buf=0xbfff5644 size=10 sectime=45
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 01 01 00 10 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=10 size=10 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 07 02 0B 01 01 05 01 01 ..........
Oct 2 12:05:43 localhost user.info python: io/hpmud/hpmud.c 621: [500] hpmud_channel_read() dd=1 cd=1 buf=0xbfff5644 size=8192 sectime=45
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 0B 00 00 03 01 01 00 01 ...........
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:43 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:43 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:43 localhost user.info python: [0000] 83 00 ..
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 14 01 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=14 size=14 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 80 00 00 07 02 0B 01 01 05 01 01 04 01 03 ..............
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 509: get_pml result len=1 datatype=4 pmlresult=0
Oct 2 12:05:44 localhost user.info python: [0000] 03 .
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 415: [500] hpmud_get_pml() dd=1 cd=1 oid=1.3.6.1.2.1.43.11.1.1.9.1.1 data=0xbfff7690 size=32768
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 640: [500] hpmud_dstat() dd=1 ds=0xbfff5334
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 603: [500] hpmud_channel_write() dd=1 cd=1 buf=0xbfff5644 size=10 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 10 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=10 size=10 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 07 02 0B 01 01 09 01 01 ..........
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 621: [500] hpmud_channel_read() dd=1 cd=1 buf=0xbfff5644 size=8192 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 0B 00 00 03 01 01 00 01 ...........
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 83 00 ..
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 15 01 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=15 size=15 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 80 00 00 07 02 0B 01 01 09 01 01 08 02 02 46 ..............F
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 509: get_pml result len=2 datatype=8 pmlresult=0
Oct 2 12:05:44 localhost user.info python: [0000] 02 46 .F
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 415: [500] hpmud_get_pml() dd=1 cd=1 oid=1.3.6.1.2.1.43.11.1.1.8.1.1 data=0xbfff7690 size=32768
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 640: [500] hpmud_dstat() dd=1 ds=0xbfff5334
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 603: [500] hpmud_channel_write() dd=1 cd=1 buf=0xbfff5644 size=10 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 10 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=10 size=10 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 07 02 0B 01 01 08 01 01 ..........
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 621: [500] hpmud_channel_read() dd=1 cd=1 buf=0xbfff5644 size=8192 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 0B 00 00 03 01 01 00 01 ...........
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 83 00 ..
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 15 01 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=15 size=15 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 80 00 00 07 02 0B 01 01 08 01 01 08 02 03 E8 ...............
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 509: get_pml result len=2 datatype=8 pmlresult=0
Oct 2 12:05:44 localhost user.info python: [0000] 03 E8 ..
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 415: [500] hpmud_get_pml() dd=1 cd=1 oid=1.3.6.1.2.1.43.11.1.1.3.1.1 data=0xbfff7690 size=32768
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 640: [500] hpmud_dstat() dd=1 ds=0xbfff5334
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 603: [500] hpmud_channel_write() dd=1 cd=1 buf=0xbfff5644 size=10 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 10 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=10 size=10 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 07 02 0B 01 01 03 01 01 ..........
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 621: [500] hpmud_channel_read() dd=1 cd=1 buf=0xbfff5644 size=8192 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 0B 00 00 03 01 01 00 01 ...........
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 83 00 ..
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 13 01 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=13 size=13 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 80 00 00 07 02 0B 01 01 03 01 01 08 00 .............
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 509: get_pml result len=0 datatype=8 pmlresult=0
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 415: [500] hpmud_get_pml() dd=1 cd=1 oid=1.3.6.1.2.1.43.12.1.1.4.1.0 data=0xbfff7690 size=32768
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 640: [500] hpmud_dstat() dd=1 ds=0xbfff5334
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 603: [500] hpmud_channel_write() dd=1 cd=1 buf=0xbfff5644 size=10 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 10 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=10 size=10 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 07 02 0C 01 01 04 01 00 ..........
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 621: [500] hpmud_channel_read() dd=1 cd=1 buf=0xbfff5644 size=8192 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 0B 00 00 03 01 01 00 01 ...........
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 83 00 ..
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 16 01 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=16 size=16 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 80 83 18 01 83 00 07 02 0C 01 01 04 01 00 1C 00 ................
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 509: get_pml result len=0 datatype=1c pmlresult=83
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 415: [500] hpmud_get_pml() dd=1 cd=1 oid=1.3.6.1.2.1.43.11.1.1.6.1.1 data=0xbfff7690 size=32768
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 640: [500] hpmud_dstat() dd=1 ds=0xbfff5334
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 603: [500] hpmud_channel_write() dd=1 cd=1 buf=0xbfff5644 size=10 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 10 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=10 size=10 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 07 02 0B 01 01 06 01 01 ..........
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 621: [500] hpmud_channel_read() dd=1 cd=1 buf=0xbfff5644 size=8192 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 0B 00 00 03 01 01 00 01 ...........
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 83 00 ..
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 22 01 00 ..."..
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=28 size=28 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 80 00 00 07 02 0B 01 01 06 01 01 14 0F 54 6F 6E .............Ton
Oct 2 12:05:44 localhost user.info python: [0016] 65 72 20 43 61 72 74 72 69 64 67 65 er Cartridge
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 509: get_pml result len=15 datatype=14 pmlresult=0
Oct 2 12:05:44 localhost user.info python: [0000] 54 6F 6E 65 72 20 43 61 72 74 72 69 64 67 65 Toner Cartridge
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 415: [500] hpmud_get_pml() dd=1 cd=1 oid=1.3.6.1.2.1.43.10.2.1.15.1.1 data=0xbfff7690 size=32768
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 640: [500] hpmud_dstat() dd=1 ds=0xbfff5334
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 603: [500] hpmud_channel_write() dd=1 cd=1 buf=0xbfff5644 size=10 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 10 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=10 size=10 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 07 02 0A 02 01 0F 01 01 ..........
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 621: [500] hpmud_channel_read() dd=1 cd=1 buf=0xbfff5644 size=8192 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 0B 00 00 03 01 01 00 01 ...........
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 83 00 ..
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 13 01 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=13 size=13 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 80 00 00 07 02 0A 02 01 0F 01 01 08 00 .............
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 509: get_pml result len=0 datatype=8 pmlresult=0
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 415: [500] hpmud_get_pml() dd=1 cd=1 oid=1.3.6.1.2.1.43.11.1.1.5.1.2 data=0xbfff7690 size=32768
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 640: [500] hpmud_dstat() dd=1 ds=0xbfff5334
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 603: [500] hpmud_channel_write() dd=1 cd=1 buf=0xbfff5644 size=10 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 10 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=10 size=10 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 07 02 0B 01 01 05 01 02 ..........
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 621: [500] hpmud_channel_read() dd=1 cd=1 buf=0xbfff5644 size=8192 sectime=45
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=11 size=11 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 0B 00 00 03 01 01 00 01 ...........
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 83 00 ..
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 01 01 00 16 01 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=16 size=16 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 80 83 18 01 83 00 07 02 0B 01 01 05 01 02 1C 00 ................
Oct 2 12:05:44 localhost user.info python: io/hpmud/pml.c 509: get_pml result len=0 datatype=1c pmlresult=83
Oct 2 12:05:44 localhost user.info python: io/hpmud/hpmud.c 584: [500] hpmud_channel_close() dd=1 cd=1
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=9 size=9 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 09 00 00 02 01 01 .........
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:44 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:44 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:44 localhost user.info python: [0000] 82 00 ..
Oct 2 12:05:45 localhost user.info python: io/hpmud/musb.c 1027: write fd=2 len=7 size=7 usec=45000000
Oct 2 12:05:45 localhost user.info python: [0000] 00 00 00 07 00 00 08 .......
Oct 2 12:05:45 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=6 size=6 usec=4000000
Oct 2 12:05:45 localhost user.info python: [0000] 00 00 00 08 00 00 ......
Oct 2 12:05:45 localhost user.info python: io/hpmud/musb.c 1086: read fd=2 len=2 size=2 usec=45000000
Oct 2 12:05:45 localhost user.info python: [0000] 88 00 ..
Oct 2 12:05:45 localhost user.info python: io/hpmud/musb.c 559: released 7/1/3 interface
Oct 2 12:05:46 localhost user.info python: io/hpmud/musb.c 927: removed HP-MESSAGE channel=1 clientCnt=0 channelCnt=0
Oct 2 12:05:46 localhost user.info python: io/hpmud/hpmud.c 479: [500] hpmud_device_close() dd=1
Oct 2 12:06:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 344: [547] hpmud_init()
Oct 2 12:06:09 localhost user.info python: io/hpmud/hpmud.c 349: [500] hpmud_exit()
Oct 2 12:06:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:06:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:06:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:06:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:06:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:06:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:06:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:06:09 localhost user.err Oct
Oct 2 12:06:09 localhost user.notice 12:06:04 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:06:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:06:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:06:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:06:15 localhost user.warn hpijs: unable to open /var/run/hpiod.port: No such file or directory: hplip_api.c 84
Oct 2 12:06:15 localhost user.warn hpijs: unable to connect hpiod socket 50000: Network is unreachable: hplip_api.c 702
Oct 2 12:06:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:06:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:06:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:06:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:06:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:06:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:06:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:06:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:06:34 localhost user.err hp_LaserJet_1160_series?se
Oct 2 12:06:35 localhost user.notice ial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:06:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:06:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:07:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:07:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:07:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:07:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:07:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:07:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:07:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:07:04 localhost user.err Oct
Oct 2 12:07:04 localhost user.notice 12:07:04 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:07:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:07:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:07:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:07:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:07:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:07:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:07:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:07:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:07:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:07:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:07:34 localhost user.err Oct
Oct 2 12:07:34 localhost user.notice 12:07:34 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:07:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:07:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:07:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:08:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:08:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:08:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:08:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:08:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:08:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:08:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:08:04 localhost user.err Oct
Oct 2 12:08:04 localhost user.notice 12:08:04 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:08:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:08:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:08:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:08:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:08:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:08:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:08:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:08:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:08:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:08:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:08:34 localhost user.err Oct
Oct 2 12:08:34 localhost user.notice 12:08:34 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:08:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:08:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:08:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:09:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:09:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:09:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:09:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:09:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:09:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:09:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:09:04 localhost user.err Oct
Oct 2 12:09:04 localhost user.notice 12:09:04 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:09:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:09:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:09:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:09:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:09:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:09:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:09:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:09:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:09:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:09:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:09:34 localhost user.err Oct
Oct 2 12:09:34 localhost user.notice 12:09:34 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:09:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:09:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:09:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:09:52 localhost syslog.info -- MARK --
Oct 2 12:09:52 localhost user.notice /etc/hotplug.d/default/default.hotplug: invoke /etc/hotplug/usb.agent ()
Oct 2 12:10:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:10:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:10:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:10:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:10:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:10:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:10:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:10:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:10:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:10:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:10:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:10:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:10:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:10:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:11:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:11:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:11:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:11:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:11:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:11:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:11:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:11:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:11:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:11:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:11:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:11:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:11:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:11:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:12:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:12:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:12:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:12:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:12:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:12:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:12:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:12:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:12:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:12:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:12:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:12:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:12:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:12:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:13:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:13:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:13:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:13:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:13:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:13:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:13:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:13:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:13:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:13:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:13:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:13:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:13:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:13:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:13:44 localhost user.notice /etc/hotplug.d/default/default.hotplug: invoke /etc/hotplug/usb.agent ()
Oct 2 12:13:46 localhost user.notice /etc/hotplug.d/default/default.hotplug: invoke /etc/hotplug/usb.agent ()
Oct 2 12:14:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:14:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:14:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:14:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:14:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:14:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:14:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:14:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:14:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:14:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:14:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:14:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:14:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:14:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:15:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:15:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:15:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:15:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:15:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:15:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:15:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:15:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:15:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:15:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:15:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:15:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:15:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:15:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:15:52 localhost user.notice /etc/hotplug.d/default/default.hotplug: invoke /etc/hotplug/usb.agent ()
Oct 2 12:16:04 localhost user.notice /etc/hotplug.d/default/default.hotplug: invoke /etc/hotplug/usb.agent ()
Oct 2 12:16:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:16:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:16:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:16:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:16:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:16:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:16:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:16:04 localhost user.err Oct
Oct 2 12:16:04 localhost user.notice 12:16:04 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:16:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:16:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:16:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:16:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:16:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:16:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:16:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:16:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:16:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:16:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:16:34 localhost user.err Oct
Oct 2 12:16:34 localhost user.notice 12:16:34 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:16:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:16:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:16:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:17:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:17:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:17:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:17:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:17:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:17:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:17:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:17:04 localhost user.err Oct
Oct 2 12:17:04 localhost user.notice 12:17:04 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:17:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:17:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:17:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:17:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:17:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:17:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:17:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:17:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:17:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:17:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:17:34 localhost user.err Oct
Oct 2 12:17:34 localhost user.notice 12:17:34 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:17:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:17:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:17:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:18:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:18:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:18:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:18:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:18:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:18:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:18:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:18:04 localhost user.err Oct
Oct 2 12:18:04 localhost user.notice 12:18:04 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:18:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:18:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:18:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:18:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:18:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:18:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:18:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:18:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:18:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:18:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:18:34 localhost user.err Oct
Oct 2 12:18:34 localhost user.notice 12:18:34 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:18:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:18:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:18:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:19:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:19:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:19:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:19:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:19:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:19:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:19:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:19:04 localhost user.err Oct
Oct 2 12:19:04 localhost user.notice 12:19:04 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:19:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:19:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:19:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:19:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:19:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:19:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:19:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:19:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:19:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:19:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:19:34 localhost user.err Oct
Oct 2 12:19:34 localhost user.notice 12:19:34 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:19:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:19:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:19:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:20:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:20:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:20:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:20:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:20:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:20:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:20:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:20:04 localhost user.err Oct
Oct 2 12:20:04 localhost user.notice 12:20:04 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:20:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:20:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:20:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:20:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:20:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:20:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:20:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:20:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:20:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:20:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:20:34 localhost user.err Oct
Oct 2 12:20:34 localhost user.notice 12:20:34 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:20:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:20:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:20:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:21:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:21:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:21:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:21:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:21:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:21:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:21:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:21:04 localhost user.err Oct
Oct 2 12:21:04 localhost user.notice 12:21:04 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:21:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:21:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:21:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:21:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:21:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:21:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:21:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:21:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:21:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:21:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:21:34 localhost user.err Oct
Oct 2 12:21:34 localhost user.notice 12:21:34 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:21:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:21:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:21:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:22:04 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:22:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:22:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:22:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:22:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:22:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:22:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:22:04 localhost user.err Oct
Oct 2 12:22:04 localhost user.notice 12:22:04 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:22:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:22:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:22:04 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:22:34 localhost user.info hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/hpmud.c 451: [547,161,7,7,7,7] hpmud_device_open() uri=hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325 iomode=6
Oct 2 12:22:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 124: NARENDRA DEBUG1 usb_control_msg() ret = -1 : cnt = 4
Oct 2 12:22:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 133: NARENDRA DEBUG22 usb_control_msg() OUT OF WHILE(cnt)
Oct 2 12:22:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 136: NARENDRA DEBUG3 - unable get_string_descriptor -1: Operation not permitted
Oct 2 12:22:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 604: invalid product id string ret=-1
Oct 2 12:22:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: io/hpmud/musb.c 1105: unable to open hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:22:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 672: stat = 12
Oct 2 12:22:34 localhost user.err Oct
Oct 2 12:22:34 localhost user.notice 12:22:34 hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 673: argv[0] = hp:/usb/hp_LaserJet_1160_series?serial=00CNK2F08325
Oct 2 12:22:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 674: ma.prt_mode = 6
Oct 2 12:22:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 675: &hd = bfffda24
Oct 2 12:22:34 localhost user.err hp_LaserJet_1160_series?serial=00CNK2F08325: prnt/backend/hp.c 680: INFO: open device failed; will retry in 30 seconds...
Oct 2 12:22:48 localhost user.notice /etc/hotplug.d/default/default.hotplug: invoke /etc/hotplug/usb.agent ()

Please let me know why it is failing at get_string_descriptor and device open.

Thanks,
Narendra Babu h>C

Revision history for this message
Narendra Babu H.C. (narendra-babu) said :
#4

Hi Aaron,

This problem is resolved.
It was because of wrong permissions.
Thank you very much for all the support and suggestions.

Thanks,
Narendra Babu H.C.