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).

마지막 두 줄을 추가하여 /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 구성 파일에 추가하려고 시도했지만 성공하지 못했습니다.

어떤 조언이라도 대단히 감사하겠습니다.

관련 정보