From owner-freebsd-questions Wed Jul 29 16:44:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02967 for freebsd-questions-outgoing; Wed, 29 Jul 1998 16:44:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02944 for ; Wed, 29 Jul 1998 16:44:36 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.5/8.8.8) with SMTP id QAA25013; Wed, 29 Jul 1998 16:43:56 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 29 Jul 1998 16:43:55 -0700 (PDT) From: Doug White To: tom@mercia.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: stty wont change ttyd1 to be CTS/RTS In-Reply-To: <35C00946.B4C09107@star.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 29 Jul 1998, Tom Brown wrote: > Hi, > Since installing BSD, in an attempt to avoid the products of MS I have > had a mixed bag of fortunes. > > I managed to install the system with relatively few problems. However > since then I have hit a brick wall. In order to get the system > functioning as an Apache server I need to configure ppp to read the > documentation, I can't get beond login. > > In order to find out more I took a step back to see if I could perform > the most mundane of tasks by connecting an ASCI terminal (Psion 3a in > asci terminal mode) to the system. Fine I have a port (COM2) ttyd1 set > up in /dev/ttys as a standard 9600 it's 'on' and secure. > > I note that the paper manual say's to change to CTS/RTS control all I > have to do is type: > stty -f /dev/ttyid1 crtscts > My understanding from the E-Handbook is that this will change the port > to RTS/CTS control. I try and nothing has changed when i check with: > stty -a -f /dev/ttyd1. > If anyone knows what is going on here and how I can modify rc.serial to > do this as a default setting, I'd be greatful. ttyidX is the initial-settings device, while ttydX is the current settings. What's happened is that you've changed the initial settings, but the device hasn't been closed yet, so it hasn't yet assumed those new initial settings. Kill the getty running on ttyd1 and it should pick them up. you may need to hack /etc/gettytab too. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message