It looks like you are not succeeding in getting PPP to start up on the
other end (at your ISP). That in turn probably *is* a chat script
problem. It's hard to tell since you are not logging the LCP message
traffic. To do that, you have to modify your /etc/syslog.conf and change
it to log messages from facility "daemon" of level "debug". Your log
looks like you have only level "info". Then it will be a lot clearer
what is going on.

I suggest you try connecting with minicom. See what you have to do to
get them send the initial LCP configuration request (which in minicom
will look like "garbage" beginning with a tilde character and containing
numerous right brace characters). Then tune your chat script (check the
chat man page) to mimic whatever you had to do in minicom to get this to
happen. Also, it would probably help if you would add "-v" to your chat
command so that your log will show exactly what's going on in the chat
phase.

Since you are just trying to connect to an ISP, you could try the
alternative of wvdial, which does not use chat at all (it actually makes
decisions based on what it sees coming from the other end, while chat,
by design, fails if it doesn't see what it is scripted to expect. wvdial
is at:
http://www.worldvisions.ca/wvdial/

-- David

Anupa Kelkar wrote:
> 
> I am trying to dial out to my ISP via a Zoom V.90 plug-and-play modem. I
> have read the FAQ, README etc. I am running RedHat 5.0 if matters.
> My chat script seems to work ok. After logging in I get the following in my
> syslog.
> What am I doing wrong? Is my ISP the problem?
> 
> Thanks
> - Anupa.
> 
> r 11 22:36:00 localhost kernel: PPP: version 2.2.0 (dynamic channel
> allocation)
> Mar 11 22:36:00 localhost kernel: PPP Dynamic channel
> allocation code copyright 1995 Caldera, Inc.
> Mar 11 22:36:00 localhost
> kernel: PPP line discipline registered.
> Mar 11 22:36:09 localhost kernel:
> registered device ppp0
> Mar 11 22:36:09 localhost kernel: ppp_tty_ioctl: set
> flags to 190000
> Mar 11 22:36:09 localhost kernel: ppp_tty_ioctl: set flags
> to 190000
> Mar 11 22:36:09 localhost kernel: ppp_tty_ioctl: set
> xasyncmap
> Mar 11 22:36:09 localhost kernel: ppp_tty_ioctl: set xmit
> asyncmap ffffffff
> Mar 11 22:36:09 localhost kernel: ppp_tty_ioctl: set
> flags to 190000
> Mar 11 22:36:09 localhost kernel: ppp_tty_ioctl: set mru to
> 5dc
> Mar 11 22:36:09 localhost kernel: ppp_tty_ioctl: set rcv asyncmap
> ffffffff
> Mar 11 22:36:09 localhost kernel: ppp_tty_ioctl: set flags to
> 190000
> Mar 11 22:36:09 localhost pppd[356]: Using interface ppp0
> Mar 11
> 22:36:09 localhost pppd[356]: Connect: ppp0 <--> /dev/cua2
> Mar 11 22:36:39
> localhost pppd[356]: LCP: timeout sending Config-Requests
> Mar 11 22:36:39
> localhost pppd[356]: Connection terminated.
> Mar 11 22:36:39 localhost
> pppd[356]: Receive serial link is not 8-bit clean:
> Mar 11 22:36:39
> localhost pppd[356]: Problem: all had bit 7 set to 0
>

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to