#26 Le 29/01/2020, à 16:44
- christianon
Re : [Résolu]imprimante Epson Ecotank ET-2600
l'imprimante allumée et branchée en USB 2 :
dpkg -l | grep libsane
ii libsane-common 1.0.27-1~experimental3ubuntu2.2 all API library for scanners -- documentation and support files
ii libsane-hpaio:amd64 3.17.10+repack0-5 amd64 HP SANE backend for multi-function peripherals
ii libsane1:amd64 1.0.27-1~experimental3ubuntu2.2 amd64 API library for scanners
ii libsane1:i386 1.0.27-1~experimental3ubuntu2.2 i386 API library for scanners
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.
could not open USB device 0x058f/0x6366 at 002:004: Access denied (insufficient permissions)
could not open USB device 0x0581/0x0105 at 002:003: Access denied (insufficient permissions)
could not open USB device 0x8087/0x0024 at 002:002: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 002:001: Access denied (insufficient permissions)
could not open USB device 0x105b/0xe065 at 001:004: Access denied (insufficient permissions)
could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
found USB scanner (vendor=0x04b8, product=0x1122) at libusb:001:005
could not open USB device 0x5986/0x0295 at 001:003: Access denied (insufficient permissions)
could not open USB device 0x8087/0x0024 at 001:002: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0003 at 004:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 003:001: Access denied (insufficient permissions)
# 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.
# You may want to run this program as root to find all devices. Once you
# found the scanner devices, be sure to adjust access permissions as
# necessary.
sudo 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.
found USB scanner (vendor=0x105b [Broadcom Corp], product=0xe065 [BCM43142A0]) at libusb:001:004
could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
found USB scanner (vendor=0x04b8, product=0x1122) at libusb:001:005
# 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.
scanimage -L
device `imagescan:esci:usb:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0' is a EPSON ET-2600_Series
ls /etc/sane.d/
abaton.conf dll.d leo.conf rts8891.conf
agfafocus.conf dmc.conf lexmark.conf s9036.conf
apple.conf epjitsu.conf ma1509.conf saned.conf
artec.conf epson2.conf magicolor.conf sceptre.conf
artec_eplus48u.conf epson.conf matsushita.conf sharp.conf
avision.conf epsonds.conf microtek2.conf sm3840.conf
bh.conf fujitsu.conf microtek.conf snapscan.conf
canon630u.conf genesys.conf mustek.conf sp15c.conf
canon.conf gphoto2.conf mustek_pp.conf st400.conf
canon_dr.conf gt68xx.conf mustek_usb.conf stv680.conf
canon_pp.conf hp3900.conf nec.conf tamarack.conf
cardscan.conf hp4200.conf net.conf teco1.conf
coolscan2.conf hp5400.conf p5.conf teco2.conf
coolscan3.conf hp.conf pie.conf teco3.conf
coolscan.conf hpsj5s.conf pieusb.conf test.conf
dc210.conf hs2p.conf pixma.conf u12.conf
dc240.conf ibm.conf plustek.conf umax1220u.conf
dc25.conf kodakaio.conf plustek_pp.conf umax.conf
dell1600n_net.conf kodak.conf qcam.conf umax_pp.conf
dll.conf kvs1025.conf ricoh.conf xerox_mfp.conf
dll.d écrit en bleu
cat /etc/sane.d/dll.conf
# dll.conf - Configuration file for the SANE dynamic backend loader
#
# Backends can also be enabled by configuration snippets under the dll.d/
# directory -- third party backends can drop their configuration file in
# this in this directory, named after the backend.
#
# The next line enables the network backend; comment it out if you don't
# need to use a remote SANE scanner over the network -- see sane-net(5)
# and saned(8) for details.
net
abaton
agfafocus
apple
avision
artec
artec_eplus48u
as6e
bh
canon
canon630u
canon_dr
#canon_pp
cardscan
coolscan
#coolscan2
coolscan3
#dc25
#dc210
#dc240
dell1600n_net
dmc
epjitsu
#epson
epson2
epsonds
fujitsu
#gphoto2
genesys
gt68xx
hp
hp3900
hpsj5s
hp3500
hp4200
hp5400
hp5590
hpljm1005
hs2p
ibm
kodak
kodakaio
kvs1025
kvs20xx
leo
lexmark
ma1509
magicolor
matsushita
microtek
microtek2
mustek
#mustek_pp
mustek_usb
mustek_usb2
nec
niash
#p5
pie
pint
pixma
plustek
#plustek_pp
#pnm
qcam
ricoh
rts8891
s9036
sceptre
sharp
sm3600
sm3840
snapscan
sp15c
#st400
#stv680
tamarack
teco1
teco2
teco3
#test
u12
umax
#umax_pp
umax1220u
v4l
xerox_mfp
ls /lib/udev/rules.d | grep libsane
60-libsane1.rules
libsane : écrit en rouge
Hors ligne
#27 Le 29/01/2020, à 16:45
- christianon
Re : [Résolu]imprimante Epson Ecotank ET-2600
Cela servait à rien !
Toute mes excuses à cette perte de temps
Edit. J'ai étais édité pour dire que les résultats de l'imprimante en marche étaient ci-dessus.
Dernière modification par christianon (Le 29/01/2020, à 16:49)
Hors ligne
#28 Le 29/01/2020, à 17:06
- xubu1957
Re : [Résolu]imprimante Epson Ecotank ET-2600
Il faudrait se servir de la doc > scanner_usb_non_reconnu
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#29 Le 29/01/2020, à 17:14
- christianon
Re : [Résolu]imprimante Epson Ecotank ET-2600
Pourtant il l'est non vu que j'ai mis les drivers Epson. Dans leur logiciel il scanne l'icône doc apparaît dans mes documents ou autres et une fois le scan fini, l'icône doc disparaît. Dans la fenêtre logiciel j'ai bien l'aperçus du scan, mais rien qui permet d'enregistrer à nouveau.
Dernière modification par christianon (Le 29/01/2020, à 17:14)
Hors ligne
#30 Le 29/01/2020, à 17:20
- xubu1957
Re : [Résolu]imprimante Epson Ecotank ET-2600
Il faut des aidants habitués des scanners.
Regarde > Scanners Epson dans 18.04
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#31 Le 29/01/2020, à 17:31
- christianon
Re : [Résolu]imprimante Epson Ecotank ET-2600
J'ai fait de ton lien : Installez le paquet libsane-extras
Donc j'ai pas encore mis sane-utils
J'ai re installé Xsane et ça scanne. Par contre en enregistrant on peut pas .jpg ou .png ou .pdf ? Parce que ce format .pnm c'est la première fois que je le vois.
Hors ligne
#32 Le 29/01/2020, à 17:33
- christianon
Re : [Résolu]imprimante Epson Ecotank ET-2600
Ah cool, en mettant jpg ou pdf tout fonctionne super
Hors ligne
#33 Le 29/01/2020, à 17:36
- xubu1957
Re : [Résolu]imprimante Epson Ecotank ET-2600
Pour éditer ta discussion et rajouter [Résolu] au début du titre, il faut utiliser le bouton Modifier au bas de ton premier message.
Merci
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#34 Le 29/01/2020, à 18:00
- christianon
Re : [Résolu]imprimante Epson Ecotank ET-2600
OK même si depuis l'imprimante on peut pas envoyer le scanne, t'en qu'on peut le faire depuis le PC.
Pour ça je n'ai pas tout compris : Scanners Epson dans 18.04
En tout cas merci pour l'aide.
Hors ligne