I cannot use my usb-connected-scanner with a normal user. (4) (for Fedora Core)
[For Fedora 9]
1. Create "/etc/udev/rules.d/10-local.rules" 2. Add the following 4 lines to the file.
The lines to be added -------------------------------
SUBSYSTEM!="usb_device", ACTION!="add", GOTO="_end"
# Brother
SYSFS{idVendor}=="04f9", SYMLINK+="scanner-%k"
LABEL="_end"
3. Restart the OS.
[For Fedora 8]
1. Open "/etc/udev/rules.d/60-libsane.rules". 2. Add the following line at 2 locations.
The line to be added;
ATTR{idVendor}=="04f9", SYMLINK+="scanner-%k"
Location 1; Before the following line
# END scanner rules for SUBSYSTEM=="usb"
Location 2: Before the following line
# END scanner rules for SUBSYSTEM=="usb_device"
3. Restart the OS.
[For Fedora 7, 6 and 5]
1. Open "/etc/udev/ruled.d/60-libsane.rules" 2. Add the following lines before 'LABEL="libsane_rules_end"'.
The lines to be added -------------------------------
#Brother
SYSFS{idVendor}=="04f9", SYMLINK+="scanner-%k"
I cannot use my usb-connected-scanner with a normal user. (3) (for SuSE)
[For SuSE 11.0]
1. Open "/etc/udev/rules.d/55-libsane.rules" 2. Add the following 2 lines to the section enclosed by 'LABEL="libsane_rules_begin"' and 'LABEL="libsane_rules_end"' in 55-libsane.rules file.
The lines to be added -------------------------------
# Brother
SYSFS{idVendor}=="04f9", MODE="0666", GROUP="scanner", ENV{libsane_matched}="yes"
3. Restart the OS.
[For SuSE 10.1, 10.2 and 10.3]
1. Open "/etc/udev/rules.d/50-udev-default.rules" 2. Edit "0644" to "0666" in "libusb device access" section.
Before the edit;
# libusb device access
SUBSYSTEM=="usb_device", PROGRAM="/bin/sh -c ..... NAME="%c", MODE="0644"
After the edit;
# libusb device access
SUBSYSTEM=="usb_device", PROGRAM="/bin/sh -c ..... NAME="%c", MODE="0666"
I cannot use my usb-connected-scanner with a normal user. (1) (for Ubuntu)
[For Ubuntu 8.04]
1. Open "/etc/udev/rules.d/40-basic-permissions.rules" file. 2. Edit "0664" to "0666" in "USB devices" section.
Before the edit --------------------------
# USB devices (usbfs replacement)
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664"
SUBSYSTEM=="usb_device", MODE="0664"
After the edit --------------------------
# USB devices (usbfs replacement)
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0666"
SUBSYSTEM=="usb_device", MODE="0666"
3. Restart the OS.
[For Ubuntu 7.10, 7.04, 6.10 and 6.06]
1. Open "/etc/udev/rules.d/45-libsane.rules" 2. Add the following 2 lines before 'LABEL="libsane_rules_end"':
Lines to be added----------------
#Brother
SYSFS{idVendor}=="04f9",MODE="666",GROUP="scanner"
When I try to use the scan key on my network connected machine, I receive the error "Check connection".
The brscan-skey utility is configured to use the eth0 network adapter by default.
If you are using a different network adapter, you will have to change it:
1. Open /usr/local/Brother/sane/brscan-skey-(version).cfg using your preferred text editor.
2. Add the line "eth=eth1" to the cfg file. If you are using a different adapter number, modify the line accordingly.
3. Restart the scan-key program ("brscan-skey -t" to terminate the program and "brscan-skey" to start.)
*** It may take a few minutes for the modification to take effect.
Example of an edited file
--------------------------------------------------------------
eth=eth1
password=
IMAGE="sh /usr/local/Brother/sane/script/scantoimage-0.2.1-1.sh"
OCR="sh /usr/local/Brother/sane/script/scantoocr-0.2.1-1.sh"
EMAIL="sh /usr/local/Brother/sane/script/scantoemail-0.2.1-1.sh"
FILE="sh /usr/local/Brother/sane/script/scantofile-0.2.1-1.sh"
SEMID=b
--------------------------------------------------------------
I cannot use my usb-connected-scanner with a normal user. When scanning I receive the error "Error during device I/O".
The Brother Linux scanner driver works only with a super user.
To use it with a normal user, you need to make the settings which depend on your distribution.
When I scan multiple page documents using the ADF, all pages are feeded, but only page 1 shows in XSANE. (For XSANE 0.99 or later)
On xsane 0.99 or later, you will have to indicate the number of pages. Please increase the number in the box at the top left corner on the xsane main window.
When I scan multiple page documents using the ADF, all pages are feeded, but only page 1 shows in XSANE. (For XSANE 0.98 or earlier)
You will have to modify the multipage scanning option in XSANE. in XSANE, click on Preferences, Setup, Enhancements. Change the "Automatic document Feeder Modus:" from "None" to " Automatic Document Feeder".