Pages : 1
#1 Le 17/02/2007, à 11:53
- AnT.
Imprimante / Scan EPSON DX 5000 [Résolu]
Salut,
Je viens de faire l'acquisition d'un combiné imprimante scanner ESPON DX5000.
A lire la doc, ce type de matériel doit être reconnu séparément comme 1 imprimante et 1 scan
-pour l'imprimante pas de pb. Elle est reconnue tout de suite, avc son nom réel
j'utilise les pilotes CUPS pour la Stylus SX3800 qui marche TB.
-pour le scan en revanche, il n'est pas du tout reconnu par XSane. j'ai le msg "aucun scan reconnu".
Comment faire pour lui faire trouver le scan ?
(sachant que l'imprimante est reconnue sans Pb sur le même port USB)
Merci
AnT.
Dernière modification par AnT. (Le 18/03/2007, à 21:39)
@-,-'--
Hors ligne
#2 Le 17/02/2007, à 12:03
- incoming
Re : Imprimante / Scan EPSON DX 5000 [Résolu]
As-tu déjà jeté un coup d'oeil dans la doc ou tenté quelque chose concernant le scanner ???
En gros , où en es-tu ???
http://doc.ubuntu-fr.org/materiel/epson_all_in_one#depuis_dapper_ajoute_par_bipede_le_02012007
http://doc.ubuntu-fr.org/epson_dx
Dernière modification par incoming (Le 17/02/2007, à 12:08)
Hors ligne
#3 Le 18/02/2007, à 11:36
- AnT.
Re : Imprimante / Scan EPSON DX 5000 [Résolu]
Bonjour,
je reviens avc mon pb d'Epson DX5000
Pour l'imprimante, pas de soucis ca marche
pour le scan, j'ai suivi le tuto http://doc.ubuntu-fr.org/epson_dx
lsusb me donne :
at@ubuntu:~$ lsusb
Bus 004 Device 002: ID 04b8:082b Seiko Epson Corp.
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 0204:6025
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Donc dans epson.conf j'ai :
# 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 04b8:08b2
# And for the scanner module, use the following configuration:
usb /dev/usbscanner0
usb /dev/usb/scanner0
et pourtant, meme en root,
sudo xsane
Xsane ne trouve pas de scan. (boite de dialogue puis se ferme)
j'ai sans doute raté un truc qq part mais ou ?
Si vous avez une piste, ca serait sympa de m'aider.
Dernière modification par AnT. (Le 18/03/2007, à 15:28)
@-,-'--
Hors ligne
#4 Le 18/03/2007, à 15:29
- AnT.
Re : Imprimante / Scan EPSON DX 5000 [Résolu]
Up (message modifié et précisé)
@-,-'--
Hors ligne
#5 Le 18/03/2007, à 18:47
- incoming
Re : Imprimante / Scan EPSON DX 5000 [Résolu]
Bus 004 Device 002: ID 04b8:082b Seiko Epson Corp.
usb 04b8:08b2
# And for the scanner module, use the following configuration:
usb /dev/usbscanner0
usb /dev/usb/scanner0
1/ tu as inversé 2 caractères 08b2 au lieu de 082b
2/La façon dont tu l'as écrit n'est pas la bonne.
Essaye avec
usb 0x4b8 0x82b
Dernière modification par incoming (Le 18/03/2007, à 18:47)
Hors ligne
#6 Le 18/03/2007, à 21:38
- AnT.
Re : Imprimante / Scan EPSON DX 5000 [Résolu]
Super, ca marche
c'était donc ca !
Merci
@-,-'--
Hors ligne