Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
01-11-2011, 02:22 PM
|
#1
|
|
LQ Newbie
Registered: Sep 2010
Posts: 18
Rep:
|
Printer pains
I cannot find a driver for the Brother MFC-490CW printer anywhere. I tried using the CD that came with the printer itself but that doesn´t have any PPD files on there... Apparently they deemed it unthinkable that a Linux user might want to use their equipment.
Can anyone help me?
Thanks a bunch,
Verori
|
|
|
|
01-11-2011, 02:56 PM
|
#4
|
|
LQ Newbie
Registered: Sep 2009
Posts: 4
Rep:
|
assuming you are using Ubuntu? I have had some of the same problems with Brother drivers...
|
|
|
|
01-11-2011, 03:08 PM
|
#5
|
|
LQ Newbie
Registered: Sep 2010
Posts: 18
Original Poster
Rep:
|
Yes, I´m using Ubuntu, and as much as I appreciate the amazing responses, you are definitely assuming I know waaay more than I do :S
After unsuccessfully trying to make sense of the information available from the links in the crts´ response (how the, I opened the links in deeh514´s and both said the same thing: wrong architecture ´i386´.
Am completely at a loss...
|
|
|
|
01-11-2011, 05:06 PM
|
#7
|
|
Senior Member
Registered: Jan 2010
Posts: 1,604
|
Quote:
Originally Posted by verori
Yes, I´m using Ubuntu, and as much as I appreciate the amazing responses, you are definitely assuming I know waaay more than I do :S
After unsuccessfully trying to make sense of the information available from the links in the crts´ response (how the, I opened the links in deeh514´s and both said the same thing: wrong architecture ´i386´.
Am completely at a loss...
|
Hi,
what exactly are you having trouble with? The first link leads you to the download location.
Download the lpr driver and cupswrapper driver (first column). You will need the deb format, see the second column for that.
Installation instructions are here:
http://welcome.solutions.brother.com...ion_prn1a.html
The prerequisites might be outdated. So start at step 4. If you get an error then post the exact command that you issued and the exact error message. We will walk you through then.
You will probably have to install the package (synaptic)
ia32-libs
But try without it first.
|
|
|
|
01-12-2011, 08:58 AM
|
#8
|
|
LQ Newbie
Registered: Jan 2011
Posts: 10
Rep:
|
hmm...unless, he's using a 64bit version and forgot to mention it =/
|
|
|
|
01-12-2011, 02:42 PM
|
#9
|
|
LQ Newbie
Registered: Sep 2010
Posts: 18
Original Poster
Rep:
|
I AM using a 64BIT version!!!
|
|
|
|
01-12-2011, 02:55 PM
|
#10
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,856
|
Hi verori,
as far as I remember, you can download the cupswrapperdriver here: http://welcome.solutions.brother.com...nload_prn.html
It is afaik independent of 32 or 64 bit since it is only a script which generates a ppd-file for your printer (which is a script as well).
Download the rpm file, there is an rpm2tgz or an rpm2cpio tool in order to unpack rpm. Then execute the script which creates the ppd-file in the /usr/share/cups/models directory.
Afterwards you can configure cups with this ppd file.
It is described in the thread with the link in my post #6 above.
Good luck
Markus
|
|
|
|
01-12-2011, 02:55 PM
|
#11
|
|
LQ Newbie
Registered: Sep 2010
Posts: 18
Original Poster
Rep:
|
Ok so I'm actually trying this out now, following the instructions on the Brother website (as recommended). I have a question regarding Step 4:
4-2. Open the terminal and go to the directory where the drivers are.
By "going to the directory" I assume they mean using the terminal... how do I do that?
P.S.: I really appreciate your patience guys
|
|
|
|
01-12-2011, 03:00 PM
|
#12
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,856
|
mh, open a terminal and change the directory with the cd command. For example changes into the /usr/share/cups directory.
Markus
|
|
|
|
01-12-2011, 03:02 PM
|
#13
|
|
LQ Newbie
Registered: Sep 2010
Posts: 18
Original Poster
Rep:
|
So I should use the rpm file as opposed to the deb file (as suggested in post#7)? What is the difference?
|
|
|
|
01-12-2011, 03:08 PM
|
#14
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,856
|
You can install the deb-file with your package manager, but I don't know where you will end up then. What I mean is, if you unpack the package manually, you'll find the wrapperdriver in your current working-directory and can execute the script. If you install the deb-package, you'll have to find out where the wrapperdriver has been installed.....
But probably it will work also as described on the brother-site
You may try the deb-package first, if you don't get it working, try the rpm-package as I described above.
Markus
|
|
|
|
01-12-2011, 03:10 PM
|
#15
|
|
Senior Member
Registered: Jan 2010
Posts: 1,604
|
Quote:
Originally Posted by verori
So I should use the rpm file as opposed to the deb file (as suggested in post#7)? What is the difference?
|
Why would you want to do that?? I see the Ubuntu icon on the left side of you posts. So I guess you want to install the drivers on Ubuntu, too. Ubuntu is a debian based distribution. Hence you will need the "deb" format. There are no 64bit drivers. So to install the 32bit drivers you will have to use the "force-all" switch as in the instructions.
And you *might* have to install "ia32-libs". I am not sure if they are preinstalled by default on your Ubuntu. As I already said, follow the instructions and paste any error message you get. When I installed my brother drivers there were some issues with missing directories.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:26 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|