0

I used my Epson scanner L210 on Lubuntu 15.04 32bits, but after changing to Lubuntu 15.10 64bits, I'm not able to use it again! I downloaded driver from here: Epson L210 scanner driver

I followed these instruction : How to install Scanner on Ubuntu

1 Answers1

0

First install the drivers and follow the instructions you mentioned.

In the file /etc/sane.d/dll.conf, uncomment the backend epkowa (in my case it wasn't on the list, so I had to include it).

Comment the backend epson2 (by prepending #). It seems to be in conflict with epkowa.

Proceed with the instructions by editing the file /etc/sane.d/epkowa.conf.

cris
  • 16