Subject: Re: LCP timeout sending Config-Requests
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-net
Date: 12/16/2001 18:00:46
On Mon, 17 Dec 2001, Manuel Bouyer wrote:

> On Sun, Dec 16, 2001 at 09:33:16PM +0100, Martin Gerbing wrote:
> > Hello,
> >
> > I installed NetBSD 1.5.2 and after installing the pppd I tried to connect to
> > my ISP. But every time after my chat script were running the following
> > message appears and I am disconnected:
> >
> > LCP timeout sending Config-Requests
> >
> > I tried the init script:
> >
> > pppd tty01 115200 modem crtscts init "chat '' ATZ OK ATS0=1 OK"
>
> Hum, this doesn't make chat dial out, or did I miss something ?

Perhaps that should be "ATDTS=0"? Such would dial the number saved
with "at&z0=nnnnnnn&w0".

Even so, the script will start sending LCP requests while the modem is
dialing. Better to change that last OK to wait for "ONNECT" or "ogin:",
to let the terminal server answer first.

Frederick