<?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: Connecting to Internet via PCMCIA Modem card in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/connecting-to-internet-via-pcmcia-modem-card/m-p/2609730#M79413</link>
    <description>This could have nothing to do with the PCMCIA element of this. It may just be that the modem is not recognising the dialtone.&lt;BR /&gt;&lt;BR /&gt;This can be if you have either a non-standard dialtone frequency (for example if you are going through a PABX), or you have got subscriber services that modify the dialtone (like making it a broken dial tone).&lt;BR /&gt;&lt;BR /&gt;You can get most modems to ignore the wait for dialtone. This is done by putting the X3 command somewhere in the modem setup or dial string for the modem. Unfortunatly, I do not know how to break in to the modem strings in the RedHat Internet Dialer. I can in KPPP by adding it to the string to set the speaker volume.&lt;BR /&gt;&lt;BR /&gt;Perhaps someone else can provide more information here.</description>
    <pubDate>Thu, 08 Nov 2001 16:13:12 GMT</pubDate>
    <dc:creator>Peter Gathercole</dc:creator>
    <dc:date>2001-11-08T16:13:12Z</dc:date>
    <item>
      <title>Connecting to Internet via PCMCIA Modem card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connecting-to-internet-via-pcmcia-modem-card/m-p/2609728#M79411</link>
      <description>Hi Everyone&lt;BR /&gt;&lt;BR /&gt;I've recently installed RH Linux 7.2 onto a Compaq Armada which has a PCMCIA network and modem card (2 in 1) installed. &lt;BR /&gt;The PCMCIA card services seem to be working properly as I get two beeps upon powering the notebook. I've created a dial up connection using the RH configuration (wizard) utility and when I clicked on the debug in order to test the connection I got a DialTone not detected. My problem is this. How can I edit the modem script so that my PCMCIA modem will detect a dialtone? Or what else must be done. The wizard detected my modem as ttys3&lt;BR /&gt;Any help would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Pierre&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Nov 2001 09:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connecting-to-internet-via-pcmcia-modem-card/m-p/2609728#M79411</guid>
      <dc:creator>Pierre M. Camilleri</dc:creator>
      <dc:date>2001-11-08T09:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Internet via PCMCIA Modem card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connecting-to-internet-via-pcmcia-modem-card/m-p/2609729#M79412</link>
      <description>RH used to have problems with such combo cards, usually the network part works OK but modem, even though correctly detected, not.  So first verify if the modem really works.  I use minicom for this (a console comm proggie).  Make minicom use ttyS3 and the correct baud rate (usually 115200bps works fine for PCMCIA modems), parity, stop bits etc.  Then issue an AT command in the minicom window - the modem should respond with 'OK'.  If it does, then the script may indeed be broken.  &lt;BR /&gt;&lt;BR /&gt;If the modem does not respond with 'OK' (or you don't even see 'AT' echoed on the screen) then the problem most probably lies in the kernel or the modem's pcmcia driver.  My approach is to use the kernel from ftp.kernel.org, not from the distribution (and RH is known for changing the original kernel), and the separate, latest pcmcia_cs package.  When I configure the new kernel (BTW, it's a good idea to customize the kernel for the machine it is run on, to get rid of all those never used drivers) I disable the built-in pcmcia support (if we're talking 2.4.x kernels) so it does not conflict with pcmcia_cs.  The critical thing is to enable IRQ sharing for serial devices (CONFIG_SERIAL_SHARE_IRQ) - I could not make the modem part of my Xircom lan/modem combo card work with this setting disabled.  I recommend reading PCMCIA-HOWTO - it contains a lot of useful information about installation, configuration and troubleshooting of pcmcia.&lt;BR /&gt;&lt;BR /&gt;HTH (and not too many parentheses ;-)&lt;BR /&gt;Marcin&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Nov 2001 12:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connecting-to-internet-via-pcmcia-modem-card/m-p/2609729#M79412</guid>
      <dc:creator>Marcin Golembski_1</dc:creator>
      <dc:date>2001-11-08T12:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Internet via PCMCIA Modem card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connecting-to-internet-via-pcmcia-modem-card/m-p/2609730#M79413</link>
      <description>This could have nothing to do with the PCMCIA element of this. It may just be that the modem is not recognising the dialtone.&lt;BR /&gt;&lt;BR /&gt;This can be if you have either a non-standard dialtone frequency (for example if you are going through a PABX), or you have got subscriber services that modify the dialtone (like making it a broken dial tone).&lt;BR /&gt;&lt;BR /&gt;You can get most modems to ignore the wait for dialtone. This is done by putting the X3 command somewhere in the modem setup or dial string for the modem. Unfortunatly, I do not know how to break in to the modem strings in the RedHat Internet Dialer. I can in KPPP by adding it to the string to set the speaker volume.&lt;BR /&gt;&lt;BR /&gt;Perhaps someone else can provide more information here.</description>
      <pubDate>Thu, 08 Nov 2001 16:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connecting-to-internet-via-pcmcia-modem-card/m-p/2609730#M79413</guid>
      <dc:creator>Peter Gathercole</dc:creator>
      <dc:date>2001-11-08T16:13:12Z</dc:date>
    </item>
  </channel>
</rss>

