我正在尝试使用带有 Debian ARM 的 Brother MFCJ5320DW 打印机,它类似于:
- Debian ARM 和带有 CUPS 的 Brother DCP195C
- 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
我安装了 ppd 文件并
/usr/lib/cups/filter/brother_lpdwrapper_mfcj5320dw
/opt/brother/Printers/mfcj5320dw/lpd/filtermfcj5320dw
来自 .deb 文件的文件。但是,似乎/opt/brother/Printers/mfcj5320dw/cupswrapper/brcupsconfpt1
仍然需要一个二进制文件。Brotherbrother_mfcj5320dw_GPL_source_3.0.1-1.tar.gz
文件中有一个源文件,可以构建它来创建
brother_mfcj5320dw_GPL_source_3.0.1-1/brcupsconfig/brcupsconfig
但是,没有文档表明如何处理该文件。
有人解决了这个问题并设法让驱动程序在 ARM 架构上正常工作吗?