LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Issue installing printer MFC-L2700DW (https://www.linuxquestions.org/questions/debian-26/issue-installing-printer-mfc-l2700dw-4175634072/)

gerlinux 07-15-2018 05:30 AM

Issue installing printer MFC-L2700DW
 
I am having issues installing the printer MFC-L2700DW, also i would like to print double sided once the printer is installed.
thanks.

wpeckham 07-15-2018 06:23 AM

What part of installing the printer stopped you?

Your description is so general, I have to say that we may be unable to help if your problem is opening the box.

Let me assume that your problem has somehting to do with the printer drivers and CUPS.

Have you downloaded the latest LINUX drivers for this printer from support.brother.com?

What exactly have you done, and what has been the result?

gerlinux 07-15-2018 06:40 AM

Thanks for answering and sorry for not write into detail what is going on.
So, i have tried to install this driver from support.brother.com:

Brother MFC-L2700DW LPR driver
(Converted from a rpm package by alien version 8.64.)

and the answer i get is:

Error: Wrong Architecture 'i386'--Run dpkg --add-- architecture to add it and update afterwards.

Please, notice that I am a total newbie.

hazel 07-15-2018 07:51 AM

Practically all modern systems use 64-bit architecture (commonly referred to as x86_64 or amd64). However Brother drivers use 32-bit architecture (i386). Fortunately all 64-bit systems can read 32-bit programs if the necessary libraries are provided.

As a general principle, when an error message actually tells you to run a certain command, it is good practice to just run it, because it often solves the problem. Linux is helpful that way!

In this case, you were instructed to run "dpkg --add-architecture to tell the package manager to include i386 packages in future. Try running it and then installing the driver.

Brother also provide a very useful installation script, which automates the downloading and installation of the actual drivers. I used it on my 64-bit Debian system and it installed the required 32-bit libraries automatically.

gerlinux 07-15-2018 08:19 AM

this is what i got when i tried to run dpkg --add-architecture in the terminal:

Quote:

dpkg: error: --add-architecture take exactly a parameter

hydrurga 07-15-2018 08:30 AM

The command should be:

Code:

sudo dpkg --add-architecture i386

gerlinux 07-15-2018 09:08 AM

the package is installed but doesn't make any difference..I mean, the printer doesn't print the documents i send to it..

I guess we are progressing, step by step..

wpeckham 07-15-2018 12:17 PM

Brother also provides a DEB package that is far more native to your system. (You still require the 32-bit support libs) So Why did you convert the RPM package instead of using the deb package? (Just curious, I know of no reason the converted RPM should fail to work.)

Once the drivers are in and CUPS configured, there are several things that might need a restart. While it would be easy for me to jsut restart those, it might be easier for you to simply reboot. If you do, please test again. If it still fails, check your recent logs for CUPS errors and messages related to the issue.

gerlinux 07-16-2018 01:44 AM

Quote:

Why did you convert the RPM package instead of using the deb package?
I just did the advice which was given to me.
I can not find the deb package that you mentioned..

Quote:

Once the drivers are in and CUPS configured, there are several things that might need a restart. While it would be easy for me to jsut restart those, it might be easier for you to simply reboot. If you do, please test again. If it still fails, check your recent logs for CUPS errors and messages related to the issue.
I have reboot the system and still doesn't work.

Thanks for your help,

Sorry about my ignorance, I am a total newbie.

ferrari 07-16-2018 03:03 AM

Quote:

I can not find the deb package that you mentioned..
Start over, and download the required DEB packages...
http://support.brother.com/g/b/downl...700dw_us_eu_as
*Select Linux for 'OS Family', and Linux (deb) for 'OS Version'

You can install using the 'Driver Install Tool' or manually download/install the LPR driver package then the CUPS wrapper package. After that proceed to configuring CUPS for use with this printer.

Note: There is a scanner package available if desired as well.

gerlinux 07-16-2018 03:52 AM

Quote:

You can install using the 'Driver Install Tool'
I am trying to do that and this is what i get:
Quote:

mx@mx:~/Descargas$ gunzip linux-brprinter-installer-2.2.0-1.gz
gzip: linux-brprinter-installer-2.2.0-1.gz: No such file or directory
Quote:

or manually download/install the LPR driver package then the CUPS wrapper package. After that proceed to configuring CUPS for use with this printer.
No idea of how to do that, I am afraid..

ferrari 07-16-2018 03:57 AM

You need to make sure that you're in the same directory as where that .gz file was downloaded to.

If you refer to the web page you downloaded from it does give you the instructions...
Quote:

Step3. Go to the directory you downloaded the file to in the last step. By using the cd command.

e.g. cd Downloads

ferrari 07-16-2018 04:04 AM

Check where your browser is downloading to. I know that on on firefox (my preferred browser) ~/Downloads is set by default, although it can be changed of course.

gerlinux 07-16-2018 04:47 AM

The package is installed now, but the printer doesn't recognize the order. (the printer works with other OS systems, ie: Mac.

Could u please explain to me how can I do that:
Quote:

After that proceed to configuring CUPS for use with this printer
I have reboot the system and still doesn't work.

Thanks a lot, Ferrari.
:)

ferrari 07-16-2018 05:06 AM

Let's see if CUPS is configured. Open a terminal and run these commands and report back with the output
Code:

lpstat -t
Code:

egrep -i "name|model|filter" /etc/cups/ppd/*


All times are GMT -5. The time now is 09:13 AM.