On Wed, 03 Oct 2007, in the Usenet newsgroup comp.os.linux.networking, in
article <(E-Mail Removed) om>,
(E-Mail Removed) wrote:
NOTE: Posting from groups.google.com (or some web-forums) dramatically
reduces the chance of your post being seen. Find a real news server.
[I wrote]
>> The 'No Carrier' message means that the modem heard a dial-tone, was
>> able to dial, and (depending on how long it took for the message to
>> appear) EITHER there wasn't a modem _detected_ on the other end
>> (which may be an incorrect modem initialization string) OR those crap
>> tools you are trying to use is looking for a 'Login:' prompt, and the
>> ISP is hanging up the phone because you aren't a starting ppp
>> connection immediately.
>
>You're right about the init string . . . it's AT&F rather than ATZ.
>Dang it, why didn't I check that first . . . .
AT&F (normally shorthand for AT&F0) is used by a lot of modem
manufacturers as the "reset to factory defaults" string. Some modems
actually want something else (USR wants 'AT&F1' to get hardware flow
control, rather than XON/XOFF). ATZ is rather iffy, as it means
setting the modem to some 'saved' setting (see AT&Wn). Now, what was
save to NVRAM? Who knows.
>And yes, wvdial and kppp are terrible. I'll try minicom or something
>rather. The 'no carrier' message appears right after "Initializing
>Modem . . .", before it even gets to dialing.
That doesn't sound right - Before dialing, it should be complaining
about the lack of dial-tone, or the application should be complaining
that it can't talk to the modem. The 'No Carrier' message should not
occur there, as carrier (the two modems screaming at each other) hasn't
occurred yet. Shouldn't be expecting to hear carrier until you've at
least dialed the number, and not received a Busy tone.
>Okay, I'll try that and replace the "kawk" up there with my username.
That script was originally developed in the mid-1990s, and except for
changing the username and telephone number, has been working with at
least four different modems and (for me) six different ISPs. It's
about as generic as you can get.
Old guy