On Wed, 6 Nov 2019, Michael Hennebry wrote:
On Sun, 3 Nov 2019, Jon LaBadie wrote:
Have you tried adding the Brother CUPS and/or generic LPR software?
https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=h...
I've been trying to folow directions, but no go. The bad ELF interpreter really through me for a loop:
[root@localhost drv]# rpm -ihv --nodeps ~hennebry/Downloads/*.rpm Preparing... ################################# [100%] Updating / installing... 1:hll2360dcupswrapper-3.2.0-1 ################################# [100%] lpadmin -p HLL2360D -E -v usb://Brother/HL-L2360D%20series?serial=U63883B7N499687 -P /usr/share/ppd/brother/brother-HLL2360D-cups-en.ppd restorecon: lstat(/etc/opt/brother/Printers/HLL2360D) failed: No such file or directory warning: %post(hll2360dcupswrapper-3.2.0-1.i386) scriptlet failed, exit status 255 [root@localhost drv]# rpm -ihv --nodeps ~hennebry/Downloads/*lpr*.rpm Preparing... ################################# [100%] Updating / installing... 1:hll2360dlpr-3.2.0-1 ################################# [100%] /var/tmp/rpm-tmp.1omOJ2: /opt/brother/Printers/HLL2360D/inf/braddprinter: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory [root@localhost drv]# ls cupsfilters.drv hp sample.drv [root@localhost drv]# ls -F cupsfilters.drv hp/ sample.drv [root@localhost drv]# pwd /usr/share/cups/drv [root@localhost drv]# ls ~/D*/*.rpm ls: cannot access /root/D*/*.rpm: No such file or directory [root@localhost drv]# ls ~hennebry/D*/*.rpm /home/hennebry/Downloads/hll2360dcupswrapper-3.2.0-1.i386.rpm /home/hennebry/Downloads/hll2360dlpr-3.2.0-1.i386.rpm [root@localhost drv]#
What happened? How do I do it right?
Apparently both rpms are installed, but even after restarting cups, the printer just receives data and goes back to sleep.
I have no /etc/printcap.local or /etc/printcap . /etc/cups/printers.conf does not contain the string lp . It does have DeviceURI usb://Brother/HL-L2360D%20series?serial=U63883B7N499687
Now what?