chmod a+w /dev/bus/usb/xxx/xxx 允许 简单扫描或者伊斯坎工作,但每次打开扫描仪时,它都会声明一个新的总线:devnum
我怎样才能让扫描仪每次都使用相同的 bus:devnum?或者有更好的方法吗?
有很多关于扫描仪无法工作的帖子。最终,大多数帖子似乎都归结于权限问题。每次打开扫描仪时,我都找不到比手动调整更有效的方法。
正如许多其他人所指出的,将 saned 添加到扫描仪,甚至 (!) 添加到 root 都无济于事。
“手动”解决方案:
找到扫描仪的 bus:devnum,对其进行 chmod。
lsusb
sudo chmod a+w /dev/bus/usb/xxx/xxx
例子:
> lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 046d:c080 Logitech, Inc.
Bus 001 Device 003: ID 04b8:014a Seiko Epson Corp.
Bus 001 Device 002: ID 17ef:6047 Lenovo
Bus 001 Device 007: ID 0b05:185c ASUSTek Computer, Inc.
Bus 001 Device 006: ID 0b05:1872 ASUSTek Computer, Inc.
Bus 001 Device 005: ID 0bda:5411 Realtek Semiconductor Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>
> sudo chmod a+w /dev/bus/usb/001/003
[sudo] password for gato:
>
答案1
在很多情况下,我发现使用 Ubuntu 软件中心的 gscan2pdf 比简单扫描和其他方法更直观。