I'm having trouble getting my Brother DCP-195C recognized as a scanner on Ubuntu 12.04. I've installed the drivers from Brother, but scanning programs, like scangui
or xsane
cannot see the device. I checked with sane-find-scanner
and the scanner is listed:
found USB scanner (vendor=0x04f9 [Brother], product=0x0222 [DCP-195C]) at libusb:005:002
I added the udev rules as well to /etc/udev/rules.d/60-libsane.rules
:
# Brother
ATTRS{idVendor}=="04f9", ENV{libsane_matched}="yes"
I've also tried linked the files from /usr/lib64/
into /usr/lib/
.
What else can I try?
Try this solution, I find it on net
Printer
Download LPR driver and cupswrapper driver from Brother Solution Center
Install LPR driver
Install cupswrapper driver
Check LPR driver and cupswrapper driver are installed
Check printer is on the cups web interface
Scanner
Install the scanner driver
Check the scanner driver is installed
To enable scanner for a normal user, open for edit the following file
Add the following lines to the end of the file and restart the system
I think I downloaded the wrong versions of the drivers (an old search link perhaps). I went to Brother's site again and used their download search. I took the version listed here and installed (it is brscan3, not the brscan I had before). Once I did it appeared in my programs and works fine.