<?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 And Configuring Modem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504351#M16699</link>
    <description>Hi there.&lt;BR /&gt;Check the device file for your modem.&lt;BR /&gt;Then use the 'cu' to work with it.&lt;BR /&gt;Check the man pages before,&lt;BR /&gt;but i usually do it like this :&lt;BR /&gt;&lt;BR /&gt;cu -l /dev/tty????  dir&lt;BR /&gt;&lt;BR /&gt;if you then type in &lt;BR /&gt;at&lt;BR /&gt;and you get back 'ok' you are connected.&lt;BR /&gt;For this you should be familiar with the at&lt;BR /&gt;dialing commands.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Mar 2005 08:13:30 GMT</pubDate>
    <dc:creator>Alexander M. Ermes</dc:creator>
    <dc:date>2005-03-18T08:13:30Z</dc:date>
    <item>
      <title>Testing And Configuring Modem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504346#M16694</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I had installed a modem and i want to check that this modem functions.&lt;BR /&gt;&lt;BR /&gt;Do you know a tip like windows to check that modem functions ?(Testing signals,...)&lt;BR /&gt;&lt;BR /&gt;I want to configure an analogical modem in aix 5.2 Can you give me all steps that i must do ?&lt;BR /&gt;&lt;BR /&gt;Thank's a lot.&lt;BR /&gt;Best regards.</description>
      <pubDate>Mon, 14 Mar 2005 16:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504346#M16694</guid>
      <dc:creator>Christopher_63</dc:creator>
      <dc:date>2005-03-14T16:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Testing And Configuring Modem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504347#M16695</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Should i need a driver over linux to install it?&lt;BR /&gt;Thank's a lot.</description>
      <pubDate>Mon, 14 Mar 2005 17:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504347#M16695</guid>
      <dc:creator>Christopher_63</dc:creator>
      <dc:date>2005-03-14T17:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Testing And Configuring Modem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504348#M16696</link>
      <description>Hi Christopher,&lt;BR /&gt;&lt;BR /&gt;    Hope following URL to help you.&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/Modem-HOWTO.html" target="_blank"&gt;http://www.tldp.org/HOWTO/Modem-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Mon, 14 Mar 2005 22:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504348#M16696</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-03-14T22:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Testing And Configuring Modem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504349#M16697</link>
      <description>Hi,&lt;BR /&gt;Need i a driver or the os recognize it automatically?&lt;BR /&gt;Thank's.</description>
      <pubDate>Tue, 15 Mar 2005 03:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504349#M16697</guid>
      <dc:creator>Christopher_63</dc:creator>
      <dc:date>2005-03-15T03:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Testing And Configuring Modem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504350#M16698</link>
      <description>The serial driver is part of the kernel. The name of the serial port is /dev/ttyS[0,1]. &lt;BR /&gt;&lt;BR /&gt;Serial communication programs supplied with RH linux include cu and minicom, neither of which I have used. &lt;BR /&gt;&lt;BR /&gt;You'll need to contact IBM for AIX support :-)</description>
      <pubDate>Thu, 17 Mar 2005 18:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504350#M16698</guid>
      <dc:creator>W Sanders_1</dc:creator>
      <dc:date>2005-03-17T18:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Testing And Configuring Modem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504351#M16699</link>
      <description>Hi there.&lt;BR /&gt;Check the device file for your modem.&lt;BR /&gt;Then use the 'cu' to work with it.&lt;BR /&gt;Check the man pages before,&lt;BR /&gt;but i usually do it like this :&lt;BR /&gt;&lt;BR /&gt;cu -l /dev/tty????  dir&lt;BR /&gt;&lt;BR /&gt;if you then type in &lt;BR /&gt;at&lt;BR /&gt;and you get back 'ok' you are connected.&lt;BR /&gt;For this you should be familiar with the at&lt;BR /&gt;dialing commands.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Mar 2005 08:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-and-configuring-modem/m-p/3504351#M16699</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2005-03-18T08:13:30Z</dc:date>
    </item>
  </channel>
</rss>

