<?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: MODEM CONFIGURATION in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/modem-configuration/m-p/4403426#M36194</link>
    <description>The standard PC COM ports are known in Linux OS as /dev/ttySn devices, where n is a number.&lt;BR /&gt;&lt;BR /&gt;COM1 = /dev/ttyS0&lt;BR /&gt;COM2 = /dev/ttyS1&lt;BR /&gt;... &lt;BR /&gt;&lt;BR /&gt;For the computer, a GPRS connection usually "looks like" a dial-up PPP data connection. &lt;BR /&gt;&lt;BR /&gt;The GPRS modem requires one special setting: the APN (Access Point Name) of the GPRS network you're going to use. The APN is typically set by sending a special initialization command string to the modem. &lt;BR /&gt;In a standards-compliant GPRS modem, this command string is:&lt;BR /&gt;&lt;BR /&gt;AT+cgdcont=1,"ip","&lt;APN&gt;"&lt;BR /&gt;&lt;BR /&gt;(replace &lt;APN&gt; with the correct APN for the GPRS network you're using)&lt;BR /&gt;Most modem configuration programs allow you to input custom initialization command strings. This is usually considered an "advanced" setup item, but for a GPRS modem this is a necessity.&lt;BR /&gt;&lt;BR /&gt;After the modem has received this initialization command, the actual connection is started by commanding the modem to dial to number "*99#". (Some Siemens modems might require a longer form: "*99***1#".)&lt;BR /&gt;&lt;BR /&gt;The next step is usually a standard PPP authentication. Often the GPRS network requires no authentication, because the SIM card inserted in the GPRS modem is used for user identification.&lt;BR /&gt;&lt;BR /&gt;Please see RedHat documentation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s2-networkscripts-interfaces-ppp0.html" target="_blank"&gt;http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s2-networkscripts-interfaces-ppp0.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s1-network-config-modem.html" target="_blank"&gt;http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s1-network-config-modem.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;RHEL 5 has at least three GUI tools for setting up a dial-up connection: "wvdial", "Network Administration Tool" and "kppp".&lt;BR /&gt;&lt;BR /&gt;If the GUI tool of your choice does not allow you to input a custom initialization command string for the modem, set up the connection first without it and then edit /etc/sysconfig/network-scripts/ifcfg-ppp0.&lt;BR /&gt;Add a line like this:&lt;BR /&gt;&lt;BR /&gt;INITSTRING='AT+cgdcont=1,"ip","APN"'&lt;BR /&gt;&lt;BR /&gt;DISCLAIMER: I have set up GPRS modem connection in various other Linux distributions, but never yet on RHEL 5. So I might be wrong on some details. I hope this helps anyway.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/APN&gt;&lt;/APN&gt;</description>
    <pubDate>Sun, 19 Apr 2009 02:51:49 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-04-19T02:51:49Z</dc:date>
    <item>
      <title>MODEM CONFIGURATION</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modem-configuration/m-p/4403425#M36193</link>
      <description>Can any one help me,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1&amp;gt; How to configure a GPRS modem in redhat enterprise linux 5  connected in com port.&lt;BR /&gt;&lt;BR /&gt;Thanking in advance ,&lt;BR /&gt;Regards,&lt;BR /&gt;Anoop.</description>
      <pubDate>Sat, 18 Apr 2009 07:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modem-configuration/m-p/4403425#M36193</guid>
      <dc:creator>Anoop R Nath</dc:creator>
      <dc:date>2009-04-18T07:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: MODEM CONFIGURATION</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modem-configuration/m-p/4403426#M36194</link>
      <description>The standard PC COM ports are known in Linux OS as /dev/ttySn devices, where n is a number.&lt;BR /&gt;&lt;BR /&gt;COM1 = /dev/ttyS0&lt;BR /&gt;COM2 = /dev/ttyS1&lt;BR /&gt;... &lt;BR /&gt;&lt;BR /&gt;For the computer, a GPRS connection usually "looks like" a dial-up PPP data connection. &lt;BR /&gt;&lt;BR /&gt;The GPRS modem requires one special setting: the APN (Access Point Name) of the GPRS network you're going to use. The APN is typically set by sending a special initialization command string to the modem. &lt;BR /&gt;In a standards-compliant GPRS modem, this command string is:&lt;BR /&gt;&lt;BR /&gt;AT+cgdcont=1,"ip","&lt;APN&gt;"&lt;BR /&gt;&lt;BR /&gt;(replace &lt;APN&gt; with the correct APN for the GPRS network you're using)&lt;BR /&gt;Most modem configuration programs allow you to input custom initialization command strings. This is usually considered an "advanced" setup item, but for a GPRS modem this is a necessity.&lt;BR /&gt;&lt;BR /&gt;After the modem has received this initialization command, the actual connection is started by commanding the modem to dial to number "*99#". (Some Siemens modems might require a longer form: "*99***1#".)&lt;BR /&gt;&lt;BR /&gt;The next step is usually a standard PPP authentication. Often the GPRS network requires no authentication, because the SIM card inserted in the GPRS modem is used for user identification.&lt;BR /&gt;&lt;BR /&gt;Please see RedHat documentation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s2-networkscripts-interfaces-ppp0.html" target="_blank"&gt;http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s2-networkscripts-interfaces-ppp0.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s1-network-config-modem.html" target="_blank"&gt;http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s1-network-config-modem.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;RHEL 5 has at least three GUI tools for setting up a dial-up connection: "wvdial", "Network Administration Tool" and "kppp".&lt;BR /&gt;&lt;BR /&gt;If the GUI tool of your choice does not allow you to input a custom initialization command string for the modem, set up the connection first without it and then edit /etc/sysconfig/network-scripts/ifcfg-ppp0.&lt;BR /&gt;Add a line like this:&lt;BR /&gt;&lt;BR /&gt;INITSTRING='AT+cgdcont=1,"ip","APN"'&lt;BR /&gt;&lt;BR /&gt;DISCLAIMER: I have set up GPRS modem connection in various other Linux distributions, but never yet on RHEL 5. So I might be wrong on some details. I hope this helps anyway.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/APN&gt;&lt;/APN&gt;</description>
      <pubDate>Sun, 19 Apr 2009 02:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modem-configuration/m-p/4403426#M36194</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-04-19T02:51:49Z</dc:date>
    </item>
  </channel>
</rss>

