我已经安装了 Epson 的最新 iscan 驱动程序,但 Ubuntu 16.04 中的扫描功能仍然无法使用。有人有解决办法吗?已解决
答案1
幸运的是,我刚刚根据这个说明找到了解决方案:https://help.ubuntu.com/community/sane和在 Lubuntu 15.10(64 位)中安装 Epson 扫描仪时出现问题
我做了什么:
安装了一些软件包:
sudo apt-get install sane sane-utils libsane-extras xsane
编辑 /etc/sane.d/dll.conf 文件如下:
- 添加,
epkowa
因为在我的情况下它不在列表中,或者#
在 epkowa 之前删除(如果它存在) - 添加
#
在前面epson2
以避免冲突epkowa
- 添加,
当我运行 时,仍然出现有关权限被拒绝的消息xsane
,但xsane
扫描工作正常。解决方案是将文件夹权限和 /home/username/.sane 内的任何文件夹/文件更改为 755 rwxr xr x 或者您可以尝试以 root 身份运行 xsane - sudo xsane
。
并且iscan
,它也可以完美运行而无需改变任何权限。
答案2
从man 7 sane
:
If your device isn't found but you know that it is supported, make sure that it is detected by your operating system. For SCSI and USB scanners, use the
sane-find-scanner tool (see sane-find-scanner(1) for details). It prints one line for each scanner it has detected and some comments (#). If sane-find-scanner finds
your scanner only as root but not as normal user, the permissions for the device files are not adjusted correctly. If the scanner isn't found at all, the operating
system hasn't detected it and may need some help. Depending on the type of your scanner, read sane-usb(5) or sane-scsi(5). If your scanner (or other device) is not
connected over the SCSI bus or USB, read the backend's manual page for details on how to set it up.