Find the answer to your Linux question:
Results 1 to 8 of 8
I recently installed the 40r4a etchnhalf distribution using the net install function. The install went well and everything works, with the exception of my printer. It is a HP DeskJet ...
  1. #1
    Just Joined!
    Join Date
    Sep 2008
    Posts
    5

    HP DeskJet 722c

    I recently installed the 40r4a etchnhalf distribution using the net install function. The install went well and everything works, with the exception of my printer. It is a HP DeskJet 722 c, it is supposed to work "Perfectly" with Debian, however it does not. I installed the printer using the localhost:631 link, it tells me the printer and the drivers are installed, but when I attempt to print a test page the printer que indicates that the job has stopped. The printer is installed at LPT 1, when I went to the HPLIP page it indicates that the 722c is not supported. I am relatively new to Linux, but had used other distributions over the years, I used Fedora Core 3 for some time and that same printer worked well, it also worked with Ubuntu 4.1. Any help will be appreciated.

    Thanks
    John

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Welcome to the forums!

    I really don't know if it would help, or not, but you could try going here and downloading the PPD file for your printer.

    Then, go to a terminal, su to root, and move the PPD file to the /usr/share/cups/model folder:

    Code:
    mv name_of_PPD_file /usr/share/cups/model
    Then restart CUPS, or reboot your system, and then try using localhost:631 again to setup the printer. Be sure to select the newly installed driver.

    Hope it helps.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Sep 2008
    Posts
    5
    Ozar

    I appreciate the help, it has been some time since I did anything with Linux, so I am a bit at sea, not that I knew much before... when I tried to move the file I got : missing destination file operand after `HP-Deskjet_722C-pnm2ppa.ppd/usr/share /cups/model'

    When I go into the file system manualy the path is: usr/ share/cups/model/hpijs(this is a link) when I open this folder it goes to a folder labeled HP which in turn contains a whole series of zipped files ( which I am assuming are printer drivers). The 722c is not present.

    I am sure that I am missing a command ... or something..

    Thanks Again
    John

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    the mv command didn't work because you didn't put a space between the file you were going to move and it's destination
    Code:
    mv HP-Deskjet_722C-pnm2ppa.ppd /usr/share/cups/model

  5. #5
    Just Joined!
    Join Date
    Sep 2008
    Posts
    5
    Perhaps I have a bit more information.. I tried to reinstall the printer using foomatic and pointing it to the location I downloaded the driver to. When I did a test page I got the same message that the "job had stopped", I ran properties on the printer and found this in status: Ready: /usr/lib/cups/filter/foomatic-rip failed

  6. #6
    Just Joined!
    Join Date
    Sep 2008
    Posts
    5
    When I put the space in I get " No such file or directory"..

  7. #7
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Not sure what might be wrong, but be sure you are in the directory holding the PPD file when you go to move it. Otherwise, you'll need to use the entire path to the file in your command:

    Code:
    mv /path/to/HP-Deskjet_722C-pnm2ppa.ppd /usr/share/cups/model
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  8. #8
    Just Joined!
    Join Date
    Sep 2008
    Posts
    5
    It is in the ppd file in cups

Posting Permissions

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