FAQs & Troubleshooting

Close

MFC-6490CW

FAQs & Troubleshooting

FAQs & Troubleshooting

MFC-6490CW

Not your product?

Date: 13/05/2020 ID: faq00100604_000

Configure scan settings without administrator privileges (Linux)

 

Mandriva2010

  1. Open /etc/udev/rules.d/60-libsane.rules
  2. Add the following 2 lines at the last of the device entry. (just before "# The following rule...")

    # Brother
    ATTRS{idVendor}=="04f9", ENV{libsane_matched}="yes"
  3. Restart the OS.

 

Redhat 9

  1. Open "/etc/fstab"
  2. Add or modify a line for /proc/bus/usb as follows.

    none /proc/bus/usb usbdevfs auto,devmode=0666 0 0
  3. umount /proc/bus/usb
  4. mount /proc/bus/usb
  5. mknod -m 666 /dev/usbscanner c 180 48

 

Ubuntu 10.10, 11.4, 11.10, 12.04, 12.10, 13.04, 13.10

  1. > Click here to download the file. (for dev packages)
    > Click here to download the file. (for rpm packages)
  2. Run the command.
    Command: dpkg -i brother-udev-rule-type1-1.0.0-1.all.deb
    ("dpkg -i brother-udev-rule-type1-1.0.0-1.all.deb" is an example. Enter the file name you downloaded at step1.)

 

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.

 

Ubuntu 9.04

  1. Open "/lib/udev/rules.d/50-udev-default.rules" file.
  2. Edit "0664" to "0666" in "libusb device nodes" section.

    Before the edit---------------------------------

    # libusb device nodes
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device",   ...   , MODE="0664"


    After the edit----------------------------------

    # libusb device nodes
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device",   ...   , MODE="0666"
  3. Restart the OS.

 

Ubuntu 8.04/8.04.1, 8.10

  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.

 

Ubuntu 7.10, 7.04, 6.10, 6.06

  1. Open "/etc/udev/rules.d/45-libsane.rules"
  2. Add the following 2 lines before "LABEL="libsane_rules_end"":

    The lines to be added---------------------------

    #Brother
    SYSFS{idVendor}=="04f9",MODE="666",GROUP="scanner"
  3. Restart the OS.

 

Debian 6

  1. Open "/lib/udev/rules.d/60-libsane.rules" as a super-user
  2. Add the following two lines to the end of the device list. (Before the line "# The following rule will disable ..."):

    The lines to be added---------------------------

    # Brother scanner
    ATTRS{idVendor}=="04f9", MODE="0664", GROUP="scanner", ENV{libsane_matched}="yes"
  3. Restart the OS.

 

Debian 5

  1. Open "/etc/udev/rules.d/z60_libsane.rules"
  2. Add the following two lines to the end of the device list. (Before the line "# The following rule will disable ..."):

    The lines to be added---------------------------

    # Brother
    SYSFS{idVendor}=="04f9", MODE="0666", GROUP="scanner", ENV{libsane_matched}="yes"
  3. Restart the OS.

 

Debian 4

  1. Open "/etc/udev/rules.d/025_libsane.rules"
  2. Add the following 2 lines before 'LABEL="libsane_rules_end"':

    The lines to be added---------------------------

    #Brother
    SYSFS{idVendor}=="04f9",MODE="666",GROUP="scanner"
  3. Restart the OS.

 

Debian 3

  1. Open "/etc/fstab"
  2. Add or modify a line for /proc/bus/usb as follows.

    none /proc/bus/usb usbdevfs auto,devmode=0666 0 0
     
  3. umount /proc/bus/usb
  4. mount /proc/bus/usb
  5. mknod -m 666 /dev/usbscanner c 180 48

 

openSUSE 11.2

  1. Open "/etc/udev/rules.d/55-libsane.rules"
  2. Add the following 2 lines at the last of the device entry. (just before "# The following rule...")

    # Brother
    ATTR{idVendor}=="04f9", MODE="0664", GROUP="lp", ENV{libsane_matched}="yes"
  3. Restart the OS.

 

openSUSE 11.1

  1. Open "/etc/udev/rules.d/55-libsane.rules"
  2. Add 2 lines for Brother products.

    The lines to be added---------------------------------

    #Brother
    ATTR{idVendor}=="04f9", MODE="0666", GROUP="scanner", ENV{libsane_matched}="yes"
  3. Restart the OS.

 

openSUSE 11.0

  1. Open "/etc/udev/rules.d/55-libsane.rules"
  2. Add 2 lines for Brother products.

    The lines to be added---------------------------------

    #Brother
    SYSFS{idVendor}=="04f9", MODE="0666", GROUP="scanner", ENV{libsane_matched}="yes"
  3. Restart the OS.

 

openSUSE 10.3, 10.2, 10.1

  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== ...... , MODE="0644"


    After the edit----------------------------------

    # libusb device access
    SUBSYSTEM== ...... , MODE="0666"

     
  3. Restart the OS.

 

openSUSE 10.0, 9.3, 9.2, 9.1

  1. Open "/etc/fstab"
  2. Add or modify a line for /proc/bus/usb as follows.

    none /proc/bus/usb usbfs auto,devmode=0666 0 0
     
  3. umount /proc/bus/usb
  4. mount /proc/bus/usb
  5. mknod -m 666 /dev/usbscanner c 180 48

 

Fedora 17, 16, 15, 14, 13

  1. > Click here to download the file. (for dev packages)
    > Click here to download the file. (for rpm packages)
  2. Run the command.
    Command: rpm -ihv brother-udev-rule-type1-1.0.0-1.noarch.rpm
    ("rpm -ihv brother-udev-rule-type1-1.0.0-1.noarch.rpm" is an example. Enter the file name you downloaded at step1.)

 

Fedora 16, 15, 14, 13, 12

  1. Open"/lib/udev/rules.d/65-libsane.rules"
  2. Add the following 2 lines at the last of the device entry. (just before "# The following rule...").

    # Brother
       ATTR{idVendor}=="04f9", ENV{libsane_matched}="yes"
  3. Restart the OS.

 

Fedora 11

  1. Create "/lib/udev/51-local.rules"
  2. Write the following 2 lines to the file.

    The lines to be added---------------------------

    # Brother
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ACTION=="add", ATTR{idVendor}=="04f9", SYMLINK+="scanner-%k", MODE="0666"
  3. Restart the OS.

 

 

Fedora 10, 9

  1. Create "/etc/udev/rules.d/10-local.rules"
  2. Write 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.

 

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.

 

Fedora 7, 6, 5

  1. Open "/etc/udev/ruled.d/60-libsane.rules"
  2. Add the following 2 lines before 'LABEL="libsane_rules_end"'.

    The lines to be added---------------------------

    #Brother
    SYSFS{idVendor}=="04f9", SYMLINK+="scanner-%k"
  3. Restart the OS.

 

Fedora 4, 3

  1. Open "/etc/fstab"
  2. Add or modify a line for /proc/bus/usb as follows.

    none /proc/bus/usb usbfs auto,devmode=0666 0 0
     
  3. umount /proc/bus/usb
  4. mount /proc/bus/usb
  5. mknod -m 666 /dev/usbscanner c 180 48

Related Models

DCP-135C, DCP-145C, DCP-165C, DCP-195C, DCP-350C, DCP-375CW, DCP-385C, DCP-560CN, DCP-585CW, DCP-6690CW, DCP-7010, DCP-7010L, DCP-7025, DCP-7030, DCP-8060, DCP-8065DN, DCP-8070D, DCP-9010CN, DCP-9040CN, DCP-J125, FAX-2920, MFC-235C, MFC-250C, MFC-255CW, MFC-465CN, MFC-490CW, MFC-5860CN, MFC-6490CW, MFC-7420, MFC-7440N, MFC-7820N, MFC-795CW, MFC-8220, MFC-8370DN, MFC-8380DN, MFC-8460N, MFC-8860DN, MFC-8880DN, MFC-9120CN, MFC-9320CW, MFC-9440CN, MFC-9840CDW, MFC-990CW, MFC-J220

If you need further assistance, please contact Brother customer service:

Content Feedback

To help us improve our support, please provide your feedback below.
Step 1: How does the information on this page help you?
Step 2: Are there any comments you would like to add?

Please note this form is used for feedback only.