From owner-freebsd-questions@FreeBSD.ORG Mon Feb 26 22:10:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97F7516A54F for ; Mon, 26 Feb 2007 22:10:40 +0000 (UTC) (envelope-from jbronson@wixb.com) Received: from outbound.mailhop.org (outbound.mailhop.org [63.208.196.171]) by mx1.freebsd.org (Postfix) with ESMTP id B936E13C642 for ; Mon, 26 Feb 2007 22:10:32 +0000 (UTC) (envelope-from jbronson@wixb.com) Received: from adsl-69-210-76-143.dsl.milwwi.ameritech.net ([69.210.76.143] helo=cheyenne.sixcompanies.com) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HLo3B-000KrJ-J8; Mon, 26 Feb 2007 17:10:29 -0500 Received: from coors.sixcompanies.com (coors.sixcompanies.com [10.43.82.5]) by cheyenne.sixcompanies.com (8.14.0/8.14.0) with ESMTP id l1QMAStZ034720; Mon, 26 Feb 2007 16:10:28 -0600 (CST) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 69.210.76.143 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: lonebandit Message-Id: <200702262210.l1QMAStZ034720@cheyenne.sixcompanies.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Mon, 26 Feb 2007 16:10:28 -0600 To: Noah From: "J.D. Bronson" In-Reply-To: <45E35741.5010301@enabled.com> References: <45E35741.5010301@enabled.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: User Questions Subject: Re: configuring console on 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2007 22:10:40 -0000 At 01:55 PM 2/26/2007 -0800, Noah wrote: >running 6.2 > >I am trying to get the console DB9 port to work. I want to be able >to log in via the DB9 port and alos I want console messages to >continue to output to the VGA card as well. > >Adding the following: > >echo 'console="comconsole"' >> /boot/loader.conf > >stops the dumping of console messages to the VGA during boot. > > >What changes do I need to make to make that happen? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html the manual/handbook is a great thing. -JD