Debian 9にDell P713wスキャナをインストールする

Debian 9にDell P713wスキャナをインストールする

マイコンピュータでDell P713プリンタ/スキャナを使用しようとしています。私は(少し苦労して)プリンタを動作させましたが、スキャナを操作できませんでした。

実行すると、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=0x413c, product=0x5236) at libusb:006: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.

  # You may want to run this program as root to find all devices. Once you
  # found the scanner devices, be sure to adjust access permissions as
  # necessary.

ただし、sudo 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).

最後の2行を追加して/etc/sane.d/lexmark.confを編集しました。 (技術的にLexmarkではないことはわかりますが、プリンタが動作するには実際にLexmarkドライバを使用する必要があります。)

# X11xx series
usb 0x043d 0x007c
# X12xx series
usb 0x043d 0x007d
# Dell A920
usb 0x413c 0x5105
# X74
usb 0x43d 0x0060
# Dell P713
usb 0x413c 0x5236

なぜなら正気のウェブサイト一部の Dell プリンターが Xerox バックエンドを使用できることを示したが、その行を Xerox 構成ファイルに追加しようとしましたが、成功しませんでした。

どんなアドバイスも本当にありがとうございます。

ベストアンサー1

おすすめ記事