From owner-freebsd-hackers Sat Mar 30 23:29:38 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA05707 for hackers-outgoing; Sat, 30 Mar 1996 23:29:38 -0800 (PST) Received: from mramirez.sy.yale.edu (mramirez.sy.yale.edu [130.132.57.207]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA05700 for ; Sat, 30 Mar 1996 23:29:16 -0800 (PST) Received: (from mrami@localhost) by mramirez.sy.yale.edu (8.6.12/8.6.9) id CAA06192; Sun, 31 Mar 1996 02:28:40 -0500 Date: Sun, 31 Mar 1996 02:28:38 -0500 (EST) From: Marc Ramirez Reply-To: mrami@minerva.cis.yale.edu To: hackers@freebsd.org Subject: line settings for comconsole Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Okay, I set up a FreeBSD box as a firewall, and for the console I have an old LA100 that wants to speak 7-E-1, and, no, I can't change it. :) I have the printer working, so long as I do this in /etc/rc.serial: stty it_in.c_iflag = TTYDEF_IFLAG; --- > com->it_in.c_iflag = TTYDEF_IFLAG | IXOFF; 621c621 < com->it_in.c_cflag = TTYDEF_CFLAG | CLOCAL; --- > com->it_in.c_cflag = CREAD | CS7 | HUPCL | PARENB | CLOCAL; This seems to have no effect, even though I would at least expect the (CS7|PARENB) to clear up the parity errors. What else must I modify, o gurus? Marc. -- Every four seconds a woman has a baby. Our problem is to find this woman and stop her.