
Ubuntu日本語フォーラム

ログインしていません。
ubuntu server 14.04を使って、スキャナサーバを作りたいと考えています。
使用するスキャナは、epsonの複合機PM-A820です。
現時点では、sshでサーバに入り、imagescanで実際にスキャンすることが可能という状態です。
(ネットワーク越しに使用するにあたって、サーバにドライバをインストールする必要はあったのでしょうか?)
これを、ubuntu desktopやwindowsからスキャンできるようになると嬉しいです。
とりあえず試したことは、
・サーバ側(ubuntu server 14.04 ip=192.168.2.110)
/etc/sane.d/saned.conf の末尾に192.168.2.0/24を追加した。
/etc/sane.d/dll.conf 内にepkowaを記述した。(これは意味なかった?)
6566番のポートを開放した。
スキャナドライバをインストールした。
・クライアント側(ubuntu desktop 15.04)
/etc/sane.d/net.conf の末尾に192.168.2.110を追加した。
スキャナドライバをインストールした。
およそこのくらいだと思います。
この設定がおかしいのでしょうか。それともまだ何か足りないのでしょうか。
関係あるかわかりませんが、個人的に気になっている点として、
サーバ側での、imagescan -Lの結果が
device `epson2:libusb:001:002' is a Epson PM-A820 flatbed scanner
device `epkowa:usb:001:002' is a Epson PM-A820 flatbed scanne
であるのに対して同じくサーバ側の、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.
# No USB scanners found. If you expected something different, make sure that
# you have loaded a kernel driver for your USB host controller and have setup
# the USB system correctly. See man sane-usb for details.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
だったということです。(sudoつけても同じでした)
解説サイトでは同じプリンタ名が表示されるとのことなのですが...
よろしくお願いいたします。
オフライン
自己解決しました。
/etc/default/sanedにある
# Set to yes to start saned
RUN=no
をyesに変更して再起動したら動きました。
またしてもお騒がせしてしまい、大変申し訳ありませんでした。
オフライン