Chris_no
April 28th, 2012, 11:44 AM
Installed 12.04 yesterday I perviously had 10.04 with no issues.
Everthing went right up except my scanner.
xsane is installed and also simple scan.
Neither sees the scanner.
The printer works just fine.
I have followed this guide to no avail... (Worked in 10.04)
http://ubuntuforums.org/showthread.php?t=1340908
These are the scanner drivers I used:
http://www.brother.com/cgi-bin/agreement/agreement.cgi?dlfile=http://www.brother.com/pub/bsc/linux/dlf/brscan3-0.2.11-4.amd64.deb&lang=English_gpl
http://www.brother.com/cgi-bin/agreement/agreement.cgi?dlfile=http://www.brother.com/pub/bsc/linux/dlf/brscan-skey-0.2.3-0.amd64.deb&lang=English_lpr
I'v added my user to both saned and scanner group.
I tried installing them with and without
dpkg --force-all
lsusb
outputs
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 1058:1100 Western Digital Technologies, Inc.
Bus 001 Device 004: ID 041e:4083 Creative Technology, Ltd Live! Cam Socialize [VF0640]
Bus 002 Device 002: ID 04f9:01ea Brother Industries, Ltd DCP-7030
sudo dpkg -l | grep Brother
outputs
ii brdcp7030lpr:i386 2.0.2-1 Brother DCP-7030 LPR driver
rH brscan 0.2.4 Brother CUPS Printer Definitions
ii brscan-skey 0.2.3-0 Brother Linux scanner S-KEY tool
ii brscan3 0.2.11-4 Brother Scanner Driver
ii cupswrapperdcp7030:i386 2.0.2-1 Brother DCP7030 CUPS wrapper driver
ii printer-driver-ptouch 1.3-3 printer driver Brother P-touch label printers
brscan-skey -l
outputs
DCP-7030 : brother3:bus1;dev1 : USB Not Registered
With
sudo gedit /lib/udev/rules.d/40-libsane.rules
I've added
# Brother scanners
ATTRS{idVendor}=="04f9", ATTRS{idProduct}=="01ea", ENV{libsane_matched}="yes"
to the end and restarted.
I tried putting it over the end rules label and end usb rules label
and restarting with no effect either way.
With
sudo gedit /lib/udev/rules.d/50-udev-default.rules
I've changed
# 'libusb' device nodes
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0665"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", IMPORT{builtin}="usb_id"
to
# 'libusb' device nodes
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0666"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", IMPORT{builtin}="usb_id"
I'm all out of ideas so I will post this here while i search for
other solutions.
Solution:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/faq_scn.html#f00101
I copied these
cp /usr/lib64/libbrscandec3.so.1.0.0 /usr/lib
cp /usr/lib64/sane/libsane-brother3.so.1.0.7 /usr/lib/sane
cp /usr/lib64/sane/libsane-brother3.so.1 /usr/lib/sane
cp /usr/lib64/sane/libsane-brother3.so /usr/lib/sane
cp /usr/lib64/libbrscandec3.so /usr/lib
cp /usr/lib64/libbrscandec3.so.1 /usr/lib
Everthing went right up except my scanner.
xsane is installed and also simple scan.
Neither sees the scanner.
The printer works just fine.
I have followed this guide to no avail... (Worked in 10.04)
http://ubuntuforums.org/showthread.php?t=1340908
These are the scanner drivers I used:
http://www.brother.com/cgi-bin/agreement/agreement.cgi?dlfile=http://www.brother.com/pub/bsc/linux/dlf/brscan3-0.2.11-4.amd64.deb&lang=English_gpl
http://www.brother.com/cgi-bin/agreement/agreement.cgi?dlfile=http://www.brother.com/pub/bsc/linux/dlf/brscan-skey-0.2.3-0.amd64.deb&lang=English_lpr
I'v added my user to both saned and scanner group.
I tried installing them with and without
dpkg --force-all
lsusb
outputs
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 1058:1100 Western Digital Technologies, Inc.
Bus 001 Device 004: ID 041e:4083 Creative Technology, Ltd Live! Cam Socialize [VF0640]
Bus 002 Device 002: ID 04f9:01ea Brother Industries, Ltd DCP-7030
sudo dpkg -l | grep Brother
outputs
ii brdcp7030lpr:i386 2.0.2-1 Brother DCP-7030 LPR driver
rH brscan 0.2.4 Brother CUPS Printer Definitions
ii brscan-skey 0.2.3-0 Brother Linux scanner S-KEY tool
ii brscan3 0.2.11-4 Brother Scanner Driver
ii cupswrapperdcp7030:i386 2.0.2-1 Brother DCP7030 CUPS wrapper driver
ii printer-driver-ptouch 1.3-3 printer driver Brother P-touch label printers
brscan-skey -l
outputs
DCP-7030 : brother3:bus1;dev1 : USB Not Registered
With
sudo gedit /lib/udev/rules.d/40-libsane.rules
I've added
# Brother scanners
ATTRS{idVendor}=="04f9", ATTRS{idProduct}=="01ea", ENV{libsane_matched}="yes"
to the end and restarted.
I tried putting it over the end rules label and end usb rules label
and restarting with no effect either way.
With
sudo gedit /lib/udev/rules.d/50-udev-default.rules
I've changed
# 'libusb' device nodes
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0665"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", IMPORT{builtin}="usb_id"
to
# 'libusb' device nodes
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0666"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", IMPORT{builtin}="usb_id"
I'm all out of ideas so I will post this here while i search for
other solutions.
Solution:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/faq_scn.html#f00101
I copied these
cp /usr/lib64/libbrscandec3.so.1.0.0 /usr/lib
cp /usr/lib64/sane/libsane-brother3.so.1.0.7 /usr/lib/sane
cp /usr/lib64/sane/libsane-brother3.so.1 /usr/lib/sane
cp /usr/lib64/sane/libsane-brother3.so /usr/lib/sane
cp /usr/lib64/libbrscandec3.so /usr/lib
cp /usr/lib64/libbrscandec3.so.1 /usr/lib