Ubuntu 10.04 is not working with my Brother DCP-7030

Asked by Ramneek

My Ubuntu 10.04 system is not working with my new Brother DCP-7030.
Tried all the normal things without any luck.
Help Needed please.
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

Brother make Linux drivers dude:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html

Did you not try this?

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

Ok this is even better:

cd ~; wget http://www.brother.com/pub/bsc/linux/dlf/brdcp7030lpr-2.0.2-1.i386.deb; wget http://www.brother.com/pub/bsc/linux/dlf/cupswrapperDCP7030-2.0.2-1.i386.deb; sudo dpkg -i ./brdcp7030lpr-2.0.2-1.i386.deb; sudo dpkg -i ./cupswrapperDCP7030-2.0.2-1.i386.deb

It assumes your OS is 32bit, if its 64bit then run:

sudo apt-get install ia32-libs; cd ~; wget http://www.brother.com/pub/bsc/linux/dlf/brdcp7030lpr-2.0.2-1.i386.deb; wget http://www.brother.com/pub/bsc/linux/dlf/cupswrapperDCP7030-2.0.2-1.i386.deb; sudo dpkg --force-all -i ./brdcp7030lpr-2.0.2-1.i386.deb; sudo dpkg --force-all -i ./cupswrapperDCP7030-2.0.2-1.i386.deb

Revision history for this message
Ramneek (ramneekbhasin) said :
#4

Thanks actionparsnip, that solved my question.

Revision history for this message
Ramneek (ramneekbhasin) said :
#5

Cheers mate. You're a star. Thanks

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

Was it the 64bit version? Were there any hitches if so?