1
I read some good reviews about this network printer/scanner, and noticed that it can scan to email or FTP. So I made the flawed(?) assumption that the printer would work independently without a software suite / drivers from Brother.
I tried to install it with the kde "Print Settings" front-end to cups. "Print Settings" finds the printer and lists several interfaces - however, I am unable to print anything no matter what configuration (combination of network protocol / printer driver) I use.
I know that I can download a bash script from Brother.com and run it as root - and then the printer is supposed to work with several x86 Linux distributions. However, I'm not comfortable doing that. Actually, I'll rather scrap the printer and get another one that support lpd/ps natively than risk compromising / messing up my system.
So my question is really if anyone have experience with recent Brother network printers and know a cups configuration that works with one of the standard Linux drivers.
I'm using both Debian Testing and Debian Stable on different machines right now. I also want to get the printer to work from a Rasberry Pi - just for the fun of it :)
Thanks for the info. I tried the printer links in the arch wiki - and when I pressed "Print test page" the printer display showed that data was received. However, no matter what format (other brother drivers, postscript, pcl) I sent, noting was printed. I don't really understand what's going on here. Do these printers require some kind of fingerprint in the payload to verify that the job was sent from an "approved" diver? I mean, when I send a Postscript payload to "http://printer_ip/POSTSCRIPT_P1" it should be pretty obvious to the printer what I try to accomplish.
– jgaa – 2016-03-08T09:07:22.767I'd say your best shot is to go with the drivers and exact installation procedure from the brother website. Probably removing what you have installed with
apt-get purge
. If the Brother driver works satisfactorily from Debian stable, you can share it. I would not dream the driver would work on raspberry. As to trying to troubleshoot why printer is not accepting the postscript etc jobs, imho, that has a very low chance of a good outcome. – r0berts – 2016-03-08T09:58:01.690