Results 1 to 10 of 10

Thread: HP LaserJet P1005: install ok, no printing output though

  1. #1
    Join Date
    Nov 2008
    Beans
    9

    HP LaserJet P1005: install ok, no printing output though

    Just in case some of you have had this problem, after about 5 hours found the solution at:

    http://forums.linux-foundation.org/read.php?20,4643

    Scroll down to post by JuanC, in particular note

    " ...
    5. Install
    sudo make install

    6. Turn off the printer. Then turn it on.

    7. Upload firmware to the printer
    cat /usr/share/foo2xqx/firmware/sihpP1005.dl > /dev/usb/lp0

    The printer's LED should show a red light for some seconds. Wait until it becames green again.


    8. Restart spooler
    make cups

    9. Now configre the printer (with the cups web interface,or whatever method). Make sure you select the proper driver.

    10. Test it. It should work."

    works nicely!
    Last edited by Ankersman; March 10th, 2009 at 09:02 AM.

  2. #2
    Join Date
    Oct 2006
    Location
    NSW Central Coast
    Beans
    68
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: HP LaserJet P1005: install ok, no printing output though

    Thanks for that Ankersman.
    I'm having one little problem though:

    This is the output from doing the cat in step 7:

    bash: /dev/usb/lp0: Permission denied


    Yes I switched it off and on again. I also tried it when it was switched off but of course the usb device wasnt found then. But at least I know its looking in the right place.

    Any ideas how I can get permission? Tried with sudo too, btw.

  3. #3
    Join Date
    Oct 2006
    Location
    NSW Central Coast
    Beans
    68
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: HP LaserJet P1005: install ok, no printing output though

    Hi all, I fixed my problems, just had to tweak a couple of things. End result: My HP LaserJet P1005 is working perfectly on my Hardy installation, thanks to Ankersman's direction, and JuanC's of course!

    Here's what I had to add:

    After switching the power back on, I had to change ownership of lp0:

    Code:
    sudo chown damien /dev/usb/lp0
    (substitute your userName in place of "damien", of course)
    (Note: if you switch the printer off during the install process, you will have to repeat the chown command after turning it back on, as it wont remember.)

    Then did the cat /usr/share/foo2xqx/firmware/sihpP1005.dl > /dev/usb/lp0

    Also when making cups, had to do it with sudo.

    Code:
    sudo make cups
    It also helps to make sure you're in the right directory when youre trying to do a make! (ie the one where you unzipped all your foo2zjs files.)
    EDIT: And make sure you've got ALL the orange packaging material removed - it turns up in some surprising places! If you can, run the little demo on the install CD, it shows you where everything is. I missed one spot, and the red light just kept flashing until I found the offending packaging.

    Anyway, obviously I'm still a Linux noob, but if there's others like me trying to install one of these, that might help fill in the missing blanks. Hope it helps someone, would be nice to give back to this community in some small way
    Last edited by dyingsun; March 22nd, 2009 at 12:53 PM.

  4. #4
    Join Date
    Sep 2007
    Location
    Finland
    Beans
    19
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: HP LaserJet P1005: install ok, no printing output though

    I had same proplem that printer didn't do nothing. But it was recognised by Kubuntu 8.10.


    Solved by:

    "sudo hp-setup" and press enter untill install is done


    hp-setup will update firmware..
    Downloading firmware to device hp:/usb/HP_LaserJet_P1005?serial=BC0JV5J...
    Firmware download successful.

  5. #5
    Join Date
    Mar 2006
    Location
    Canada
    Beans
    1,313
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HP LaserJet P1005: install ok, no printing output though

    I can't seem to get it working...

    Output of /var/log/cups/error_log
    $ cat error_log
    E [18/Apr/2009:15:04:03 -0400] [CGI] Unable to scan "@LOCAL"!
    E [18/Apr/2009:15:06:53 -0400] [CGI] Unable to scan "@LOCAL"!
    E [18/Apr/2009:15:08:33 -0400] [CGI] Unable to scan "@LOCAL"!
    E [18/Apr/2009:17:43:14 -0400] CUPS-Add-Modify-Printer: Unauthorized
    E [18/Apr/2009:17:43:19 -0400] PID 3975 (/usr/lib/cups/filter/foomatic-rip) stopped with status 9!
    E [18/Apr/2009:17:43:39 -0400] [Job 1] Job stopped due to filter errors.
    E [18/Apr/2009:17:44:35 -0400] cupsdAuthorize: Local authentication certificate not found!
    E [18/Apr/2009:17:44:35 -0400] cupsdAuthorize: Local authentication certificate not found!
    E [18/Apr/2009:17:44:35 -0400] cupsdAuthorize: Local authentication certificate not found!
    E [18/Apr/2009:17:44:36 -0400] PID 4088 (/usr/lib/cups/filter/foomatic-rip) stopped with status 9!
    E [18/Apr/2009:17:44:36 -0400] cupsdAuthorize: Local authentication certificate not found!
    E [18/Apr/2009:17:44:36 -0400] cupsdAuthorize: Local authentication certificate not found!
    E [18/Apr/2009:17:44:56 -0400] [Job 2] Job stopped due to filter errors.
    E [18/Apr/2009:17:44:56 -0400] cupsdAuthorize: Local authentication certificate not found!
    E [18/Apr/2009:17:45:15 -0400] cupsdAuthorize: Local authentication certificate not found!
    E [18/Apr/2009:17:45:15 -0400] cupsdAuthorize: Local authentication certificate not found!
    E [18/Apr/2009:17:55:07 -0400] PID 3504 (/usr/lib/cups/filter/foomatic-rip) stopped with status 9!
    E [18/Apr/2009:17:55:27 -0400] [Job 3] Job stopped due to filter errors.
    Last edited by altonbr; April 18th, 2009 at 10:57 PM.

  6. #6
    Join Date
    Jun 2007
    Beans
    22

    Re: HP LaserJet P1005: install ok, no printing output though

    I just visited
    http://forums.linux-foundation.org/read.php?20,4643

    After installing HPLIP, you bust out the command

    sudo hp-setup

    Follow the yellow brick road to happiness.

    Printer is now printing. And it feels goooood baby. It feels REAL good.

    Sammy

  7. #7
    Join Date
    May 2009
    Location
    Sweden
    Beans
    13
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HP LaserJet P1005: install ok, no printing output though

    How do i know which driver to pick? I have several of them
    I installed the foo2zjs driver

    EDIT: Never mind, I installed the wrong printerdriver, i choose 1005 without P, with the right one it's working
    Last edited by storskogen; August 30th, 2009 at 01:39 PM.

  8. #8
    Join Date
    Aug 2008
    Beans
    51

    Re: HP LaserJet P1005: install ok, no printing output though

    hi,
    first of all thanks a ton

    my printer is hp laserjet p1008. using ubuntu 9.10
    it was not printing before, now it is. i followed the following steps:

    1. went to link: http://foo2xqx.rkkda.com/

    followed the instructions there. everything went fine but: $ sudo gnome-cups-manager
    didn't work,then

    2. did: $ sudo hp-setup
    and follwed the instructions(just clicking: next->...)

    and lo! it worked.

    again thanks a ton

  9. #9
    Join Date
    Nov 2011
    Beans
    1

    Re: HP LaserJet P1005: install ok, no printing output though

    Hi Guys,

    I've installed UBUNTU 11.10 recently and tried to install my HP 1005.

    Here is what I found on the HP support site :
    Ubuntu 11.04 supplies HPLIP 3.11.5 and it does support your printer.

    As the version of HPLIP supplied with your operating system supports your printer, you may continue to use that version of HPLIP.


    I performed the installation but the printer does not have an output, the message from HPLIP device status is output job completed...but nothing on paper though
    Any ideas?
    Thank you in advance!

  10. #10
    Join Date
    Apr 2012
    Beans
    2

    Re: HP LaserJet P1005: install ok, no printing output though

    I've had the exact same issue with my HP LaserJet 1005 und Ubuntu 12.04.

    Calling
    sudo hp-setup
    also solved it for me. It just wasn't working with the systems printer dialogue.

    Thank you Sammy, following the yellow brick road to happiness
    feels damn good indeed!

    Winni

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •