操作系统:
[root@host30 ~]# uname -a
Linux host30 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47 EDT 2008 i686 i686 i386 GNU/Linux
[root@host30 ~]#
扫描仪的型号为:conoscan Lide 25
下载软件包sane-backends-1.0.20.tar.gz
或者直接使用命令yun install *sane*
[root@host30 ~]# rpm -qa |grep sane
xsane-0.991-5.el5
sane-backends-libs-1.0.18-5.el5
xsane-gimp-0.991-5.el5
libsane-hpaio-1.6.7-4.1.el5.4
libsane-hpaio-1.6.7-4.1.el5.3
sane-frontends-1.0.14-1.2.2
sane-backends-1.0.18-5.el5
[root@host30 ~]#
如果使用软件包安装
(1)解压软件包
tar zxvf sane-backends-1.0.20.tar.gz
(2)进入解压后的目录,编译,安装
./configure --enable-translations
make
make install
(3)在/root/下建立目录firmware
mkdir /root/firmware
在的盘里,找到layout.bin复制到/root/firmware
修改/usr/local/etc/sane.d/snapscan.conf,修改以下两行:
1)firmware /root/firmware/layout.bin (第六行)
2)/dev/usb/scanner0 bus=usb (次行只用去掉注释'#';第十行)
运行sane-find-scanner,看看能否找到扫描仪?
然后运行scanimage -L看看它报告的扫描仪型号
如果一切正常,就可以运行xsane
也可以使用图像编辑软件The GIMP点击文件,选择获取,在点击Xsane:Device dialog.....
阅读(2681) | 评论(0) | 转发(0) |