I bought this EPSON XP-212 printer/scanner with the idea to power it off an inverter.
It works fine as a printer (including over wifi) but as a scanner I had to download driver from the EPSON web site, use teh USB connection, then Simple Scan didnt find it. I downloaded xsane instead, and that worked if I ran it as root
sudo xsane &
So I went to the Ubuntu forum
https://help.ubuntu.com/community/Setti ... ermissionsand tried one of the solutions that was listed as dangerous:adding this to
/etc/udev/rules.d/40-scanner-permissions.rule
# usb scanner
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE:="0666"
SUBSYSTEM=="usb_device",MODE:="0666"
Well it works over USB. Is this ok as a solution or should I try to do something with groups and permissions? Also it still doesn't work over wifi as a scanner.
A little more detail on my blog
http://billlions.blogspot.co.uk/2014/08 ... er-on.html