I dl the epson drivers, got epson recommendation to apt-get install lsb. I think I need more stuff in term before this part works, so, what do I need to type in to get apt-get to work, what's next...? thanks! st
31 Answer
While Ubuntu 18.04 recognizes this printer out of the box, setting up the scanner need a few more steps. Precondition is, that scanner and Ubuntu client are in the same network. And you will have to find out the IP address from your scanner/printer.
Search on Epson website for your driver:
Download
imagescan-bundle-ubuntu-18.04-1.3.40.x64.deb.tar.gzfrom here:Extract archive and change into directory. Call install script via
sudo ./install.shThat installs several packages for you. One isimagescan, a replacement for simple scan - but you won't need it in the end.Do a
cat /etc/sane.d/dll.conand check that there is no comment sign beforeepson,epson2orepkowa. It may be the last one is missing, nevermind. If there is a comment sign before one of those entries, open the files as root and remove it (sudo gedit /path/o/file).Use
sudo gedit /etc/sane.d/epkowa.confOR (if there is no epkowa)sudo gedit /etc/sane.d/epson2as root and insert the following line:net 192.168.1.111 1865. You have to replace192.168.1.111with the IP address of your printer/scanner. Save and close file.Now open
imagescanconfiguration file withsudo gedit /etc/imagescan/imagescan.confand insert the following code:[devices] net.udi = networkscan:esci://192.168.1.111:1865 net.vendor = Epson net.model = ET-3750 net.name = Epson ET-3750Again: Replace
192.168.1.111with the IP address of your scanner/printer and the other Informations with the type of your Scanner/printer if it differs fromET-3750. Save and close. If you startsimple-scannow, your scanner should be available.