[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#712512: Ghostscript seems to be working



On Fri, Oct 31, 2014 at 11:35:05PM +0100, Till Kamppeter wrote:
> Your problem seems to be a bad interference between your printer and the
> USB CUPS backend. Please follow the instructions of the section
> 
> USB printer does not print or prints garbage
> 
> on
> 
> https://wiki.ubuntu.com/DebuggingPrintingProblems

Indeed, # lpadmin -p <queue> -o usb-no-reattach-default=true 
seems to fix the problem. Apologies for not trying this earlier.

Also # lpadmin -p HL-1250-series -o usb-no-reattach-default=true 
seems to fix the bug as well. At least in the few tests conducted thus far.

Tested on up to date debian testing, cups version 1.7.5-5.

Does this bug need a reassign to cups?

# lsusb  -s 001:005 
Bus 001 Device 005: ID 04f9:0007 Brother Industries, Ltd HL-1250 Laser
Printer

The verbose version of # lsusb -v -s 001:005

----------------------------------------------------

Bus 001 Device 005: ID 04f9:0007 Brother Industries, Ltd HL-1250 Laser Printer
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x04f9 Brother Industries, Ltd
  idProduct          0x0007 HL-1250 Laser Printer
  bcdDevice            1.00
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x40
      (Missing must-be-set bit!)
      Self Powered
    MaxPower                0mA
    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     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               0
Device Status:     0x0001
  Self Powered
------------------------------------------------------------

Thanks for the help,

ael


Reply to: