
我有一台 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 的輸出。作為 sudo 運行 sane-find-scanner 或 scanImage -L 沒有任何區別。
$ 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
感謝您的建議海內瑪。我必須安裝 libusb-0.1-4,然後一切都在 19.04 上正常運作。它也可能適用於早期版本。不過,我在 /var/log/syslog 中沒有發現這個遺失的函式庫的蹤跡。
謝謝!