Unkown Error 1018. I Can't Print, the printers looks fine, HP-toolbox show the info... but doesn't print nothing, and CUPS say the print file was completed...

Bug #344592 reported by maximi89
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
HPLIP
Invalid
Undecided
Unassigned
Debian
Invalid
Undecided
Unassigned

Bug Description

I get this on /var/log/syslog constantly

Mar 17 19:12:55 Maximiliano HP_LaserJet_P1005?serial=L403C4P: io/hpmud/musb.c 1022: bulk_write failed buf=0xbf9b5b4c size=4096 len=-19: Invalid argument
Mar 17 19:12:55 Maximiliano HP_LaserJet_P1005?serial=L403C4P: io/hpmud/musb.c 1384: unable to write data hp:/usb/HP_LaserJet_P1005?serial=L403C4P: Invalid argument

Version: HPLIP
Version: 3.9.2
Severity: High

this error write and write at /var/log/user.log
and /var/log/syslog
the Disk have the log like 100MB and up
-rw-r----- 1 root adm 347887228 mar 17 20:15 /var/log/user.log

maximi89@Maximiliano:~$ uname -a
Linux Maximiliano 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 GNU/Linux
Debian Testing

This show Dmesg when i disconnect the HP and reconnect it:

[67888.357083] usb 2-2: USB disconnect, address 14
[67892.892860] usb 2-2: new high speed USB device using ehci_hcd and address 15
[67893.068884] usb 2-2: configuration #1 chosen from 1 choice
[67893.078614] usblp0: USB Bidirectional printer dev 15 if 0 alt 0 proto 2 vid 0x03F0 pid 0x3D17
[67893.078688] usb 2-2: New USB device found, idVendor=03f0, idProduct=3d17
[67893.078692] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[67893.078695] usb 2-2: Product: HP LaserJet P1005
[67893.078697] usb 2-2: Manufacturer: Hewlett-Packard
[67893.078699] usb 2-2: SerialNumber: L403C4P
[67898.425852] usblp0: removed

this show lsusb -v

Bus 002 Device 015: ID 03f0:3d17 Hewlett-Packard
Device Descriptor:
  bLength 18
  bDescriptorType 1
  bcdUSB 2.00
  bDeviceClass 0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize0 64
  idVendor 0x03f0 Hewlett-Packard
  idProduct 0x3d17
  bcdDevice 1.00
  iManufacturer 1 Hewlett-Packard
  iProduct 2 HP LaserJet P1005
  iSerial 3 L403C4P
  bNumConfigurations 1
  Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 32
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xc0
      Self Powered
    MaxPower 98mA
    Interface Descriptor:
      bLength 9
      bDescriptorType 4
      bInterfaceNumber 0
      bAlternateSetting 0
      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
          Usage Type Data
        wMaxPacketSize 0x0200 1x 512 bytes
        bInterval 0
      Endpoint Descriptor:
        bLength 7
        bDescriptorType 5
        bEndpointAddress 0x81 EP 1 IN
        bmAttributes 2
          Transfer Type Bulk
          Synch Type None
          Usage Type Data
        wMaxPacketSize 0x0200 1x 512 bytes
        bInterval 0
Device Qualifier (for other device speed):
  bLength 10
  bDescriptorType 6
  bcdUSB 2.00
  bDeviceClass 0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize0 64
  bNumConfigurations 1
Device Status: 0x0001
  Self Powered

This show /var/log/debug

Mar 17 20:07:27 Maximiliano hal_lpadmin: URIs: ['hp:/usb/HP_LaserJet_P1005?serial=L403C4P', 'usb://HP/LaserJet%20P1005', 'hal:///org/freedesktop/Hal/devices/usb_device_3f0_3d17_L403C4P_if0_printer_noserial']
Mar 17 20:07:28 Maximiliano hal_lpadmin: HPLIP Fax URIs: None
Mar 17 20:07:28 Maximiliano hal_lpadmin: Not adding printer: HP_LaserJet_P1005_2 already exists
Mar 17 20:07:28 Maximiliano hal_lpadmin: Not adding printer: HP_LaserJet_P1005 already exists
Mar 17 20:07:30 Maximiliano hal_lpadmin: remove
Mar 17 20:07:30 Maximiliano hal_lpadmin: Found configured printer: HP_LaserJet_P1005_2
Mar 17 20:07:30 Maximiliano hal_lpadmin: Found configured printer: HP_LaserJet_P1005

the express HP-Check:

--------------------------
| DISCOVERED USB DEVICES |
--------------------------

  Device URI Model
  -------------------------------- -----------------
  hp:/usb/HP_LaserJet_P1005?serial HP LaserJet P1005
  =L403C4P

-----------------
| USB I/O SETUP |
-----------------

Checking for permissions of USB attached printers...

HP Device 0x3d17 at 002:015:
    Device URI: hp:/usb/HP_LaserJet_P1005?serial=L403C4P
    Device node: /dev/bus/usb/002/015
    Mode: 0664

-----------
| SUMMARY |
-----------

No errors or warnings.

Done.

And with the /etc/udev/rules.d/55-hdparm.rule fixed...

I think this would help...
http://libusb.sourceforge.net/doc/function.usbbulkwrite.html
usb_bulk_write

maximi89 (maximi89)
description: updated
description: updated
maximi89 (maximi89)
description: updated
description: updated
Revision history for this message
maximi89 (maximi89) wrote : Re: I Cant Print, the printers looks fine, HP-toolbox show the info... but doesn't print nothing, and CUPS say the print file was completed...

Unkown Error 1018

maximi89@Maximiliano:~$ hp-info

HP Linux Imaging and Printing System (ver. 3.9.2)
Device Information Utility ver. 5.2

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Using device: hp:/usb/HP_LaserJet_P1005?serial=L403C4P

error: Channel write error

Done.

Revision history for this message
maximi89 (maximi89) wrote :

[79624.461576] udevd version 125 started
[79766.862027] usb 2-2: USB disconnect, address 16
[79769.476791] usb 2-2: new high speed USB device using ehci_hcd and address 17
[79769.628937] usb 2-2: configuration #1 chosen from 1 choice
[79769.672667] usblp0: USB Bidirectional printer dev 17 if 0 alt 0 proto 2 vid 0x03F0 pid 0x3D17
[79769.672791] usb 2-2: New USB device found, idVendor=03f0, idProduct=3d17
[79769.672798] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[79769.672803] usb 2-2: Product: HP LaserJet P1005
[79769.672807] usb 2-2: Manufacturer: Hewlett-Packard
[79769.672811] usb 2-2: SerialNumber: L403C4P
[79774.061475] usblp0: removed
[79779.276911] usb 2-2: usbfs: USBDEVFS_CONTROL failed cmd python rqt 128 rq 6 len 255 ret -110

Revision history for this message
maximi89 (maximi89) wrote :
Download full text (7.8 KiB)

maximi89@Maximiliano:~$ tail -f /var/log/syslog
Mar 17 23:46:57 Maximiliano python: hp-toolbox(UI)[6248]: error: Unable to open device hp:/usb/HP_LaserJet_P1005?serial=L403C4P.
Mar 17 23:47:18 Maximiliano python: hp-systray(hpdio)[4195]: error: Channel write error
Mar 17 23:47:18 Maximiliano python: io/hpmud/musb.c 547: aborting outstanding 7/1/2 write
Mar 17 23:47:48 Maximiliano python: hp-systray(hpdio)[4195]: error: Channel write error
Mar 17 23:47:48 Maximiliano python: io/hpmud/musb.c 547: aborting outstanding 7/1/2 write
Mar 17 23:48:18 Maximiliano python: hp-systray(hpdio)[4195]: error: Channel write error
Mar 17 23:48:18 Maximiliano python: io/hpmud/musb.c 547: aborting outstanding 7/1/2 write
Mar 17 23:50:51 Maximiliano python: hp-firmware[6422]: error: Channel write error
Mar 17 23:50:51 Maximiliano python: io/hpmud/musb.c 547: aborting outstanding 7/1/2 write
Mar 17 23:50:51 Maximiliano python: hp-firmware[6422]: error: Unable to communicate with device or device is in an error state. Please check device setup and try again.
Mar 17 23:56:46 Maximiliano kernel: [81655.538494] usb 2-2: USB disconnect, address 7
Mar 17 23:56:49 Maximiliano kernel: [81658.056035] usb 2-2: new high speed USB device using ehci_hcd and address 8
Mar 17 23:56:49 Maximiliano kernel: [81658.208637] usb 2-2: configuration #1 chosen from 1 choice
Mar 17 23:56:49 Maximiliano kernel: [81658.212601] usblp0: USB Bidirectional printer dev 8 if 0 alt 0 proto 2 vid 0x03F0 pid 0x3D17
Mar 17 23:56:49 Maximiliano kernel: [81658.212673] usb 2-2: New USB device found, idVendor=03f0, idProduct=3d17
Mar 17 23:56:49 Maximiliano kernel: [81658.212677] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mar 17 23:56:49 Maximiliano kernel: [81658.212680] usb 2-2: Product: HP LaserJet P1005
Mar 17 23:56:49 Maximiliano kernel: [81658.212682] usb 2-2: Manufacturer: Hewlett-Packard
Mar 17 23:56:49 Maximiliano kernel: [81658.212684] usb 2-2: SerialNumber: L403C4P
Mar 17 23:56:49 Maximiliano logger: loading hp_laserjet_p1005 firmware 002 008
Mar 17 23:56:49 Maximiliano logger: loading hp_laserjet_p1005 firmware 2 8
Mar 17 23:56:50 Maximiliano hal_lpadmin: add
Mar 17 23:56:51 Maximiliano hal_lpadmin: URIs: ['hp:/usb/HP_LaserJet_P1005?serial=L403C4P', 'usb://HP/LaserJet%20P1005', 'hal:///org/freedesktop/Hal/devices/usb_device_3f0_3d17_L403C4P_if0_printer_noserial']
Mar 17 23:56:51 Maximiliano hal_lpadmin: HPLIP Fax URIs: None
Mar 17 23:56:51 Maximiliano hal_lpadmin: Not adding printer: HP_LaserJet_P1005_2 already exists
Mar 17 23:56:51 Maximiliano hal_lpadmin: Not adding printer: HP_LaserJet_P1005 already exists
Mar 17 23:56:51 Maximiliano hal_lpadmin: Not adding printer: HP_LaserJet_P1005_3 already exists
Mar 17 23:56:53 Maximiliano kernel: [81661.969219] usblp0: removed
Mar 17 23:56:54 Maximiliano hal_lpadmin: remove
Mar 17 23:56:54 Maximiliano hal_lpadmin: Found configured printer: HP_LaserJet_P1005_2
Mar 17 23:56:54 Maximiliano hal_lpadmin: Found configured printer: HP_LaserJet_P1005
Mar 17 23:56:54 Maximiliano hal_lpadmin: Found configured printer: HP_LaserJet_P1005_3
Mar 17 23:56:58 Maximiliano python: io/hpmud/musb.c 135: unable get_string_descriptor -110: Conne...

Read more...

Revision history for this message
maximi89 (maximi89) wrote :

http://blendmaster.name/
Here he say about cups restart help, but the problem is with libusb... too old.

Solved with restart cups my printer back, i don't know why...

This i get when i restart cups...

dmesg

Mar 18 00:11:08 Maximiliano kernel: [82517.776830] usb 2-2: SerialNumber: L403C4P
Mar 18 00:11:08 Maximiliano logger: loading hp_laserjet_p1005 firmware 002 009
Mar 18 00:11:09 Maximiliano logger: loading hp_laserjet_p1005 firmware 2 9
Mar 18 00:11:11 Maximiliano hal_lpadmin: add
Mar 18 00:11:11 Maximiliano hal_lpadmin: URIs: ['hp:/usb/HP_LaserJet_P1005?serial=L403C4P', 'usb://HP/LaserJet%20P1005', 'hal:///org/freedesktop/Hal/devices/usb_device_3f0_3d17_L403C4P_if0_printer_noserial']
Mar 18 00:11:12 Maximiliano hal_lpadmin: HPLIP Fax URIs: None
Mar 18 00:11:12 Maximiliano hal_lpadmin: Not adding printer: HP_LaserJet_P1005_2 already exists
Mar 18 00:11:12 Maximiliano hal_lpadmin: Not adding printer: HP_LaserJet_P1005 already exists
Mar 18 00:11:12 Maximiliano hal_lpadmin: Not adding printer: HP_LaserJet_P1005_3 already exists
Mar 18 00:11:13 Maximiliano kernel: [82522.340899] usblp0: removed
Mar 18 00:11:13 Maximiliano python: hp-firmware[7251]: error: Device busy: hp:/usb/HP_LaserJet_P1005?serial=L403C4P
Mar 18 00:11:13 Maximiliano python: hp-firmware[7251]: error: Error opening device (Device not found). Exiting.
Mar 18 00:11:14 Maximiliano hal_lpadmin: remove
Mar 18 00:11:14 Maximiliano hal_lpadmin: Found configured printer: HP_LaserJet_P1005_2
Mar 18 00:11:14 Maximiliano hal_lpadmin: Found configured printer: HP_LaserJet_P1005
Mar 18 00:11:14 Maximiliano hal_lpadmin: Found configured printer: HP_LaserJet_P1005_3
Mar 18 00:11:40 Maximiliano HP_LaserJet_P1005?serial=L403C4P: prnt/backend/hp.c 348: read new status: 10023
Mar 18 00:11:46 Maximiliano last message repeated 2 times
Mar 18 00:11:46 Maximiliano HP_LaserJet_P1005?serial=L403C4P: prnt/backend/hp.c 348: read new status: 10001
Mar 18 00:17:01 Maximiliano /USR/SBIN/CRON[7555]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)

Revision history for this message
maximi89 (maximi89) wrote :

El problema mencionado en https://answers.launchpad.net/hplip/+question/45340
es el mismo indicado acá, tiene que ver con LIBUSB

libusb-0.1-4 2:0.1.12-13
libusb-1.0-0 2:1.0.0-1

i have installed both, i think that would be the problem, i mean libusb as like, libusb too old make problemas like the mine.

Revision history for this message
maximi89 (maximi89) wrote :
Revision history for this message
maximi89 (maximi89) wrote : Re: [Bug 344592] Re: Unkown Error 1018. I Can't Print, the printers looks fine, HP-toolbox show the info... but doesn't print nothing, and CUPS say the print file was completed...
Download full text (8.1 KiB)

I have the same error... again.

[13528.848406] cdc_acm: v0.26:USB Abstract Control Model driver for USB
modems and ISDN adapters
[14395.885345] usb 2-8: USB disconnect, address 5
[14396.124092] usb 2-8: new high speed USB device using ehci_hcd and address
9
[14396.276847] usb 2-8: configuration #1 chosen from 1 choice
[14396.279881] usblp0: USB Bidirectional printer dev 9 if 0 alt 0 proto 2
vid 0x03F0 pid 0x3D17
[14396.279950] usb 2-8: New USB device found, idVendor=03f0, idProduct=3d17
[14396.279954] usb 2-8: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[14396.279957] usb 2-8: Product: HP LaserJet P1005
[14396.279959] usb 2-8: Manufacturer: Hewlett-Packard
[14396.279961] usb 2-8: SerialNumber: L403C4P
[14402.021891] usblp0: removed
[14938.692865] usb 2-8: USB disconnect, address 9
[14966.432038] usb 2-8: new high speed USB device using ehci_hcd and address
10
[14966.584816] usb 2-8: configuration #1 chosen from 1 choice
[14966.594242] usblp0: USB Bidirectional printer dev 10 if 0 alt 0 proto 2
vid 0x03F0 pid 0x3D17
[14966.594314] usb 2-8: New USB device found, idVendor=03f0, idProduct=3d17
[14966.594317] usb 2-8: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[14966.594321] usb 2-8: Product: HP LaserJet P1005
[14966.594323] usb 2-8: Manufacturer: Hewlett-Packard
[14966.594325] usb 2-8: SerialNumber: L403C4P
[14970.293402] usblp0: removed
[14975.408086] usb 2-8: usbfs: USBDEVFS_CONTROL failed cmd python rqt 128 rq
6 len 255 ret -110
[15077.218363] usb 2-8: USB disconnect, address 10
[15081.408037] usb 2-8: new high speed USB device using ehci_hcd and address
11
[15081.561246] usb 2-8: configuration #1 chosen from 1 choice
[15081.574133] usblp0: USB Bidirectional printer dev 11 if 0 alt 0 proto 2
vid 0x03F0 pid 0x3D17
[15081.574207] usb 2-8: New USB device found, idVendor=03f0, idProduct=3d17
[15081.574211] usb 2-8: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[15081.574214] usb 2-8: Product: HP LaserJet P1005
[15081.574216] usb 2-8: Manufacturer: Hewlett-Packard
[15081.574218] usb 2-8: SerialNumber: L403C4P
[15085.331891] usblp0: removed
[15090.504148] usb 2-8: usbfs: USBDEVFS_CONTROL failed cmd python rqt 128 rq
6 len 255 ret -110
[15095.284223] usb 2-8: usbfs: USBDEVFS_CONTROL failed cmd hp rqt 128 rq 6
len 255 ret -110
[15154.552463] usb 2-8: USB disconnect, address 11
[15171.068318] usb 2-8: new high speed USB device using ehci_hcd and address
12
[15171.221211] usb 2-8: configuration #1 chosen from 1 choice
[15171.227889] usblp0: USB Bidirectional printer dev 12 if 0 alt 0 proto 2
vid 0x03F0 pid 0x3D17
[15171.227960] usb 2-8: New USB device found, idVendor=03f0, idProduct=3d17
[15171.227963] usb 2-8: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[15171.227966] usb 2-8: Product: HP LaserJet P1005
[15171.227968] usb 2-8: Manufacturer: Hewlett-Packard
[15171.227971] usb 2-8: SerialNumber: L403C4P
[15174.960333] usblp0: removed
[15180.076214] usb 2-8: usbfs: USBDEVFS_CONTROL failed cmd python rqt 128 rq
6 len 255 ret -110

Current contents of '~/.hplip/hplip.conf' file:
[last_used]
printer_name = HP_LaserJet_P1005
printer =
device_uri = hp:/usb/HP_LaserJet_P1005?serial=L403C4P

[commands]
fax = ...

Read more...

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) wrote :

Not a debian defect.

Aaron

Changed in hplip:
status: New → Invalid
Revision history for this message
Mark Purcell (msp) wrote : Fwd: [Pkg-hpijs-devel] Bug#520195: HPLIP High severity problem, the phinter HP Laserjet P1005, don't print and hp-toolbox works fine, log up and up with a message.

forwarded 520195 https://bugs.launchpad.net/hplip/+bug/344592
notfound 520195 3.9.2
found 520192 3.9.2-1
thanks

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520195

Revision history for this message
maximi89 (maximi89) wrote : Re: [Bug 344592] Re: Unkown Error 1018. I Can't Print, the printers looks fine, HP-toolbox show the info... but doesn't print nothing, and CUPS say the print file was completed...
Download full text (18.8 KiB)

2009/3/30 Aaron Albright <email address hidden>

> Not a debian defect.
>
> Aaron
>
> ** Changed in: debian
> Status: New => Invalid
>
> ** Changed in: hplip
> Status: New => Invalid
>
> ** bug changed to question:
> https://answers.launchpad.net/hplip/+question/65890
>
> --
> Unkown Error 1018. I Can't Print, the printers looks fine, HP-toolbox show
> the info... but doesn't print nothing, and CUPS say the print file was
> completed...
> https://bugs.launchpad.net/bugs/344592
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Ok, i get the info again... here we go...

maximi89@Maximiliano:~$ /usr/lib/cups/backend/hp
direct hp:/usb/HP_LaserJet_P1005?serial=L403C4P "HP LaserJet P1005" "HP
LaserJet P1005 USB L403C4P HPLIP" "MFG:HP;MDL:HP LaserJet
P1005;CLS:PRINTER;DES:HP LaserJet P1005;SN:L403C4P;"

CAT /var/log/syslog

04: unable to open hp:/usb/HP_LaserJet_P1005?serial=L403C4P
Apr 6 23:23:18 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
prnt/backend/hp.c 676: INFO: open device failed stat=12; will retry in 30
seconds...
Apr 6 23:23:48 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1104: unable to open
hp:/usb/HP_LaserJet_P1005?serial=L403C4P
Apr 6 23:23:48 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
prnt/backend/hp.c 676: INFO: open device failed stat=12; will retry in 30
seconds...
Apr 6 23:24:18 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1104: unable to open
hp:/usb/HP_LaserJet_P1005?serial=L403C4P
Apr 6 23:24:18 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
prnt/backend/hp.c 676: INFO: open device failed stat=12; will retry in 30
seconds...
Apr 6 23:24:48 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1104: unable to open
hp:/usb/HP_LaserJet_P1005?serial=L403C4P
Apr 6 23:24:48 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
prnt/backend/hp.c 676: INFO: open device failed stat=12; will retry in 30
seconds...
Apr 6 23:25:18 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1104: unable to open
hp:/usb/HP_LaserJet_P1005?serial=L403C4P
Apr 6 23:25:18 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
prnt/backend/hp.c 676: INFO: open device failed stat=12; will retry in 30
seconds...
Apr 6 23:25:48 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1104: unable to open
hp:/usb/HP_LaserJet_P1005?serial=L403C4P
Apr 6 23:25:48 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
prnt/backend/hp.c 676: INFO: open device failed stat=12; will retry in 30
seconds...

Dmesg

[20950.551087] sd 1:0:0:0: [sdb] Starting disk
[20950.568010] sd 2:0:0:0: [sdc] Starting disk
[20951.108029] usb 2-7: reset low speed USB device using ohci_hcd and
address 3
[20951.808022] usb 2-9: reset low speed USB device using ohci_hcd and
address 4
[20952.216303] Restarting tasks ... done.
[20952.460047] usb 1-8: new high speed USB device using ehci_hcd and address
5
[20952.541461] dmfe: Change Speed to 100Mhz full duplex
[20952.613234] usb 1-8: configuration #1 chosen from 1 choice
[20952.613420] usb 1-8: New USB device found, idVendor=03f0, idProduct=3d17
[20952.613424] usb 1-8: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[20952.613426] us...

Revision history for this message
maximi89 (maximi89) wrote :
Download full text (21.2 KiB)

2009/4/7 Maximi89 <email address hidden>

>
>
> 2009/3/30 Aaron Albright <email address hidden>
>
> Not a debian defect.
>>
>> Aaron
>>
>> ** Changed in: debian
>> Status: New => Invalid
>>
>> ** Changed in: hplip
>> Status: New => Invalid
>>
>> ** bug changed to question:
>> https://answers.launchpad.net/hplip/+question/65890
>>
>> --
>> Unkown Error 1018. I Can't Print, the printers looks fine, HP-toolbox show
>> the info... but doesn't print nothing, and CUPS say the print file was
>> completed...
>> https://bugs.launchpad.net/bugs/344592
>> You received this bug notification because you are a direct subscriber
>> of the bug.
>>
>
> Ok, i get the info again... here we go...
>
>
> maximi89@Maximiliano:~$ /usr/lib/cups/backend/hp
> direct hp:/usb/HP_LaserJet_P1005?serial=L403C4P "HP LaserJet P1005" "HP
> LaserJet P1005 USB L403C4P HPLIP" "MFG:HP;MDL:HP LaserJet
> P1005;CLS:PRINTER;DES:HP LaserJet P1005;SN:L403C4P;"
>
> CAT /var/log/syslog
Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1022: bulk_write failed buf=0xbf9a236c size=4096 len=-19:
Invalid argument
Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1384: unable to write data
hp:/usb/HP_LaserJet_P1005?serial=L403C4P: Invalid argument
Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1022: bulk_write failed buf=0xbf9a236c size=4096 len=-19:
Invalid argument
Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1384: unable to write data
hp:/usb/HP_LaserJet_P1005?serial=L403C4P: Invalid argument
Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1022: bulk_write failed buf=0xbf9a236c size=4096 len=-19:
Invalid argument
Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1384: unable to write data
hp:/usb/HP_LaserJet_P1005?serial=L403C4P: Invalid argument
Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1022: bulk_write failed buf=0xbf9a236c size=4096 len=-19:
Invalid argument
Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
io/hpmud/musb.c 1384: unable to write data
hp:/usb/HP_LaserJet_P1005?serial=L403C4P: Invalid argument

>
> CAT /var/log/syslog
>
> 04: unable to open hp:/usb/HP_LaserJet_P1005?serial=L403C4P
> Apr 6 23:23:18 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> prnt/backend/hp.c 676: INFO: open device failed stat=12; will retry in 30
> seconds...
> Apr 6 23:23:48 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> io/hpmud/musb.c 1104: unable to open
> hp:/usb/HP_LaserJet_P1005?serial=L403C4P
> Apr 6 23:23:48 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> prnt/backend/hp.c 676: INFO: open device failed stat=12; will retry in 30
> seconds...
> Apr 6 23:24:18 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> io/hpmud/musb.c 1104: unable to open
> hp:/usb/HP_LaserJet_P1005?serial=L403C4P
> Apr 6 23:24:18 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> prnt/backend/hp.c 676: INFO: open device failed stat=12; will retry in 30
> seconds...
> Apr 6 23:24:48 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> io/hpmud/musb.c 1104: unable to open
> hp:/usb/HP_LaserJet_P100...

Revision history for this message
maximi89 (maximi89) wrote :
Download full text (26.4 KiB)

2009/4/7 Maximi89 <email address hidden>

>
>
> 2009/4/7 Maximi89 <email address hidden>
>
>>
>>
>> 2009/3/30 Aaron Albright <email address hidden>
>>
>> Not a debian defect.
>>>
>>> Aaron
>>>
>>> ** Changed in: debian
>>> Status: New => Invalid
>>>
>>> ** Changed in: hplip
>>> Status: New => Invalid
>>>
>>> ** bug changed to question:
>>> https://answers.launchpad.net/hplip/+question/65890
>>>
>>> --
>>> Unkown Error 1018. I Can't Print, the printers looks fine, HP-toolbox
>>> show the info... but doesn't print nothing, and CUPS say the print file was
>>> completed...
>>> https://bugs.launchpad.net/bugs/344592
>>> You received this bug notification because you are a direct subscriber
>>> of the bug.
>>>
>>
>> Ok, i get the info again... here we go...
>>
>>
>> maximi89@Maximiliano:~$ /usr/lib/cups/backend/hp
>> direct hp:/usb/HP_LaserJet_P1005?serial=L403C4P "HP LaserJet P1005" "HP
>> LaserJet P1005 USB L403C4P HPLIP" "MFG:HP;MDL:HP LaserJet
>> P1005;CLS:PRINTER;DES:HP LaserJet P1005;SN:L403C4P;"
>>
>> CAT /var/log/syslog
> Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> io/hpmud/musb.c 1022: bulk_write failed buf=0xbf9a236c size=4096 len=-19:
> Invalid argument
> Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> io/hpmud/musb.c 1384: unable to write data
> hp:/usb/HP_LaserJet_P1005?serial=L403C4P: Invalid argument
> Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> io/hpmud/musb.c 1022: bulk_write failed buf=0xbf9a236c size=4096 len=-19:
> Invalid argument
> Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> io/hpmud/musb.c 1384: unable to write data
> hp:/usb/HP_LaserJet_P1005?serial=L403C4P: Invalid argument
> Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> io/hpmud/musb.c 1022: bulk_write failed buf=0xbf9a236c size=4096 len=-19:
> Invalid argument
> Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> io/hpmud/musb.c 1384: unable to write data
> hp:/usb/HP_LaserJet_P1005?serial=L403C4P: Invalid argument
> Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> io/hpmud/musb.c 1022: bulk_write failed buf=0xbf9a236c size=4096 len=-19:
> Invalid argument
> Apr 7 22:24:49 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
> io/hpmud/musb.c 1384: unable to write data
> hp:/usb/HP_LaserJet_P1005?serial=L403C4P: Invalid argument
>
>
>>
>> CAT /var/log/syslog
>>
>> 04: unable to open hp:/usb/HP_LaserJet_P1005?serial=L403C4P
>> Apr 6 23:23:18 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
>> prnt/backend/hp.c 676: INFO: open device failed stat=12; will retry in 30
>> seconds...
>> Apr 6 23:23:48 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
>> io/hpmud/musb.c 1104: unable to open
>> hp:/usb/HP_LaserJet_P1005?serial=L403C4P
>> Apr 6 23:23:48 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
>> prnt/backend/hp.c 676: INFO: open device failed stat=12; will retry in 30
>> seconds...
>> Apr 6 23:24:18 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
>> io/hpmud/musb.c 1104: unable to open
>> hp:/usb/HP_LaserJet_P1005?serial=L403C4P
>> Apr 6 23:24:18 Maximiliano HP_LaserJet_P1005?serial=L403C4P:
>> prnt/backend/hp.c 676: INFO: open device failed stat=12; will retr...

Revision history for this message
maximi89 (maximi89) wrote :

This bug is an acknowledgment linux problem, Debian project know about this bug come from the kernel.

Revision history for this message
maximi89 (maximi89) wrote :
Revision history for this message
Scorpey (hplip-scorpey) wrote :

it only for debian, ore for ubuntu too?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.