Brother Laser - Fails to Print

Hi, I am having trouble with my Brother Laser DCP-1510 to work under LEAP 15.2.

  • using the same installation process as with previous versions of LEAP, I fail to get any printouts.
  • for YAST and Cups, the printer is correctly detected and it status ‘idle/off line’ is recognized.
  • any prints are executed without error.
  • after enabling debug for the cups demon, i received the following two errors in /var/log/cups/error_log:
[/usr/lib/cups/filter/brother_lpdwrapper_DCP1510: line 103: /opt/brother/Printers/DCP1510/cupswrapper/brcupsconfig4: No such file or directory/CODE]
- and - 

/opt/brother/Printers/DCP1510/lpd/filter_DCP1510: line 74: /opt/brother/Printers/DCP1510/lpd/rawtobr3: No such file or directory


- but both binary files are available at their respective paths - 

la /opt/brother/Printers/DCP1510/lpd/filter_DCP1510

-rwxr-xr-x 1 root root 2549 Jan 28 2013 /opt/brother/Printers/DCP1510/lpd/filter_DCP1510

la /opt/brother/Printers/DCP1510/lpd/rawtobr3

-rwxr-xr-x 1 root root 50666 Jan 28 2013 /opt/brother/Printers/DCP1510/lpd/rawtobr3


both files are binaries called from script files, using as the first line: #! /bin/sh

What is the difference of LEAP 15.2 to its predecessors?

I currently do not know how to debug this issue further. Any help is welcomed.
klerai

Do you install all 32-bit libs and glibc-32bit?
https://forums.opensuse.org/showthread.php/531271-Brother-printer-driver-installs-but-can-t-print

If not, do it, delete your Printer and install new.

With the simple command ‘zypper in libusb-1_0-0-32bit’, 75 libraries were pulled down and the problem was solved immediately.

When I searched for ‘Leap 15.2 and Brother Printer’ I failed to come across the old threat, you have pointed me to.

Thanks for the great help and kudos to you, mate.