安装爱普生 WF-3520

use*_*759 3 printing epson drivers cups-lpd

GUI 打印机安装没有可用的驱动程序。我从爱普生网站下载了打印机的 LINUX 驱动程序,并使用 PPD 进行安装。返回 CUPS 错误。通过 localhost:631 安装打印机。它安装了,但说它缺少过滤器。关于如何将所有文件放在需要的位置的任何想法?谢谢!

小智 6

I had the same problem with my Epson WF-3520 and the driver from the Epson-Website. This solved my problem:

Try, to make sure the damaged driver will be removed:

sudo apt-get -f install
Run Code Online (Sandbox Code Playgroud)

And then install the driver from the package manager

sudo apt-get install printer-driver-escpr
Run Code Online (Sandbox Code Playgroud)

I installed the package "printer-driver-escpr" version 1.3.0-1 with the package manager and the driver works for me with the Epson WF-3520.

Now, try to add a new printer.

Application -> System Tools -> System Settings -> Printers
Run Code Online (Sandbox Code Playgroud)

Network priner with connection type:

LPD/LPR queue 'PASSTHRU'
Run Code Online (Sandbox Code Playgroud)