<?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 Printer prints double in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273696#M179136</link>
    <description>HPUX 10.20&lt;BR /&gt;B2600 hardware&lt;BR /&gt;&lt;BR /&gt;When I print from the command line ( i.e. lp /etc/hosts) or from a menu I created, the system prints but will print double copies.  I checked the configurations on the printer itself and it is not setup to print duplicates.</description>
    <pubDate>Tue, 11 May 2004 18:05:29 GMT</pubDate>
    <dc:creator>Gregory Ardoin</dc:creator>
    <dc:date>2004-05-11T18:05:29Z</dc:date>
    <item>
      <title>Printer prints double</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273696#M179136</link>
      <description>HPUX 10.20&lt;BR /&gt;B2600 hardware&lt;BR /&gt;&lt;BR /&gt;When I print from the command line ( i.e. lp /etc/hosts) or from a menu I created, the system prints but will print double copies.  I checked the configurations on the printer itself and it is not setup to print duplicates.</description>
      <pubDate>Tue, 11 May 2004 18:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273696#M179136</guid>
      <dc:creator>Gregory Ardoin</dc:creator>
      <dc:date>2004-05-11T18:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Printer prints double</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273697#M179137</link>
      <description>can you explain what you mean by "double"?  are you seeing patterns like:  bboolldd on the printer?  maybe you need to set an option to the lp command like:  lp -d&lt;DEVICETYPE&gt;  file.&lt;BR /&gt;&lt;BR /&gt;maybe you can print some outputs out by using an option to the lp command like:  lp -o"help"  or something.&lt;BR /&gt;&lt;BR /&gt;&lt;/DEVICETYPE&gt;</description>
      <pubDate>Tue, 11 May 2004 22:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273697#M179137</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2004-05-11T22:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Printer prints double</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273698#M179138</link>
      <description>Sorry Tom, it is printing double pages.  If I print the hosts file it will print two copies.</description>
      <pubDate>Tue, 11 May 2004 22:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273698#M179138</guid>
      <dc:creator>Gregory Ardoin</dc:creator>
      <dc:date>2004-05-11T22:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Printer prints double</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273699#M179139</link>
      <description>That usually means "copies=2" is set on the printer itself.&lt;BR /&gt;&lt;BR /&gt;Go to the printer and change the setting...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 12 May 2004 09:32:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273699#M179139</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-05-12T09:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Printer prints double</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273700#M179140</link>
      <description>Check to see if the "lp" command is aliased using the "alias" command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 12 May 2004 09:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273700#M179140</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-05-12T09:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Printer prints double</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273701#M179141</link>
      <description>There atre a LOT of possibilities depending on how you are printing. First, we need to know what 'double' means. Does it mean every character is printed twice, or does it mean that every line is printed twice, or are two copies printed for each page (uncollated) or does it mean that two separate copies of the entire print job are printed (collated)? I'll assume it's the last...&lt;BR /&gt; &lt;BR /&gt;If your printer has a front panel, there may be a choice to control number of copies. If duplicate pages are printed, the printer may have a copy count=2 option. Typically, if two separate copies of the job are printed, then the lp command is seeing -n2 somewhere (alias for lp?) or someone has modified the printer script in /etc/lp/interface to always print 2 copies.&lt;BR /&gt; &lt;BR /&gt;Now this assumes your printer is connected to your B2600. If instead, the printer is on another computer, things get more complicated. Go to the print server and try a simple print job there. And locally, your /etc/lp/interface directory may have a modified rlp script with the copy count changed.&lt;BR /&gt; &lt;BR /&gt;The simplest way to fix these cases is to delete the printer and add it back so the unmodified printer script can be restored.</description>
      <pubDate>Wed, 12 May 2004 09:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-prints-double/m-p/3273701#M179141</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-05-12T09:59:39Z</dc:date>
    </item>
  </channel>
</rss>

