마지막으로 해결책을 찾았습니다. 누군가를 도울 수 있다면 여기에 게시합니다.
Linux Mint 18 이전 버전에서는 스캐너 작동을 위해 Epson 드라이버가 필요했지만 이제는 더 이상 지원되지 않습니다 (지원되지 않음).
이렇게하려면이 드라이버의 deb 패키지를 제거해야합니다. packages isane *.
이
$ scanimage -L
device `epson2:libusb:002:010' is a Epson PID 0884 flatbed scanner
우리는 다시 사용할 수 있습니다 내가 명령 scanimage -L
와 함께 목록에 내 스캐너를 볼 수 있습니다, 그 후
$ 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.
could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
found USB scanner (vendor=0x04b8, product=0x0884) at libusb:002:010
# 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.
: 그들을 제거 한 후
, 다음 명령을 실행 XSane을 사용하는 스캐너!