<?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: UNIX PRINTING in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653344#M46634</link>
    <description>Brett, I'm in the same boat --&lt;BR /&gt;&lt;BR /&gt;I haven't found how to print anything but plain text. The readme.first that Ricoh provides in their installer package seems to imply that to do anything more than that requires postscript on the printer. This makes no sense to me as the darn thing works just fine from Windows/Novell using PCL6. &lt;BR /&gt;&lt;BR /&gt;I have placed a call to Ricoh asking for clarification, but haven't heard anything back on that yet.</description>
    <pubDate>Sat, 26 Jan 2002 00:24:13 GMT</pubDate>
    <dc:creator>Mark Fenton</dc:creator>
    <dc:date>2002-01-26T00:24:13Z</dc:date>
    <item>
      <title>UNIX PRINTING</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653343#M46633</link>
      <description>I have a Remote Printer setup on tcp/ip.   It is a Ricoh/Aficio 700.   The printer prints standard Unix output fine,  but when pcl codes are introduced, the printer goes wacky, spitting out pieces of the spool file with tons of blank paper.   I have installed it through sam with the BSD option enabled.  What else do I need to do here ???  Thanks for help</description>
      <pubDate>Fri, 25 Jan 2002 22:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653343#M46633</guid>
      <dc:creator>Brett Penza</dc:creator>
      <dc:date>2002-01-25T22:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX PRINTING</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653344#M46634</link>
      <description>Brett, I'm in the same boat --&lt;BR /&gt;&lt;BR /&gt;I haven't found how to print anything but plain text. The readme.first that Ricoh provides in their installer package seems to imply that to do anything more than that requires postscript on the printer. This makes no sense to me as the darn thing works just fine from Windows/Novell using PCL6. &lt;BR /&gt;&lt;BR /&gt;I have placed a call to Ricoh asking for clarification, but haven't heard anything back on that yet.</description>
      <pubDate>Sat, 26 Jan 2002 00:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653344#M46634</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-01-26T00:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX PRINTING</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653345#M46635</link>
      <description>Here's an interesting thread discussing some PCL experience:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xabbfe7726eccd5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xabbfe7726eccd5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;g'd luck&lt;BR /&gt;t++</description>
      <pubDate>Sat, 26 Jan 2002 13:10:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653345#M46635</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2002-01-26T13:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX PRINTING</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653346#M46636</link>
      <description>There are are several printer languages, ASCII being the most common. However, there are several variations on ASCII: PCL is by far the most widely used ASCII language but it was designed and implemented on HP printers. Postscript is a completely different language and requires (heavy) translation to print even a simple ASCII string.&lt;BR /&gt;&lt;BR /&gt;Additionally, there are variations such as Epson, but they are similar to PCL in that they use escape sequences to signal the printer for different requirements.  In a PC, programs write to printers without any knowledge of the printer's capability by using a meta-language. These basic elements are translated by the driver into codes appropriate for the target printer.&lt;BR /&gt;&lt;BR /&gt;However, there is no translator available in HP-UX, so the application programs MUST understand the requirements of the printer. If the printer needs Postscript, the program must produce the Postscript codes.  If the printer requires PCL then the program must produce PCL codes.&lt;BR /&gt;&lt;BR /&gt;Additionally, when using remote printers hosted on non-HP-UX systems (ie, PC servers, Linux, etc), or using LAN adapters that connect the printer to a LAN, HP-UX must pre-format all plain ASCII text with a carriage-return (CR) after every line-feed (LF). So if the adapter for the Ricoh printer can accept remote printer jobs from HP-UX without having to pre-process them using ux2dos, the LAN adapter may be inserting CR for every LF, and this can be a problem.&lt;BR /&gt;&lt;BR /&gt;The problem is that programs that generate PCL files may be adding CR where necessary but some of the codes are fonts and binary graphics cannot have any CR's added or the sequence will be corrupted--perhaps the scenario you are describing.  Note also that there are several versions of PCL and using a version that is not compatible with your printer may also cause the mostly blank pages with random characters.</description>
      <pubDate>Sun, 27 Jan 2002 03:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653346#M46636</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-01-27T03:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX PRINTING</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653347#M46637</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;For non HP-Printers the best solution is good.&lt;BR /&gt;&lt;BR /&gt;Lexmark makes a jetadmin like product called markvision which can be freely downloaded and runs well on hp-ux&lt;BR /&gt;&lt;BR /&gt;Among the supported printers&lt;BR /&gt;&lt;BR /&gt;Supported Network Printers  &lt;BR /&gt;  &lt;BR /&gt;MarkVision Professional, an enterprise printer and multifunction printer (MFP) management tool designed to increase end-user productivity while reducing IT cost through problem prevention and faster problem resolution. As well as all the Lexmark printers and OptraImage multifunction printers, it supports generically any SNMP standard MIB printer. Details are as follows : &lt;BR /&gt;Any SNMP Common MIB-compliant printer &lt;BR /&gt;Optra Family of Laser Printers &lt;BR /&gt;OptraImage Multifunction Printers &lt;BR /&gt;Plus, the following third-party printers specifically : &lt;BR /&gt;Canon imageRUNNER 330/400 &lt;BR /&gt;Canon imageRUNNER 500 &lt;BR /&gt;Canon imageRUNNER 600 &lt;BR /&gt;Canon GP 200D &lt;BR /&gt;HP 2000 &lt;BR /&gt;HP 2500 C &lt;BR /&gt;HP Color LaserJet 4500 &lt;BR /&gt;HP Color LaserJet 8500 &lt;BR /&gt;HP LaserJet 4000 &lt;BR /&gt;HP LaserJet 5 &lt;BR /&gt;HP LaserJet 5000 &lt;BR /&gt;HP LaserJet 5M &lt;BR /&gt;HP LaserJet 5si &lt;BR /&gt;HP LaserJet 8100 &lt;BR /&gt;HP Mopier 320 &lt;BR /&gt;HP 8550MFP&lt;BR /&gt;HP 8550GM&lt;BR /&gt;HP 2250TN&lt;BR /&gt;IBM InfoPrint 20 &lt;BR /&gt;IBM InfoPrint Color 8 &lt;BR /&gt;IBM NetworkPrinter 12&lt;BR /&gt;IBM NetworkPrinter 17&lt;BR /&gt;IBM Infoprint 21&lt;BR /&gt;Konica KL-3015 &lt;BR /&gt;Kyocera FS-1700 &lt;BR /&gt;Kyocera FS-1750&lt;BR /&gt;Kyocera FS-3700+&lt;BR /&gt;Kyocera FS-3750&lt;BR /&gt;Kyocera FS-7000 &lt;BR /&gt;Kyocera FS-9000 &lt;BR /&gt;Minolta Color PageWorks &lt;BR /&gt;Minolta PageWorks 20 &lt;BR /&gt;QMS Magicolor 8 &lt;BR /&gt;QMS Magicolor 6100 &lt;BR /&gt;Ricoh Aficio 450/455 &lt;BR /&gt;Ricoh Aficio 550 &lt;BR /&gt;Ricoh Aficio 650 &lt;BR /&gt;Ricoh Aficio 750 &lt;BR /&gt;Ricoh Aficio 850 &lt;BR /&gt;Ricoh Aficio 180&lt;BR /&gt;Ricoh Aficio 270&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try that as a solution.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                  steve steel</description>
      <pubDate>Mon, 28 Jan 2002 07:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653347#M46637</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-01-28T07:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX PRINTING</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653348#M46638</link>
      <description>Are you sure that the Ricoh printer understands and is configured for PCL? If so, do you send the right level of PCL? I.e. PCL1 to PCLx?</description>
      <pubDate>Tue, 29 Jan 2002 09:02:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-printing/m-p/2653348#M46638</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-01-29T09:02:04Z</dc:date>
    </item>
  </channel>
</rss>

