merci bioinfornatics, voici les résultats :
1)
mon fichier epson.conf est maintenant comme ceci :
# 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 0x82f
# And for the scanner module, use the following configuration:
usb /dev/usbscanner0
usb /dev/usb/scanner0
SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="082f", MODE="664", GROUP="scanner"
2)
la commande
su -c '/etc/init.d/udev restart'
me donne :
bash: /etc/init.d/udev: Aucun fichier ou dossier de ce type
et ce avec ou sans les ' '
3)
la commande
scanimage -L
me donne :
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).
4)
la commande
[root@localhost ~]# sane-find-scanner
me donne :
# 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=0x07d1 [Ralink], product=0x3c03 [802.11 bg WLAN]) at libusb:001:004
found USB scanner (vendor=0x04b8 [EPSON], product=0x082f [USB MFP]) at libusb:004:002
found USB scanner (vendor=0x045e, product=0x00f5) at libusb:002:002
# 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.
voila ... xsane ne détecte toujours pas le combo ...
re-HELP