Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- General
- >
- Connecting to Internet via PCMCIA Modem card
General
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-08-2001 01:10 AM
11-08-2001 01:10 AM
Connecting to Internet via PCMCIA Modem card
Hi Everyone
I've recently installed RH Linux 7.2 onto a Compaq Armada which has a PCMCIA network and modem card (2 in 1) installed.
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
Any help would be much appreciated.
TIA
Pierre
I've recently installed RH Linux 7.2 onto a Compaq Armada which has a PCMCIA network and modem card (2 in 1) installed.
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
Any help would be much appreciated.
TIA
Pierre
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-08-2001 04:46 AM
11-08-2001 04:46 AM
Re: Connecting to Internet via PCMCIA Modem card
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.
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.
HTH (and not too many parentheses ;-)
Marcin
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.
HTH (and not too many parentheses ;-)
Marcin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-08-2001 08:13 AM
11-08-2001 08:13 AM
Re: Connecting to Internet via PCMCIA Modem card
This could have nothing to do with the PCMCIA element of this. It may just be that the modem is not recognising the dialtone.
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).
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.
Perhaps someone else can provide more information here.
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).
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.
Perhaps someone else can provide more information here.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP