Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Xsane permissions, run as root

  1. #11
    Join Date
    Oct 2009
    Beans
    35

    Re: Xsane permissions, run as root

    Quote Originally Posted by drrob1 View Post
    I don't know if this is too late, but I ran
    Code:
    lsusb
    and found that my Brother MFC 7420 is at bus 007 device 002. Then
    Code:
    chmod a+w /dev/bus/usb/007/002
    and now xsane works as a normal user. I don't have to be root.

    Hope this helps
    Your solution was straightforward. Many thanks !
    Ubuntu 10.04
    In love with linux!

  2. #12
    Join Date
    Jan 2008
    Location
    Wrocław, PL
    Beans
    7
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Xsane permissions, run as root

    Following advice from http://www.sane-project.org/README.linux

    I solved this apparently more "correctly" by adding the desired users to the "scanner" group, e.g. to let user "goulo" scan,

    sudo usermod -a -G scanner goulo

    (and then the user needs to login again for it to take effect).

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •