[wiki]ExtraScannersHowTo

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

[wiki]ExtraScannersHowTo

#1

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

This document explains how to install extra scanner drivers not included in the base distribution of sane. These drivers support:

* HP 4200

* HP 3300C

* HP 4300C

* Agfa Snapscan Touch

* HP 4400C

* HP 4470C

Note: I've only installed the HP 4300C with this procedure. I'm not sure if the other scanners on the list need extra steps or not. Folks are encouraged to add to this document.

1. Make sure the universe repository is enabled. The easiest way to do this is probably through synaptic. There is lots of documentation on this (and most folks have done it), so I won't go through it here.

2. Get the drivers:

sudo apt-get install libsane-extras

3. Edit the /etc/sane.d/dll.conf and enable the right driver for your scanner. Look for the lines that say:

# The following backends are not part of the SANE distribution
# but are provided by the libsane-extras Debian package

Below it are several commented out lines. Uncomment (delete the #) the right one for your scanner, as follows:

* HP 4200 - uncomment the hp4200 line.

* HP 3300C, HP 3400C, HP 4300C, Afga Snapscan Touch - uncomment the niash line.

* HP 4400C, HP 4470C - uncomment the hp_rts88xx line.

4.) Fire up sane and scan away.

Note: Because of the way Linux's hotplugging stuff works, you may need to plug in the scanner after the computer has booted. If you're having problems seeing the scanner, you might want to try this.


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

Re: ExtraScannersHowTo

#2

帖子 leal » 2005-10-01 23:04

本文档将说明如何安装sane的基本发布包(base distribution)里未包含的extra扫描仪驱动程序。这些驱动程序支持:

* HP 4200

* HP 3300C

* HP 4300C

* Agfa Snapscan Touch

* HP 4400C

* HP 4470C

注:我只用下面这个步骤安装了HP 4300C,并不能确定上述列表里其它扫描仪是否需要额外的步骤。欢迎各位对本文档进行增补。

1. 确定universe仓库有效。最简单的方法或许是通过synaptic完成这一步。关于synaptic的文档数量众多(许多人已经为其编写文档),因此这儿我就不再多费口舌了。

2. 获取这个驱动程序:

sudo apt-get install libsane-extras

3. 编辑/etc/sane.d/dll.conf文件,激活你的扫描仪对应的驱动程序。查找类似如下的几行:

# The following backends are not part of the SANE distribution
# but are provided by the libsane-extras Debian package

这两行下面是几行被注释掉几行配置。去掉你的扫描仪对应行的注释(即删除行首的#),如下:

* HP 4200 - 去掉hp4200行的注释。

* HP 3300C, HP 3400C, HP 4300C, Afga Snapscan Touch - 去掉niash行的注释。

* HP 4400C, HP 4470C - 去掉hp_rts88xx行的注释。

4.) 启动sane,开始扫描吧。

注:由于Linux的hotplugging之类的工作方式,你或许应该在计算机启动之后插上扫描仪。如果在查找扫描仪时遇到问题,你可以试试这个。


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

#3

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

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

#4

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

回复