Re: GHOSTSCRIPT -> HLLIP -> HP OfficeJet Pro 8600
Homer Wilson Smith <[email protected]> Sun, 17 Jun 2018 15:02:09 -0400 (EDT)
| Newsgroups | gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks I have installed 3.18 by direct download from HP per their
recommendation.
I will try the earlier version using yum.
You are a good man William, thanks for your time and patience.
Homer
------------------------------------------------------------------------
Homer Wilson Smith Clean Air, Clear Water, Art Matrix - Lightlink
(607) 277-0959 A Green Earth, and Peace, Internet, Ithaca NY
[email protected] Is that too much to ask? http://www.lightlink.com
On Sun, 17 Jun 2018, William Bader wrote:
>
> >'hpijs' is installed NOWHERE on my system.
>
>
> Here is how you can install any program that is part of a CentOS package:
>
> Run the command below to ask yum which package contains the program:
>
> Â Â yum provides '*/hpijs'
>
> On my CentOS 7Â system, this returns
>
> Â 1:hpijs-3.15.9-3.el7.x86_64 : HP Printer Drivers
>  Repo    : base
> Â Matched from:
>  Filename  : /usr/bin/hpijs
> Then install the package with a command like
>  sudo yum install hpijs
> Do not use a version number unless you want to install an old version.
> You might also want to install the 'epel'Â (Extra Packages for Enterprise
> Linux)repository. https://www.tecmint.com/how-to-enable-epel-repository-for-rhel-
> centos-6-5/
> If I have a choice between installing from yum, installing from another
> package manager (like pip for Python), or building from source, I usually
> use yum because that has been tested to work with the rest of the
> distribution and won't cause conflicts.
> Regards, William
>
>
>
> ____________________________________________________________________________
> From: Homer Wilson Smith <[email protected]>
> Sent: Sunday, June 17, 2018 12:12 AM
> To: William Bader
> Cc: Homer Wilson Smith; [email protected]
> Subject: Re: [gs-devel] GHOSTSCRIPT -> HLLIP -> HP OfficeJet Pro 8600 Â
>
> Â Â Â Â Thankyou for your time, its tired and I am getting late...
>
>     I have tried this a billion ways. The documentation says that
> the -sIjsserver=PATH is supposed to have the path to the hpijs
> server, but 'hpijs' is installed NOWHERE on my system.
>
> Â Â Â Â I have cups installed fine, and it talks to the 'Officejet_Pro_8600'
> printer just fine in /etc/printcap.
>
> Â Â Â Â But the testgs file won't find the hpijs 'server' whatever
> that means. On your system its a binary in /usr/bin. No such luck
> here.
>
> Â Â Â Â I have recompliled HPLIP make distclean, ./configure, make and make
> install a few times, monitoring for the creation and installation of
> hpijs, it shows up nowhere except as a directory in /prnt in the souce
> code.
>
> Â Â Â Â I have also tried it with FD and outputfile=| lpr.cups to no avail.
>
> Â Â Â Â I do NOT want hplip to print, I just want ghostscript to render to a
> disk file.
>
> Â Â Â Â Running CentOS 7 latest, ghostscript 9.07 and HPLIP 3.18.x latest.
>
>     Thanks Homer
>
> Script started on Sat 16 Jun 2018 11:46:31 PM EDT
> [root@vm2 ~/bat]#
>
> #!/bin/bash
>
> gs \
> -sDEVICE=ijs \
> -sIjsServer=hpijs \
> -sDeviceManufacturer=HEWLETT-PACKARD \
> -sDeviceModel="Officejet_Pro_8600"Â \
> -dIjsUseOutputFD \
> -sOutputFile=" | lpr.cups" \
> /tmp/data.print
>
> #-sOutputFile=/tmp/data.hp \
>
> [root@vm2 ~/bat]# testgs
> GPL Ghostscript 9.07 (2013-02-14)
> Copyright (C) 2012 Artifex Software, Inc. All rights reserved.
> This software comes with NO WARRANTY: see the file PUBLIC for details.
> sh: hpijs: command not found
> GPL Ghostscript 9.07: Can't start ijs server "hpijs"
> **** Unable to open the initial device, quitting.
> [root@vm2 ~/bat]# ^Dexit
>
> Script done on Sat 16 Jun 2018 11:46:44 PM EDT
>
>