Comment 117 for bug 1728012

Revision history for this message
Eduard Pertinez i Juncosa (eduardp) wrote :

For the record.
My scanner Epson Workforve WF-7610 was not recognized by iscan yet xsane recognized it.

sudo -u saned scanimage -L
returned
device `epson2:net:192.168.1.30' is a Epson PID 08B9 flatbed scanner

but it did not work.
It used to work flawesly with the same configuration BEFORE upgrading to 17.10.

My workaround:
a) Commented epson2 and epson in /etc/sane.d/dll.conf . I added epkowa.
b) epkowa.conf has the correct net ip.
c) I copied epkowa drivers to correct lib folder
cp /usr/lib/sane/libsane-epkowa.* /usr/lib/x86_64-linux-gnu/sane/

after that
sudo -u saned scanimage -L
returned
device `epkowa:net:192.168.1.30' is a Epson WF-7610/7620 Series flatbed scanner

and iscan ran again.