From owner-freebsd-questions Fri Jun 20 11:59:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA18288 for questions-outgoing; Fri, 20 Jun 1997 11:59:30 -0700 (PDT) Received: from dragon.cmnsens.zoom.com (dragon.cmnsens.zoom.com [207.33.155.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA18277 for ; Fri, 20 Jun 1997 11:59:11 -0700 (PDT) Received: from cmnsens.cmnsens.zoom.com (cmnsens.cmnsens.zoom.com [207.33.155.2]) by dragon.cmnsens.zoom.com (8.8.6/8.8.6) with SMTP id LAA01521 for ; Fri, 20 Jun 1997 11:59:02 -0700 (PDT) Message-Id: <199706201859.LAA01521@dragon.cmnsens.zoom.com> From: "Mike Burgett" To: "questions@FreeBSD.ORG" Date: Fri, 20 Jun 97 11:59:03 -0700 Reply-To: "Mike Burgett" Priority: Normal X-Mailer: PMMail 1.92 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: serial console and hardware flow control (or lack thereof) Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm running a headless box, started with 2.2.2 and am now running RELENG, and I've noticed a problem running the console (/dev/ttyd0) at higher speeds. Checking the stty status, I get: speed 115200 baud; lflags: echoe echoke echoctl cflags: cs8 -parenb clocal erase status ^H ^T Try as I might (even running stty from the command line) I can't seem to get crtscts added to this port... I've tried adding it to the 'terminal' function in rc.serial, and uncommenting the terminal line at the bottom, but no dice. I've searched mailing lists, and online docs at the website, but didn't get any real hits on configuring the console port (modem configurations aplenty, and I tried to adapt it....), so if there's a good pointer to what I need to read, I'll be happy to do that, but I have to find it first. :) Thanks, Mike