Install Scanner Epson 3490 Photo

Bonjour à toutes et à tous, petit problème d’installation de mon scanner EPSON, pourtant j’ai “presque” tout essayé; modif des fichiers /dev/sane.d/epson.conf, epkowa.conf, et même snapscan.conf car une fois j’ai réussi à faire fonctionner xsane en mode term root et le scanner a été détecté avec snapscan. Rien n’y fait,

  • par xsane et term-root, le système me détecte les périfs dispos :
    • Noname ASUS USB2.0 Webc perif virt [v4l:/dev/video0] et
    • EPSON EPSON Scanner1 scanner à plat [snapscan:libusb:002:003]
      quand je choisi ce dernier et valider -> "Erreur d’ouverture de périf ‘snapscan:libusb:002:003’ : Accès à la ressource refusé
  • par le menu Application, graphisme, prog d’acquis images XSane xsane 0.996, après une recherche longue et infructueuse, il m’indique cette fois :
    "Erreur d’ouv du périph 'v4l:/dev/video0’
    ce qui est je pense un peu normal …
    Je n’arrive pas à comprendre pourquoi il prend par défaut ce périf, et surtout pourquoi ça ne veux pas fonctionner malgré les modifs dans les fichiers conf.
    mon user : ‘patrice’ fait partie du groupe scanner et j’ai défini le N° de bus et périf dans les .conf
    Quelqu’un saurait-il m’indiquer la bonne marche à suivre car je ne sais plus où aller.
    Un grand merci.
    patrice

Debian version 5.0.4 (lenny)
Noyau linux 2.6.26-2-amd64
GNOME 2.22.3
Mémoire 3 Gio
Proc. AMD Athlon 64 3500+

Salut,
Tu as essayé au cas où la méthode Ubuntu ?

Bonsoir, Oui, j’ai fais ça aussi, sans succes apparemment.

C’est tout ?
Pas de fichiers de conf à nous donner, pas de message d’erreur ?
Tu veux de l’aide ou bien ?

OK, pas de problème voici les fichiers :
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 0x4b8 0x0122

For libusb support for unknown scanners use the following command

usb

e.g.:

usb 0x4b8 0x110

And for the scanner module, use the following configuration:

usb /dev/usbscanner0
usb /dev/usb/scanner0
usb libusb:002:003

fichier EPKOWA.conf

scanner with the following configuration command:

#scsi EPSON

On systems with libusb, the following line is sufficient to get the

backend to recognise your USB scanners. It presumes, however, that

the scanner—more precisely, it’s USB product ID—is known to the

backend.

For all USB scanners that are officially supported by this backend,

this presumption is true. A list of such scanners can be found in

sane-epkowa(5).

#usb

For any USB scanner not known to the backend (yet), you may, at your

own peril(!!), force the backend to recognise and use it via libusb.

You can do so by the following configuration command:

usb

SEIKO EPSON’s USB vendor ID is ‘0x04b8’ (without quotes). In order

to find the USB product ID, use lsusb(1) or, on Linux systems, peek

at the information in /proc/bus/usb/devices.

A sample configuration for the Perfection 1650 (GT-8200), which has

a product ID of 0x0110, would look as follows:

Pour scanner Epson perfection 3490

usb 0x04b8 0x0122

When not accessing your USB scanner via libusb, you may need to use

one of the configuration commands below or commands that are almost

the same. These commands typically access the scanner via a kernel

scanner module.

#usb /dev/usb/scanner0
#usb /dev/usbscanner0
#usb /dev/uscanner0

Linux had a scanner module until version 2.6.2. As of version 2.6.3

libusb is your only option. Linux’ scanner module can be loaded via

the modprobe(8) command like so:

modprobe scanner vendor= product=

If the scanner module already knows the vendor and product IDs, you

do not have to specify them. If you want to have this done automa-

tically every time you boot, you can add the above line, except for

the modprobe command itself, to your /etc/modules file.

Although not tested with this backend, parallel port scanners should

be usable. You can configure them as shown below, but I do not know

much about the details. Information is welcome.

#pio 0x278
#pio 0x378
#pio 0x3BC
usb libusb:002:003

Fichier snapscan.conf
"" tout un tas de ligne dont celles-ci :

Epson Perfection 3490

usb 0x04b8 0x0122
usb libsub:002:003

Déjà, un petit :

Ensuite, quand tu dis que tu as déjà tout essayé, que te renvoyait par exemple sane-find-scanner, etc.

D’autres liens, ça doit marcher, tu n’es pas le seul à en avoir un !
http://forum.ubuntu-fr.org/viewtopic.php?id=58319
http://www.lea-linux.org/documentations/index.php/Hardware-hard_imp-epson3490

Alors voila :
debian:/home/patrice# lsusb | grep pson
Bus 002 Device 003: ID 04b8:0122 Seiko Epson Corp. Perfection 3590 scanner
debian:/home/patrice#
debian:/home/patrice# 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.

Also you need support for SCSI Generic (sg) in your operating system.

If using Linux, try “modprobe sg”.

found USB scanner (vendor=0x04b8 [EPSON], product=0x0122 [EPSON Scanner]) at libusb:002:003

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.

et
debian:/home/patrice# scanimage -L
device v4l:/dev/video0' is a Noname ASUS USB2.0 Webcam virtual device devicesnapscan:libusb:002:003’ is a EPSON EPSON Scanner1 flatbed scanner
debian:/home/patrice#
Je pense avoir bien paramétré les .conf ???

Et au point de vue droits, as-tu fait des modifs comme indiqué dans les liens ?

Je n’avais pas trouvé ces infos que tu as mis en lien et je vais faire les essais, apparemment comme tu dis, je ne suis pas le seul …
Merci , je vais redémarrer ma machine et je te donnerai des news de la suite des évènements.
Bonne soirée.
Patrice