From owner-freebsd-questions Wed Sep 20 19:02:44 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA03468 for questions-outgoing; Wed, 20 Sep 1995 19:02:44 -0700 Received: from MediaCity.com ([205.216.172.10]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA03455 for ; Wed, 20 Sep 1995 19:02:41 -0700 Received: (from brian@localhost) by MediaCity.com (8.6.11/8.6.9) id TAA21057; Wed, 20 Sep 1995 19:03:15 -0700 From: Brian Litzinger Message-Id: <199509210203.TAA21057@MediaCity.com> Subject: Still not quite there on serial console To: davidg@Root.COM Date: Wed, 20 Sep 1995 19:03:14 -0700 (PDT) Cc: brian@MediaCity.com, freebsd-questions@freebsd.org In-Reply-To: <199509210145.SAA05371@corbin.Root.COM> from "David Greenman" at Sep 20, 95 06:45:45 pm X-Mailer: ELM [version 2.4 PL24 ME7a] Content-Type: text Content-Length: 699 Sender: owner-questions@freebsd.org Precedence: bulk > The auto keyboard probe/serial console selector was disabled when it was > found to cause problems on some machines. ...That's why you now have to > hardwire it with FORCE_COMCONSOLE. OK. I cd /sys/i386/boot/biosboot vi Makefile # uncommented CFLAGS+= -DFORCE_COMCONSOLE make clean make make install cd /usr/mdec disklabel -B -b boot1 -s boot2 sd0 fastboot Still comes out on the VGA display. I also compiled a kernel with COMCONSOLE and much of the console data comes out on the serial port, however, the boot: still only shows up on the VGA. Any ideas? I'm running with the FreeBSD Boot Manager. Does that make any difference? Thanks, Brian Litzinger brian@easynet.com