I am trying to add support for the LBP6020 printer. So far all I have done is add the line register_printer("LBP6020", lbp6000_ops.ops, EXPERIMENTAL); to prn_lbp2900.c, in hope that it would magically make the printer work. Unfortunately it does not appear to be sufficient.
The last four lines of the CUPS error_log file are:
W [21/Oct/2022:20:36:40 +0200] [Job 12] support of LBP6020 is experimental
E [21/Oct/2022:20:41:19 +0200] [Job 12] Unable to send data to printer.
E [21/Oct/2022:20:41:20 +0200] [Job 12] CAPT: bad reply from printer, expected A8 A0 xx xx xx xx, got
W [21/Oct/2022:20:41:20 +0200] [Job 12] Backend returned status 1 (failed)
I do not have much experience in reverse engineering printer protocols, but next on my TODO list is some experiments with Wireshark.
I am trying to add support for the LBP6020 printer. So far all I have done is add the line
register_printer("LBP6020", lbp6000_ops.ops, EXPERIMENTAL);to prn_lbp2900.c, in hope that it would magically make the printer work. Unfortunately it does not appear to be sufficient.The last four lines of the CUPS error_log file are:
I do not have much experience in reverse engineering printer protocols, but next on my TODO list is some experiments with Wireshark.