Markkk
Ok. I know you have the L110 β I just thought the L120 was from the same series, and that the drivers would work with it.
Epson 201207w driver on Solus β manual installation from .deb
Download the .deb package:
epson-inkjet-printer-201207w_1.0.1-1_amd64.deb
Extract it manually:
ar x epson-inkjet-printer-201207w_1.0.1-1_amd64.deb
tar -xf data.tar.xz -C /tmp/epson-driver
Copy files to /opt:
sudo cp -r /tmp/epson-driver/opt/epson-inkjet-printer-201207w /opt/
(Optional) Fix permissions:
sudo find /opt/epson-inkjet-printer-201207w/cups/lib/filter -type f -exec chmod 755 {} \;
sudo chown -R root:root /opt/epson-inkjet-printer-201207w
Add the printer:
Open http://localhost:631 in your browser and add the printer manually.
Use the PPD file from this location:
/opt/epson-inkjet-printer-201207w/ppds/Epson/
The .ppd.gz files can be used directly without decompressing.
If this doesnβt work, please let us know and together we will find a solution. Maybe. π