unable to load printer driver for Brother mfc-j410w printer

Asked by Carol Garcia

do brother printers work with ubuntu? I am not able to get any of my brother printers to work, nor am I able to get the drivers for them. I just purchased a new brother mfc-j410w printer and am not able to get it to print. I have tried some of the other drivers but none work. How can I get the printer to work?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu cups Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
marcus aurelius (adbiz) said :
#1

driver for your printer can be obtain in the link below.

http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_scn.html#brscan3

follow the instructions there to install your driver.

Revision history for this message
Carol Garcia (ojobomomy) said :
#2

I'm not able to add lines to the file. It opens as a "read only" file. any suggestions?

--- On Sun, 11/7/10, marcus aurelius <email address hidden> wrote:

> From: marcus aurelius <email address hidden>
> Subject: Re: [Question #133082]: unable to load printer driver for Brother mfc-j410w printer
> To: <email address hidden>
> Date: Sunday, November 7, 2010, 7:57 PM
> Your question #133082 on Ubuntu
> changed:
> https://answers.launchpad.net/ubuntu/+question/133082
>
>     Status: Open => Answered
>
> marcus aurelius proposed the following answer:
> driver for your printer can be obtain in the link below.
>
> http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_scn.html#brscan3
>
> follow the instructions there to install your driver.
>
> --
> If this answers your question, please go to the following
> page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/133082/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go
> to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+question/133082
>
> You received this question notification because you are a
> direct
> subscriber of the question.
>

Revision history for this message
mycae (mycae) said :
#3

prefix each command with the word "sudo" so that you execute it as an adminstrator, not as a user.

Thus this becomes:

sudo aa-complain cupsd
sudo mkdir /usr/share/cups/model
sudo aptitude install sane-utils

sudo dpkg -i --force-all (scanner-drivername)
sudo dpkg -l | grep Brother

note that /usr/share/cups/model I believe is exactly that -- do not substitute the model name.

Revision history for this message
mycae (mycae) said :
#4

To edit the file try

gksudo gedit /usr/local/Brother/sane/Brsane3.ini

Revision history for this message
Carol Garcia (ojobomomy) said :
#5

I've tried all these things but I am not able to save anything. It tells me I do not have permission to overwrite a save only file

Revision history for this message
Carol Garcia (ojobomomy) said :
#6

I tried all these things but it tells me I do not have permission to change a read only file. It let me type it in but not save it.

--- On Mon, 11/8/10, mycae <email address hidden> wrote:

> From: mycae <email address hidden>
> Subject: Re: [Question #133082]: unable to load printer driver for Brother mfc-j410w printer
> To: <email address hidden>
> Date: Monday, November 8, 2010, 4:26 PM
> Your question #133082 on cups in
> ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/cups/+question/133082
>
> mycae posted a new comment:
> To edit the file try
>
> gksudo gedit /usr/local/Brother/sane/Brsane3.ini
>
> --
> You received this question notification because you are a
> direct
> subscriber of the question.
>

Revision history for this message
Carol Garcia (ojobomomy) said :
#7

how can I get past the read only part?

Revision history for this message
Kurofune (kurofuneparry) said :
#8

The advice to use sudo and gksudo is correct. Opening a terminal window (Cntrl + Alt + T) and using those commands will get you permission

Revision history for this message
Warren Hill (warren-hill) said :
#9

Open a terminal (CTRL+ALT+T) and Enter the following commands one at a time. Copy and paste to avoid typing errors

-------------------------------------------------------------------------------------------------------------------------------

cd ~; sudo mkdir /var/spool/lpd

wget http://www.brother.com/pub/bsc/linux/dlf/mfcj410wlpr-1.1.3-1.i386.deb

 sudo dpkg -i --force-all mfcj410wlpr-1.1.3-1.i386.deb

wget http://www.brother.com/pub/bsc/linux/dlf/mfcj410wcupswrapper-1.1.3-1.i386.deb

 sudo dpkg -i --force-all mfcj410wcupswrapper-1.1.3-1.i386.deb

rm mfcj410wlpr-1.1.3-1.i386.deb; rm mfcj410wcupswrapper-1.1.3-1.i386.deb

dpkg -l | grep Brother

-------------------------------------------------------------------------------------------------------------------------------------

Your drivers should now be installed Now we configure the printer

If you have not done so already plug in and switch on your printer and connect it how you intend to use it LAN cable or USB

in your favourite web browser go to "http://localhost:631/printers".

Bookmark this page you will want it again.

If you are connecting via LAN cable I recommend a fixed IP address (set on printer front panel)

     Click "Modify Printer" and set following parameters.

    - "LPD/LPR Host or Printer" or "AppSocket/HP JetDirect" for Device
    - lpd://(Your printer's IP address)/binary_p1 for Device URI
    - Brother for Make/Manufacturer Selection
    - Your printer's name for Model/Driver Selection

For for USB Connection) Check your printer on the cups web interface
        Check if the Device URI of your printer is "usb://Brother/(your printer's model name)"

From here you can print a test page if you want.

Finally test your printer go to any application and select print

Can you help with this problem?

Provide an answer of your own, or ask Carol Garcia for more information if necessary.

To post a message you must log in.