
I have a Brother MFC-260c multifunction printer scanner fax It prints OK but the scanner only operates under root What steps do I take to alter the permissions on the scanner and how do I find out the correct path when I change permissions it is connected through usb -- Ron Dean 2 Shannon Place Nawton Hamilton Ph 8493904

I have a Brother MFC-260c multifunction printer scanner fax It prints OK but the scanner only operates under root What steps do I take to alter the permissions on the scanner and how do I find out the correct path when I change permissions it is connected through usb
I had the same problem with our MFC215C. In order to get around this problem, I added the following rule to the "/etc/udev/rules.d" directory as rule file "45-libsane.rules", which fixes group (= scanner) and access (= 666): ## Brother MFC 215C SYSFS{idVendor}=="04f9", SYSFS{idProduct}=="0193", MODE="666", GROUP="scanner" NB: The SYSFS... line should be on a single line, in case it gets broken up in my post. The specific idVendor and idProduct values you can get from running the "lsusb" command in a terminal. Here's the output for my MFC-215C: ... Bus 003 Device 002: ID 04f9:0193 Brother Industries, Ltd MFC-215C ... Cheers. Peter -- Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ http://www.cs.waikato.ac.nz/~fracpete/ Ph. +64 (7) 858-5174

2009/12/15 Ron Dean <rvdean(a)ihug.co.nz>:
I have a Brother MFC-260c multifunction printer scanner fax It prints OK but the scanner only operates under root What steps do I take to alter the permissions on the scanner and how do I find out the correct path when I change permissions it is connected through usb
-- Ron Dean 2 Shannon Place Nawton Hamilton Ph 8493904
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
According to a bit of web research; alt-F2 and gksu gedit /etc/udev/rules.d/40-basic-permissions.rules change the permission mask for the device from "0664" to "0666". Hopefully this helps; -- Disclaimer: By sending an email to any of my addresses you are agreeing that: 1. I am by definition, "the intended recipient" 2. All information in the email is mine to do with as I see fit and make such financial profit, political mileage, or good joke as it lends itself to. 3. I may take the contents as representing the views of your company. 4. This overrides any disclaimer or statement of confidentiality that may be included on your message.
participants (3)
-
Bruce Kingsbury
-
Peter Reutemann
-
Ron Dean