From owner-freebsd-questions Wed Oct 25 14:43:42 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA19725 for questions-outgoing; Wed, 25 Oct 1995 14:43:42 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA19718 for ; Wed, 25 Oct 1995 14:43:36 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id PAA29988; Wed, 25 Oct 1995 15:45:12 -0600 Date: Wed, 25 Oct 1995 15:45:12 -0600 From: Nate Williams Message-Id: <199510252145.PAA29988@rocky.sri.MT.net> To: User Shepner Cc: freebsd-questions@freebsd.org Subject: Re: Dialin problems In-Reply-To: <199510252114.QAA05028@Eris.Manchester.EDU> References: <199510252114.QAA05028@Eris.Manchester.EDU> Sender: owner-questions@freebsd.org Precedence: bulk > I have a USR Sportster 14.4 modem connected to my FreeBSD2.0R system. The > serial ports are using the 16550 UARTS. When I dialin to there, all that > happens is I connect and never get a login prompt. I'll bet you $5 that the modem is incorrectly set to a different speed from the getty. Use tip to connect to the modem at 19200, type 'AT&Q' to get your modem to lock onto your current speed, and then type 'AT&W' to save this value into the modem. Power cycle the modem, and then stop/restart the getty (some or all of these may not be necessary). It should work fine now. Nate