From owner-freebsd-questions Mon Aug 7 2:48:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id D661737BD5C for ; Mon, 7 Aug 2000 02:48:52 -0700 (PDT) (envelope-from willem@snoopy.brwn.org) Received: by snoopy.brwn.org (Postfix, from userid 1001) id B596C1D9B; Mon, 7 Aug 2000 11:48:49 +0200 (SAST) Date: Mon, 7 Aug 2000 11:48:49 +0200 From: Willem Brown To: XeXeN Cc: freebsd-questions@freebsd.org Subject: Re: problems with ppp/chat Message-ID: <20000807114848.B86037@snoopy.brwn.org> References: <000a01bfffff$38273460$0200a8c0@xexen.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000a01bfffff$38273460$0200a8c0@xexen.com>; from xexen@writeme.com on Sun, Aug 06, 2000 at 06:36:58PM -0500 X-Public-Key: http://willem.brwn.org/pubkey.txt X-Chat-Server: http://chat.brwn.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Try enabling some debugging. add a debug in the options file and change the chat -f to chat -vf It will log all the chat commands to /var/log/messages, I think. On Sun, Aug 06, 2000 at 06:36:58PM -0500, XeXeN wrote: > Im trying to get Kernel PPP setup on my box, I keep running to a problem, when I run pppd, my modem doesn't dial, but if I use kppp it does, also if I just use kppp's terminal and type AT it responds OK then I type ATDT####### it then dials my ISP, I don't understand why chat isnt dialing. Here are my options and dial script. > > options: > > /dev/cuaa0 57600 > crtscts > connect "/usr/bin/chat -f /etc/ppp/login.chat.script" > modem > persist > domain intersurf.com > : > defaultroute > > --------------------------------------------------------------------------- > login.chat.script: > > # this is all on one line > > ABORT BUSY ABORT 'NO CARRIER' "" ATZ OK > ATDT####### CONNECT "" TIMEOUT 10 > ogin:-\\r-ogin: TIMEOUT 5 sword: Shouldn't the double quotes be single quotes? The man page for chat only mentions double quotes when you use the SAY command to print progress messages. Check the log files after you enabled the debugging options in the options file for ppp and chat. iow. ABORT BUSY ABORT 'NO CARRIER' '' ATZ OK ATDT####### CONNECT '' TIMEOUT 10 ogin:-\\r-ogin: TIMEOUT 5 sword: > > Any help would be appreciated, as usual Best regards Willem Brown -- /* =============================================================== */ /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ /* =============================================================== */ I've already got a female to worry about. Her name is the Enterprise. -- Kirk, "The Corbomite Maneuver", stardate 1514.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message