
Ubuntu日本語フォーラム

ログインしていません。
検索して
http://hdotunclipped.blog99.fc2.com/blog-entry-145.html
Scansnap S510 を使えた報告を見つけまして、自分の所有するscansnap S300も使えないかと思い挑戦しましたが、どうもうまく行きません。
まず、
$ lsusb
Bus 002 Device 004: ID 04c5:1156 Fujitsu, Ltd
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
と表示されますので、
/etc/sane.d/fujitsu.confの最下行に
#scansnap S300
usb 0x04c5 0x1156
と追加。
再起動して、「アプリケーション」「グラフィックス」「XSane Image Scanner」と実行するも、「デバイスがありません」とメッセージがでて先に進みません。
また、
$ sudo sane-find-scanner を実行すると、以下のように USB 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=0x04c5 [FUJITSU], product=0x1156 [ScanSnap S300]) at libusb:002:004
# 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.
----------------------------------------------------------------------------------------
上の指示のように scanimage -L を実行しましたが見つからないというようなメッセージがでました。
$ scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
-----------------------------------------------------------------------------------
なにか、忘れていることとか、間違っていることとか、ありましたら、教えていただけないでしょうか?
オフライン
元のご質問から時間が経っていますが、Ubuntu 10.4 で S300 から読み込めたので、参考までに報告です。
まず、S300 接続時の前提ですが、
・sane-fujitsu ではなく sane-epjitsu を使います
・ドライバは MS Windows のものを自分でコピーする必要があります
10.4 の /etc/sane.d/epjitsu.conf を見ると、デフォルトで以下の設定が既に登録されています。
> # Fujitsu S300
> firmware /usr/share/sane/epjitsu/300_0C00.nal
> usb 0x04c5 0x1156
ScanSnap S300 は確か SANE v1.0.19 から入っているので、それ以降の SANE であれば含まれていると思います。
後は、300_0C00.nal というファイルが必要ですが、これは(版権の関係でしょうが)SANE に含まれていないので、ScanSnap S300 をインストールしたマシンから自分でコピーします。
私のマシン(WIndows XP)では C:\WINDOWS\SSDriver\S300\300_0C00.nal に入っていました。
これを上記の epjitsu.conf で指定されている場所にコピーします。
$ sudo mkdir /usr/share/sane/epjitsu
$ sudo cp 300_0C00.nal /usr/share/sane/epjitsu/300_0C00.nal
私の環境では、これで xsane から読み込みができました。
ただ、(私の使い方の問題かもしれませんが)元々の ScanSnap の「紙を差し込んでスキャンボタンを押したら読み込む」という簡単な操作に比べると、xsane からの操作は面倒くさく感じます。
もしかしたら、仮想環境で MS Windows とかを動かして、そちらから読み込ませた方が使いやすいのかもしれません。
(この辺はまだ研究中ですが。。)
オフライン