Под WinXP работает без нареканий. Когда я несколько лет назад пробывал ставить линукс, он заработал вполне нормально, но ядро было 2.4.какое-то. http://www.sane-project.org его поддерживает полностью.
Настраивал по http://gentoo-wiki.com/HOWTO_Install_a_USB_scanner
Код: Выделить всё
cat /etc/sane.d/epson.conf
# epson.conf
#
# here are some examples for how to configure the EPSON backend
#
# SCSI scanner:
scsi EPSON
# for the GT-6500:
scsi "EPSON SC"
#
# Parallel port scanner:
#pio 0x278
#pio 0x378
#pio 0x3BC
#
# USB scanner:
# There are two different methods of configuring a USB scanner: libusb and the kernel module
# For any system with libusb support (which is pretty much any recent Linux distribution) the
# following line is sufficient. This however assumes that the connected scanner (or to be more
# accurate, it's device ID) is known to the backend.
usb
# For libusb support for unknown scanners use the following command
# usb <product ID> <device ID>
# e.g.:
# usb 0x4b8 0x110
# And for the scanner module, use the following configuration:
#usb /dev/usbscanner0
#usb /dev/usb/scanner0
usb 0x4b8 0x112
Код: Выделить всё
$ sane-find-scanner -q
found USB scanner (vendor=0x0572 [-], product=0xcb00 [ADSL USB MODEM]) at libusb:004:002
found USB scanner (vendor=0x04b8 [EPSON], product=0x0112 [EPSON Scanner]) at libusb:001:005
Код: Выделить всё
$ scanimage -L
device `epson:libusb:001:006' is a Epson GT-9700 flatbed scanner
Код: Выделить всё
scanimage --device-name epson:libusb:001:006 --resolution 300 --format tiff > image.tiff
scanimage: sane_start: Error during device I/O
xsane пишет:
Код: Выделить всё
Невозможно инициализировать сканирование: Ошибка во время ввода-вывода с устройством.
В группы usb и scanner себя добавил.