Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-18-2012, 08:38 AM
|
#1
|
|
Member
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 338
Rep:
|
Slackware, CUPS, and HP Printing
Well Slackware and Gentoo are the only two Linux distributions that HP has not made drivers available for my network printer.
http://hplipopensource.com/hplip-web...pro_l7600.html
Anyone have any ideas? I have to be able to use my printer.
|
|
|
|
05-18-2012, 08:45 AM
|
#2
|
|
Member
Registered: May 2007
Posts: 276
Rep:
|
Are you basing the level of support on what that webpage says, or have you actually tested it?
|
|
|
|
05-18-2012, 08:53 AM
|
#3
|
|
Member
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 338
Original Poster
Rep:
|
Quote:
Originally Posted by the3dfxdude
Are you basing the level of support on what that webpage says, or have you actually tested it?
|
I have tried setting it up as IPP, HTTP, and Samba in CUPS and none of those were able to print the test page.
If I open up HP Device Manager and use auto discover the printer is found, but just like the HP Support page indicates I can only read the printer status, I cannot print or scan or do anything with the printer.
I've got to get this resolved or I'm back in the distro search again.
Last edited by thund3rstruck; 05-18-2012 at 09:37 AM.
|
|
|
|
05-19-2012, 11:11 AM
|
#4
|
|
Member
Registered: Jul 2009
Distribution: Slackware
Posts: 91
Rep:
|
|
|
|
|
05-19-2012, 01:09 PM
|
#5
|
|
Member
Registered: Mar 2008
Location: Malta
Distribution: Slackware 14.0
Posts: 434
Rep:
|
Deleted.
|
|
|
|
05-19-2012, 04:12 PM
|
#6
|
|
Member
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 338
Original Poster
Rep:
|
Quote:
Originally Posted by sysfce2
|
I haven't tried that yet but I certainly will and I'll report back. Thanks!
|
|
|
|
05-20-2012, 03:42 PM
|
#7
|
|
Member
Registered: Dec 2011
Location: Greece
Distribution: Slackware
Posts: 239
Rep:
|
What if you configure your printer to use a static ip and then manually enter this IP in HP Device Manager when you add the printer? I have an Officejet Pro 8500 connected to my router's ethernet and if I don't do this, my printer doesn't show up at all in HP Device Manager.
|
|
|
1 members found this post helpful.
|
05-20-2012, 05:05 PM
|
#8
|
|
Member
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 338
Original Poster
Rep:
|
Quote:
Originally Posted by kabamaru
What if you configure your printer to use a static ip and then manually enter this IP in HP Device Manager when you add the printer? I have an Officejet Pro 8500 connected to my router's ethernet and if I don't do this, my printer doesn't show up at all in HP Device Manager.
|
I'll try this tomorrow at work! HP device manager recognizes the printer and I can look at all its stats but when I try to select the printer to continue the wizard, then the programs throws a connection error.
|
|
|
|
05-22-2012, 09:45 AM
|
#9
|
|
Member
Registered: May 2009
Distribution: Slackware64-14.0
Posts: 53
Rep:
|
Did you resolve this?
Sometimes hplip can be a touch temperamental, but I've always found it to work. I always set up a Photosmart all-in-one via wireless with it, and it always works.
It would be a good idea to set a static ip for the printer.
|
|
|
1 members found this post helpful.
|
05-23-2012, 08:35 AM
|
#10
|
|
Senior Member
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 2,423
|
I would do these things: if the printer is a network printer; i.e., it's connected via Ethernet, set a fixed IP address in your printer (say, 192.168.1.10 or something similar depending upon the IP address of your router or switch); get the current stable HPLIP software from HP (at http://prdownloads.sourceforge.net/h...-3.12.4.tar.gz). While you're about it, think up a name (short and sweet) for the printer and add an entry for it in /etc/hosts; something like
Code:
192.168.1.15 InkJet
On your Slackware DVD/CD-ROM, copy the source/ap/hplip directory somewhere (say, /usr/local/hplip), cd /usr/local/hplip and remove the hplip*.tar.gz file that's there (it's the older version). Copy the hplip-3.12.4.tar.gz file you downloaded in that directory. Then
Code:
su -
hplip.SlackBuild
<wait a while>
upgradepkg /tmp/hplip*.t?z
That gives you the current HPLIP to work with.
Log out and log back in as root and startx. Then
That'll do 'er -- be sure to use the fixed IP address and name you made up (those get recorded in CUPS by hp-setup). You can read through http://hplipopensource.com/hplip-web.../hp_setup.html (although some of it is not too relevant, it's a good guide).
Hope this helps some.
|
|
|
|
05-23-2012, 08:44 AM
|
#11
|
|
Member
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 338
Original Poster
Rep:
|
Quote:
Originally Posted by rinias
Did you resolve this?
Sometimes hplip can be a touch temperamental, but I've always found it to work. I always set up a Photosmart all-in-one via wireless with it, and it always works.
It would be a good idea to set a static ip for the printer.
|
You guys really are fantastic, has anyone told you that lately?
Big thanks to @rinias and @kabamaru. To my utter astonishment, setting the printer to a static IP address somehow magically fixed the connection error I was getting when I tried to print. Don't I feel stupid, I lost almost 2 full days trying to get this thing to print and all I needed was a static IP! Wow...
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:22 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|