Linux Lite Forums
Vuescan must be run as root to be able to find scanner(s) [solved] - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6)
+--- Forum: Printing and Scanning (https://www.linuxliteos.com/forums/forumdisplay.php?fid=25)
+--- Thread: Vuescan must be run as root to be able to find scanner(s) [solved] (/showthread.php?tid=6257)



Vuescan must be run as root to be able to find scanner(s) [solved] - Sprintrdriver - 06-23-2019

Hi.
I'm trying out the program Vuescan before I decide to buy a licence for it.
The only practical problem is that the program does not detect any scanner (regarless of model, or connection method) unless I run it as root.The excact message: "VueScan didn't find a scanner connected to your computer."

When searching for a solution on the web, I found an old thread on ubuntuforum:https://ubuntuforums.org/showthread.php?t=2180205
Unfortunately, there is one, possible two major problems with that description:
  • Proposed solution does only work for that spesific scanner model. There is no "general" description that works for some of the scanner models I will use.
  • The /etc/udev/rules.d/99-local.rules file didn't exist.
My test - Hoped it should work:  Contents of /etc/udev/rules.d/99-local.rules
Code:
SUBSYSTEM="usb_device", ACTION="add", GOTO="epson_rules_end"

# Epson XP-432 "Expression home"
ATTR{idVendor}="04b8", ATTR{idProduct}="1104 ", SYMLINK+="scan-epson-xp432", MODE="0666", OWNER="geir", GROUP="scanner"

LABEL="epson_rules_end"
But to no avail. Vuescan still say no scanner found unless run as root.

The output from lsusb -v https://pastebin.com/R8DCkFW1


[EDIT ]
Also tried to follow the instructions found on VUescan homepage - at here - and link to possibe ubuntu solution.

So then I created the file /lib/udev/rules.d/40-libsane.rules as it did not existed before (sudo touch file-name).

I then opened the file in text editor as root, and inserted this content:
Code:
# Epson XP-432 expression home
ATTRS{idVendor}=="04b8", ATTRS{idProduct}=="1104", ENV{libsane_matched}="yes"

I then make my own user member of saned group.

Unfortunately, this action did not change anything :wallbash:


Re: Vuescan must be run as root to be able to find scanner(s) [solved] - Sprintrdriver - 06-23-2019

Solved !

Problem was solved after a reboot of the computer.