Dne 13.7.2016 v 09:52 didier gaumet napsal(a):
Le 12/07/2016 à 07:41, Pavel Kosina a écrit :
[...]
:~$ sane-find-scanner
[...]
found USB scanner (vendor=0x04b8 [EPSON], product=0x08a1 [EPSON L210
Series]) at libusb:001:005
[...]
Hi,
according to sane-usb(5) and sane-epson2(5) manpages, it seems that
sometimes a sane backend cannot automatically recognize a scanner
despite sane-find-scanner finding it, so I would suggest you to insert
this line in /etc/sane.d/epson2.conf in order for this backend to
recognize your scanner:
usb 0x04b8 0x08a1
Thank you - no, it doesnt not work, its the same:
:~$ 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).
# epson2.conf
#
# here are some examples for how to configure the EPSON2 backend
# SCSI
scsi EPSON
# for the GT-6500:
#scsi "EPSON SC"
# Parallel port
#pio 0x278
#pio 0x378
#pio 0x3BC
# USB
#usb
# For libusb support for unknown scanners use the following command
# usb <vendor ID> <product ID>
# e.g.:
#usb 0x4b8 0x110
usb 0x04b8 0x08a1
# Network
#
# net 192.168.1.123
net autodiscovery
Pavel