2017-05-10 8 views
0

Linux Mint 17.3에서 Linux Mint 18.1로 마이그레이션 한 후, 더 이상 스캐너가 작동하지 않습니다. 내 스캐너는 Epson Stylus SX445W입니다.Linux Mint로 업그레이드 한 후 스캐너가 더 이상 작동하지 않습니다. 18

scanimage -L 명령을 실행하기 전에 하나의 스캐너 만 보았습니다.

$ scanimage -L 
device `epson2:libusb:002:008' is a Epson PID 0884 flatbed scanner 
device `epkowa:usb:002:008' is a Epson Stylus TX435W/NX430/SX440W 
Series flatbed scanner 

사람이 문제가 있습니까 방법과 힌트가 그것을 해결하기 위해 얻을 : 지금은이 하나의 스캐너 반면 컴퓨터에 연결되어 있나요? 감사합니다.

답변

2

마지막으로 해결책을 찾았습니다. 누군가를 도울 수 있다면 여기에 게시합니다.

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을 사용하는 스캐너!