pdewacht / brlaser

Brother laser printer driver
GNU General Public License v2.0
576 stars 109 forks source link

Brother HL-1110 doesn't work with Resolution=1200dpi #113

Open PolarGoose opened 3 years ago

PolarGoose commented 3 years ago

System info: Brother HL-1110 Raspberry Pi Zero W Raspberry Pi OS Lite Release date: January 11th 2021 brlaser is taken from the latest master commit

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.10.11+ #1399 Thu Jan 28 12:02:28 GMT 2021 armv6l GNU/Linux
pi@raspberrypi:~ $ sudo lpinfo --include-schemes usb -l -v
Device: uri = usb://Brother/HL-1110%20series?serial=<hidden>
        class = direct
        info = Brother HL-1110 series
        make-and-model = Brother HL-1110 series
        device-id = MFG:Brother;CMD:PJL,HBP;MDL:HL-1110 series;CLS:PRINTER;CID:Brother Laser Type3;
        location =
pi@raspberrypi:~ $ lpoptions -l
PageSize/Media Size: *A4 A5 A6 B5 B6 EnvC5 EnvMonarch EnvDL Executive Legal Letter
Resolution/Resolution: *600dpi 1200dpi 300dpi
InputSlot/Media Source: *Auto Tray1 Tray2 Tray3 MPTray Manual
MediaType/Media Type: *PLAIN THIN THICK THICKER BOND TRANS ENV ENV-THICK ENV-THIN
brlaserEconomode/Toner save mode: *False True

Problem description:

PolarGoose commented 3 years ago

I have found on the the website of the vendor: https://www.brother.co.uk/printers/laser-printers/hl1110 Resolution: Up to 600 x 600 dpi (2400 x 600 dpi with Resolution Control)

It means that 1200dpi is not supported, but then the output of the lpoptions -l command is misleading. And how to set 2400 x 600 dpi resolution then?

Flamekebab commented 1 year ago

Similar setup here but slightly different results. Latest version of brlaser, Raspbian. Same printer. Having the defaults set to 600 DPI means that the printer clicks on, receives the job, then does nothing (it doesn't spin up or anything like that). 1200 DPI has the same result.

Setting the default or manually sending the job at 300 DPI works just fine. I know the printer can print at 600 DPI when hooked up via USB to my laptop but connected to CUPS it's not interested.