From owner-freebsd-questions Sun Apr 23 7:54:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mcfeely.interaccess.com (mcfeely.interaccess.com [207.208.133.3]) by hub.freebsd.org (Postfix) with ESMTP id 98FA137B8C4 for ; Sun, 23 Apr 2000 07:54:17 -0700 (PDT) (envelope-from gstevens@interaccess.com) Received: from pavilion (blue3pool165.mcleod.interaccess.com [204.148.84.165]) by mcfeely.interaccess.com (8.9.0/8.9.0) with SMTP id JAA10360 for ; Sun, 23 Apr 2000 09:54:15 -0500 (CDT) From: "Greg Stevens" To: Subject: Can't get PPP to talk to Modem Date: Sun, 23 Apr 2000 09:56:44 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to dial manually with PPP per the example in the FreeBSD Handbook, pp. 346. After entering terminal mode, PPP won't let me enter Hayes commands (no echo) although I can execute PPP commands beginning with "~". ppp.log sequence is at the end of this message. Note the line "/dev/cuaa1 doesn't support CD" which seems kind of weird if CD means 'carrier detect' since there is not supposed to be any CD at that stage. In fact, I verified via stty that the clocal flag was set by ppp. I'll appreciate any help you can offer to help me talk to my modem. Here is the ppp.log: Apr 23 07:44:01 ppp[312]: Phase: Using interface: tun0 Apr 23 07:44:01 ppp[312]: Phase: deflink: Created in closed state Apr 23 07:44:01 ppp[312]: tun0: Command: default: set speed 115200 Apr 23 07:44:01 ppp[312]: tun0: Command: default: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT OK-AT-OK ATE1Q0 OK \dATDT\T TIMEOUT 40 CONNECT Apr 23 07:44:01 ppp[312]: tun0: Command: default: set timeout 120 Apr 23 07:44:01 ppp[312]: tun0: Command: default: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 Apr 23 07:44:01 ppp[312]: tun0: Command: default: add default HISADDR Apr 23 07:44:01 ppp[312]: tun0: Command: default: enable dns Apr 23 07:44:01 ppp[312]: tun0: Phase: PPP Started (interactive mode). Apr 23 07:44:03 ppp[312]: tun0: Command: /dev/tty: term Apr 23 07:44:03 ppp[312]: tun0: Phase: bundle: Establish Apr 23 07:44:03 ppp[312]: tun0: Phase: deflink: closed -> opening Apr 23 07:44:03 ppp[312]: tun0: Phase: deflink: Connected! Apr 23 07:44:03 ppp[312]: tun0: Phase: deflink: opening -> carrier Apr 23 07:44:04 ppp[312]: tun0: Phase: deflink: /dev/cuaa1 doesn't support CD Apr 23 07:44:04 ppp[312]: tun0: Phase: deflink: carrier -> ready Apr 23 07:50:27 ppp[312]: tun0: Command: /dev/tty: quit Apr 23 07:50:27 ppp[312]: tun0: Phase: deflink: Disconnected! Apr 23 07:50:27 ppp[312]: tun0: Phase: deflink: Connect time: 384 secs: 0 octets in, 0 octets out Apr 23 07:50:27 ppp[312]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Sun Apr 23 07:50:27 2000 Apr 23 07:50:27 ppp[312]: tun0: Phase: deflink: ready -> closed Apr 23 07:50:27 ppp[312]: tun0: Phase: bundle: Dead Apr 23 07:50:27 ppp[312]: tun0: Phase: PPP Terminated (normal). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message