0

我正在尝试将联网的 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

这些解决方案都不起作用。

我在 CUPS 浏览器实用程序 ( http://localhost:631 ) 中添加了打印机。我可以从这里打印一个测试页。

但是当我想使用命令行时,打印机无法识别。

当我lpstat -p用于列出可用的打印机时,我在命令行终端中得到了这个日志:

lpstat: server-error-operation-not-supported

当我尝试使用命令时,lp我得到这个错误行:

lp: Error - scheduler not responding.

我完全被困住了。有任何想法吗 ?

4

1 回答 1

0

我找到了解决方案。

删除所有 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

要启用正反面打印,请安装

sudo apt-get install gtklp
于 2019-09-25T12:47:23.647 回答