Subject: Re: Debugging my modem (was Ameritrade v NetBSD1.6.0)
To: Todd Gruhn <tgruhn2@mail.com>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-users
Date: 02/08/2003 15:42:33
On Sun, 9 Feb 2003, Todd Gruhn wrote:

> Feb  8 12:30:40 gandalf pppd[326]: sent [CCP TermAck id=0x0]
> Feb  8 12:30:43 gandalf pppd[326]: CCP: timeout sending Config-Requests
> Feb  8 12:31:04 gandalf pppd[326]: Terminating on signal 2.

Try adding "noccp" to the mix. You won't get any useful compression
through "ppp" anyway.

> My modem is a 'Global Village' 33.6k/56k
>
> My dialing script is:
> exec /usr/sbin/pppd debug lock modem crtscts /dev/tty00 57600 \
> 	asyncmap a0000 asyncmap 200A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
> 	noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT
> # asyncmap 20A0000

Why two seperate "asyncmap" options, and "escape"? What is all that
for? For a typical ISP, just "asyncmap 0" should be fine.

> I was told that pppd was upgraded with NetBSD-1.6.0 will that affect
> this?

Maybe, but if there's a bug in CCP in 2.4.0, "noccp" works around it
fine.

Frederick