Subject: Re: modem, pppd
To: emanuel stiebler <emu@ecubics.com>
From: Tobias Anderberg <tobias.anderberg@axis.com>
List: port-i386
Date: 10/30/2001 10:15:57
emanuel stiebler wrote:

> Sean Davis wrote:
>
> > ie. in the isp file,
> > /dev/tty00 38400 crtscts local
> > netmask 255.255.255.255
> > persist noauth nolog defaultroute
> > noproxyarp
> > connect '/usr/sbin/chat -v -f /etc/ppp/peers/chat-isp'
>
> > > [date/time]...... Connect: ppp0 <--> /dev/tty00
> > > [date/time]...... Warning - secret file /etc/ppp/pap-secrets has world and/or group acces
> > > [date/time]...... Serial line is looped back.
> > > [date/time]...... Connection terminated.
>
> So, any ideas ?

This error usually happens when pppd receives too manu LCP-Config Nak
packets (10+). Often this means that the peer isn't running PPP and
pppd is receiving it's own packets echoed back, which in turn
indicates some error in the chatscript.

> ABORT "NO CARRIER"
> ABORT "VOICE"
> ABORT "BUSY"
> ABORT "NO DIALTONE"
> ABORT "FAX"
> ""ATZ
> OK ATDTxxxxxxxxx

Add CONNECT \d\c here and see if that helps.

/tba