I am trying to use a Brother MFCJ5320DW printer with Debian ARM, which is similar to:
- Debian ARM and Brother DCP195C with CUPS
- https://unix.stackexchange.com/questions/191813/installing-brother-dcp-195c-on-cups
- https://reverseengineering.stackexchange.com/questions/3837/did-somebody-start-to-reverse-engineer-the-proprietary-linux-brother-cups-driver
I installed the ppd file and took the
/usr/lib/cups/filter/brother_lpdwrapper_mfcj5320dw
/opt/brother/Printers/mfcj5320dw/lpd/filtermfcj5320dw
files from the .deb file. However, it appears that a binary file /opt/brother/Printers/mfcj5320dw/cupswrapper/brcupsconfpt1 is still needed. In the brother_mfcj5320dw_GPL_source_3.0.1-1.tar.gz file from Brother there is a source file which can be built to create
brother_mfcj5320dw_GPL_source_3.0.1-1/brcupsconfig/brcupsconfig
However, there is no documentation that suggests what to do with this file.
Has anyone solved this and managed to get the driver working on an ARM arch.?