<?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: Adding a local printer in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-local-printer/m-p/2418264#M765830</link>
    <description>I had the same problem with C3000 WS and have received from technical support &lt;BR /&gt;centre this solution :&lt;BR /&gt;   1. ioscan -fC ext_bus&lt;BR /&gt;&lt;BR /&gt;Note: This command retrieves your hardware path, for example,              &lt;BR /&gt;10/0/1401/3.&lt;BR /&gt;&lt;BR /&gt;     2. mksf -d SCentIf -H 10/0/1401/3&lt;BR /&gt;&lt;BR /&gt;Note: This command creates a device file with handshake mode 2,which works for &lt;BR /&gt;HP printers. &lt;BR /&gt; If your printer requires a different handshake mode, use the '-h' option with &lt;BR /&gt;the mksf command. See the mksf(1M) man page for more information on the '-h' &lt;BR /&gt;command option.&lt;BR /&gt;&lt;BR /&gt;     3. ioscan -fnC ext_bus&lt;BR /&gt;&lt;BR /&gt; Note: This command retrieves the name of your device file, for example, &lt;BR /&gt;/dev/c1t0d0_lp.&lt;BR /&gt;&lt;BR /&gt;     4. ll /dev/c1t0d0_lp&lt;BR /&gt;&lt;BR /&gt; Note: Verify that the device file permissions are set to 666, and that the &lt;BR /&gt;file ownership is set to 'lp:bin'.&lt;BR /&gt;&lt;BR /&gt;After this local printer has occured in sam window.&lt;BR /&gt;Best regards , Jiri Latal</description>
    <pubDate>Thu, 10 Feb 2000 09:07:17 GMT</pubDate>
    <dc:creator>Jiri Latal_1</dc:creator>
    <dc:date>2000-02-10T09:07:17Z</dc:date>
    <item>
      <title>Adding a local printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-local-printer/m-p/2418262#M765828</link>
      <description>OK... Here's the problem.  I have several new B, C and J series machines &lt;BR /&gt;running HP-UX 10.2.  They have been patched with all the current OS patches.  &lt;BR /&gt;Apparently, the parallel port driver has changed for these machines, used to be &lt;BR /&gt;CentIf kernel driver would claim the parallel port, now SCentIf driver claims &lt;BR /&gt;the port.  The problem arises when trying to add a local printer to the &lt;BR /&gt;system.  The spooler is looking for the CentIf driver and does not find it &lt;BR /&gt;sooo.. a local printer cannot be added.  I modified the &lt;BR /&gt;/usr/sam/lbin/ifparse.sh script to identify SCentIf as the parallel port &lt;BR /&gt;driver, however, am still unable to configure the local printer via sam.  Any &lt;BR /&gt;help or insight would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards :&lt;BR /&gt;  John Pirce</description>
      <pubDate>Wed, 09 Feb 2000 13:37:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-local-printer/m-p/2418262#M765828</guid>
      <dc:creator>John Price_4</dc:creator>
      <dc:date>2000-02-09T13:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a local printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-local-printer/m-p/2418263#M765829</link>
      <description>I had the same problem and got this answer from HP and it worked :&lt;BR /&gt;&lt;BR /&gt;1) ioscan -fC ext_bus    (to get the hardware path, for my example I am&lt;BR /&gt;                          using 10/0/1401/3)&lt;BR /&gt;2) mksf -d SCentIf -H 10/0/1401/3&lt;BR /&gt;   NOTE: this will create a device file with handshake mode 2 which&lt;BR /&gt;works for HP                                   printers.  If you need to&lt;BR /&gt;use a different handshake mode for your printer than use the -h option&lt;BR /&gt;with mksf, see mksf(1M).&lt;BR /&gt;3) ioscan -fnC ext_bus    (to get the name of your device file, for my&lt;BR /&gt;                           example I am using /dev/c1t0d0_lp)&lt;BR /&gt;4) ll /dev/c1t0d0_lp      (verify that the permissions are 666&lt;BR /&gt;                           and ownerships are lp:bin)&lt;BR /&gt;5) lpshut&lt;BR /&gt;6) Select which model script you will use from the /lib/lp/model&lt;BR /&gt;directory&lt;BR /&gt;7) lpadmin -pprinter_name -v/dev/c1t0d0_lp -mmodel_script&lt;BR /&gt;8) lpsched</description>
      <pubDate>Thu, 10 Feb 2000 02:33:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-local-printer/m-p/2418263#M765829</guid>
      <dc:creator>Werner Ittner_1</dc:creator>
      <dc:date>2000-02-10T02:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a local printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-local-printer/m-p/2418264#M765830</link>
      <description>I had the same problem with C3000 WS and have received from technical support &lt;BR /&gt;centre this solution :&lt;BR /&gt;   1. ioscan -fC ext_bus&lt;BR /&gt;&lt;BR /&gt;Note: This command retrieves your hardware path, for example,              &lt;BR /&gt;10/0/1401/3.&lt;BR /&gt;&lt;BR /&gt;     2. mksf -d SCentIf -H 10/0/1401/3&lt;BR /&gt;&lt;BR /&gt;Note: This command creates a device file with handshake mode 2,which works for &lt;BR /&gt;HP printers. &lt;BR /&gt; If your printer requires a different handshake mode, use the '-h' option with &lt;BR /&gt;the mksf command. See the mksf(1M) man page for more information on the '-h' &lt;BR /&gt;command option.&lt;BR /&gt;&lt;BR /&gt;     3. ioscan -fnC ext_bus&lt;BR /&gt;&lt;BR /&gt; Note: This command retrieves the name of your device file, for example, &lt;BR /&gt;/dev/c1t0d0_lp.&lt;BR /&gt;&lt;BR /&gt;     4. ll /dev/c1t0d0_lp&lt;BR /&gt;&lt;BR /&gt; Note: Verify that the device file permissions are set to 666, and that the &lt;BR /&gt;file ownership is set to 'lp:bin'.&lt;BR /&gt;&lt;BR /&gt;After this local printer has occured in sam window.&lt;BR /&gt;Best regards , Jiri Latal</description>
      <pubDate>Thu, 10 Feb 2000 09:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-local-printer/m-p/2418264#M765830</guid>
      <dc:creator>Jiri Latal_1</dc:creator>
      <dc:date>2000-02-10T09:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a local printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-local-printer/m-p/2418265#M765831</link>
      <description>Thank you for the responses.  The problem has been resolved using the input &lt;BR /&gt;received from Werner.  Thanks again for the support.</description>
      <pubDate>Thu, 10 Feb 2000 09:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-local-printer/m-p/2418265#M765831</guid>
      <dc:creator>John Price_4</dc:creator>
      <dc:date>2000-02-10T09:48:35Z</dc:date>
    </item>
  </channel>
</rss>

