Date: Fri, 27 Jul 2001 00:06:09 +0100 (BST) From: =?iso-8859-1?q?Greg=20Quinlan?= <gwq_uk@yahoo.com> To: FreeBSD-Questions@FreeBSD.ORG Cc: FreeBSD-stable@FreeBSD.org Subject: PPPD from 4.3S to 3.5S Does not work anymore HELP!!!! - FIXED Message-ID: <20010726230609.23883.qmail@web13301.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi all, For those of you that don't subscribe to FreeBSD-Questions: It appears that "chat" for what ever reason was not reading the CONNECT when connecting using pppd. What I found was I had to comment out a line directly after the modem dialing command (ATDT<phone>)... somehow chat is now seeing a "SAY" command as a modem response???? See below the line I've commented out! # if abort=busy, return=4 # if abort=no carrier, return=5 ABORT BUSY ABORT 'NO CARRIER' # Wait 5 ticks, give the modem a chance to recover SAY "\n## START ##\n" "" \d\d\d\d\d # Expect nothing and send a reset "" ATZ SAY "\n## RESET MODEM ##" # expect an OK then dial TIMEOUT 40 OK ATS10=50&K0DTXXXXXXXX # SAY "\n## Connecting to ISP. ##" <<<<===== Had to comment out this! # expect a connect but send nothing CONNECT "" SAY "\n## Connected. ##" # FINISH Thanks Greg ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010726230609.23883.qmail>