pdewacht / brlaser

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

Supports 2130 #131

Open robins opened 2 years ago

robins commented 2 years ago

pi@raspberrypi:~/dl $ sudo lpinfo --include-schemes usb -l -v Device: uri = usb://Brother/HL-2130%20series?serial=G2N757640 class = direct info = Brother HL-2130 series make-and-model = Brother HL-2130 series device-id = MFG:Brother;CMD:PJL,HBP;MDL:HL-2130 series;CLS:PRINTER; location =

robins commented 2 years ago

Test Page printed pretty okay

CliveBull commented 2 years ago

I concur:

Device: uri = usb://Brother/HL-2130%20series?serial=F1N280477 class = direct info = Brother HL-2130 series make-and-model = Brother HL-2130 series device-id = MFG:Brother;CMD:PJL,HBP;MDL:HL-2130 series;CLS:PRINTER; location =

matteocalisti commented 2 years ago

Test page looks ok on Raspberry PI Zero W

Device: uri = usb://Brother/HL-2130%20series?serial=xxxxxxxxx
        class = direct
        info = Brother HL-2130 series
        make-and-model = Brother HL-2130 series
        device-id = MFG:Brother;CMD:PJL,HBP;MDL:HL-2130 series;CLS:PRINTER;CID:Brother Laser Type1;
        location =
matteocalisti commented 2 years ago

Short update: tried to print an image, printer only printed the first sixth or so of the image itself. I'm trying to understand if it is an issue with CUPS, the driver or the Raspberry PI Zero W.

QORTEC commented 2 years ago

Duplicate of #63

@matteocalisti, What resolution are you printing at? Another (Raspberry Pi Zero) user was having issues at 1200HQ but was able to successfully print at 600 DPI.

matteocalisti commented 2 years ago

@QORTEC text documents and pdfs print correctly at 300 and 600 dpi, print only the first few lines on 1200HQ. Images will not print correctly at any resolution, but more of the image is printed at lower resolution (eg 1200HQ just ~2cm, 600dpi about ~4cm and 300dpi ~8cm). Looks like doubling the dpi halves the printed image.

Toner saving on or off doesn't change the print result.

I'm using a JPEG 1080x1920 for the test print, maybe the image is too big?