Hi , can someone give me some pointers on how to get my brother MFC260C scanner working and maybe even the doc feeder. I followed the instructions on the Brother web site
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.
I copied and pasted this but it didn't work as you can see below
The document could not be saved, as it was not possible to write to /lib/udev/rules.d/40-libsane.rules.
Check that you have write access to this file or that enough disk space is available.
regards Michael
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.
I copied and pasted this but it didn't work as you can see below
The document could not be saved, as it was not possible to write to /lib/udev/rules.d/40-libsane.rules.
Check that you have write access to this file or that enough disk space is available.
regards Michael
Comment