Replies: 2 comments 8 replies
|
There are a couple pending PRs that try to fix issues in the (experimental) Brother drivers, you might want to try them... |
2 replies
|
A dump of what is sent to the printer would help, ideally decoded with |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a Brother QL-820NWB, and I'm trying to use lprint to print to it, but whenever I send it a print job the screen on the printer says "Wrong Roll Type -- Check the print data and try again."
I'm on Debian 13, and I've tried both the lprint version included with Debian (1.3.1), as well as building 1.4.0 from source.
The printer is connected to wifi, and I added it using
lprint add -d ql820 -v socket://192.168.15.193 -m brother_ql-820nwbI'm trying to print using
lprint submit -d ql820 -o media=oe_dk1202-shipping_2.4x3.9in image.png, but the printer's light starts flashing red and displays the error message above. The labels installed in the printer are the dk1202 type.I've tried adding the options
-o media-type=labels -o print-color-mode=monochrome, as well as removing all options, but I still get the same error.The printer settings have a "command mode" options, that is currently set to "P-Touch Template". I tried setting it to "Raster" and "ESC/P", but that didn't make a difference.
Any tips for how to get this to work? I was able to print a standard CUPS test page via the auto-detected driverless printer, but haven't been successful with lprint.
All reactions