From owner-freebsd-bugs Mon Dec 20 8:20: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB37C152F0 for ; Mon, 20 Dec 1999 08:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA29295; Mon, 20 Dec 1999 08:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DEAB91536F; Mon, 20 Dec 1999 08:17:00 -0800 (PST) Message-Id: <19991220161700.DEAB91536F@hub.freebsd.org> Date: Mon, 20 Dec 1999 08:17:00 -0800 (PST) From: poortom@apmisc.ibm.co.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/15582: userland ppp dialup fail with AtermIT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15582 >Category: bin >Synopsis: userland ppp dialup fail with AtermIT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 20 08:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tomoyuki Niijima >Release: 3.3 >Organization: IBM Japan >Environment: FreeBSD ajisaiso 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 23:40:35 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: I don't know this is a really a bug of ppp, but it seems that the program send AT commands to quick after opens serial port while my TA is not ready to receive AT commands. >How-To-Repeat: Using default /etc/ppp/ppp.conf, change and add device, phone, authname, authkey entries, then start userland ppp to dialup. My TA returns ERROR just after ppp sends ATD command to dial. With the same environment, it works with MODEM (Microcom V.34 ES II). >Fix: One thing I found to workaround this problem is to add \\d before the first AT command in dial string to wait for a while after ppp opens serial port. set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" \\dAT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message