Epson2480

参与到Ubuntu的翻译中来
回复
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

Epson2480

#1

帖子 oneleaf » 2005-10-01 12:13

HOWTO: Epson Perfection 2480 Photo Scanner

The scanner firmware is a file called esfw41.bin. This file is available on the CD-ROM provided with the scanner, but it only works under Windows. So you either have the copy the firmware file from a Windows machine or download my own copy of this file using the following command :

sudo wget http://luc.byhet.free.fr/epson2480/esfw41.bin

Then you have to move this file in the /etc/sane.d directory by using this command :

sudo mv esfw41.bin /etc/sane.d

You shoud see that your scanner is detected through this command :

scanimage -L

This should print something similar to these informations :

device `snapscan:libusb:003:002' is a EPSON EPSON Scanner1 flatbed scanner

Edit the snapscan.conf file :

sudo gedit /etc/sane.d/snapscan.conf

Change the line 5 :

firmware /path/to/your/firmware/file.bin

with

firmware /etc/sane.d/esfw41.bin

Now save and exit gedit.

You can now scan using XSane. Xsane may take a while to start.

References

[WWW] http://ubuntuforums.org/archive/index.php/t-26911.html [WWW] http://forum.ubuntu-fr.org/viewtopic.php?id=6304

https://wiki.ubuntu.com/Epson2480
头像
leal
帖子: 1119
注册时间: 2005-08-29 14:49
来自: 杭州
联系:

Re: Epson2480

#2

帖子 leal » 2005-10-01 22:45

HOWTO: 爱普生Perfection 2480 Photo扫描仪

爱普生Perfection 2480 Photo扫描仪的固件是个名为esfw41.bin的文件。随扫描仪提供的CD-ROM上有这个文件,不过它只能工作在Windows上。因此,你要么得从Windows机器上拷贝这个固件文件,或者使用如下命令下载该文件的副本:

sudo wget http://luc.byhet.free.fr/epson2480/esfw41.bin

然后你必须把这个文件移动到/etc/sane.d目录,通过如下命令:

sudo mv esfw41.bin /etc/sane.d

你应该明白通过如下命令侦测到扫描仪:

scanimage -L

上述命令会打印和下面这些信息类似的东西:

device `snapscan:libusb:003:002' is a EPSON EPSON Scanner1 flatbed scanner

编辑snapscan.conf文件:

sudo gedit /etc/sane.d/snapscan.conf

把第五行

firmware /path/to/your/firmware/file.bin

改成:

firmware /etc/sane.d/esfw41.bin

然后保存并退出gedit。

这下你就能使用XSane进行扫描了。Xsane的启动可能要费点时间。

参考资料

[WWW] http://ubuntuforums.org/archive/index.php/t-26911.html [WWW] http://forum.ubuntu-fr.org/viewtopic.php?id=6304

https://wiki.ubuntu.com/Epson2480
用心×恒 | 豆瓣 | 门户 | Blog
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#3

帖子 oneleaf » 2005-10-11 12:38

头像
millenniumdark
论坛版主
帖子: 4159
注册时间: 2005-07-02 14:41
系统: Ubuntu 14.04 (Kylin)
联系:

#4

帖子 millenniumdark » 2006-07-30 2:27

此文已过时
回复