From owner-freebsd-questions Sat Apr 27 10:49:08 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26996 for questions-outgoing; Sat, 27 Apr 1996 10:49:08 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA26990 for ; Sat, 27 Apr 1996 10:49:05 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0uDE5T-000QYJC; Sat, 27 Apr 96 19:47 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id TAA27181; Sat, 27 Apr 1996 19:45:50 +0200 Message-Id: <199604271745.TAA27181@allegro.lemis.de> Subject: Re: modem debugging. To: doug@carbine.holster.demos.com (Douglas Jackson) Date: Sat, 27 Apr 1996 19:35:13 +0200 (MET DST) Cc: FreeBSD-Questions@freebsd.org In-Reply-To: <3180701E.41C67EA6@carbine.holster.demos.com> from "Douglas Jackson" at Apr 25, 96 11:41:34 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Douglas Jackson writes: > > I'm having trouble dialing in to my system. It's 2.1-RELEASE. > > I've an internal modem, which i've configured for auto-answer, according to the > handbook. It does answer, and the modem on the calling end announces a 14400, > reliable connection. > > The system signs on, and I can enter my login name, which echos to me. > Then the password: prompt appears. I can type anything, including cr, and nothing > happens, not even a login failure. Pressing ^j gives login failure, even with > a good password. > > If I "tip /dev/modem", and then dial in, everything connects, and I can type > end-to-end with no troubles. > > I'm running rc.serial, with a "modem 3" statement. > > Any tips will be appreciated. As you obviously suspect, the first place to look is at the control character settings. While you're trying to enter the password, do a stty -f /dev/modem -a from another terminal and check what it shows. Probably the information will tell you what the problem is--otherwise let me know and I'll try to guess. Greg