From owner-freebsd-questions Fri May 3 16:42:53 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA21432 for questions-outgoing; Fri, 3 May 1996 16:42:53 -0700 (PDT) Received: from dada.kaizen.net (dada.kaizen.net [206.27.236.38]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA21427 for ; Fri, 3 May 1996 16:42:48 -0700 (PDT) Received: from localhost by dada.kaizen.net via SMTP (940816.SGI.8.6.9/940406.SGI.AUTO) id TAA25725; Fri, 3 May 1996 19:40:59 -0400 Date: Fri, 3 May 1996 19:40:55 -0400 (EDT) From: Mike Newell To: Greg Laslett cc: "'questions@freebsd.org'" Subject: Re: Serial Console In-Reply-To: <01BB3991.41DC0500@dd04.thehub.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 4 May 1996, Greg Laslett wrote: > I would like to do away with my VGA card and keyboard, using a serial terminal as a console via COM1 instead. I think you'll have to have a VGA card; from what I've seen most BIOSen consider the lack of a video card to be fatal and they won't get past POST. Many modern BIOSen will let you leave off the keyboard [some require a flag be set], although older ones will generate a "Keyboard error - press F1 to continue" sort of error.... :-) > Can anyone suggest a reasonable CONFIG file to build a kernel that will do > this ? I just set "options COMCONSOLE" in my config file, built and installed the kernel, and it worked fine. You can't [surprise!] use the com1 port as a SLIP/PPP line, but who'd want to anyway? Mike