Fujitsu ScanSnap S1300i가 있습니다. 소스에서 SANE을 컴파일했습니다. 내가 실행할 때 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.
found USB scanner (vendor=0x04c5, product=0x128d) at libusb:002:004
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.
You may want to run this program as root to find all devices.
Once you found the scanner devices, be sure to adjust access permissions as necessary.
그러나 내가 실행 scanimage -L
하거나 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/fujitsu.conf
ScanSnap S1300i 에 대한 항목을 추가했습니다 .
답변
공식 제정신 페이지 에서 볼 수 있듯이 ScanSnap S1300은 백엔드가 epjitsu
아닌을 사용합니다 fujitsu
. 당신은에서 구성 항목 이동을 시도 할 수 fujitsu.conf
로 epjitsu.conf
같은 폴더에 파일을.
당신은 추출 할 수 있습니다, 그래서 나는 확실히 정확하게는 S1300 및 S1300i의 차이 무엇 아니에요 *.nal
그것은 모두의 헤더에 말한다처럼 후지쯔 Windows 드라이버에서 펌웨어 파일을 fujitsu.conf
하고 epjitsu.conf
있는 파일 /etc/sane.d/
이 이미하지 않은 경우, .
스캐너에서 작동하려면 새 버전이 필요하기 때문에 소스에서 제정신을 구축했을 때 기억했던 업데이트 스캐너를 사용할 수 있도록 udev 규칙을 새로 만들어야했습니다.
/etc/udev/rules.d에 40-libsane.rules라는 새 파일을 작성하고 파일에 다음 행을 추가하십시오.
ATTRS{idVendor}=="AAAA", ATTRS{idProduct}=="BBBB", ENV{libsane_matched}="yes"
AAAA 및 BBBB를 스캐너의 ID로 교체하십시오. 입력하여 확인할 수 있습니다 lsusb
(실제로 fujitsu.conf에서 새 항목을 만들 때 사용한 것과 동일한 ID 임).