From owner-freebsd-hackers Sat Jul 29 15:48:24 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id PAA02511 for hackers-outgoing; Sat, 29 Jul 1995 15:48:24 -0700 Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id PAA02504 for ; Sat, 29 Jul 1995 15:48:23 -0700 Received: from UUCP-GW.CC.UH.EDU (UUCP-GW.CC.UH.EDU [129.7.1.11]) by mail.barrnet.net (8.6.10/MAIL-RELAY-LEN) with SMTP id NAA18245 for ; Sat, 29 Jul 1995 13:17:03 -0700 Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA20052 (5.67a/IDA-1.5 for freebsd.org!hackers); Sat, 29 Jul 1995 14:43:38 -0500 Received: by bonkers.taronga.com (smail2.5p) id AA04081; 29 Jul 95 14:01:44 CDT (Sat) Received: (from peter@localhost) by bonkers.taronga.com (8.6.11/8.6.6) id OAA04078; Sat, 29 Jul 1995 14:01:44 -0500 Date: Sat, 29 Jul 1995 14:01:44 -0500 From: Peter da Silva Message-Id: <199507291901.OAA04078@bonkers.taronga.com> To: hackers@FreeBSD.org Subject: Re: dial up at > 9600 baud References: <9507241827.AA07622@cs.weber.edu> Sender: hackers-owner@FreeBSD.org Precedence: bulk In article , =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= aka "Andrey A. Chernov, Black Mage" wrote: >There is no error in the driver or in getty. >Solution for it already exists: >1) Configure modem to gettytab speed and issue AT&W. >2) Configure modem to do ATZ on DTR drop. Run this after dialout: "( stty 38400 ; echo AAAT ) > /dev/cuawhatever" You *don't* want to sent AT&W to the modem, ever, unless preceded by ATZ and whatever setting *changes* you want. If it needs an AT&W, then send this: stty 38400; echo AAAT; sleep 1; echo ATZ; sleep 1; echo AAAT&W (or better: chat AAAT OK-AAAT-OK ATZ OK-AAAT-OK AT&W OK AAAT&W so you don't chance sending an AT&W at the wrong time)