From owner-freebsd-current@FreeBSD.ORG Wed Dec 13 01:34:47 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B882A16A407; Wed, 13 Dec 2006 01:34:47 +0000 (UTC) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: from www.mmlab.cse.yzu.edu.tw (www.mmlab.cse.yzu.edu.tw [140.138.150.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD9A43CAB; Wed, 13 Dec 2006 01:33:21 +0000 (GMT) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: by www.mmlab.cse.yzu.edu.tw (qmail, from userid 1000) id ED3EA8C9A8F; Wed, 13 Dec 2006 09:34:45 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by www.mmlab.cse.yzu.edu.tw (qmail) with ESMTP id E01CD8C99CE; Wed, 13 Dec 2006 09:34:45 +0800 (CST) Date: Wed, 13 Dec 2006 09:34:45 +0800 (CST) From: Tai-hwa Liang To: Andrew Pantyukhin In-Reply-To: Message-ID: <0612130929216.56920@www.mmlab.cse.yzu.edu.tw> References: <52944.192.168.1.110.1165679313.squirrel@yal.hopto.org> <20061209195519.B60055@mp2.macomnet.net> <20061209204924.N9926@fledge.watson.org> <20061209214233.L2273@fledge.watson.org> <0612101036232.41529@www.mmlab.cse.yzu.edu.tw> <20061210084254.X9926@fledge.watson.org> <06121121220014.48706@www.mmlab.cse.yzu.edu.tw> <20061211140519.Q4227@fledge.watson.org> <06121210363618.51815@www.mmlab.cse.yzu.edu.tw> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: CURRENT freezes on Laitude D520 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2006 01:34:47 -0000 On Tue, 12 Dec 2006, Andrew Pantyukhin wrote: > On 12/12/06, Tai-hwa Liang wrote: >> I'd be interested to know that if there is any "console mux" like knobs >> available such that console output can go comconsole and vidconsole >> at the same time? > > Try boot_multicons in loader.conf (or boot -D in > loader prompt) I have the following settings in /boot/loader.conf: console="comconsole,vidconsole" comconsole_speed="38400" userconfig_script_load="YES" autoboot_delay="2" boot_verbose="YES" boot_multicons="YES" Taking following booting message as an example: Trying to mount root from ufs:/dev/ad0s1a start_init: trying /sbin/init << last line of 'highlighted' message Loading configuration files. Entropy harvesting: interrupts ethernet point_to_point kickstart. . . . Serial console can get all messages above w/ or w/o boot_multicons; however, the video console simply didn't print anything that is not 'highlighted.' In aforementioned example, the last line I can see on a video console is "start_init: trying /sbin/init." -- Cheers, Tai-hwa Liang