[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problem logging on



"Jens B. Jorgensen" <jjorgens@bdsinc.com> writes:

> Aaron Walker wrote:
> > 
> > When I try to dial my ISP, I get the following errors in my
> > /var/log/ppp.log
> > 
> > Dec 29 18:59:10 speedy chat[249]: abort on (NO CARRIER)
> > Dec 29 18:59:10 speedy chat[249]: abort on (VOICE)
> > Dec 29 18:59:10 speedy chat[249]: abort on (NO DIALTONE)
> > Dec 29 18:59:10 speedy chat[249]: send (ATDT7454342^M)
> > Dec 29 18:59:10 speedy pppd[248]: Serial connection established.
> > Dec 29 18:59:11 speedy pppd[248]: Using interface ppp0
> > Dec 29 18:59:11 speedy pppd[248]: Connect: ppp0 <--> /dev/ttyS0
> > Dec 29 18:59:14 speedy pppd[248]: Serial line is looped back.
> > Dec 29 18:59:14 speedy pppd[248]: Connection terminated.
> > Dec 29 18:59:14 speedy pppd[248]: Exit.
> > 
> > Does anyone know what this means? Thanks for whatever help you guys
> > have.
> 
> Most likely you did not make it all the way through the chat so your
> characters were getting echoed back as they do in a normal terminal
> connection.
> 

Which is most likely caused by your chat script (/etc/ppp.chatscript)
being too short - it's not even waiting for a CONNECT signal from the
modem.  pppd is trying to send configure requests immediately after
the modem has been told to dial - this causes the modem to abort the
dial, and then the modem just echoes back to pppd everything pppd is
sending (this is that "looped back" bit in the logs).  Make certain
that your /etc/ppp.chatscript contains a line like:
CONNECT   ""
This will make it wait until the modem finishes dialing and actually
connects before it tries to start up ppp.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: