
tangwumo.com
Deepin教程:简述深度安装器专家模式_Linux教程_Linux公社...
现在使用深度安装器安装Deepin 2014,用户只需要填写用户信息、选择安装的硬盘或者分区即可完成安装配置,...
www.linuxidc.com
D
Linux下一般使用sane做为扫描仪后端,安装如下:sudo apt-get install sane sane-utils xsane
hua@node1:~$ sudo 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.
found USB scanner (vendor=0x04a9 [Canon], product=0x1909 [CanoScan], chip=GL124) at libusb:003:005
# 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.
hua@node1:~$ scanimage -L
device `genesys:libusb:003:005' is a Canon LiDE 110 flatbed scanner
hua@node1:~$ sudo usermod -a -G lp hua
但是这样会报错“failed to start scanner invalid argument xsane”, 这是因为一个Bug[3],直接安装链接[2]中的包即可。
至于打印机后端一般有XSane, Simple Scan, Skanlite等,我使用的Siple Scan。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)