如何在 Raspberry Pi 和 Raspbian 上设置联网的 Brother 打印机 (Brother_DCP_L2520DW_series)?
How to setup a networked Brother printer (Brother_DCP_L2520DW_series) on Raspberry Pi with Raspbian?
我正在尝试将联网的 Brother 打印机与我的 RPI3 (Raspbian Stretch) 结合使用。
我尝试了几个教程:
https://www.raspberrypi.org/forums/viewtopic.php?t=194147
https://raspberrypi.stackexchange.com/questions/40722/how-to-install-cups-driver-gutenprint
https://support.brother.com/g/b/faqend.aspx?c=us_ot&lang=en&prod=dcp1512_us_eu&faqid=faq00000366_031
None 这些解决方案有效。
我在 CUPS 浏览器实用程序中添加了打印机 (http://localhost:631)。我可以从这里打印测试页。
但是当我想使用命令行时,无法识别打印机。
当我使用 lpstat -p
列出可用的打印机时,我在命令行终端中得到了这个日志:
lpstat: server-error-operation-not-supported
当我尝试使用像 lp
这样的命令时,我得到了这个错误行:
lp: Error - scheduler not responding.
我完全被卡住了。有什么想法吗?
我找到了解决办法。
删除所有 CUPS 安装
sudo apt-get sudo /etc/init.d/cups stop
sudo apt-get purge cups
sudo rm -rf /etc/cups
并重新安装
sudo apt-get install cups
为方便起见,您可以在Raspbian菜单中添加打印机设置
sudo apt-get install system-config-printer
要启用 Recto Verso 打印,请安装
sudo apt-get install gtklp
我正在尝试将联网的 Brother 打印机与我的 RPI3 (Raspbian Stretch) 结合使用。
我尝试了几个教程:
https://www.raspberrypi.org/forums/viewtopic.php?t=194147
https://raspberrypi.stackexchange.com/questions/40722/how-to-install-cups-driver-gutenprint
https://support.brother.com/g/b/faqend.aspx?c=us_ot&lang=en&prod=dcp1512_us_eu&faqid=faq00000366_031
None 这些解决方案有效。
我在 CUPS 浏览器实用程序中添加了打印机 (http://localhost:631)。我可以从这里打印测试页。
但是当我想使用命令行时,无法识别打印机。
当我使用 lpstat -p
列出可用的打印机时,我在命令行终端中得到了这个日志:
lpstat: server-error-operation-not-supported
当我尝试使用像 lp
这样的命令时,我得到了这个错误行:
lp: Error - scheduler not responding.
我完全被卡住了。有什么想法吗?
我找到了解决办法。
删除所有 CUPS 安装
sudo apt-get sudo /etc/init.d/cups stop
sudo apt-get purge cups
sudo rm -rf /etc/cups
并重新安装
sudo apt-get install cups
为方便起见,您可以在Raspbian菜单中添加打印机设置
sudo apt-get install system-config-printer
要启用 Recto Verso 打印,请安装
sudo apt-get install gtklp