From owner-freebsd-isp Mon Nov 11 14:18:45 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14899 for isp-outgoing; Mon, 11 Nov 1996 14:18:45 -0800 (PST) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA14880; Mon, 11 Nov 1996 14:18:34 -0800 (PST) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id QAA19966; Mon, 11 Nov 1996 16:16:24 -0600 From: Joe Greco Message-Id: <199611112216.QAA19966@brasil.moneng.mei.com> Subject: Re: PPP/LCP sensing getty To: neal@pernet.net (Neal Rigney) Date: Mon, 11 Nov 1996 16:16:24 -0600 (CST) Cc: jgreco@brasil.moneng.mei.com, john@starfire.mn.org, hackers@freebsd.org, freebsd-isp@freebsd.org In-Reply-To: from "Neal Rigney" at Nov 11, 96 03:17:35 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I tried using the patches, but they have one small problem. My modems > stupidly send a connect message in a way that getty sees as a username. > So it sits at Password: waiting for test, but only getting LCP. The other > times I got it to work(with different modems), it worked like a charm. Turn off result codes. ATZ ATQ1&W Also set the modem to do a reset on DTR transition. Then if you need to dial out, you can use "ATQ0" in your dial string to force the modem to provide result codes for the dialer program. No modem I have ever seen works out of the box correctly with a UNIX host for both in- and outdial applications. ... JG