Bonsoir, je m'y remets !
Ma carte est une Gigabyte AB350-Gaming3, qui n'a que des ports USB 3.0 et 3.1. Donc pas moyen de tester un port 2.0 hélas.
La commande lsusb donne ce qui est à la fin de mon post précédent, où l'Epson apparaît sur le bus 003, device 003.
Ensuite :
olivier@olivier-AB350-Gaming-3:~$ ls -l /dev/bus/usb/*/*
crw-rw-r-- 1 root root 189, 0 janv. 28 20:35 /dev/bus/usb/001/001
crw-rw-r-- 1 root root 189, 128 janv. 28 20:35 /dev/bus/usb/002/001
crw-rw-r-- 1 root root 189, 129 janv. 28 20:35 /dev/bus/usb/002/002
crw-rw-r-- 1 root root 189, 256 janv. 28 20:35 /dev/bus/usb/003/001
crw-rw-r-- 1 root root 189, 257 janv. 28 20:49 /dev/bus/usb/003/002
crw-rw-r-- 1 root root 189, 258 janv. 28 20:45 /dev/bus/usb/003/003
crw-rw-r-- 1 root root 189, 384 janv. 28 20:35 /dev/bus/usb/004/001
olivier@olivier-AB350-Gaming-3:~$
olivier@olivier-AB350-Gaming-3:~$ getfacl /dev/bus/usb/003/003
getfacl : suppression du premier « / » des noms de chemins absolus
# file: dev/bus/usb/003/003
# owner: root
# group: root
user::rw-
group::rw-
other::r--
olivier@olivier-AB350-Gaming-3:~$
avec la commande iscan, j'obtiens toujours le message "Impossible d'envoyer une commande au scanner. Vérifiez l'état du scanner."
avec la commande sudo iscan : le scanner s'est activé, et j'ai pu faire un scan test ! On progresse...
avec sudo sane-find-scanner
olivier@olivier-AB350-Gaming-3:~$ sudo sane-find-scanner
[sudo] Mot de passe de olivier :
# 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=0x04b8 [EPSON], product=0x013b [EPSON Scanner]) at libusb:003: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.
olivier@olivier-AB350-Gaming-3:~$
J'ai donc bien l'impression que c'est un problème de permission. Mais comme je l'indiquais dans mon premier post, quand j'essaie d'accéder en mode administrateur pour donner les permissions, les cases correspondantes restent en grisé = je n'ai pas la main pour les activer...
Pour les autres commandes, voilà ce que ça donne :
olivier@olivier-AB350-Gaming-3:~$ sudo adduser olivier saned
Ajout de l'utilisateur « olivier » au groupe « saned »...
Ajout de l'utilisateur olivier au groupe saned
Fait.
olivier@olivier-AB350-Gaming-3:~$
olivier@olivier-AB350-Gaming-3:~$ sudo adduser olivier scanner
Ajout de l'utilisateur « olivier » au groupe « scanner »...
Ajout de l'utilisateur olivier au groupe scanner
Fait.
olivier@olivier-AB350-Gaming-3:~$
olivier@olivier-AB350-Gaming-3:~$ cat /etc/sane.d/epkowa.conf
# epkowa.conf -- sample configuration for the EPKOWA SANE backend
# Copyright (C) 2004, 2008, 2009 Olaf Meeuwissen
#
# See sane-epkowa(5), sane-usb(5) and sane-scsi(5) for details.
# Detect all devices supported by the backend.
# If you don't have a SCSI device, you can comment out the "scsi"
# keyword. Similarly for the other keywords.
#
usb
scsi
# 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 <USB vendor ID> <USB product ID>
#
# SEIKO EPSON's USB vendor ID is '0x04b8' (without quotes). In order
# to find the USB product ID, use lsusb(1).
# A sample configuration for the Epson Perfection 1650 (Epson GT-8200),
# which has a product ID of 0x0110, would look as follows:
#
#usb 0x04b8 0x0110
# For SCSI devices not detected, you can add an entry like:
#
# scsi EPSON GT-20000
#
# where the GT-20000 bit corresponds to the SCSI model information as
# shown in the output of dmesg(1) or in the /var/log/kern.log file.
# Network attached devices may be made to work by first installing the
# (non-free) iscan-network-nt package and then adding configuration lines
# as per information below.
#
# For each network attached device, you must add an entry as follows:
#
# net <IP-address|hostname> [port-number]
#
# Ask your network administrator for the device's IP address or check
# for yourself on the panel (if it has one). The port-number is very
# optional and defaults to 1865.
# Note that network attached devices are not queried unless configured
# in this file.
#
# Examples:
#
#net 192.16.136.2 1865
#net 10.0.0.1
#net scanner.mydomain.com
# Some backend behaviour can be customized by using the option keyword
# followed by an option name, as shown below.
#
# option <option-name>
#
# Currently available options:
#
# Makes the automatic document feeder the default document source
#option prefer-adf
olivier@olivier-AB350-Gaming-3:~$
olivier@olivier-AB350-Gaming-3:~$ ls /lib/udev/rules.d | grep epson
olivier@olivier-AB350-Gaming-3:~$
Je viens d'essayer de relancer iscan via le gestionnaire de programmes : j'ai à nouveau la réponse "aucun périphérique trouvé".
Par contre, en relançant via le terminal en sudo, ça repart. La question reste donc : comment obtenir une permission permanente pour ce scanner !
Merci à nouveau pour l'aide. Et je promets que ma reconnaissance éternelle ira bien aux bons destinataires ! 🙂