Trouble printing with my HP Deskjet printer using CUPS and hplip

tl;dr This 1,646 word post describes my frustration with CUPS and hplip. I cannot get my HP Deskjet F4400 set up with CUPS, and all the solutions I've tried don't work.
I'm running Arch Linux ARM on my Seagate DockStar, a small ARM-based "plug computer" that I use as a home server. My printer is the HP Deskjet F4480, which is part of the HP Deskjet F4400 series.
I previously had CUPS set up to share my printer with my home network, using hplip for the printer driver. I never upgraded CUPS or hplip because those versions worked fine, and I didn't want to break anything avoid breaking anything. The versions that I was using had to have been at least one to two years old.
Everything was working very smoothly... until a few days ago. The drive I was running Arch Linux ARM on became corrupt, so I had to install a fresh copy of the operating system. That meant losing all of the working versions and configuration files each application I had installed, including CUPS. I thought I had a backup image of the drive, but it didn't work when I tried to restore it. (Yes, it was stupid of me not to test my backup.)
Setting up CUPS was one of the first things that I wanted to do after reinstalling, since my family depends on the network printing functionality almost daily. Unfortunately, I could not get CUPS to work with my printer correctly. It wouldn't be able to display a list of drivers, HP's setup utility encountered an error adding it, and it threw various errors when I tried to print test pages. I ended up reading hundreds of forum posts, wiki articles, and CUPS/hplip tutorials to try to figure out how to properly set it up. I ended up spending a total of nearly ten hours trying to get the printer to print with CUPS, and it's still not working after all that work.
I'm going to explain in this post some of the many things that I've tried so far. I just removed all of the printing packages from my system and any extra files that were left behind. I'm now going to be installing all of the packages again and documenting everything that I have been trying to do to get it to work. I'll try to include exact error messages and logs where necessary.
1. I first found this article on the Arch Linux ARM website on how to set up a CUPS printer. I didn't really want to use webmin, but I did it anyway so that I could follow the guide. I installed all the packages mentioned except for cups-pdf, since I didn't need print to PDF support. Everything installed smoothly, and I configured CUPS and webmin to allow access to other computers on the network. I started to notice problems in the instructions - /etc/rc.d/cups was actually /etc/rc.d/cupsd, /etc/printers.conf was actually /etc/cups/printers.conf, and webmin didn't actually add anything to the printers.conf file. I uninstalled webmin at this point because I didn't need it, and I decided I wasn't going to follow that guide with incorrect information.
2. I then tried to set up the printer on my own using the CUPS web interface listening on port 631. I clicked the Add Printer button and it switched me to the HTTPS web interface. I then logged into the root account and was presented with the list of printers. My printer was listed as "HP Deskjet F4400 series (HP Deskjet F4400 series)", so I selected it and continued. I saw a list of printer models (PPD files) ending in CUPS+Gutenprint v5.2.9. There was no entry for my printer, so I tried the "HP DeskJet Series (en)" one. I set the default options and chose Maintenaince->Print test page. I then got a ridiculously simple error: "Unable to print test page: No such file or directory". How do I even know what file or directory it's referencing? I read online that it may be because I'm not in the lp group, but root is indeed in there. I saw in the error log "Avahi client failed: -26". I started dbus and avahi-daemon just in case, but I still got that silly error. I restarted cups and the same error message occured.
3. I researched online that pretty much the only way for my printer to have a driver would be to install hplip. Before installing hplip, I uninstalled CUPS, leaving cupsd.conf but deleting printers.conf. Then I installed CUPS and hplip together, with hplip requiring foomatic-db, foomatic-db-engine, and foomatic-filters. Everything seemed to install correctly. I started CUPS again and then ran hp-setup -i to try to install my printer. I selected USB and it found my printer, hp:/usb/Deskjet_F4400_series?serial=[printer serial number here]. I entered a simple name and then was told that no PPD file was found for the printer but that I could specify one manually. There were none I could find online; everywhere it just said to install hplip. I used the find command to find "f4400" and finally found 2 compressed PPDs located at /usr/share/ppd/HP/hp-deskjet_f4400_series-hpijs.ppd.gz and /usr/share/ppd/HP/hp-deskjet_f4400_series.ppd.gz. I gunzipped both of them and pointed hpsetup to the hpijs one, knowing that I was using the hpijs one when it was working before. It told me "Description for the file: HP Deskjet f4400 Series hpijs, 3.12.6". Hooray! I selected to use it, but then setup failed: "error: Printer queue setup failed. Please restart CUPS and try again." Ugh!
4. I restarted CUPS and went into the hp-setup process again. It gave me the same printer queue setup failed error. I don't know if these entries in the CUPS error log are related or not, but these errors relating to foomatic showed up. I restarted CUPS again and this time used the non-hpijs file with hp-setup. This one was called "Description for the file: HP Deskjet f4400 Series, hpcups 3.12.6". It failed again with the same error and the same entries in the error log. I found lots of posts online about this error, but none seemed to have a solution that would work for me. Now I tried running hp-setup in debug mode with -g. Here is what it said before the error. I then tried to Google "debug: addPrinter() returned (0, Unable to connect to CUPS server)". I saw on an Arch bug report to install dbus-python and python2-gobject, as well as create a symlink for /usr/bin/python2 to /usr/bin/python. It didn't work - same error.
5. I then tried to add the printer to CUPS via its web interface. Now there were two listed,  HP Deskjet F4400 series (HP Deskjet F4400 series) and HP Deskjet F4400 series USB [printer serial number here] HPLIP (HP Deskjet F4400 series). So, hplip added the second one. I tried both of them, but after clicking Continue the page started to hang. I got another stupid, undescriptive error. "Unable to get list of printer drivers: Success". I saw the same foomatic errors in the error log as before. I then started reading the ArchWiki page on CUPS, located here. I tried the blacklisting usblp. I tried changing the permissions on the device node, although this starts to become ridiculous that it is even required to do that. Nothing was working; the printer installation still didn't work with hp-setup or with CUPS. Then, I found what I was looking for: the exact error I had on the wiki page! It said for "Unable to get list of printer drivers" you should "Try to remove Foomatic drivers." WTF? Foomatic is required for hplip, and hplip is required for my printer. I can't do that. Forum posts say to try that or do the permissions or usblp thing. Nothing is working.
6. I tried various other things to get it to work, even though I knew they probably wouldn't make it any different. I copied the PPDs from hplip to another folder and uninstalled hplip and foomatic. I then added them to /usr/share/cups/model and CUPS successfully found them and set up the printer. I reinstalled hplip and foomatic since they're needed for those PPDs to function, and I tried printing a test page. It failed. I tried using the CUPS web interface to modify the printer driver; nope, that wasn't going to happen: "Unable to get list of printer drivers: Success".
That concludes the list of some of the things that I have tried so far. I really want to get this printer working, but right now I am really fed up with CUPS and hplip. It's things like this that make me hesitant to recommend Linux to anyone else. So much manual configuration and tinkering the inner workings of things is required to do tasks that would be quite simple on Windows. For example, I can plug this printer into my Windows 7 machine right now, wait for the driver to automatically be installed and configured, and have a test page in my hands less than a minute after I first plugged in the USB cable. I can share the printer with any other Windows machine on the network by checking a single checkbox.
But back to my problem with getting the printer to work on my DockStar. I just uninstalled all of CUPS, hplip, and foomatic again and removed all of their files. I can walk through things to try that you guys post and then give you full logs of everything - just give me exactly what to do and install and the exact order to do it all in. I just don't know what to do at this point and am so frustrated with this that I'm about to give up.
Does anyone have any suggestions on how to get this printer working? I know this was a very long post, but I just wanted to explain everything that I've tried and how nothing worked. I really hope that we can figure this out so that I'll be able to print, and maybe it'll solve a few other people's problems with their printers, too. Thanks for reading, and thanks in advance for the help.

Had similar issue with my HP Deskjet F4500C All in one printer, here's what I did:
make sure these packages are installed or install them
pacman -S cups cups-pdf hplip pyqt3 python2-pyqt
pacman -S system-config-printer-gnome
rc.d cups start
To add device and install hp driver:
1. Run ‘hp-setup’ as root.
2. Click ‘Show Advanced Options’ button and check-enable ‘Manual Discovery’.
3. Enter IP address 192.168.59.63 in the ‘…device ID…’ entry and click ‘Next’ to install driver.
run system-config-printer as root, to add printer
# system-config-printer
click “Add”, Select Device -> Network Printer -> input the IP address of the printer such as “192.168.1.3″, click “Find” -> “Process”
you should be ok from here, if not some further steps:
If you encounter the following error:
File “/usr/share/system-config-printer/newprinter.py”, line 1531, in getNetworkPrinterMakeModel
debugprint (host + “: ” + args)
TypeError: cannot concatenate ‘str’ and ‘list’ objects
You should comment out the error line at 1531 of newprinter.py, and then continue to add the printer.
4). Finally, you can run hp-check to see what problems exists for the printer.

Similar Messages

  • Why cant i use air print with my hp deskjet 3050

    why cant i use air print with my hp deskjet 3050

    The HP Deskjet 3050A J611 is AirPrint compatible.
    If it is not working for you, try restarting your router as well as the printer. Power them down, wait a moment or two, then power them back up again. It should work.

  • I want to use my jetpack 890L as a wireless router to allow wireless printing with a canon laser printer. Is this possible, and does the jetpack support WPS?

    I want to use my jetpack 890L as a wireless router to enable wireless printing with a canon laser printer. Is this possible, and does the jetpack support WPS?

    I’ve used several wireless printers with a 4510 and 5510 Jetpack and they all print just fine. The MHS890L does not support WPS. The WPS Wikipedia article briefly addresses the reason why you should not use WPS.  If you’re having trouble setting up your printer the manufacturer has a toll free support line to help you. Your Jetpack has the Wi-Fi Password on the bottom, under the battery, and or in the LED display.

  • Printing problem on hp deskjet 5550 using series 7.1.0 Driver

    I have an HP5550 hooked up to a PC running Windows XP Professional, Service Pack 3.  I also run MS Office 2003 on the machine.
    For some reason I cannot print all documents out of MS Word any longer.  I looked as much as I could through the Internet and it seems that the culprit might be something in the Windows XP service packs.  The printer is being controlled by HP printer drriver 7.1.0.
    Does anybody have any suggestions?

    Hello @Tellen,
    Thank  you for visiting the HP Support Forums! I understand you are running into some print quality problems with your HP Deskjet 3050. I see when you attempt to print a letter you will only see the email address and its in blue ink.
    First I would like you to click here to download and run the Print and Scan Doctor > www.hp.com/go/tools- It was designed by HP to provide users with the troubleshooting and problem solving features needed to resolve many common problems experienced with HP print and scan products connected to Windows-based computers.
    What does the PSDR find? If you are still not getting black text, please continue here: Fixing Print Quality Problems for the HP Deskjet 3050 (J610) All-in-One Printer Series
    If after the troubleshooting has been done and you are still seeing the issue leave me with the following information:
    1. What is your current Operating system, Windows or Mac and which version?
    2. How is the printer connected, USB or Wireless?
    3. If you print a test page from the front panel do you see the same issue?
    I hope to hear from you soon.
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • How can i get my computer to print with a wireless HP envy4502 using an ATT sierra hotspot

    I have a HP envy 4502 wireless printer that works find printing from my iphone. I use an ATT Sierra hotspot that is connected via usp to my computer to access the internet form it. My problem is I would like to print from my computer without having to connect the hotspot via usb and connect wireless via the hotspot. How do I connect the printer. Do i need a cable to connect it to computer or do I need a router to connect the computer to the printer wireless. I am confused as to what needs to be done so my hotspot doesnot have to be physically connected to print.

    Hi kragan,
    I understand you would like to print from your computer to your Envy 4502.
    I can help you with this. You should be able to run the wireless wizard on the front screen of the printer and connect it to your Hotspot wirelessly. If you put your computer on the same network, both devices can communicate withe one another. HP Printers are designed to work with 802.11 WiFi networks, thus connecting to the Hotspot may not work.
    This particular model does have the feature called Wireless Direct (WD). HP wireless direct is a new feature that allows your Wi-Fi capable devices (for example: smart phones, tablets, or computers) to make a wireless network connection directly to your printer without using a wireless router or access point. You connect to your printer's HP wireless direct signal the same way you connect your Wi-Fi capable device to a new wireless network or hotspot. - Source
    Please use the instructions in the link I sourced to set the printer up using wireless direct. Simply open the link and click on 'How to connect to HP wireless direct'. 
    Once the WD is enabled, open your network settings on your computer and choose the printer network, it will look like a variation of the printer name.
    If you would like clarification or have any questions I would be happy to help.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Print with preview different than image using ICC's

    Hello;
    I am using CS2. Suddenly when I print with preview and choose "any" icc profile, I see an off color image. This off color image is printed off color and not what I originally had. It is approximately 1/2 to one stop density lighter (and redder) and the shadows are cyan/blue, instead of neutral black.
    If I choose Adobe RGB as the profile and print, the image is close but not correct. This is happening with CS2 and elements 6.
    Of course the r1800 is set for ICM and off - no color adjustment.
    I have down loaded new profiles, reinstalled my epson r1800, checked for missing files in CS2.
    I am running windows XP Home, 2gig memory, dell xps. I have been using this system for over two years without a problem until now.
    Does any one know where I can check for the problem and how to correct for it?
    Thanks

    On Sat, 10 May 2008 09:44:44 -0700, [email protected] wrote:
    Ok, it's not ink, so I'll take another shot at this one.
    > I am using CS2. Suddenly when I print with preview and choose "any" icc
    > profile, I see an off color image. This off color image is printed off
    > color and not what I originally had. It is approximately 1/2 to one stop
    > density lighter (and redder) and the shadows are cyan/blue, instead of
    > neutral black.
    I can't determine whether you mean the print preview dialog's image, or the
    preview that is optionally displayed by the Epson driver. The preview
    shown by the Epson driver (as opposed to the one shown in the CS2 print
    preview dialog) is misleading. The reason is that the RGB values for the
    printer are being displayed directly on your monitor. Epsons tend to print
    a bit on the cool side, so it's normal for the image to have an overall
    reddish look to it.
    You say two other things that seem ambiguous to me. One is that if you
    choose "any" icc profile, the colors change. Does this include your
    monitor profile, and other profiles such as sRGB and Adobe RGB? If they
    all appear the same, then I would suspect that something is highly out of
    kilter here - for example that you have ICC enabled in your printer driver
    settings and are double profiling. The second thing is that the final
    printed output matches the off color preview image. I have no explanation
    for this, other than random coincidence.
    It's hard to be definitve, about either of the above points, because I'm
    not sure which preview image you are referring to.
    > If I choose Adobe RGB as the profile and print, the image is close but
    > not correct. This is happening with CS2 and elements 6.
    Printing to Adobe RGB should produce very subdued colors, yet you are
    seeing close to normal colors. Again, a puzzle that would cause me to
    check your printer driver settings. It is very easy to double profile, and
    with Epson's this almost always produces a magenta image.
    > Of course the r1800 is set for ICM and off - no color adjustment.
    For Windows, I'm used to the Epson drivers providing you with about four
    choices, which include a "no color adjustment" choice, manual,
    PhotoEnhance, and an "ICM" choice. On the Mac, I believe you can select
    ICM from a pulldown, then disable color adjustment with a separate check
    box which disables the pulldown. If you could explain this descrepancy
    that might be helpful.
    > I have down loaded new profiles, reinstalled my epson r1800, checked for
    > missing files in CS2.
    Next step is to reset your prefs - hold down shift, ctrl, alt during
    startup and say yes when it asks for your first born child.
    > I am running windows XP Home, 2gig memory, dell xps. I have been using
    > this system for over two years without a problem until now.
    >
    > Does any one know where I can check for the problem and how to correct
    > for it? Thanks
    Read Ian Lyons's web page on how to set up your color prefs
    http://www.computer-darkroom.com/ps9_colour/ps9_1.htm
    After resetting your prefs, and going over your color settings, I would
    advise you to do a systematic test as follows:
    o Set your printer, and photoshop's working space to sRGB mode
    o Create a one inch by 8 inch neutral gradient
    o Print it, and verify that the gradient is reasonably neutral, and about
    the right brightness.
    o Set your printer to no color correction
    o Have Photoshop print using the profile for your printer
    o If the gradient looks wrong - too dark, or with color casts as you
    descrive, the problem may be a bad profile. Use Curvemeister's profile
    plotter to get an idea of the quality of the profile, whether it has abrupt
    breaks, etc.
    http://curvemeister.com/downloads/profileplotter/dercurvemeisterprofileplotter.zip
    If you decide the profile is bad, and cannot find another one, then live
    with PhotoEnhance mode over sRGB, and specify sRGB as the printer profile
    in Photoshop. Work that way until you find a better profile.
    Mike Russell - http://www.curvemeister.com

  • Slow Printing with Mac OS X 10.7.5 and HP Deskjet F4180

    Translated:
    I do not know what happens , but it seems that there is a mismatch between the two .
    The print is stopping all the time . Sometimes it takes a decade to start printing .. The times for the middle and takes longer to come back another decade ..
    Anyway .. I need a solution !!!!!
    Can anyone help me ?
    Não sei o que acontece, mas parece que há uma incompatibilidade entre os dois.
    A impressão fica parando toda hora. As vezes demora uma década pra começar a imprimir.. As vezes para no meio e demora mais outra década pra voltar.. 
    Enfim.. preciso de uma solução!!!!! 
    Alguém pode me ajudar?

    manelth,
    There are dozens of choices out there for what you are looking for. Here is a link with a few of the top softwares for OCR compared.
    Best of Luck!
    I work with HP my posts and opinions are my own.

  • Can't print web sites with the epson printer just installed. It wants to print with the old HP printer

    I just installed a new printer, an Epson Stylus NX 420. The old printer is A HP photosmart 4580. I can not print with the new printer. If I want to print an e-mail it keep referring to the old printer.Same thing with an article of the web. I am able to print when I use the internet explorer browser.Please tell me what to do to make this work. Thanks

    Tech guy is probably correct. We don't usually see reports about trouble with Epson printers, but ID is not the best behaved application when it comes to printing. The usual workaround is to export to PDF and print that instead.

  • Print Apps won't print with C510a eStation. Prints thin line at top of page.

    My C510a eStation printer will not print using the Print Apps.  It just prints a thin line at top of page.  Everything works fine until I print.
    All other print functions work.  It prints from computer via WiFi.  It prints when I send an email to it.  It copies via the Zeen.  It just won't print using the Print Apps.
    Does anyone else have this problem?  What is the solution?
    12/23/2010 3:00PM.  I just got off the phone with an HP engineer.  She said that the eStation is still in the TESTING phase and to call to report problems so they can improve the product.  (I would have thought the product would have been fully tested before being released to the public!)
    She had me reset the Zeen display by holding down the volume keys while powering up.  This erased everything that had been done on the Zeen by me and resulted in no HOME screens, which will have to be set up by me.  The only app at the bottom of the blank home page was Yahoo!.  Even the printer app was missing.  I had to move it from the app tray to the home page.  Now, I have to spend hours, again, setting up the Zeen.
    After the reset, the printer apps seem to work now.  The Zeen will copy using the printer app.  My computer still seems able to print and scan to/from the eStation.
    The eStation C510a eStation printer and Zeen display are very exciting.  However, they are not for someone not willing to spend the time to get it to work properly.  If you have a cell phone, be prepared to use up a lot of minutes while on support.
    The HP engineer said that it will soon have a new release of Android operating on the Zeen which will allow it to be faster.
    This question was solved.
    View Solution.

    I have decided to return this printer to the store as it just has too many problems.  HP has essentially told me they will not issue updates to solve the problems.  I hate this, as I really loved the product.

  • Wide format printing with Officejet7610 wide format printer

    When setting up a print job needing 13" x 19" paper (A3+ paper size ), there is NO 13" x 19" (or A3+) paper size to select in the drop down list of paper sizes. The size doesn't seem to be recognized and yet the printer is a wide format printer and says it will handle up to 13" x 19" paper. I have tried printing out of Photoshop Elements, Picasa, and Windows Photo Viewer. There is no 13" x 19" paper size category.  Whats happening here? Why can't I use a paper size that this HP 7610 wide format is supposed to handle? Thanks to all.

    I have that same question with an Officejet 7000 Wide Format printer

  • With windows 7, when I print with "draft" the verticle printing is squiggly. Why?

    My hp psc 1210 all-in-one is giving me a few problems since I attached it to my new computer whose operating system is Windows 7 64-bit.   It prints fine with my accounting program, but when I try to use any desktop publishing program and print with the "draft" or low ink use setting  the verical columns print out wavy and my company logo is kind of disjointed.  If I print the logo 2" tall, then the second 1/2" isa little to the left of the 1st 1/2" and the 3rd 1/2" is a little to the right of the 2nd 1/2" and so on.  Can someone tell me how to fix this?

    Hi there ilovebaskets,
    Draft mode will lower print quality some but not to the degree you mentioned. This article should get you back on track. Give the steps outlined a shot and let us know if it helps.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Can't print with PC but can print with Mac!?

    Please save me from going crazy!
    I'm trying to turn my USB printer into wireless and have tried EVERYTHING and put in HOURS of work with all different types of print servers, devices, etc.
    I bought an Airport Express and loaded Bonjour into my Windows 8 machine. It detects my printer, connects to my Express but simply doesn't print! I've tried EVERYTHING with editing my ports, changing it to LPR instead of RAW, etc. but with no sucess. When I connected my MacBook to my Express, IT PRINTS with no problems!!!
    I can't for the life of me figure it out and my Windows machine needs to be able to print as I'm using it for work.
    Any suggestions, tips, clues as to what I'm doing wrong? Apple Care and bringing it into a store gets me nowhere. Please help! I will pay someone $50 dollars via PayPal as your reward for helping me figure this mind boggling problem out!
    Thank you!!!
    Gregory

    USB printers are a pain.. it might not work at all from windows.. that is just the reality.
    USB printers are local printers that plug into your computer.. save your $50.. and the cost of the next couple of sets of ink cartridges or toners and go and buy a network printer. ie one that is designed to work in a network.
    If you want to pursue this..
    1. How did you name the Express.. and its wireless?
    Names should all be short, no spaces and pure alphanumeric.
    2. What printer is it? If you plug it in via USB to the computer does it work?
    3. Once you have it working plugged into the computer change it to print to IP of the airport express and see if that works.
    You can do this without bonjour..
    See this video for example of setting up printing to Extreme (same thing) by printing directly to the TCP/IP port.
    http://www.youtube.com/watch?v=qTN1g846dRE
    It is windows 7 but 8 should be much harder .. naturally MS took away the easy access to everything .. but it is still there for the most part.

  • Cannot print with a Samsung ML2160 printer (mono laser) and Pages. Print function doesn't work, only drag and drop in printer's queue

    Hello,
    I just purchased a Samsung ML2160 printer and it doesn't work with nor my Pages program, nor the Preview (to print PDF). No matter the way I tried, the Print function doesn't work and I cannot neither print or even enter the printer preferrences menu! My MacBook Pro has worked before with other printers, but now with the Samsung it doesn't work at all... Though, if I drag and drop a document, jpg, pdf in the printer queue, it prints just fine, but that method gives me absolutely no freedom to the printing... Could it be something from the Computer -> Machintosh HD -> Library -> Printers? Because a friend of mine was recently trying to save me some disk space, and therefore erasing part of the HP printer (to remove the previous printer I owned)...
    If anyone has any idea, that would be much appreciated
    Thank you in advance

    Do the sensible thing, as you say neither Preview nor Pages print, try other programs eg TextEdit. If none of them print then it is a System problem and very likely the printer drivers are AWOL or were never installed.
    Go to Samsung's website and download their software for the Mac:
    http://www.samsung.com/uk/consumer/print-solutions/print-solutions/mono-printers /ML-2160/XEU-support
    http://www.samsung.com/uk/support/model/ML-2160/XEU-downloads
    Peter

  • Problem Printing with iMac from XP Printer

    Just got my iMac yesterday and it runs well. Using the iFelix website someone gave me hear, I set up my iMac to print from an HP Officejet 7310 connected to my windows XP machine. I was able to connect to my workgroup, and computer, and find the printer and connect to it. The driver, however for my computer is not there. I tried the Officejet 9100, and generic print device, and when I print I get the following:
    %!PS-Adobe-3.0
    %RBINumCopies: 1
    %%Pages: (atend)
    %APLDSCEncoding: UTFS
    %%Title: (M
    That prints out on the first sheet of paper, and then about 10 pages go through the printer totally blank, and then it will print that again. Not sure why it says Adobe, I do have Adobe CS 1 installed, could that be interferring maybe?
    Anyways, I went to HP's site to download the driver. Here is the site I went to. http://h10025.www1.hp.com/ewfrf/wc/softwareList?os=219&lc=en&cc=us&dlc=en&produc t=391182&lang=en
    I downloaded the first choice under driver, the "HP-All-in-one printing only web installer for Mac OSX." After I ran the file and it said it installed, I went back into my printer utility in the iMac and went to change printer model for the shown 7310. The officejet 7310 still does NOT show up in the list. I am unsure what to do and am totally lost, as this is my first iMac. Can someone please help me; I need to print quite frequently.

    I think I might have figured it out. I went and downloaded something called ES-Ghost Script, Foomatic, and the HPIJS install files. After running ghost script and foomatic, I ran the HPIJS installer here on an iMac at work and when I go to printer utility and select the brand/model, I now see "HP OfficeJet 7300 Foomatic/HPIJS (recommended)" in my choice of model names. When I get home I will have to try this and I hope it works! I am still kind of confused as to why it printed out what it did using a different driver and saying Adobe. I hope CS1 didn't screw up something.

  • Problem printing with HP Photosmart 7520 printer.  Same bad result independent of advanced settings.

    How can it be that, no matter what settings (advanced, custom, PS manages color, Printer manages color,...) I get the same terrible result for a reference photo (dull, colorless)?   It is as if the PS CS6 is not controlling anything with these settings.   Is there something else I need to set to make this work?  (Old HP Photosmart 7960 works fine, but they stopped manufacturing new photo cartridges).  The 7520 all-in-one makes copies of graphics with excellent, accurate color rendition so it is something with the settings for the printer.  The device can print good color.   HP support  says its Photoshop settings.  I don't know what it is.
    Thanks for your help.
    -Jeff

    Hi Pirazok,
    Welcome to the HP Forums.
    I am going to give you a document that deals with when the Printer Does Not Maintain Wireless Connection.  This document covers a wide span of troubleshooting steps that I think may help with the issue you seem to be having.
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Thanks for your time.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

Maybe you are looking for

  • Handling external text files

    Hi experts! Would you give me some advice to find the best way for handling the situation below? Suppose I have a measuring system with 100 sensors. The measuring system can provide the measured values (with timestamp) through a simple text file (lar

  • WLS 8.1SP2 and AIX 5.1.0.0

    After installing WLS 8.1 and the AIX supplement patch plus fixes to java1.4 I am still unable to bring up my server. The following error occurs: * To start WebLogic Server, use a username and * * password assigned to an admin-level user. For * * serv

  • Autonumber (sequencenumber) variable

    Hi, we're working on IP and we're trying to find a way to add a sequence number to our planning function. The idea is that one can do planning on a combination of Cost center and Cost element, whereby it is possible to plan more than 1 line on such a

  • How tp run JSTL ?

    hello, i'm new to JSP technology can anybody plz help me out to solve i'm getting problem in i embedded few JSTL tags in my JSP page the tags are fmt & core c also used expression language to display my result in the web-INF directory i copied jar fi

  • Gradients in a letter

    I am trying to create chome effects within my font but it seems I can only create one gradient per letter.  Is there anyway I can create multiple gradients within one letter?