<?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 LP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2712720#M60995</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am having problems with printing text file to my printer. The printer attempts to print everything in one line. What I get from cat /etc/profile | lp &lt;BR /&gt;is only the top-line of the file.&lt;BR /&gt;However if I do this a2ps -1 -o - /etc/profile | lp&lt;BR /&gt;everything works like a dream.&lt;BR /&gt;&lt;BR /&gt;What I need from the printer is the ability to print ASCII Text Files as well as Rich Text Files&lt;BR /&gt;&lt;BR /&gt;The printer was configured using SAM (HP-UX 11) to print to a HP8000 via LPD.&lt;BR /&gt;&lt;BR /&gt;Rgds</description>
    <pubDate>Mon, 29 Apr 2002 00:11:52 GMT</pubDate>
    <dc:creator>Osama88</dc:creator>
    <dc:date>2002-04-29T00:11:52Z</dc:date>
    <item>
      <title>LP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2712720#M60995</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am having problems with printing text file to my printer. The printer attempts to print everything in one line. What I get from cat /etc/profile | lp &lt;BR /&gt;is only the top-line of the file.&lt;BR /&gt;However if I do this a2ps -1 -o - /etc/profile | lp&lt;BR /&gt;everything works like a dream.&lt;BR /&gt;&lt;BR /&gt;What I need from the printer is the ability to print ASCII Text Files as well as Rich Text Files&lt;BR /&gt;&lt;BR /&gt;The printer was configured using SAM (HP-UX 11) to print to a HP8000 via LPD.&lt;BR /&gt;&lt;BR /&gt;Rgds</description>
      <pubDate>Mon, 29 Apr 2002 00:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2712720#M60995</guid>
      <dc:creator>Osama88</dc:creator>
      <dc:date>2002-04-29T00:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: LP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2712721#M60996</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Your problem is probably caused by the&lt;BR /&gt;differenece in line-termination in the&lt;BR /&gt;PC-world and the UNIX-world.&lt;BR /&gt;Your printer expects  cr-lf  (carriage-return&lt;BR /&gt;and linefeed)  to  make a newline.&lt;BR /&gt;UNIX  has only  lf  as  line-termination.&lt;BR /&gt;Check if your printer can be configured to&lt;BR /&gt;automatically  add a  carriage-return when&lt;BR /&gt;it gets a line-feed.  Most printers have&lt;BR /&gt;this ability. &lt;BR /&gt;If not  I will need more info about how your&lt;BR /&gt;printer is set.  If it is set up as a remote&lt;BR /&gt;printer,  a small change in  the interface&lt;BR /&gt;script  will fix the problem.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 05:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2712721#M60996</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-04-29T05:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: LP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2712722#M60997</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If ux2dos /etc/profile|lp&lt;BR /&gt;works&lt;BR /&gt;&lt;BR /&gt;Then olav is completely correct.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                    Steve Steel</description>
      <pubDate>Mon, 29 Apr 2002 09:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2712722#M60997</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-29T09:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: LP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2712723#M60998</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Look at the followin two files&lt;BR /&gt;&lt;BR /&gt;/etc/lp/interface/&lt;PRINTERNAME&gt;&lt;BR /&gt;&lt;BR /&gt;/usr/lib/lp/&lt;BR /&gt;&lt;BR /&gt;I thing you need to do a little changes in the printer cionfig file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Niraj&lt;/PRINTERNAME&gt;</description>
      <pubDate>Mon, 29 Apr 2002 10:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2712723#M60998</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2002-04-29T10:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: LP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2712724#M60999</link>
      <description>Hello Mike,&lt;BR /&gt;&lt;BR /&gt;consider using JetAdmin zu access that printer, as it has a built-in JetDirect interface , and using JetAdmin (free from HP) you can change settings like PostScript-Auto-detect, and such... And you will get rid of the line-end problem.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 10:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2712724#M60999</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-04-29T10:10:26Z</dc:date>
    </item>
  </channel>
</rss>

