<?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: problem setting-up a modem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739148#M946571</link>
    <description>&lt;BR /&gt;hi&lt;BR /&gt;&lt;BR /&gt;  you want to configure modem in dial out mode..?&lt;BR /&gt;  u will get 3 devices ttyd,cua and cul. edit your /etc/uucp/Devices and and the entry for dial out device..ie /dev/cul0pX&lt;BR /&gt;&lt;BR /&gt;  then cu -l /dev/cul0pX&lt;BR /&gt;&lt;BR /&gt;CTK</description>
    <pubDate>Thu, 06 Jun 2002 13:25:19 GMT</pubDate>
    <dc:creator>Vijeesh CTK</dc:creator>
    <dc:date>2002-06-06T13:25:19Z</dc:date>
    <item>
      <title>problem setting-up a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739145#M946568</link>
      <description>I've setup a modem on a port on our 16-port mux card (an HP part), and when I try to connect to the modem via 'cu', I get this:&lt;BR /&gt;&lt;BR /&gt;cu -s 9600 -l /dev/ttyd1a8 -d 9 -m dir&lt;BR /&gt;call dial(2139031520)&lt;BR /&gt;baud=9600, speed=9600, line=/dev/ttyd1a8, telno=(null)&lt;BR /&gt;call find_dev(17737603740)&lt;BR /&gt;baud=9600, speed=9600, line=/dev/ttyd1a8, telno=(null)&lt;BR /&gt;Connect failed: Requested device/system name not known&lt;BR /&gt;&lt;BR /&gt;here's the info on the device file for the port:&lt;BR /&gt;&lt;BR /&gt;ls -l /dev/ttyd1a8&lt;BR /&gt;crw-r--r--   1 bin        bin         77 0x010702 Jun  6 10:05 /dev/ttyd1a8&lt;BR /&gt;&lt;BR /&gt;file /dev/ttyd1a8&lt;BR /&gt;/dev/ttyd1a8:   character special (77/67330)&lt;BR /&gt;&lt;BR /&gt;Could this just be an issue with the cable?  I've just tried it with the cable we were using on with the modem on our DG system. I cannot take apart the ends, so I can't tell how it's been pinned.  I do have the HP cabling guide document, and will build a modem cable end as specified there and try that next.&lt;BR /&gt;I'm just concerned that I've missed a piece of the setup.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Thu, 06 Jun 2002 13:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739145#M946568</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-06-06T13:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: problem setting-up a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739146#M946569</link>
      <description>Some mux doesn't support full modem (hand shaking). Make sure you are not using the DDP port. You should use MDP ports. If any modem already working on this same panel, then it's not an issue&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jun 2002 13:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739146#M946569</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2002-06-06T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem setting-up a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739147#M946570</link>
      <description>Hi Mark&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;No these two things are not correalted , it has nothing to do with the cable at all . And all the modems work or Mux ports , so long as it is a fixed serial port .&lt;BR /&gt;&lt;BR /&gt;Solution is edit /etc/uucp/Devices and put a entry like this&lt;BR /&gt;&lt;BR /&gt;at the end of the file :&lt;BR /&gt;Direct tty0p1 - 9600 direct \D&lt;BR /&gt;&lt;BR /&gt;or ACU tty0p1 - 9600 ps_mt_1432_tone&lt;BR /&gt;&lt;BR /&gt;depending on the type of modem , try using direct first.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Thu, 06 Jun 2002 13:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739147#M946570</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-06T13:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem setting-up a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739148#M946571</link>
      <description>&lt;BR /&gt;hi&lt;BR /&gt;&lt;BR /&gt;  you want to configure modem in dial out mode..?&lt;BR /&gt;  u will get 3 devices ttyd,cua and cul. edit your /etc/uucp/Devices and and the entry for dial out device..ie /dev/cul0pX&lt;BR /&gt;&lt;BR /&gt;  then cu -l /dev/cul0pX&lt;BR /&gt;&lt;BR /&gt;CTK</description>
      <pubDate>Thu, 06 Jun 2002 13:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739148#M946571</guid>
      <dc:creator>Vijeesh CTK</dc:creator>
      <dc:date>2002-06-06T13:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem setting-up a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739149#M946572</link>
      <description>Adding the entry in /etc/uucp/Devices took care of the connectivity issue.  I am disappointed that SAM does not do this automatically. Kind of silly for it not to, I would think.&lt;BR /&gt;&lt;BR /&gt;I used the /dev/ttyd1a8 port reference, btw.&lt;BR /&gt;&lt;BR /&gt;The only surprise now is that the ATL5 command (to report current config) returns ERROR.  I've never seen this before, and it's a US Robotics modem too.  Anyone have a URL to whomever it is that bought them? Perhaps I can find some documentation for this modem on-line.&lt;BR /&gt;&lt;BR /&gt;My thanks to all who replied!&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 06 Jun 2002 14:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739149#M946572</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-06-06T14:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem setting-up a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739150#M946573</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt; Here's their URL&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.usr.com/home.asp" target="_blank"&gt;http://www.usr.com/home.asp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;BTW most US Robotics modems have a DIP sw to control whether they use their native codes or the Hayes set.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 06 Jun 2002 14:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739150#M946573</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-06-06T14:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: problem setting-up a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739151#M946574</link>
      <description>Jeff, thanks for the link.  They have a "generic" sportster manual on-line, so I found the commands I needed (ATI1 - ATI7).&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Thu, 06 Jun 2002 16:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739151#M946574</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-06-06T16:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem setting-up a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739152#M946575</link>
      <description>Hi Mark&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can also get the Command Set :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.modem.com/general/extendat.html" target="_blank"&gt;http://www.modem.com/general/extendat.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Thu, 06 Jun 2002 16:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739152#M946575</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-06T16:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem setting-up a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739153#M946576</link>
      <description>The modem will require the correct cable. HP's mux panel are wired as DCE so that a DTE can plug straight in. To PROPERLY control a modem you do need the MDP type panel. This will drop the session if the carrier detect or data set ready signal disappears. Otherwise if the remote user is cut off the session is left open which is a significant security risk. The panels will also provide the correct signals to the modem. When the remore user types exit the HP mux will drop DTR so that the call is cleared. It is possible to make a non-MDP panel work but you have to set the modem to ignore any of the control line. &lt;BR /&gt;Your modem cable should have crossed lines (2-3, 3-2, 6-20 etc.) . This should be shown in you HP manual.&lt;BR /&gt;&lt;BR /&gt;Rothery Harris</description>
      <pubDate>Fri, 07 Jun 2002 07:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739153#M946576</guid>
      <dc:creator>Rothery Harris</dc:creator>
      <dc:date>2002-06-07T07:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem setting-up a modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739154#M946577</link>
      <description>&lt;BR /&gt;hi&lt;BR /&gt;&lt;BR /&gt; I am having the USR 56K Message modem. Attahced the manual of that.&lt;BR /&gt;&lt;BR /&gt;CTK</description>
      <pubDate>Fri, 07 Jun 2002 08:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-setting-up-a-modem/m-p/2739154#M946577</guid>
      <dc:creator>Vijeesh CTK</dc:creator>
      <dc:date>2002-06-07T08:58:53Z</dc:date>
    </item>
  </channel>
</rss>

