- Modifié
Bonjour,
Mon PC de bureau ASUS fonctionne avec un système Ubuntu 20.04 et l'imprimante est reliée en USB
après installation des pilotes correspondant à mon imprimante Canon PIXMA MG3650 S
l'imprimante est reconnue et fonctionne mais pas le numériseur :
lorsque je lance le numériseur de documents (trouvé dans les utilitaires) puis sur le bouton ''numériser''
j'obtiens le message suivant :
Impossible de se connecter au périphérique de numérisation.
Merci de votre aide
je joins les quelques commandes que j'ai lancées pour aider le diagnostic =>
Mon PC de bureau ASUS fonctionne avec un système Ubuntu 20.04 et l'imprimante est reliée en USB
après installation des pilotes correspondant à mon imprimante Canon PIXMA MG3650 S
l'imprimante est reconnue et fonctionne mais pas le numériseur :
lorsque je lance le numériseur de documents (trouvé dans les utilitaires) puis sur le bouton ''numériser''
j'obtiens le message suivant :
Impossible de se connecter au périphérique de numérisation.
Merci de votre aide
je joins les quelques commandes que j'ai lancées pour aider le diagnostic =>
gerard@gerard-ASUSPRO-S340MF-S340MF:~$ dpkg -l | grep cnijfilter
ii cnijfilter2 5.20-1 amd64 IJ Printer Driver for Linux.
gerard@gerard-ASUSPRO-S340MF-S340MF:~$ dpkg -l | grep cndrvcups
gerard@gerard-ASUSPRO-S340MF-S340MF:~$ dpkg -l | grep cndrvcups
gerard@gerard-ASUSPRO-S340MF-S340MF:~$ dpkg -l | grep sane
ii libsane:amd64 1.0.29-0ubuntu5.2 amd64 API library for scanners
ii libsane-common 1.0.29-0ubuntu5.2 all API library for scanners -- documentation and support files
ii libsane-hpaio:amd64 3.20.3+dfsg0-2 amd64 HP SANE backend for multi-function peripherals
ii sane-utils 1.0.29-0ubuntu5.2 amd64 API library for scanners -- utilities
gerard@gerard-ASUSPRO-S340MF-S340MF:~$ sudo sane-find-scanner -q
[sudo] Mot de passe de gerard :
could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
found USB scanner (vendor=0x04a9 [Canon], product=0x178a [MG3600 series]) at libusb:001:005
gerard@gerard-ASUSPRO-S340MF-S340MF:~$ scanimage -L
device `pixma:04A9178A' is a CANON Canon PIXMA MG3600 Series multi-function peripheral
device `escl:http://127.0.0.1:60000' is a ESCL MG3600 series flatbed scanner
gerard@gerard-ASUSPRO-S340MF-S340MF:~$ ls /etc/sane.d/
abaton.conf dc25.conf hp.conf nec.conf sp15c.conf
agfafocus.conf dell1600n_net.conf hpsj5s.conf net.conf st400.conf
apple.conf dll.conf hs2p.conf p5.conf stv680.conf
artec.conf dll.d ibm.conf pie.conf tamarack.conf
artec_eplus48u.conf dmc.conf kodakaio.conf pieusb.conf teco1.conf
avision.conf epjitsu.conf kodak.conf pixma.conf teco2.conf
bh.conf epson2.conf kvs1025.conf plustek.conf teco3.conf
canon630u.conf epson.conf leo.conf plustek_pp.conf test.conf
canon.conf epsonds.conf lexmark.conf qcam.conf u12.conf
canon_dr.conf escl.conf ma1509.conf ricoh.conf umax1220u.conf
canon_pp.conf fujitsu.conf magicolor.conf rts8891.conf umax.conf
cardscan.conf genesys.conf matsushita.conf s9036.conf umax_pp.conf
coolscan2.conf gphoto2.conf microtek2.conf saned.conf xerox_mfp.conf
coolscan3.conf gt68xx.conf microtek.conf sceptre.conf
coolscan.conf hp3900.conf mustek.conf sharp.conf
dc210.conf hp4200.conf mustek_pp.conf sm3840.conf
dc240.conf hp5400.conf mustek_usb.conf snapscan.conf
gerard@gerard-ASUSPRO-S340MF-S340MF:~$ 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
artec
artec_eplus48u
as6e
avision
bh
canon
canon630u
canon_dr
#canon_pp
cardscan
coolscan
#coolscan2
coolscan3
#dc210
#dc240
#dc25
dell1600n_net
dmc
epjitsu
#epson
epson2
epsonds
escl
fujitsu
genesys
#gphoto2
gt68xx
hp
hp3500
hp3900
hp4200
hp5400
hp5590
hpljm1005
hpsj5s
hs2p
ibm
kodak
kodakaio
kvs1025
kvs20xx
kvs40xx
leo
lexmark
ma1509
magicolor
matsushita
microtek
microtek2
mustek
#mustek_pp
mustek_usb
mustek_usb2
nec
niash
#p5
pie
pieusb
pint
pixma
plustek
#plustek_pp
#pnm
qcam
ricoh
ricoh2
rts8891
s9036
sceptre
sharp
sm3600
sm3840
snapscan
sp15c
#st400
#stv680
tamarack
teco1
teco2
teco3
#test
u12
umax
umax1220u
#umax_pp
v4l
xerox_mfp
gerard@gerard-ASUSPRO-S340MF-S340MF:~$ ls /lib/udev/rules.d | grep libsane
60-libsane.rules
gerard@gerard-ASUSPRO-S340MF-S340MF:~