<?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: testing a modem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640124#M43428</link>
    <description>If there is "#" infront of this entry then it is commented. So, please remove # and save the inittab and fire "init q" as root. &lt;BR /&gt;&lt;BR /&gt;By the way, Is the modem making connecting noise ?&lt;BR /&gt;&lt;BR /&gt;HTH, &lt;BR /&gt;</description>
    <pubDate>Tue, 08 Jan 2002 11:49:58 GMT</pubDate>
    <dc:creator>Madhu Sudhan_1</dc:creator>
    <dc:date>2002-01-08T11:49:58Z</dc:date>
    <item>
      <title>testing a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640116#M43420</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;I have a HP 9000 K370 running 10.20&lt;BR /&gt;I have just discovered that there is an internal modem, and have connected this up.&lt;BR /&gt;I have absoluteley no documentation, and was wondering how I can test this is working?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help</description>
      <pubDate>Mon, 07 Jan 2002 16:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640116#M43420</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2002-01-07T16:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: testing a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640117#M43421</link>
      <description>Try the commands:&lt;BR /&gt;cu&lt;BR /&gt;kermit&lt;BR /&gt;&lt;BR /&gt;Check the man pages for these and you should be able to test the modem.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2002 16:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640117#M43421</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2002-01-07T16:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: testing a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640118#M43422</link>
      <description>using kermit&lt;BR /&gt; typeset line "device file"&lt;BR /&gt;          set speed 9600&lt;BR /&gt;          set terminal byte 8&lt;BR /&gt;          set parity none&lt;BR /&gt;           connect&lt;BR /&gt;           AT ( if you get a reply of OK then modem is fine.)&lt;BR /&gt;           exit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;login into server web console or console&lt;BR /&gt;Access the console&lt;BR /&gt;Type cntrl b&lt;BR /&gt;hit return twice to get the GSP prompt&lt;BR /&gt;&lt;BR /&gt;The following GSP settings must be set to use the internal modem to dail out.&lt;BR /&gt;To Check the settings.&lt;BR /&gt;&lt;BR /&gt;At the GSP prompt type CA &lt;BR /&gt;When finsished type co to return to the console.&lt;BR /&gt;&lt;BR /&gt;The settings should be.&lt;BR /&gt;Remote Console Serial Port Modem  Protocol  ccitt&lt;BR /&gt;Remote Console Serial Port Modem Bit Rate 19200&lt;BR /&gt;Remote Console Serial Port Modem Flow Control Hardware&lt;BR /&gt;Remote Console Serial Port Modem Transmit Configuration Strings Disabled&lt;BR /&gt;Remote Console Serial Port Modem Present always connect&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you need to reset the modem.&lt;BR /&gt;Type&lt;BR /&gt;At the GSP prompt type MR - for Modem reset&lt;BR /&gt;When finished type co to return to the console&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2002 16:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640118#M43422</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2002-01-07T16:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: testing a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640119#M43423</link>
      <description>Hi Terry:&lt;BR /&gt;&lt;BR /&gt;Generally the first thing you want to do is test the modem using kermit as this is much simpler than trying to configure the port for uucp. The internal modem is /dev/ttyd0p7. Make sure that you have that device file. On 10.20 the major device should be 193 and the minor device should be 0x0702. If you hace the Modem distribution Panel you do not want to use ports 0 or 7. 7 is the internal modem.&lt;BR /&gt;&lt;BR /&gt;Next, edit /etc/inittab and make sure that /dev/ttyd0p7 is not is use. If there is an entry, it should have 'off' rather than 'respawn' set in the 3rd field. If you need to change respawn to off, do so, and then issue an init q to force a reread of the file.&lt;BR /&gt;&lt;BR /&gt;Now execute kermit.&lt;BR /&gt;set line /dev/ttyd0p7&lt;BR /&gt;set speed 9600&lt;BR /&gt;connect&lt;BR /&gt;&lt;BR /&gt;You should now be able to enter 'AT' commands to test the modem.&lt;BR /&gt;&lt;BR /&gt;Man kermit for details. When kermit worls as expected, you can now proceed to setup the modem or uucp connection using SAM.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2002 16:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640119#M43423</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-01-07T16:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: testing a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640120#M43424</link>
      <description>Go to docs.hp.com and lookup up "Additionally Configuring HP-UX for a Modem"  Also lookup doc id KBRC00005801 in the ITRC. These will get you going and you should be able to test with cu.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Mon, 07 Jan 2002 16:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640120#M43424</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-01-07T16:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: testing a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640121#M43425</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at this doc..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=d39b6fed04e1708725/screen=ckiDisplayDocument?docId=200000009872818" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=d39b6fed04e1708725/screen=ckiDisplayDocument?docId=200000009872818&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 07 Jan 2002 17:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640121#M43425</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-01-07T17:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: testing a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640122#M43426</link>
      <description>Hi Terry,&lt;BR /&gt;&lt;BR /&gt;try these links,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=12bb60a9191e77423a/screen=ckiSearchResults?mode=id&amp;amp;searchString=KCKBCA00000420" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=12bb60a9191e77423a/screen=ckiSearchResults?mode=id&amp;amp;searchString=KCKBCA00000420&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=12bb60a9191e77423a/screen=ckiSearchResults?mode=id&amp;amp;searchString=KCKBCA00000415" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=12bb60a9191e77423a/screen=ckiSearchResults?mode=id&amp;amp;searchString=KCKBCA00000415&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Try this link for more info,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/iv/bin/doc.pl/sid=85149e8904e88d9ab0/screen=ivHome/?NODEID=English_HW_SVR::WW_HW_UX_KC_EN_E/Q1.7&amp;amp;FROMID=English_HW_SVR::WW_HW_UX_KC_EN_E/Q1&amp;amp;ANSWER=Modem+and+Remote+Access+Information" target="_blank"&gt;http://us-support.external.hp.com/iv/bin/doc.pl/sid=85149e8904e88d9ab0/screen=ivHome/?NODEID=English_HW_SVR::WW_HW_UX_KC_EN_E/Q1.7&amp;amp;FROMID=English_HW_SVR::WW_HW_UX_KC_EN_E/Q1&amp;amp;ANSWER=Modem+and+Remote+Access+Information&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2002 17:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640122#M43426</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-07T17:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: testing a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640123#M43427</link>
      <description>Thanks to everyone for their replies.&lt;BR /&gt;&lt;BR /&gt;When I use kermit and type CONNECT&lt;BR /&gt;it just sits there and does nothing&lt;BR /&gt;&lt;BR /&gt;The modem is set up within sam for /dev/ttydp07 &lt;BR /&gt;&lt;BR /&gt;There was already an entry for it is /etc/inittab as #a0:3:respawn:/usr/lbin/uucp/uugetty -r -t 60 -h ttyd0p7 19200&lt;BR /&gt;&lt;BR /&gt;Any ideas??&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 08 Jan 2002 09:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640123#M43427</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2002-01-08T09:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: testing a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640124#M43428</link>
      <description>If there is "#" infront of this entry then it is commented. So, please remove # and save the inittab and fire "init q" as root. &lt;BR /&gt;&lt;BR /&gt;By the way, Is the modem making connecting noise ?&lt;BR /&gt;&lt;BR /&gt;HTH, &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2002 11:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-a-modem/m-p/2640124#M43428</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2002-01-08T11:49:58Z</dc:date>
    </item>
  </channel>
</rss>

