<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Getting Direct Jet to work with Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842378#M2843</link>
    <description>Thanks Bill for the information.&lt;BR /&gt;&lt;BR /&gt;After checking /etc/printcap I found a entry for our exisiting printer, which works fine:&lt;BR /&gt;----------------&lt;BR /&gt;grafeias: :sd=/var/spool/lpd/grafeias: :mx#0: :sh: :rm=192.168.1.199: :rp=grafeias: :lpd_bounce=true:&lt;BR /&gt;------------------&lt;BR /&gt;&lt;BR /&gt;so I have added the following to the printcap file:&lt;BR /&gt;-------------&lt;BR /&gt;hp4050:   :sd=/var/spool/lpd/hp4050:   :mx#0:   :sh:   :rm=192.168.1.198:   :rp=hp4050:   :lpd_bounce=true:&lt;BR /&gt;--------------&lt;BR /&gt;&lt;BR /&gt;This is based on the exisiting entry which seems to work for our other HP printer(namely 'grafeias'),which is directly connected to the network.&lt;BR /&gt;&lt;BR /&gt;After adding the new printer, I entered checkpc -f -V and it fixed the /var/spool/lpd/hp4050 spooling dir, but when I enter "lpr -f test.txt -P hp4050" I get the following error:&lt;BR /&gt;requesting printer hp4050@localhost&lt;BR /&gt; job 'root@ergatis+612' transfer to hp4050@localhost failed&lt;BR /&gt;  error 'NONZERO RFC1179 ERROR CODE FROM SERVER' with ack 'ACK_FAIL'&lt;BR /&gt;  sending str '^Bhp4050' to hp4050@localhost&lt;BR /&gt; error msg: 'spool queue for 'hp4050' does not exist on server ergatis.ourdomain.com'&lt;BR /&gt; error msg: '   non-existent printer or you need to run 'checkpc -f''&lt;BR /&gt;&lt;BR /&gt;Any ideas what I am doing wrong or missing ???</description>
    <pubDate>Tue, 12 Nov 2002 10:18:15 GMT</pubDate>
    <dc:creator>Admin32</dc:creator>
    <dc:date>2002-11-12T10:18:15Z</dc:date>
    <item>
      <title>Getting Direct Jet to work with Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842376#M2841</link>
      <description>Can someone explain what exactly is required to get a print server (direct jet) thats got a hp 4050 to work with a Linux server ?&lt;BR /&gt;&lt;BR /&gt;My understanding is that I need to configure a queue on the linux server and with directjet s/w, attach the print server to the linux queue ??&lt;BR /&gt;&lt;BR /&gt;Any info is appreciated ! &lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Mon, 11 Nov 2002 15:49:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842376#M2841</guid>
      <dc:creator>Admin32</dc:creator>
      <dc:date>2002-11-11T15:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Direct Jet to work with Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842377#M2842</link>
      <description>You can use the printer directly if you assign it an &lt;BR /&gt;IP address.  To do this you&lt;BR /&gt;will need JetDirect to&lt;BR /&gt;configure the printer.  This can be on any computer you choose.&lt;BR /&gt;&lt;BR /&gt;Installed rpm packages are &lt;BR /&gt; - lpr&lt;BR /&gt; - rhs-printfilters.&lt;BR /&gt;Basically you need an lp spooling package, and a &lt;BR /&gt;print filter package that can&lt;BR /&gt;convert output to postscript&lt;BR /&gt;when necessary.  &lt;BR /&gt;&lt;BR /&gt;The following definition works for me.  Change the IP address as appropriate.&lt;BR /&gt;&lt;BR /&gt;lp:  :sd=/var/spool/lpd/lp:  :mx#0:  :sh:  :rm=192.168.0.155:  :rp=raw:  :if=/var/spool/lpd/lp/filter:</description>
      <pubDate>Mon, 11 Nov 2002 17:51:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842377#M2842</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-11-11T17:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Direct Jet to work with Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842378#M2843</link>
      <description>Thanks Bill for the information.&lt;BR /&gt;&lt;BR /&gt;After checking /etc/printcap I found a entry for our exisiting printer, which works fine:&lt;BR /&gt;----------------&lt;BR /&gt;grafeias: :sd=/var/spool/lpd/grafeias: :mx#0: :sh: :rm=192.168.1.199: :rp=grafeias: :lpd_bounce=true:&lt;BR /&gt;------------------&lt;BR /&gt;&lt;BR /&gt;so I have added the following to the printcap file:&lt;BR /&gt;-------------&lt;BR /&gt;hp4050:   :sd=/var/spool/lpd/hp4050:   :mx#0:   :sh:   :rm=192.168.1.198:   :rp=hp4050:   :lpd_bounce=true:&lt;BR /&gt;--------------&lt;BR /&gt;&lt;BR /&gt;This is based on the exisiting entry which seems to work for our other HP printer(namely 'grafeias'),which is directly connected to the network.&lt;BR /&gt;&lt;BR /&gt;After adding the new printer, I entered checkpc -f -V and it fixed the /var/spool/lpd/hp4050 spooling dir, but when I enter "lpr -f test.txt -P hp4050" I get the following error:&lt;BR /&gt;requesting printer hp4050@localhost&lt;BR /&gt; job 'root@ergatis+612' transfer to hp4050@localhost failed&lt;BR /&gt;  error 'NONZERO RFC1179 ERROR CODE FROM SERVER' with ack 'ACK_FAIL'&lt;BR /&gt;  sending str '^Bhp4050' to hp4050@localhost&lt;BR /&gt; error msg: 'spool queue for 'hp4050' does not exist on server ergatis.ourdomain.com'&lt;BR /&gt; error msg: '   non-existent printer or you need to run 'checkpc -f''&lt;BR /&gt;&lt;BR /&gt;Any ideas what I am doing wrong or missing ???</description>
      <pubDate>Tue, 12 Nov 2002 10:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842378#M2843</guid>
      <dc:creator>Admin32</dc:creator>
      <dc:date>2002-11-12T10:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Direct Jet to work with Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842379#M2844</link>
      <description>Try changing the rp entry to raw.  I believe rp is short for remote protocol. For remote access the hp4050 has a couple of protocols.  raw it the one I use.</description>
      <pubDate>Thu, 14 Nov 2002 18:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842379#M2844</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-11-14T18:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Direct Jet to work with Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842380#M2845</link>
      <description>I took a second look at your error message and configuration.  It looks like you have configured the same IP for both printers. &lt;BR /&gt;&lt;BR /&gt;At the JetDirect printer: press the menu button once to get the configuration menu; press the item button twice to get the print configuration report item, and press select to get the report.  It will include the configured IP.&lt;BR /&gt;&lt;BR /&gt;If the ip is 192.0.0.192, download the JetDirect admin package for windows, and locate the hp4050.  You can then configure the IP address.</description>
      <pubDate>Thu, 14 Nov 2002 18:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842380#M2845</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-11-14T18:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Direct Jet to work with Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842381#M2846</link>
      <description>The IP Addresses used are not the same :) If you look closely, you will notice that one is .199 and the other .198 ! &lt;BR /&gt;&lt;BR /&gt;Anyways, I figured the problem. I had to change the name of the hp4050 printer to match what I used in the printcap file, and it worked right away ! &lt;BR /&gt;&lt;BR /&gt;I think it still though does need some filters applied to it .. but i need to do some serious studing before attacking that part ! :)&lt;BR /&gt;&lt;BR /&gt;Thank you for the help !</description>
      <pubDate>Fri, 15 Nov 2002 09:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-direct-jet-to-work-with-linux/m-p/2842381#M2846</guid>
      <dc:creator>Admin32</dc:creator>
      <dc:date>2002-11-15T09:29:44Z</dc:date>
    </item>
  </channel>
</rss>

