Pages : 1
#1 Le 12/10/2021, à 14:59
- mgardner
problème de scanner avec Lexmark CX 310 n
Bonjour,
J'ai une imprimante-scanner Lexmark 310n qui fonctionnait bien sous Ubuntu 14.04. J'ai upgradé et je suis maintenant sous Ubuntu 18.04 et mon scanner ne fonctionne plus. Par contre, la fonction imprimante est tout à fait opérationnelle. J'ai regardé un peu partout mais je ne trouve pas de solution. Quelques renseignements :
cat /etc/lsb-release && uname -ir && groups && lsusb
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.6 LTS"
4.15.0-159-generic i686
maryline adm lp dialout cdrom audio video plugdev lpadmin pulse pulse-access admin sambashare
Bus 002 Device 004: ID 275d:0ba6
Bus 002 Device 003: ID 043d:022f Lexmark International, Inc.
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 13d3:5130 IMC Networks Integrated Webcam
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
maryline@maryline-laptop:~$ dpkg -l | grep sane
ii libimage-sane-perl 0.14-1build2 i386 Perl extension for the SANE (Scanner Access Now Easy) Project
rc libsane:i386 1.0.25+git20150528-1ubuntu2.16.04.3 i386 API library for scanners
ii libsane-common 1.0.27-1~experimental3ubuntu2.4 all API library for scanners -- documentation and support files
ii libsane-extras:i386 1.0.22.5 i386 API library for scanners -- extra backends
ii libsane-extras-common 1.0.22.5 all API library for scanners -- documentation and support files
ii libsane1:i386 1.0.27-1~experimental3ubuntu2.4 i386 API library for scanners
ii sane 1.0.14-12build1 i386 scanner graphical frontends
ii sane-utils 1.0.27-1~experimental3ubuntu2.4 i386 API library for scanners -- utilities
ii xsane 0.999-5ubuntu2 i386 featureful graphical frontend for SANE (Scanner Access Now Easy)
ii xsane-common 0.999-5ubuntu2 all xsane architecture independent files
maryline@maryline-laptop:~$
maryline@maryline-laptop:~$ sudo sane-find-scanner -q
[sudo] Mot de passe de maryline :
Désolé, essayez de nouveau.
[sudo] Mot de passe de maryline :
found USB scanner (vendor=0x043d [Lexmark], product=0x022f [Lexmark CX310n]) at libusb:002:003
Quelqu'un peut-il m'aider ? Merci beaucoup par avance
Maryline
Hors ligne
#2 Le 12/10/2021, à 15:01
- mgardner
Re : problème de scanner avec Lexmark CX 310 n
Et le reste, désolée...
scanimage -L
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).
maryline@maryline-laptop:~$
maryline@maryline-laptop:~$ ls /etc/sane.d/
abaton.conf coolscan2.conf epson2.conf hpsj5s.conf microtek2.conf plustek_pp.conf scan.conf test.conf
agfafocus.conf coolscan3.conf epson.conf hs2p.conf microtek.conf qcam.conf sceptre.conf u12.conf
apple.conf coolscan.conf epsonds.conf ibm.conf mustek.conf ricoh.conf sharp.conf umax1220u.conf
artec.conf dc210.conf fujitsu.conf kodakaio.conf mustek_pp.conf rts8891.conf sm3840.conf umax.conf
artec_eplus48u.conf dc240.conf genesys.conf kodak.conf mustek_usb.conf s9036.conf snapscan.conf umax_pp.conf
avision.conf dc25.conf geniusvp2.conf kvs1025.conf nec.conf saned.conf sp15c.conf v4l.conf
bh.conf dell1600n_net.conf gphoto2.conf leo.conf net.conf saned.conf~ st400.conf xerox_mfp.conf
canon630u.conf dll.conf gt68xx.conf lexmark.conf p5.conf scan13.conf stv680.conf
canon.conf dll.conf.dpkg-old hp3900.conf lexmark_nscan.conf pie.conf scan14.conf tamarack.conf
canon_dr.conf dll.d hp4200.conf ma1509.conf pieusb.conf scan16.conf teco1.conf
canon_pp.conf dmc.conf hp5400.conf magicolor.conf pixma.conf scan17.conf teco2.conf
cardscan.conf epjitsu.conf hp.conf matsushita.conf plustek.conf scan6.conf teco3.conf
maryline@maryline-laptop:~$
maryline@maryline-laptop:~$ 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
maryline@maryline-laptop:~$
maryline@maryline-laptop:~$ ls /lib/udev/rules.d | grep libsane
40-libsane.rules
40-libsane.rules.original
60-libsane1.rules
maryline@maryline-laptop:~$
Hors ligne
#3 Le 12/10/2021, à 15:12
- xubu1957
Re : problème de scanner avec Lexmark CX 310 n
Bonjour,
Un fil en cours pour cette marque > Lexmark 310dn et scanner ubuntu 20.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
#4 Le 12/10/2021, à 15:24
- mgardner
Re : problème de scanner avec Lexmark CX 310 n
Bonjour,
Oui j'ai bien vu mais ce n'est ni le même scanner ni la même version d'Ubuntu. Et le résultat ne semble pas encourageant puisque maintenant même son imprimante ne fonctionne plus...
D'autres idées ?
Merci d'avance
Maryline
Hors ligne
#5 Le 12/10/2021, à 15:31
- xubu1957
Re : problème de scanner avec Lexmark CX 310 n
Fin de ton message #1 :
found USB scanner (vendor=0x043d [Lexmark], product=0x022f [Lexmark CX310n])
found USB scanner (vendor=0x043d [Lexmark], product=0x022f [Lexmark CX310dn])
Dans son message #18, le scanner a un air de ressemblance pour les identifiants.
_ _ _
Montre aussi :
ls /usr/lib/sane/
ls /usr/lib/x86_64-linux-gnu/sane
ls -la /usr/lib/sane
Dernière modification par xubu1957 (Le 12/10/2021, à 15:39)
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
#6 Le 12/10/2021, à 16:13
- mgardner
Re : problème de scanner avec Lexmark CX 310 n
Ok, dans ce cas, je vais attendre que le problème soit résolu pour Michel avant de me lancer dans des modifications qui risquent de me bloquer mon imprimante. Merci à toi
Maryline
Hors ligne