(未显示同一用户的1个中间版本) | |||
第3行: | 第3行: | ||
== 打印机 == | == 打印机 == | ||
− | + | 安装驱动即可: | |
+ | <pre> | ||
+ | sudo zypper in epson-inkjet-printer-escpr | ||
+ | </pre> | ||
== 扫描仪 (通过Wi-fi 连接) == | == 扫描仪 (通过Wi-fi 连接) == |
2024年11月18日 (一) 15:28的最新版本
Epson ET-2760 Scanner Linux Setup
打印机
安装驱动即可:
sudo zypper in epson-inkjet-printer-escpr
扫描仪 (通过Wi-fi 连接)
1. 启用SANE的ESCL后端:
$ sudo zypper in sane-backends $ sudo vim /etc/sane.d/dll.conf # dll.conf: Uncomment to enable the escl backend # escl escl
2. 配置ESCL后端:
$ sudo vim /etc/sane.d/escl.conf # escl.conf: Add the following line device http://192.168.XX.YY:443 "Epson ET-2760"
3. 连接测试:
$ scanimage -L or $ skanlite