私のLinux(Debian Bullseye)にはスキャナーが必要です。 Saneはスキャナを処理するソフトウェアスタックです。
デバイスがUSBに表示されます。
> lsusb
Bus 001 Device 009: ID 07b3:1806 Plustek, Inc. USB2.0 Scanner(7M4)
しかし、私が発行した場合
> 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/plustek.conf
。
> [usb] 0x07b3 0x1806
device auto
しかし、それは役に立たないようです。
ここでの質問は:私が何かを見逃しているのか、それとも単に製品がサポートされていないのでしょうか?