I am using ubuntu 18.04 LTS . I have a EPSON L220 All-in-One printer ( printer + scanner). I successfully configure the printer setting and printing is done very well. But scanner is not working.
I have downloaded the epson scanner driver from http://support.epson.net/linux/en/imagescanv3.php, extract the zip file, open a terminal, go to the folder and and run the command ./install.sh
from terminal, it simply run the command without any error. But when I open software Image Scan!for linux , then it shows the following error message
Apparently, this was broken at some point, and fixed in 19.04, but never backported to 18.04 LTS (which it should have been!)
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1728012
There should be some way to notify the 18.04 LTS team that this fix should be backported, but I don't know what it is.
Jut to compile in a single answer something that worked for me in Ubuntu 18.04 for an Epson ET-2712:
gedit /etc/imagescan/imagescan.conf
[as sudo]: see Content of imagescan.conf belowContent of imagescan.conf:
I had the same problem, lsusb found the scanner, the scanner is detected by
sane-find-scanner -L
.Adding the following line to
/etc/rc.local
:chmod -R a+w /dev/bus/usb
fixed the problem, clearly an access issue. After this it all works. However, this is not a safe solution for a system accessible from the net.
Go to epson.net and search L220 (below select linux)
click on appropriate download button for scanner
then Accept, then Package download page; then Download according to distrib.
After downloading
tar.gz
, untar, in terminal with:Then enter folder
cd filenamefolder
in terminal, and then./install.sh