LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 02-23-2022, 05:07 AM   #1
RLCoop
LQ Newbie
 
Registered: Feb 2022
Posts: 4

Rep: Reputation: 0
How to re-install Brother DCP-J152W printer after purging printer driver


Using Ubuntu 20.04 LTS had multiple various printers coming up and none working regularly. Advised to purge all drivers: now what is safest way to reinstall on a network at home, on which my wife's computer is printing well on the network?
 
Old 02-23-2022, 05:48 AM   #2
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,102
Blog Entries: 20

Rep: Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700
Brother have a shell script for installing their printers on Linux. They assume you are using something in the Debian or Red Hat family; if you aren't, it's trickier. You will need to have a 32-bit libc but istr the script installs that if it isn't present.

https://support.brother.com/g/b/faqe...aq00100556_000
 
1 members found this post helpful.
Old 02-23-2022, 12:51 PM   #3
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS
Posts: 4,275
Blog Entries: 48

Rep: Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580
RLCoop,

Welcome to LQ forums.

Download driver from here:
https://support.brother.com/g/b/down...j152w_us_eu_as

Select
Linux and Linux (.deb)

c/o Driver Install Tool

c/o Agree to EULA and Download

Select Save File > OK

Open Terminal.

Go to the directory (probably Downloads) where you downloaded the file. Go to this directory using the cd command.

Code:
cd Downloads
(press Enter)

Enter this command to extract the downloaded file:

Code:
gunzip linux-brprinter-installer-2.2.3-1.gz
Get superuser authorization:

Code:
sudo su
(Enter)

Give password and press Enter.

Next give this command:

Code:
bash linux-brprinter-installer-2.2.3-1 DCP-J152W
The driver installation will start. Follow the installation screen directions.

When you see the message "Will you specify the DeviceURI ?"

For USB Users: Choose N (No)

For Network Users: Choose Y (Yes) and DeviceURI number.

The install process may take some time. Please wait until it is complete.
 
1 members found this post helpful.
Old 02-27-2022, 08:09 PM   #4
RLCoop
LQ Newbie
 
Registered: Feb 2022
Posts: 4

Original Poster
Rep: Reputation: 0
Thank you very much! One question is: what would be the URI number for the printer on this network? It is such a long time since I tried this that this part of the catechism has escaped me!
Cheers
 
Old 02-27-2022, 08:15 PM   #5
RLCoop
LQ Newbie
 
Registered: Feb 2022
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by hazel View Post
Brother have a shell script for installing their printers on Linux. They assume you are using something in the Debian or Red Hat family; if you aren't, it's trickier. You will need to have a 32-bit libc but istr the script installs that if it isn't present.

https://support.brother.com/g/b/faqe...aq00100556_000
Thank you very much: I shall give it a go.
Cheers
 
Old 02-28-2022, 03:20 AM   #6
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS
Posts: 4,275
Blog Entries: 48

Rep: Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580Reputation: 1580
RLCoop,

This link should help to find your URI:
https://askubuntu.com/questions/1191...rother-printer

Also from an earlier LQ thread:
https://www.linuxquestions.org/quest...er-4175698450/

You could install arp-scan:

Code:
sudo apt install arp-scan
Then run:

Code:
sudo arp-scan --interface=wlan0 --localnet

Last edited by beachboy2; 02-28-2022 at 04:21 AM.
 
1 members found this post helpful.
Old 03-01-2022, 09:12 PM   #7
RLCoop
LQ Newbie
 
Registered: Feb 2022
Posts: 4

Original Poster
Rep: Reputation: 0
Thumbs up Solved thank you very much

Many thanks for all answers: the printer has produced its test page!! Therefore please mark this as solved!
 
Old 03-02-2022, 05:50 AM   #8
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,102
Blog Entries: 20

Rep: Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700Reputation: 4700
Quote:
Originally Posted by RLCoop View Post
Many thanks for all answers: the printer has produced its test page!! Therefore please mark this as solved!
You have to do that yourself! Look at the top of the page under Thread Tools.
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Brother DCP-7055W printer doesn't work in Linux after installing dualboot Linux-Windo Beukel Linux - Newbie 4 01-30-2014 05:59 PM
Brother DCP 375CW printer install on Puppy dwarner30uk Linux - Newbie 1 04-24-2011 02:53 PM
[SOLVED] ubuntu 9.04 64bit and brother dcp-7030 cannot install driver Thane Linux - Hardware 7 04-18-2010 10:24 AM
brother dcp-1000 printer prkn8tr Linux - Hardware 6 08-14-2007 04:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration