Linux Lite 8.0 RC2 has been released - Click here


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Vuescan must be run as root to be able to find scanner(s) [solved]
#1

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:

I won't let an old, but fully functional computer die just because some company tell me that they won't make no more security updates to their OS. Thanks Linux :)
Reply
#2

Solved !

Problem was solved after a reboot of the computer.

I won't let an old, but fully functional computer die just because some company tell me that they won't make no more security updates to their OS. Thanks Linux :)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)