Help Brother MFC-495CW

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bluesky509
Level 1
Level 1
Posts: 33
Joined: Fri Jun 05, 2015 11:32 am

Help Brother MFC-495CW

Post by bluesky509 »

This is my second all-in-one printer that I only use for scanning. I had it working with Linux Mint a while ago but I do not remember what steps I took to get it to scan. It's connected with WiFi.

I tried installing all the files from the Brother website (http://support.brother.com/g/b/download ... &type3=566).

Other things I tried...
1. su
2. gunzip linux-brprinter-installer-2.1.1-1.gz
3. bash linux-brprinter-installer-2.1.1-1
...
NAME: MFC-495CW

Also tried...
brsaneconfig3 -a name=BROTHER model=MFC-495CW ip=192.168.1.115

Device URI is currently: dnssd://Brother%20MFC-495CW._pdl-datastream._tcp.local/

Simple scan and xsane does not find the scanner/printer.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
linux mint 20.3 / 5.4.0 kernel
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: Help Brother MFC-495CW

Post by jimallyn »

Have you tried Pjotr's instructions on his Easy Linux Tips Project website? They have worked well for a lot of other people.

https://sites.google.com/site/easylinuxtipsproject/15
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
User avatar
coffee412
Level 8
Level 8
Posts: 2258
Joined: Mon Nov 12, 2012 7:38 pm
Location: I dont know
Contact:

Re: Help Brother MFC-495CW

Post by coffee412 »

bluesky509 wrote:This is my second all-in-one printer that I only use for scanning. I had it working with Linux Mint a while ago but I do not remember what steps I took to get it to scan. It's connected with WiFi.

I tried installing all the files from the Brother website (http://support.brother.com/g/b/download ... &type3=566).

Other things I tried...
1. su
2. gunzip linux-brprinter-installer-2.1.1-1.gz
3. bash linux-brprinter-installer-2.1.1-1
...
NAME: MFC-495CW

Also tried...
brsaneconfig3 -a name=BROTHER model=MFC-495CW ip=192.168.1.115

Device URI is currently: dnssd://Brother%20MFC-495CW._pdl-datastream._tcp.local/

Simple scan and xsane does not find the scanner/printer.
Hello, Running a MFC-9125CN here ;)

Try running the 'scan for printers' by this command:
(Replace the 4 with whatever your using)

Code: Select all

brsaneconfig4 -q
It should list all supported printers and then at the bottom it should list your printer. Can you post the output.
Ryzen x1800 Asus Prime x370-Pro 32 gigs Ram RX480 graphics
Dell PE T610, Dell PE T710
- List your hardware Profile: inxi -Fxpmrz
MeshCentral * Virtualbox * Debian * InvoiceNinja * NextCloud * Linux since kernel 2.0.36
pdc_2
Level 10
Level 10
Posts: 3019
Joined: Mon May 11, 2009 1:21 am

Re: Help Brother MFC-495CW

Post by pdc_2 »

how is it all coming along out there bluesky?

a recent thread on the Ubuntu forum got a Brother scanner working https://ubuntuforums.org/showthread.php ... st13698826

there were 3 things needed doing ......... in the 3rd part, are some commands;

as your device is a brscan3, there is quite a list of commands to paste in, line by line, into a terminal

Code: Select all

sudo cp /usr/lib64/libbrscandec3.so.1.0.0 /usr/lib
sudo cp /usr/lib64/sane/libsane-brother3.so.1.0.7 /usr/lib/sane
sudo cp /usr/lib64/sane/libsane-brother3.so.1 /usr/lib/sane
sudo cp /usr/lib64/sane/libsane-brother3.so /usr/lib/sane
sudo cp /usr/lib64/libbrscandec3.so /usr/lib
sudo cp /usr/lib64/libbrscandec3.so.1 /usr/lib
bluesky509
Level 1
Level 1
Posts: 33
Joined: Fri Jun 05, 2015 11:32 am

Re: Help Brother MFC-495CW

Post by bluesky509 »

Thanks everyone for the help...

The scanner works now.
I followed the steps here: https://sites.google.com/site/easylinuxtipsproject/15

I think the important steps missing was at the bottom...

Code: Select all

10. Now you may have to solve a problem with the scanner. In 64-bit Linux Mint 18.x and Ubuntu 16.04.x the location for the supporting library files has changed, and the driver for the scanner feature doesn't always take that into account. The Brother driver puts them in /usr/lib64, whereas your operating system expects them in /usr/lib.

So for a 64-bit system, you now need to execute the following three commands in order to make your scanner work well (use copy/paste to transfer them one by one to the terminal, and press Enter after each command):

sudo ln -sf /usr/lib64/libbrscandec*.so* /usr/lib

sudo mkdir -p /usr/lib/sane

sudo ln -sf /usr/lib64/sane/libsane-brother*.so* /usr/lib/sane
After installing the driver install tool, doing the steps above and a reboot I was able to get it working on two computers with Linux MInt 18.x.
linux mint 20.3 / 5.4.0 kernel
theboxseat

Re: Help Brother MFC-495CW

Post by theboxseat »

Very simple if you go the Brother route...but the simple one: install the printer and scanner as network devices. Don't install as USB. Just make a note of your printer's IP address as this will be required:
Download the official shell install script from Brother:
http://support.brother.com/g/b/download ... &type3=625
Download and extract, make the shell script executable, change into download directory and
sudo ./linux-brprinter-installer-2.1.1-1
Enter printer model and IP address when requested.
Like you I have been using mine as a cheap scanner for years. No ink..So don't print test page LOL
This should take less than 5 minutes to do.
Good luck
johnlj

Re: Help Brother MFC-495CW

Post by johnlj »

bluesky509 wrote:Thanks everyone for the help...
The scanner works now.
I followed the steps here: https://sites.google.com/site/easylinuxtipsproject/15
...
Great thread! I can also confirm that both printing and scanning on my Brother DCP-J315W from Linux Mint 18.x (over the network) is now working. Cheers!
Locked

Return to “Printers & Scanners”