LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-28-2016, 02:29 PM   #1
psokolow
LQ Newbie
 
Registered: Jun 2016
Posts: 9

Rep: Reputation: Disabled
How to obtain and install a printer driver for a Brother HL-2240 in Ubuntu 16.04


How to obtain and install a printer driver for a Brother HL-2240 in Ubuntu 16.04. I downloaded an "installer" from the Brother website, but there are no instructions on how to actually run it in Ubuntu.
 
Old 06-28-2016, 02:40 PM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
You need the deb package.

apt-get install <driver-package>.
 
Old 06-28-2016, 03:11 PM   #3
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
Quote:
Originally Posted by psokolow View Post
How to obtain and install a printer driver for a Brother HL-2240 in Ubuntu 16.04. I downloaded an "installer" from the Brother website, but there are no instructions on how to actually run it in Ubuntu.
Just curious here, have you tried going through settings and add printer? I am not sure it would work but if it is a supported printer it would take care of it for you.
 
Old 06-28-2016, 04:01 PM   #4
psokolow
LQ Newbie
 
Registered: Jun 2016
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Keruskerfuerst View Post
You need the deb package.

apt-get install <driver-package>.
Thanks, I think.
I'll try the sudo apt-get on the downloaded file and see how that works out. Either way, I'll get back to you.
 
Old 06-28-2016, 04:09 PM   #5
psokolow
LQ Newbie
 
Registered: Jun 2016
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jkirchner View Post
Just curious here, have you tried going through settings and add printer? I am not sure it would work but if it is a supported printer it would take care of it for you.
Hi, thanks for your post.
Yes, Ubuntu shows the driver for the printer on the install list. After installing the driver, however, it does not print.
The print command results in entering the doc in the printer's list of printed docs, but there is no printer output. The printer prints a test page, so it works, just not with Ubuntu. The printer is on the list, correctly named, and is the default.
What I'm trying to do is download another driver to replace the "default" in Ubuntu 16.04 to see if that brings any joy.
I'd be grateful for any guidance you'd care to offer,
peter
 
Old 06-28-2016, 06:23 PM   #6
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Do you have a 64-bit OS install? If so, have you fulfilled this? From http://support.brother.com/g/s/id/linux/en/before.html
Quote:
Pre-required Procedure (5)
Related distributions
Debian 64 bit version, Ubuntu 64 bit version
Related products/drivers
printer/PC-FAX drivers
Requirement
ia32-libs or lib32stdc++ is required to be installed.
For instructions, see http://support.brother.com/g/s/id/linux/en/index.html
 
Old 06-29-2016, 09:27 AM   #7
psokolow
LQ Newbie
 
Registered: Jun 2016
Posts: 9

Original Poster
Rep: Reputation: Disabled
Ubuntu 16.04 - 32bit

Quote:
Originally Posted by allend View Post
Do you have a 64-bit OS install? If so, have you fulfilled this? From http://support.brother.com/g/s/id/linux/en/before.html

For instructions, see http://support.brother.com/g/s/id/linux/en/index.html
Hi jkirchner,
Thanks for your reply. The computer in question has a 32bit processor, so the Ubuntu version installed identifies as 32 bit. I'm going to follow your advice and go to the Brother driver download website and see what can be done to try to download and install appropriate software.
Thanks again. As this post shows, I'm a newbie to Linux, since my twenty years of messing with this machinery have been devoted to Wintel devices. The Ubuntu installation with which we're dealing I installed for a friend who had a WinXP OS that was crashed by a scammer. The Ubuntu-Linux process is a learning experience for me, and I'm very grateful for this forum, since you Linux devotees seem to be a friendly and helpful bunch!
peter
 
Old 06-29-2016, 09:31 AM   #8
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
I don't know for HL-2240 but for HL-2070N, I had better success with footmatic driver than with the Brother driver, I run 64bits system though
 
Old 06-29-2016, 10:47 AM   #9
psokolow
LQ Newbie
 
Registered: Jun 2016
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by keefaz View Post
I don't know for HL-2240 but for HL-2070N, I had better success with footmatic driver than with the Brother driver, I run 64bits system though
Thanks for the heads-up about foomatic. If the Brother driver provides no joy, I'll try foomatic. The project will have to wait a day or two, since I don't have access to the computer until then.
I'll get back to you with the outcome when I give it a try.
pete
 
Old 06-29-2016, 10:56 AM   #10
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
psokolow,

This step-by-step guide should help you:

http://www.howtogeek.com/forum/topic...in-ubuntu-1204
 
Old 06-29-2016, 11:41 AM   #11
psokolow
LQ Newbie
 
Registered: Jun 2016
Posts: 9

Original Poster
Rep: Reputation: Disabled
great link!

Quote:
Originally Posted by beachboy2 View Post
psokolow,

This step-by-step guide should help you:

http://www.howtogeek.com/forum/topic...in-ubuntu-1204
Thank you, beachboy2!
I'm a faithful reader of HTG, but did not find this instructional article. It's really excellent, and answers all of my questions. As I previously posted, I'll have to wait a day or two to follow the directions and see if they solve the printing problem, but with all the great guidance from you all I don't see how even a newbie can go wrong.
pete
 
Old 06-29-2016, 03:02 PM   #12
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
As far as I know the 2070N uses PCL6, IBM Proprinter and Epson FX printing emulations which are old and what used to be a "standard" for many printers. I also use it instead of the Brother drivers. However, the HL-2240 uses GDI which means it is all handled by the OS now and so I think the OP has to use the Brother software.
 
Old 06-29-2016, 03:40 PM   #13
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Quote:
Originally Posted by michaelk View Post
As far as I know the 2070N uses PCL6, IBM Proprinter and Epson FX printing emulations which are old and what used to be a "standard" for many printers. I also use it instead of the Brother drivers. However, the HL-2240 uses GDI which means it is all handled by the OS now and so I think the OP has to use the Brother software.
Yes, I see that
http://support.brother.com/g/b/faqen...aq00000180_005

But on openprinting.org, some users report it working with PCL driver...
http://www.openprinting.org/printer/...rother-HL-2240

Bah whatever, I hope Brother driver will work (don't know why it wouldn't on a compatible Ubuntu 32 bits system)
 
Old 06-30-2016, 10:04 PM   #14
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by psokolow View Post
How to obtain and install a printer driver for a Brother HL-2240 in Ubuntu 16.04. I downloaded an "installer" from the Brother website, but there are no instructions on how to actually run it in Ubuntu.
Welcome to the forum, pete.
Try installing your drivers using the instructions here.
https://sites.google.com/site/easylinuxtipsproject/15
I have a brother printer and have used this method many times.
Take particular attention to this part of the instruction.
" Note: don't use the installation how-to on the Brother website, but use the installation how-to on my website instead (see below)!

Last edited by offgridguy; 06-30-2016 at 10:07 PM.
 
1 members found this post helpful.
Old 07-01-2016, 07:12 AM   #15
psokolow
LQ Newbie
 
Registered: Jun 2016
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by offgridguy View Post
Welcome to the forum, pete.
Try installing your drivers using the instructions here.
https://sites.google.com/site/easylinuxtipsproject/15
I have a brother printer and have used this method many times.
Take particular attention to this part of the instruction.
" Note: don't use the installation how-to on the Brother website, but use the installation how-to on my website instead (see below)!
Thank you!
The excellent information that was posted on this forum resulted in in successfully installing the HL-2240 Brother printer for my neighbor. As a newbie to Linux/Ubuntu the support offered here is going to make using Ubuntu instead of replacing the many Windows XP's that are currently in operation in my retirement community with another Windows install possible. Most of the residents here use PCs for very limited purposes (email, photos and Skype with grandchildren, occasional forays to Amazon) and I've found that they readily adapt to the Ubuntu GUI. As an octogenarian myself, I really enjoy the little challenges that a change of scene offers.
Thanks, "offgridguy" and the rest of the folks who gave me great guidance solving this problem!
pete
 
  


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
[SOLVED] Brother printer HL-2270DW driver - Brother solutions offer four - which one? juneymoon Linux - Software 9 06-15-2013 04:52 PM
Brother HL- 2240 works on Dell Vostro not on HP mini 1000 Bob Appleby Linux - Hardware 10 04-22-2011 01:49 PM
[SOLVED] ubuntu 9.04 64bit and brother dcp-7030 cannot install driver Thane Linux - Hardware 7 04-18-2010 09:24 AM
Eeepc 4G- Xandros how to install print driver for Network printer Brother MFC 420 CN hdenie Linux - Laptop and Netbook 7 02-09-2010 05:45 PM
Brother mfc-420cn (USB printer) driver install on FC-5_32 a nogo. funkymonkeypie Fedora 4 05-30-2006 11:12 AM

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

All times are GMT -5. The time now is 12:31 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