LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 03-14-2018, 08:53 AM   #1
larrymeditates
LQ Newbie
 
Registered: Oct 2014
Posts: 29

Rep: Reputation: Disabled
Brother HL-2230 Driver that comes with Ubuntu Doesn't Work


I just replaced my hard drive and installed Ubuntu 14.04 LTS and the driver for my printer that Ubuntu has for my printer, Brother HL-2230 doesn't work. I contacted Brother and they suggested downloading their install tool which I did but when I entered the following command: sudo gunzip linux-brprinter-installer-2.1.1-1 .gz I get the message: "no such file or directory" I can see the file in my downloads file so I'm assuming I'm doing something wrong here. Please help!
 
Old 03-14-2018, 10:49 AM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
larrymeditates,

That driver does work. These instructions should do the trick:

You only need to obtain the Driver Install Tool 2.2.0-1 (this tool will install LPR, CUPSwrapper driver and scanner driver (for scanner models):

http://support.brother.com/g/b/downl...2230_us&os=128

Click on Driver Install Tool and then click on Agree to the EULA and Download.

Step 1. Download the tool (linux-brprinter-installer-2.2.0-1.gz).

The tool will be downloaded into the default "Downloads" (OR “Desktop”) directory.

(The directory location varies depending on your Linux distribution and web browser setting.)

e.g. /home/username/Downloads

Step 2. Open a terminal window and go to the directory (Desktop or Downloads) you downloaded the file to in the last step.

Code:
cd Downloads
Step 3. Enter this command to extract the downloaded file:

Code:
 gunzip linux-brprinter-installer-2.2.0-1.gz
Step 4. Get superuser authorization with the "su" command or "sudo su" command.

Code:
sudo su
Step 5. Run the tool:

Code:
 bash linux-brprinter-installer-2.2.0-1 HL-2230
Step 6. 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.

The install process may take some time. Please wait until it is complete.

Last edited by beachboy2; 03-14-2018 at 02:30 PM.
 
1 members found this post helpful.
Old 03-14-2018, 10:57 AM   #3
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,572
Blog Entries: 19

Rep: Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451
I assume the file is in $HOME/Downloads. That's where most desktops would put it. You shouldn't need sudo to unzip that because it's your file. But the gunzip command must be given in the same directory or else you must pass it a pathname and not just a local filename. So you could type "gunzip Downloads/linux-brprinter-installer-2.1.1-1.gz" from your home directory (which is what I would recommend) or "gunzip linux-brprinter-installer-2.1.1-1.gz" from inside Downloads.

Once you have it unpacked, you will need sudo to run the script.

I used the same script (maybe not the same version) in Debian and it worked for me.

Last edited by hazel; 03-14-2018 at 11:38 AM.
 
Old 03-14-2018, 02:41 PM   #4
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Rep: Reputation: 88
I also have a brother printer; after downloading the Driver Install Tool, I 'su', create a folder within in opt '/opt/brother' then I move the file there, unzip it and run the install tool as 'su'.
Thus, I keep things organized in my system.
 
Old 03-14-2018, 02:52 PM   #5
ChuangTzu
Senior Member
 
Registered: May 2015
Location: Where ever needed
Distribution: Slackware/Salix while testing others
Posts: 1,718

Rep: Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857
Quote:
Originally Posted by larrymeditates View Post
I just replaced my hard drive and installed Ubuntu 14.04 LTS and the driver for my printer that Ubuntu has for my printer, Brother HL-2230 doesn't work. I contacted Brother and they suggested downloading their install tool which I did but when I entered the following command: sudo gunzip linux-brprinter-installer-2.1.1-1 .gz I get the message: "no such file or directory" I can see the file in my downloads file so I'm assuming I'm doing something wrong here. Please help!
Did you try other drivers via cups? I also have a Brother printer HL-2270DW and I use the driver for HL-2140 pxlmono, since it works best for this printer IMO.
 
Old 03-14-2018, 09:42 PM   #6
larrymeditates
LQ Newbie
 
Registered: Oct 2014
Posts: 29

Original Poster
Rep: Reputation: Disabled
Thank you all for your responses. Thank you in particular to BeachBoy2! Your instructions were explicit, easy to follow, and solved the problem.
 
Old 03-15-2018, 02:41 AM   #7
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
larrymeditates,

Good to hear.

I am pleased you have solved your problem.
 
  


Reply



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
LXer: Installing MythTV and Brother HL-2230 Laser Printer on PCLOS 2016 LXer Syndicated Linux News 0 08-18-2016 06:22 PM
[SOLVED] Intel Wireless N 2230 Kill Switch does not work debwalker Linux - Hardware 4 05-12-2013 03:29 AM
BROTHER DCP7030 does not work with UBUNTU 11.04 vadsca Linux - Newbie 10 09-02-2012 10:35 AM
[SOLVED] Brother DCP-J125 does not work with Ubuntu 11.4 techniphobe Linux - Newbie 7 08-28-2012 06:06 AM
Need help getting Brother HL-2270DW printer to work with Ubuntu 10.04 walterbyrd Linux - Hardware 7 01-31-2011 08:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:55 PM.

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