Results 1 to 8 of 8

Thread: problem running vuescan

  1. #1
    Join Date
    Sep 2007
    Beans
    1,476

    problem running vuescan

    I am running with ubuntu 14.04 I have an epson xp-800 all in one printer. My problem was getting the scanner to work. What I did was download and extract the vuescan install file(s) When I went to /home/greg/VueScan/ and ran the vuescan program it could not find the scanner. I stopped the vuescan program. I then went to the vuescan folder and entered "sudo vuescan". When vuescan came up, this time, it had found the scanner. I tested and everything was working.

    My problem (if it is one) is, I think, that I should have been able to simply run vuescan and have it find the scanner. I suspect that libusb (must be installed for vuescan to run) may be the problem but have no idea how I might fix that.

    Anyway, any thoughts on this one are welcome - thank you...................

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: problem running vuescan

    I wonder if you as user are not a member of the group needed to use the scanner.

    Let's see the output of the command groups in your user terminal, please.

  3. #3
    Join Date
    Sep 2011
    Location
    Pennsylvania, U.S.A.
    Beans
    3,068
    Distro
    Ubuntu Development Release

    Re: problem running vuescan

    I'm not sure if Epson has the same issue but Brother's USB scanner driver will only work with SUDO privileges unless I do this:

    Code:
    Ubuntu 9.10, 10.04, 10.10, 11.4, 11.10, 12.04, 12.10
    
    1. Open "/lib/udev/rules.d/40-libsane.rules" file.
    
    2. Add the following two lines to the end of the device list. (Before the line "# The following rule will disable ..."):
    If there is "LABEL="libsane_rules_end"", add the following 2 lines before "LABEL="libsane_rules_end"".    
      
      The lines to be added---------------------------          
    # Brother scanners
    ATTRS{idVendor}=="04f9", ENV{libsane_matched}="yes"
          
    
    3. Restart the OS.
    If you want to try this you'd need to change the {idVendor} to Epson's at the very least. You could also look through the 40-libsane.rules file to see if there's anything 'interesting' regarding Epson.

  4. #4
    Join Date
    Sep 2007
    Beans
    1,476

    Re: problem running vuescan

    thanks for the reply. Here the the output for groups:

    greg@greg-MS-7222:~$ groups
    greg adm cdrom sudo dip plugdev lpadmin sambashare

  5. #5
    Join Date
    Sep 2007
    Beans
    1,476

    Re: problem running vuescan

    thanks for the reply.

    I could do this but I don't have the information necessary, insofar as the scanner on the printer is concerned. I think my problem is in libusb (necessary to run the scanner) but I am clueless.

  6. #6
    Join Date
    Sep 2007
    Beans
    1,476

    Re: problem running vuescan

    OK - got what I wanted. Thanks for the replies. Here is what I did. I edited the sudoers with "sudo visudo" and entered "YOURNAME ALL = NOPASSWD: "/home/greg/VueScan/vuescan" (taken from something I found online) I then right clicked on the vuescan file and created a link as 'sudo' I then dragged the link to a programs drawer that I had. I could have also put it any other place I wanted. I also checked the sudoers file with "sudo visodo -c" to make sure I didn't screw up.

    Marking this one as done.

  7. #7
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: problem running vuescan

    I am happy that you managed to get this working, and I hope I am wrong about this, but I wonder if you are going to find that any scans that you now save to disk are owned by root and not yourself.

    Never having needed to edit my sudoers file in that manner, I may well be incorrect, but thought it worth giving this warning, just in case.

  8. #8
    Join Date
    Sep 2007
    Beans
    1,476

    Re: problem running vuescan

    thank you for the thought and I will keep it in mind of I scan anything. I really don't do much scanning anymore but I had the scanner so I thought I had better hook it up. My suspicion is that if I setup vuescan properly then the scans will be put in my home system and should probably be permissioned accordingly. This is, of course, based on my incredible talent for wishful thinking <G>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •