
저는 Panasonic KX-MB 1500 다기능 레이저 프린터/스캐너를 가지고 있습니다. 이것은 Ubuntu 16.04까지 완벽하게 작동했습니다. 그 이후(19.04 포함) 스캐너는 작동하지 않고 프린터만 작동합니다.
Panasonic은 여기에서 Ubuntu 및 Redhat용 드라이버를 제공합니다.http://panasonic.net/pcc/support/fax/common/table/linuxdriver.html
스캐너 드라이버를 설치하면 프런트엔드에서 스캐너를 볼 수 없습니다. 다음은 lsusb 및 sane-find-scanner의 출력입니다. sane-find-scanner 또는 scanImage -L을 sudo로 실행해도 아무런 차이가 없습니다.
$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 003 Device 002: ID 0461:4e22 Primax Electronics, Ltd
**Bus 003 Device 006: ID 04da:0f0b Panasonic (Matsushita)**
Bus 003 Device 004: ID 04d9:1203 Holtek Semiconductor, Inc. Keyboard
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ 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: Input/output error
could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
# No USB scanners found. If you expected something different, make sure that
# you have loaded a kernel driver for your USB host controller and have setup
# the USB system correctly. See man sane-usb for details.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
답변1
귀하의 제안 heynnema에 감사드립니다. libusb-0.1-4를 설치해야 했고 19.04에서는 모든 것이 매력적으로 작동했습니다. 이전 버전에서도 작동할 가능성이 높습니다. 하지만 /var/log/syslog에서 누락된 라이브러리에 대한 흔적을 찾을 수 없습니다.
감사해요!