我买了一台新的文档扫描仪 Epson ES-50。Epson 不提供官方 Linux 驱动程序。所以我正在研究 SANE 项目导入的扫描仪。
ES-50 列表如下:http://www.sane-project.org/sane-mfgs.html支持但未维护。因此,如果我仅安装提供的基本 Repos,sane
sane-utils
libsane-common
我最终将无法使用扫描仪,尽管它可以被识别。
➜ ~ sane-find-scanner
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
could not fetch string descriptor: Pipe error
found USB scanner (vendor=0x04b8, product=0x016c [Epson ES-50]) at libusb:001:004
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
但该列表提供了这个未维护的http://www.sane-project.org/man/sane-epsonds.5.html后端。
我现在的问题是;如何安装这个包来测试它?