How to Install Brother Printers and Scanners

Problems and successes with specific brands/models of printers
Post Reply
Message
Author
User avatar
earl
Posts: 32
Joined: Fri 21 Mar 2008, 00:37
Location: Halifax, Vermont, USA

#121 Post by earl »

@ rcrsn51,

Okay, I may have gotten too cocky... I got the Printers HL-2170W and MFCJ4410DW to both work! As suggested, I made their IP's static!

Note PleasyPort LAN scanner does not always find their IP's...

Both printers are wireless and therefore so is the scanner. I have tried various combinations of - brsaneconfig4 -a name=Brother model=MFCJ4410DW 192.168.1.5 yields a Invalid IP_ address or NODENAME

I am lost as to where to go next - help???

ALSO how do you create a pet file for the various printers you have helps folk's with?

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#122 Post by rcrsn51 »

Code: Select all

brsaneconfig4 -a name=Brother model=MFC-J4410DW ip=192.168.1.5
Notice the hyphen in the name. Also the "ip="

I have some scripts for making the PETS. Basically, they do a debbi install, then collect all the installed files into a PET.
Note PleasyPort LAN scanner does not always find their IP's...
Try setting PeasyPort's network device speed setting to Slow. That might work better.

User avatar
earl
Posts: 32
Joined: Fri 21 Mar 2008, 00:37
Location: Halifax, Vermont, USA

#123 Post by earl »

@rcrsn51

Well, you have solved my senior moments yet one more time... No excuse for the "ip=" but the "-" in the model number would never have been caught by me!!!

Needless to say it now works. Xsane does not have a "wireless" tab (but you know that), however this does not seem to matter, all tabs work.

Peasyscan is very nice. You have a great help thread for this program,

Note: I lowered the network speed in Peasyport LAN scan and it has not missed a port since - my second laptop, or the two each ports for the printers. by the way what is 9100 for?

Again many thanks!

Earl

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#124 Post by rcrsn51 »

The 9100 is a port number. Most networked printers advertise their presence on the network using the HP Jet Direct protocol which works on port 9100.

Scan your HL-2170W for open ports. It may also show Port 139. If so, it also uses Windows NETBIOS file/print sharing.

User avatar
earl
Posts: 32
Joined: Fri 21 Mar 2008, 00:37
Location: Halifax, Vermont, USA

#125 Post by earl »

192.168.1.30 : 80
192.168.1.30 : 515
192.168.1.30 : 631
192.168.1.30 : 9100

All from HL-2170W

Still on my learning curve!

Now to get the bride away from the HP laptop with Windows 8...

Earl

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#126 Post by rcrsn51 »

earl wrote:192.168.1.30 : 80
192.168.1.30 : 515
192.168.1.30 : 631
192.168.1.30 : 9100

All from HL-2170W
No Port 139. My old HL-2070N shows Port 139, but maybe Brother decided that Windows emulation was a bad idea.

Port 80 is the admin server running on the printer, so you can access it through your web browser.

Ports 515 and 631 are more traditional printer ports. In Puppy, you could manually set up this printer in CUPS using either the lpd:// or ipp:// protocols instead of socket://, which is using Port 9100.

User avatar
perdido
Posts: 1528
Joined: Mon 09 Dec 2013, 16:29
Location: ¿Altair IV , Just north of Eeyore Junction.?

Brother MFC-J450DW

#127 Post by perdido »

Hello rcrsn51,

Thank You! I wish to report success on my install of model MFC-J450DW Brother Printer in Puppy Precise 5.7.1

I followed your install instructions from page 1 of this thread using the debbi PET. It complained like you said it would but everything works fine.
I tested the printer using a USB connection, then I uninstalled the printer in CUPS. Then connected the printer to my wireless router, went back to CUPS and added the wireless printer. Success!

Then I installed the scanner driver using debbi, it went well with no errors. I had one difference using hokal's instructions for setting up the wireless scanner. On mine the command started with brsaneconfig4, the other info from hokal was the same. Also if you just run brsaneconfig4 is shows the help screen.

So the MFC-J450DW command is >brsaneconfig4 -a name=Brother model=MFC-J450DW ip=192.168.x.x
-----------------------------------------------------------------------
hokal's original instructions are;
Remark for Brother Scanners in a Network:
execute a command like: >brsaneconfig2 -a name=scanner model=DCP-315CN ip=192.168.x.x
Start Sane, choose USB Port and Sane will find your network scanner!
----------------------------------------------------------------------

ToshibaSatellite
Posts: 1
Joined: Wed 25 Jun 2014, 00:44

How to Install Brother Printers and Scanners

#128 Post by ToshibaSatellite »

Thanks, rcrsn51 for the instructions! I am ecstatic that I could follow them and print a document even though I adopted my Puppy June 14 2014.

amj
Posts: 75
Joined: Fri 28 Jan 2011, 19:20

#129 Post by amj »

I have a small monochrome Brother HR-1110 printer that I would like to get working with Puppy precise 5.6.1.

The documentation that came with the printer instructs me to go to http://solutions.brother.com/ to find a Linux driver. When I type in that URL I get a 'page does not exist' message.

Does anyone know where I might find a suitable driver?

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#130 Post by rcrsn51 »

amj wrote:Does anyone know where I might find a suitable driver?
Have you read the first post in this thread?

amj
Posts: 75
Joined: Fri 28 Jan 2011, 19:20

#131 Post by amj »

rcrsn51 wrote:Have you read the first post in this thread?
I have it sorted now. Thanks.

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#132 Post by starhawk »

I have a brand new Brother MFC-J470DW. Everything's working, but I wanted to note that, for this printer, the stuff that is reported in the first post as being in /usr/local/Brother is actually in /opt/Brother. Took me a minute with pFind.

I don't know if that warrants an edit, but I thought I'd mention it nonetheless.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#133 Post by rcrsn51 »

Thanks. I have added that to the instructions.

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#134 Post by starhawk »

Glad to help :D

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#135 Post by starhawk »

Rebuilt my savefile due to suspected corruption (anything I added that did so much as touch on networking, forced a hard shutdown).

Now of course I can't print. Looks like CUPS is trying, but not getting there.

I'm using IP4CUPS, CUPS1.3.11, and Carolina Vanguard RC2 on the software end of things. Hardware wise, it's a Brother MFC-470DW printer, just like installed flawlessly last time.

Installed debbi.
Installed the two DEB files using debbi.(the one ending in 'lpr' first).
Installed IP4CUPS.
Deleted the printer as installed by the DEBs (it was pointing to lp0 which is clearly incorrect) and manually reinstalled according to IP4CUS directions.

Upon attempting to print a test page, CUPS reports that it's connected to the printer, and the printer's LCD lights up. Then the localhost:631 page refreshes and the job is gone as if it'd printed, which it hasn't.

I suspect that this may be a network thing... I'm connected wirelessly (wlan0) but arp-scan kept wanting to do stuff with eth0, which is unconnected to everything. I had to actually manually force it to wlan0 for arp-scan and the IP4CUPS script to work. I'll note that Frisbee is (supposedly) disabled and I'm connecting with SNS. (I positively cannot stand Frisbee... the UI is horrible.)

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#136 Post by rcrsn51 »

I cannot comment on the state of your network, but here is what I tested.

1. From my regular computer, I disconnected eth0.
2. I logged into my wireless router.
3.This got me an IP on my LAN, as usual.
4. I ran arp-scan --localnet
5. Even though I was now connected through wlan0 instead of eth0, it saw all the devices on the LAN, including a shared printer.

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#137 Post by starhawk »

Should I want to, what steps would I take to delete the printer and reinstall entirely, including removing/reinstalling the DEBs...?

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#138 Post by rcrsn51 »

You can delete the printer using CUPS. The two debs do not register in the PPM, so you would need to delete their files manually. But their content has ZERO side effects on a stable system.

IIRC, Carolina Vanguard has integrated Frisbee. If you are trying to disable it and use SNS instead, good luck to you.

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#139 Post by starhawk »

Reinstalled the printer and the DEBs. No luck.

Caro Vanguard comes with SNS, Dougal's Network Setup, and Frisbee. Frisbee is enabled by default. I can't stand the interface. I've been using SNS on this system, in a nearly identical install, for about a year now. It's been fine.

Further suggestions, before I go bald?

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#140 Post by rcrsn51 »

Before messing with IP4CUPS, set up the printer using the standard socket://aaa.bbb.cc.dd.

Post Reply