"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)."
Felizmente, há algum tempo atrás, descobri um site de onde retirei algumas dicas que ajudam a resolver esta situação. Aqui vão os passos/as minhas notas:
1.- Verificar o "ID" da multifunções, digitando no terminal o seguinte:
~$ sudo lsusb
Bus 005 Device 002: ID 04b8:0838 Seiko Epson Corp.
(aqui está a nossa epson)2.- A seguir, escrever "sudo nano /etc/udev/rules.d/45-libsane.rules" (sem as aspas) e acrescentar
SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="0838", MODE="664", GROUP="scanner"
3.- Ainda no terminal, escrever "sudo nano /etc/sane.d/epson.conf" (sem as aspas) e acrescentar
usb 0x4b8 0x0838
Experimentem agora fazer "scanimage -L" :)