내 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
그러나 그것은 도움이 되지 않는 것 같습니다.
여기서 질문은: 내가 뭔가를 놓치고 있는 걸까요, 아니면 단순히 제품이 지원되지 않는 걸까요?