From owner-freebsd-questions Mon Nov 3 23:24:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA18850 for questions-outgoing; Mon, 3 Nov 1997 23:24:26 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA18845 for ; Mon, 3 Nov 1997 23:24:23 -0800 (PST) (envelope-from fullermd@futuresouth.com) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by freefall.freebsd.org (8.8.6/8.8.5) with ESMTP id XAA20361 for ; Mon, 3 Nov 1997 23:23:13 -0800 (PST) Received: from shell.futuresouth.com (mail.futuresouth.com [207.141.254.21]) by shell.futuresouth.com (8.8.5/8.8.5) with SMTP id BAA24499; Tue, 4 Nov 1997 01:24:08 -0600 (CST) Date: Tue, 4 Nov 1997 01:24:08 -0600 (CST) From: "Matthew D. Fuller" To: Doug White cc: "Fiore, William" , support@cdrom.com, questions@freebsd.com Subject: Re: vt100 on serial port doesnt work In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Nov 1997, Doug White wrote: > On Mon, 3 Nov 1997, Fiore, William wrote: > > > I changed the ttys file from off to on > > and changed secure to insecure > > then rebooted....but no getty is started and > > 'the vt100 doesnt get a logon...what am I doing wrong? > > kill -HUP 1 Ha ha! VT100's rule!!! I have 2 at home, and one is permanently hooked into my box. 1st, VT100's are generally too stupid to assert carrier detect, so you'll need to put an entry into /etc/gettytab like this: hw.9600:\ :hw:tc=9600-baud: (BTW, I have a cheap serial cable, so I had to change these to 4800 baud) And then put an entry in /etc/ttys like this: cuaa0 "/usr/libexec/getty hw.4800" vt100 on ^^^^ (change this to 9600 if you have a good serial cable) Of course, it's on the first serial port, so change that for which ever you're installing it on. THEN kill -HUP 1, and you should be in business!! I have my VT100 right by my bed so I don't even have to get out of bed to check my email.... *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*