From owner-freebsd-questions Thu Apr 25 07:59:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14800 for questions-outgoing; Thu, 25 Apr 1996 07:59:11 -0700 (PDT) Received: from lenzi ([200.247.248.103]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA14762 for ; Thu, 25 Apr 1996 07:59:00 -0700 (PDT) Received: (from lenzi@localhost) by lenzi (8.6.12/8.6.12) id LAA02073; Thu, 25 Apr 1996 11:48:49 -0300 Date: Thu, 25 Apr 1996 11:48:49 -0300 (EST) From: "Lenzi, Sergio" X-Sender: lenzi@lenzi To: Steve Prentice cc: freebsd-questions@freebsd.org Subject: Re: Modem Problems! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 24 Apr 1996, Steve Prentice wrote: > I have 3 modems. Two externals, and one internal. The internal works > fine, but the two externals only spit out garbage when being used as > dialup modems. They work fine as dial-out modems, but not as dialin. > The modems all used to work, then they stopped, so I know they will > work. I noticed that sometimes when I type stty -f /dev/ttyd0 115200 > speed 115200, the speed stays set at 9600. In ttys, I have it set to > std.115200 for all the modems, and this setting has worked for a couple > months fine. Any ideas? > Hello Steve Prentice. May be your modens need to reconfigure, generaly, it needs a command as: AT&c1&d2s0=1&w. this must be given at the speed the modem will operate. so, I use kermit program to do that. Hope this will help.