Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-13-2010, 05:21 PM
|
#1
|
Member
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223
Rep:
|
ubuntu 9.04 64bit and brother dcp-7030 cannot install driver
Purchased a brother dcp-7030 laser printer after reading very positive web review/forum comments stating drivers were available from brother site. Unable to install cupswrapper driver successfully. Created /usr/share/cups/model directory as directed (and also a /usr/share/cups/dcp-7030 directory in case I hadn't quite understood the instructions) and then installed cupswrapper brother progs via synaptic. Cannot find a 7030 driver to install. Tried installing the driver from the brother site, but after downloading the .deb version and trying to install it, I get a wrong architecture msg. Checked and I have the 32 bit dependencies installed, which the brother site states are required. At a loss at present. Thanks in advance.
|
|
|
04-14-2010, 10:58 AM
|
#2
|
Member
Registered: Apr 2006
Location: holland
Distribution: Gentoo / debian / suse / mint
Posts: 558
Rep:
|
What error are you getting about the architecture ?
I have a Brother DCP-540CN myself, and have had it working on both my gentoo and mint machines (both 64bit) for 2 years now, both printer and scan function as they should.
Have you used the "--force-architecture" in your dpkg -i cupswrapper.deb installation?
I don't know if you've used this how-to:
Code:
For dpkg users:
1. Install the standard c library for 32bit applications (e.g. lib32stdc++6(Debian) or ia32-libs(Ubuntu))
2. Create some folders if it is required
2-1. Create /usr/lib/cups/filter if it does not exist.
Command1: mkdir /usr/lib/cups
Command2: mkdir /usr/lib/cups/filter
2-2. Create /usr/share/cups/model if it does not exist
Command: mkdir /usr/share/cups/model
3. Install the drivers using "--force-architecture" or "--force-all"option.
4. Copy brlpdwrapperXXX files under /usr/lib/cups/filter/ to /usr/lib64/cups/filter/
Command: cp /usr/lib/cups/filter/brlpdwrapper* /usr/lib64/cups/filter
5. Copy libbrXXXX files under /usr/lib/ to /usr/lib32/ if /usr/lib32 exists.
Command : cp /usr/lib/libbr* /usr/lib32/
combined with this url it should work.
Let me know if it doesn't, and some errors perhaps copied from shell.
Good luck!
Last edited by puntjuh; 04-14-2010 at 10:58 AM.
Reason: forgot too mention something
|
|
|
04-14-2010, 07:28 PM
|
#3
|
Member
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223
Original Poster
Rep:
|
Thanks for reply! -- I'll try it out and follow up.
Just saw your post puntjuh. Thanks. I'm in a bit of a bind time-wise tonight and tomorrow. I'll definitely try your suggestions out on Saturday and reply with my experiences. Many thanks.
|
|
|
04-14-2010, 07:34 PM
|
#4
|
Member
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223
Original Poster
Rep:
|
quick followup
I have checked and I definitely do have the following directories - /usr/lib/cups/filter /usr/lib/cups /usr/lib/cups/filter /usr/share/cups/model . I'll try out the "force" options and reply to your post on Saturday. Thanks again.
|
|
|
04-17-2010, 03:12 PM
|
#5
|
Member
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223
Original Poster
Rep:
|
still hung up at the following point
sudo dpkg -i --force-all cupswrapperDCP7030-2.0.2-1.i386.deb
dpkg - warning, overriding problem because --force enabled:
package architecture (i386) does not match system (amd64)
(Reading database ... 147390 files and directories currently installed.)
Preparing to replace cupswrapperdcp7030 2.0.2-1 (using cupswrapperDCP7030-2.0.2-1.i386.deb) ...
* Restarting Common Unix Printing System: cupsd [ OK ]
Unpacking replacement cupswrapperdcp7030 ...
Setting up cupswrapperdcp7030 (2.0.2-1) ...
ERROR : Brother LPD filter is not installed.
cp: `/usr/lib/cups/filter/brlpdwrapperDCP7030' and `/usr/lib64/cups/filter/brlpdwrapperDCP7030' are the same file
chmod: cannot access `/usr/local/Brother/inf/brDCP7030rc': No such file or directory
chmod: cannot access `/usr/local/Brother/inf': No such file or directory
* Restarting Common Unix Printing System: cupsd [ OK ]
|
|
|
04-18-2010, 03:24 AM
|
#6
|
Member
Registered: Apr 2006
Location: holland
Distribution: Gentoo / debian / suse / mint
Posts: 558
Rep:
|
Did you install the LPR driver as well? prior to installing the cupswrapper driver?
If you haven't install the LPR installer from the Brother site, then reinstall your cupswrapper driver.
If you're uncertain check with "dpkg -l | grep Brother".
I will try following your steps on my sis's Ubuntu installed pc. And see if I experience the same issues.
|
|
1 members found this post helpful.
|
04-18-2010, 08:49 AM
|
#7
|
Member
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223
Original Poster
Rep:
|
Thanks puntjuh for your help! Just saw your last 2 posts. I had been working on the problem and solved it for myself. You were entirely correct in my not having first installed the LPR driver. Have been making up an installation procedure for myself in case I need to reinstall for some reason. Here it is. Thanks again!
Using the Brother website procedure from http://welcome.solutions.brother.com...ion_prn1a.html for 64 bit Ubuntu 9.04 v. 2.6.28-18 , in step #2 open For Debian/Ubuntu 64bit. The two requirements listed should already have been installed by Ubuntu - ia32-libs or lib32stdc++ ( lib32stdc++6 in my case). In step #3 open the DCP7030 option and download both the LPR driver and cupswrapper driver in .deb format to a convenient directory to install from. Continuing with the instl'n instructions in step #4 turn on the printer, then insert usb cable, but do not use the Ubuntu driver program gui, which will then start. It doesn't have an option for the DCP-7030 installation – at least not at the time of this writing. Close out the gui and start up Terminal. Change to the directory, where the two drivers were downloaded and install the LPR driver using sudo dpkg -i --force-all brdcp7030lpr-2.0.2-1.i386.deb . Next similarly install the cupswrapper driver. Use sudo dpkg -i --force-all cupswrapperDCP7030-2.0.2-1.i386.deb . I tried installing only the cupswrapper driver at first and it wouldn't work, I expect because I hadn't first installed the LPR driver. After installing the LPR and then the cupswrapper drivers, enter (sudo not needed) dpkg -l | grep Brother and a list of installed printer drivers should show up including the DCP-7030. There was a command on the Brother site, which instructed me to restart the printing services with /etc/init.d/lpr restart. But this was not possible (no lpr file). /etc/init.d/cups restart was possible, but the printer wouldn't print. Finally got it working by restarting computer and it now works like a dream.
|
|
1 members found this post helpful.
|
04-18-2010, 09:24 AM
|
#8
|
Member
Registered: Apr 2006
Location: holland
Distribution: Gentoo / debian / suse / mint
Posts: 558
Rep:
|
Good to hear that your printer is working now, quite convenient!
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 03:03 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
|
|