Comment 121 for bug 1707352

Revision history for this message
Vincent Montagnon (vincent-montagnon) wrote :

Thanks everybody.
This solves my 'non-working' V350-Photo scanner issue !

* Fresh Ubuntu-Mate insall (64 bits)
* All updates done
* Install the Epson package from Epson website
* Check libsane1 is installed
* Copy (or move) the files from /usr/lib/sane (libsane-epkowa.la, libsane-epkowa.so.1, libsane-epkowa.so.1.0.15) to /usr/lib/x86_64-linux-gnu/sane
* generate a file /etc/udev/rules.d/79-udev-epson.rules with the following content:
# chmod device EPSON group
ATTRS{manufacturer}=="EPSON", DRIVERS=="usb", SUBSYSTEMS=="usb", ATTRS{idVendor}=="04b8", ATTRS{idProduct}=="*", MODE="0777"

=> Working without rebooting !

Thanks guys !