Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 8th February 2013, 05:07 AM
MasterChief Offline
Registered User
 
Join Date: Feb 2013
Location: Somewhere Far Beyond
Posts: 10
linuxfirefox
Installing Printer?

I'm running Fedora 14 and I NEED to install a HP 8500 Officejet Pro All-in-One Wireless A909g printer. The only versions that Windows has is for Fedora 15, 16, & 17. There has to be a way to install this. I don't think I am doing the command-line prompt correctly. Can somebody help me???

Thanks,
Chief
Reply With Quote
  #2  
Old 8th February 2013, 09:54 AM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,018
linuxchrome
Re: Installing Printer?

I would try installing the hplip package (with yum install hplip) then running hp-setup. Assuming the printer already has an IP address, command line is probably quicker with

hp-setup -i <ip_address>
Reply With Quote
  #3  
Old 10th February 2013, 03:46 AM
MasterChief Offline
Registered User
 
Join Date: Feb 2013
Location: Somewhere Far Beyond
Posts: 10
linuxfirefox
Re: Installing Printer?

It has an IP address and the printer works on three other computer (MacBook, MacMini, & Windows XP). I tried reinstalling it today using the hplipopensource that HP's website recommended. I used F17 because the command-line prompt kept giving me an error and saying try using F17.

What do I do after it is done with the Dependencies and Conflict Resolution? Should it work like it does on my Mini? Or is there something else I have to do? When would I have to use your command line suggestion?

Thanks,
Chief
Reply With Quote
  #4  
Old 10th February 2013, 04:08 AM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,018
linuxchrome
Re: Installing Printer?

There should be an rpm for hplip. I would try using that if possible. I haven't installed it from source, using the hplip tarball in awhile. They did have a guide for Fedora, don't know if it's up to date.

Also, I would definitely recommend, if you were going to use their site's source, that you use the tarball rather than the wizard--the wizard was horribly done, it would tell you that you were missing a package, you would then have to start the whole thing again from the beginning and it would tell you that you were missing another package. I have an old page on using it with CentOS, though the packages needed might be different.

http://home.roadrunner.com/~computertaijutsu/hplip.html

Still, you should be able to avoid all that by running yum install hplip. Then, once it's installed, you can run the command I gave. You can also use the gui, but I've forgotten how to do that--I remember that at least at one point, it would fail to discover network printers and you'd have to enter it manually, but I have no idea if that's fixed or not.
Reply With Quote
  #5  
Old 10th February 2013, 04:41 AM
StephenH's Avatar
StephenH Offline
Registered User
 
Join Date: Jul 2004
Location: Wake Forest, NC
Age: 59
Posts: 1,186
linuxfirefox
Re: Installing Printer?

I used to have that model. I now have the OfficeJet Pro 8500A Plus A910. However, the installation should be easy. HP printers are one of the easiest to get to work.

Try installing hpijs and hplip.

Open a web browser and type: http://localhost:631

That will open the CUPS interface. From there, click on the Administration tab. Once that opens, click on the "Add Printer" button (You could also try the "Find new printers" button).

You should get a pop-up window which will ask you for a username and password. This is root and your root password. Once you do so, you should see a screen which will list Local Printers, Discovered Network Printers, and Other Network Printers.

My preferred way is to set the printer up ahead of time to use a static IP address (check the printer manual for that). That way, it will always have the same IP address even after everything is shut-down and restarted. If you have done this, then the next step is to look under the Other Network Printers section for AppSocket/HP JetDirect. Select that option and click Continue.

At the next screen, you will see a text box for "Connection:" in which you will enter the following (adjust to suit your network):

socket://192.168.X.xxx:631 (X and xxx being the appropriate numbers for your network if you are using a 192.168. address.)

Once you do that and continue, you will get to a page to add a name and description. Do so. It will then take you to a page where you select your make (HP). The next page will give you a list of models. Choose the appropriate hpcups or hpijs model (Edit: I prefer the hpcups driver. It seems to give a better-sized image on the page). On the next page, set your default options (or query printer for default options). Once you do so, you are done.

The next screen will give you maintenance and administration options. From there, you can print a test page or modify default settings as well as other options.

Now, whether you share the printer is up to you. I usually don't since i set up the individual computers to access the printer directly over the network. That way, I don't have to worry about whether the host computer is turned on or not (having encountered that situation many times at work).

Hopefully, this will get you on track. I'm not sure about the dependencies and conflicts resolution. I'm a bit confused. You said in the first post that you were using Fedora 14 and in your second that you used F17. If you are using Fedora 14, that is long ago superseded. F17 is okay. Once it is brought up to date, it is solid. F18 has its startup problems caused by the new installer, but once it is installed, it is just as solid (if not more so) than F17. However, the method I outlined to you above should work and get your printer installed and working.

Are you active duty or retired? I'm a retired 1SG (26 years).
__________________
StephenH

"We must understand the reality that just because our culture claims certain things are true it does not mean they are!" --M. Liederbach

http://pilgrim-wanderings.blogspot.com

Last edited by StephenH; 10th February 2013 at 04:49 AM. Reason: fix a typo; add info
Reply With Quote
  #6  
Old 10th February 2013, 06:21 AM
MasterChief Offline
Registered User
 
Join Date: Feb 2013
Location: Somewhere Far Beyond
Posts: 10
macosfirefox
Re: Installing Printer?

Thank you! I got it to work. I kept everything that was automatically set, but it doesn't matter as I'll only print text.

I'm using the Fedora 14 OS for a Linux+ certification college class, but I used the Fedora 17 drivers for the printer. It seems to work fine. :)

Thank you for all of your help, I really appreciate it!

Edit: the dependencies and conflict resolution, I think, came from the drives not being for that OS.
Reply With Quote
  #7  
Old 10th February 2013, 10:55 PM
StephenH's Avatar
StephenH Offline
Registered User
 
Join Date: Jul 2004
Location: Wake Forest, NC
Age: 59
Posts: 1,186
linuxfirefox
Re: Installing Printer?

Great! I'm glad you got it to work. You should find in the thread tools an option to mark your problem as solved. It is good to do so to let others know it is solved.
__________________
StephenH

"We must understand the reality that just because our culture claims certain things are true it does not mean they are!" --M. Liederbach

http://pilgrim-wanderings.blogspot.com
Reply With Quote
Reply

Tags
installing, printer

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
help installing a printer ShannonHope Using Fedora 18 7th June 2009 10:04 PM
installing a printer physwizz Installation and Live Media 6 2nd May 2009 09:04 AM
Installing a printer pedora Hardware & Laptops 5 31st July 2008 07:14 AM
help installing printer android6011 Hardware & Laptops 2 29th August 2007 06:12 AM
Installing printer? fvs Installation and Live Media 5 25th April 2006 05:30 PM


Current GMT-time: 05:59 (Tuesday, 18-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat