From owner-freebsd-questions Thu Sep 14 15:38:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from psg.com (psg.com [147.28.0.62]) by hub.freebsd.org (Postfix) with ESMTP id 1FFC137B423 for ; Thu, 14 Sep 2000 15:38:13 -0700 (PDT) Received: from uucp by psg.com with local-rmail (Exim 3.16 #1) id 13Zhe0-000CY8-00 for FreeBSD-questions@freebsd.org; Thu, 14 Sep 2000 15:38:12 -0700 Received: from ttyd0.liberia.nsrc.org ([10.0.1.1]) by liberia.nsrc.org with esmtp (Exim 3.13 #1) id 13ZgM9-0002O4-00; Thu, 14 Sep 2000 21:15:41 +0000 User-Agent: Microsoft Outlook Express Macintosh Edition - 5.01 (1630) Date: Thu, 14 Sep 2000 21:17:23 +0000 Subject: Modem - Intel 144 From: Greg Kintz To: Cc: "Steven G. Huter" , Randy Bush , Brian Candler Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having problems with an Intel 144/144e modem. The computer is not connected to a network. I'm running, Free BSD 3.4 RELEASE (GENERIC) #0. After entering ppp mode, I type term, and the TR light on the modem lights up, indicating that there is communication happening. But, the terminal freezes at that point. No matter what I type, AT, at, ?, ctrl-C, nothing happens. I have to end up killing the process to continue. Below is what I typed and the responses. (My typing is in .) # Working in interactive mode Using interface: tun0 ppp ON> def link entering terminal mode on /dev/cuaa0 Type "?" for help If I type dial at the ppp ON> prompt, there is a long delay, then it replies "Warning: Chat script failed". Below is the contents of the /etc/ppp/ppp.conf file. Greg Kintz -------------------- set device /dev/cuaa0 set log Phase Chat LCP IPCP CCP tun command set speed 19200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 120 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR enable dns papchap: # # edit the next three lines and replace the items in caps with # the values which have been assigned by your ISP. # set phone PHONE set authname USERNAME set authkey PASSWORD install: set speed 19200 set device /dev/cuaa0 set ifaddr 223.147.37.2 10.0.0.1 set timeout 0 enable dns set log local phase set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set login set authname XXX set authkey adjfkjfkdj set phone 226278 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message