LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-28-2012, 04:17 AM   #1
stegmann
LQ Newbie
 
Registered: Mar 2012
Posts: 3

Rep: Reputation: Disabled
Question Help on installing a HP LaserJet 1018 in Linux Mint9 Long term release


When I plug my printer in I get a small window in the top right hand corner of the screen stating: "HP Laser Jet 1018 requires a proprietary plug in, downloading and installing ..." but nothing happens afterwards.
I have run hp-setup but get an error message: HP Linux Imaging and Printing System (ver. 3.10.2)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

warning: Qt/PyQt 4 initialization failed.
error: hp-setup requires GUI support (try running with --qt3). Also, try using interactive (-i) mode

After which I ran hp-check which then did a whole lot of downloads and updates but the printer still doesn't work.

Please advise ...
 
Old 03-28-2012, 06:45 AM   #2
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
You may want to upgrade HPLIP to 3.12.2 (the current version) at http://hplipopensource.com/hplip-web/index.html.

You need to execute hp-setup in a terminal window with X running (and, of course, you need to have Qt and Python libraries installed on your system, check and make sure that they are).

Hope this helps some.
 
Old 03-28-2012, 06:57 AM   #3
stegmann
LQ Newbie
 
Registered: Mar 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
Thanks ...

Thanks Tronayne, will try ...can I not perhaps do it via the terminal directly like I upgraded Thunderbird?
I used the sudo apt add; get and install commands.
 
Old 03-28-2012, 06:59 AM   #4
stegmann
LQ Newbie
 
Registered: Mar 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
Download

I have also downloaded the ollowing file: hplip-3.12.2.run but do not know how to run the shell script file?
Sorry man, still learning but rather this than being a Microsoft slave for the rest of my life!
 
Old 03-28-2012, 08:10 AM   #5
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
I'm not an Ubuntu user, so I don't really know how you would upgrade your software on that platform -- this is where "upgrade" replaces your existing out-of-date software installation.

The software you did download, a "dot-run" file, can be executed with
Code:
su -  or  sudo
<enter root password if prompted>
sh ./hplip-3.12.2.run
which may -- may! -- upgrade (actually, I suspect that it will, but I don't know diddly about the strange and wondrous workings of Ubuntu).

[EDIT]
... and, I know even less about Mint (looking at the Ubuntu logo on your posts, eh?). Suspect, though, that you can do the above.
[/EDIT]

Generally, HP provides full support for every product they make in Linux so doing the above ought to (but may not!) get you where you want to go. You might want to check with folks that are familiar with Ubuntu before you do, but, on the other hand, what the heck. Up to you. I would also think that the current version would be available at Ubuntu's upgrade site (Yum or something like that? Dunno).

When you do get 3.12.2 installed (or upgraded), you can run hp-setup as "you" (you will be prompted to enter the root password as you go) and hp-setup will make all the connections you need in CUPS for you.

Hope this helps some.

Last edited by tronayne; 03-28-2012 at 08:50 AM.
 
Old 03-30-2012, 08:23 AM   #6
jhunt29
LQ Newbie
 
Registered: Mar 2012
Posts: 3

Rep: Reputation: Disabled
Ubuntu is v. close to Debian, so I am guessing that the same problems currently apply. The distro includes hplip, and hplip-gui ( install from synaptic or apt-get) BUT: depending on how new your printer is, they may be out of date. (This is an inevitably common problem, since printer models change every 6 months) In which case, you may need to download hplip directly from hplipopensource.com and install it.
Do not download and install unless you truly need to. As a possible alternative, try to install your printer through CUPS using the PPD file from an older, related printer model. [If you do not understand CUPS, spend your time there. It will have better yield in the long term, and actually you want both working in tandem for a happy networked printing environment]
Building hplip from source unleashes a world of pain. The install has a number of dependencies, most of which can be satisfied from the repositories, but are not necessarily intuitive (The hplip install prompts for dependency installs, but the repository packages have slightly different names. I ended up installing a lot of development packages, some of which I did not need)

At the end of this:It still did not work! This is the well known ( but poorly documented) "foomatic-rip-hplip" gotcha. "Foomatic-rip-hplip not installed". For reasons that escape me, foomatic-rip-hplip does not seem to exist. But "foomatic-rip" does. and works. There are two ways to bypass this. Ubunutu engineers built hplip for the ubuntu ( and debian) distros, with the foomatic-rip-hplip dependency changed to foomatic-rip. This is why their distro works. But now you have escaped that cage, and you are on you own.

Alternately (and less elegantly):
cd /usr/lib/cups/filter
ln -s foomatic-rip foomatic-rip-hplip

Also note that in mixing the repository ( pre built ) and source versions, the system got confused. If your are going to take the plunge and build, first fully uninstall the repository packages (uninstall hplip and hplip-gui via synaptic or apt-get) then build ("sh ./hplip-3.12.2.run " and wait for complaints) They can be easily reinstalled if needed.

This works in the current debian distro (squeeze: 6.04) anyway.
 
  


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
Newbie: Installing from repository vs compile for the long term support rfreiberger Linux - Newbie 9 06-09-2010 12:16 PM
[SOLVED] Configuring HP LaserJet 1018 printer in slc 4 biplabbijay Linux - Newbie 10 04-12-2010 06:40 AM
Problem with hp laserjet 1018 Kahlar Linux - Hardware 0 05-23-2009 11:43 AM
HP Laserjet 1018 and Suse 11 olva SUSE / openSUSE 1 09-10-2008 09:59 AM
install HP laserjet 1018 with ubuntu itbod Linux - Hardware 7 04-11-2008 10:28 AM

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

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