Cannot connect Brother MFC-J480DW wireless on ubuntu MATE

Asked by Jack Botler

I ran the printer trouble shooter but still not printing. This is my first experience with Linux so I have a lot to learn. Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Did you grab the Linux print driver from the Brother website. They do make Linux drivers packaged in DEB format and RPM

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

If the install tool doesn't work then install the LPR printer driver then the CUPSwrapper printer driver
The device will then print

You will need to run:

uname -m

to see if you need 32bit or 64bit debs for the scanner.

i686 = 32bit
x86_64 = 64bit

Revision history for this message
Jack Botler (jacbutr) said :
#4

As I stated earlier, I'm new to this and right now I am totally overwhelmed and having a difficult time understanding this. Thanks for your patience

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Use the tool, the download page has exact instructions.

In the terminal you will need to run:

cd ~/Downloads

(Ubuntu downloads to that folder by default. Note the capital D as well. Linux is case sensitive).

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#6

You will need to run the installer with sudo, when you type your password we will not get any feedback but just type your password and hit ENTER

Revision history for this message
Jack Botler (jacbutr) said :
#7

Thanks actionparsnip, that solved my question.