web-dev-qa-db-ja.com

富士ゼロックスM225 dwスキャナーを検出するにはどうすればよいですか?

私はUbuntu 17.04システムと同じwifiネットワークに接続されているだけでなく、USB経由で物理的に接続されたFuji Xerox DocuPrint M225 dwプリンター/スキャナーを持っています。

シンプルスキャンでは表示されません(「スキャナーが検出されません」というバナーが表示されます)。ただし、Avahiを介して表示されます。

~ • avahi-browse -a
+ wlp3s0 IPv4 FX DocuPrint M225 dw                          Internet Printer     local
+ wlp3s0 IPv4 FX DocuPrint M225 dw                          _scanner._tcp        local
+ wlp3s0 IPv4 FX DocuPrint M225 dw                          PDL Printer          local
+ wlp3s0 IPv4 FX DocuPrint M225 dw                          UNIX Printer         local
+ wlp3s0 IPv4 FX DocuPrint M225 dw                          Web Site             local

また、sane-find-scannerはUSBを表示できますが、ネットワークインターフェイスは表示できません。

~ • Sudo 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.

found USB scanner (vendor=0x138a, product=0x0017) at libusb:001:006
found USB scanner (vendor=0x0550 [FX], product=0x0190 [DocuPrint]) at libusb:001:002
  # 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は何も表示できません。

~ • SANE_DEBUG_NET=128 scanimage -L
[sanei_debug] Setting debug level of net to 128.
[net] sane_init: authorize != null, version_code != null
[net] sane_init: SANE net backend version 1.0.14 (AF-indep+IPv6) from sane-backends 1.0.27git
[net] sane_init: Client has little endian byte order
[net] sane_init: searching for config file
[net] net_avahi_browse_callback: CACHE_EXHAUSTED
[net] sane_init: done reading config
[net] sane_init: evaluating environment variable SANE_NET_HOSTS
[net] sane_init: evaluating environment variable SANE_NET_TIMEOUT
[net] sane_init: done
[net] sane_get_devices: local_only = 0
[net] sane_get_devices: finished (0 devices)
[net] net_avahi_browse_callback: ALL_FOR_NOW

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).
[net] sane_exit: exiting
[net] net_avahi_cleanup: stopping thread
[net] net_avahi_cleanup: done
[net] sane_exit: finished.

libsane*-devパッケージをインストールし、 rolfbensch/sane-git PPAのパッケージにアップグレードして、毎回再起動しようとしました。検出に変更はありません。 /etc/sane.d/dll.confnetが存在し、コメントが解除されていることを確認しました。

他に何ができますか?

1
detly

I メーリングリストで質問 。残念ながら、SANE開発者がこのスキャナーのドライバーを作成するために使用できる公開情報はほとんどないため、実際に実行できることは何もありません。

再バッジされたブラザーエンジンに基づいている可能性さえあります。残念ながら、ブラザースキャナーのSANEにはほとんどまたはまったくサポートがありません。ドライバーがこれらのために書かれることを可能にする情報が単に公的に利用可能でないだけかもしれません。メーカーはしばしばプロトコルを文書化することを気にしません。彼らは単にWindows互換のドライバーまたはアプリケーションを出荷し、勝利を宣言し、家に帰ります。 :-)

0
detly

また、Fuji Xerox DocuPrint M225 dwを購入し、Linuxラップトップへのスキャナードライバーのインストールにも問題があります(Ubuntu 14.04)。いくつかの方法でインストールしてみました。幸いなことに、私はそれを機能させる方法を見つけました。

富士ゼロックスDocuPrint M225 dwドライバーを使用してインストールしましたBrother DCP-L2540DWドライバ。これらの手順が続きます。

  1. スキャナーをネットワークに接続し、そのIPアドレスを設定します。例172.18.9.103

  2. ドライバーのダウンロードとインストール brscan4-0.4.2-1.AMD64.deb または brscan4-0.4.2-1.i386.deb 。この例では、64ビットバージョンを使用しています。

    $ wget http://www.brother.com/pub/bsc/linux/dlf/brscan4-0.4.2-1.AMD64.deb

    $ Sudo dpkg -i brscan4-0.4.2-1.AMD64.deb

  3. このコマンドでネットワークスキャナーを追加します。

    $ brsaneconfig4 -a \ name=FX-DocuPrint-M225-dw \ model=DCP-L2540DW \ ip=172.18.9.103

  4. 設定は/opt/brother/scanner/brscan4/brsanenetdevice4.cfgに保存されます

  5. brother4/etc/sane.d/dll.confにあることを確認し、コメントを外します。

  6. simple-scanを開きます。タイトルBrother *FX-DocuPrint-M225-dwScan Sourceに表示されます。

Scan Source Screenshot

  1. 例えば。 A4手書きをスキャンします。

Example Scan Screenshot

3

最近、富士ゼロックスのDocuPrint M225 dwを購入しましたが、スキャナーを動作させるのに問題がありました。上記の手順1、2、3、4を実行しましたが、手順5は満足しませんでした。スキャナーは見えますが、接続されていません。 Brotherドライバーのページを見つけました http://support.brother.com/g/s/id/linux/en/download_scn.html 。 FXプリンターはBrother MFC-1810に似ていると思いました。 brscan 64bitファイルが既にインストールされていることがわかりました。 scan-key-tool 64bitファイルをインストールしました。 Kubuntu 16.04を使用しているため、非常に簡単でした。プリンターのスイッチをオフにしてから再びオンにすると、正常にスキャンされました。これはUSB接続です。まだwifiを試していません。ありがとうピタック。

0
rus