From owner-freebsd-questions@FreeBSD.ORG Mon Nov 9 20:00:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB580106566B for ; Mon, 9 Nov 2009 20:00:00 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id BF2EE8FC08 for ; Mon, 9 Nov 2009 20:00:00 +0000 (UTC) Received: by pwj15 with SMTP id 15so2315097pwj.3 for ; Mon, 09 Nov 2009 12:00:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=QywmAVKzWzxU/SmgyXDYzIX91gA+4c3fY677Q6RPFVk=; b=tKtRMcgUR4NW+4MCWioNMeeXc82rRd7sh4KbfeK8Mkn5X3EYECNIf8izjK9t+Ohjva rWmvuxQckzpXmtsfXmF0JJ3RNhUWbcE4sJRhANy0uCYfGyvtv4NBTdUvv2cH7ASGzqJw M4akOgUi+ThYKG1csMTvtG743jmI0sxcqJklY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=sHupJvT/Z4fPJ68Z4r64n1qZAliuNqjRRlTwEYRxng/xP0LijzuDaUs/WSrurdbbk0 FNxd2BDvtV2ZJ05rCZd8/+uwUN5mjDPlPee3rBgEOzBuokrjYj5jOun+gfRQdWvy9A5A rR2/0jZkfpLgl16pqxGvI4iw7BWW8ciWwsJ+s= MIME-Version: 1.0 Received: by 10.115.102.18 with SMTP id e18mr14401156wam.174.1257796799770; Mon, 09 Nov 2009 11:59:59 -0800 (PST) In-Reply-To: <8ffccde70911090927uffa842ewabb50d8826027d3a@mail.gmail.com> References: <8ffccde70911081027m19784be4ve4e33f150a9caa5b@mail.gmail.com> <44y6mftzch.fsf@be-well.ilk.org> <8ffccde70911090927uffa842ewabb50d8826027d3a@mail.gmail.com> Date: Mon, 9 Nov 2009 12:59:59 -0700 Message-ID: From: Tim Judd To: Sven Hazejager Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: 7.2-p4 serial console not showing kernel messages? 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, 09 Nov 2009 20:00:01 -0000 On 11/9/09, Sven Hazejager wrote: > On Mon, Nov 9, 2009 at 17:52, Lowell Gilbert > wrote: >> Checking the obvious: syslog.conf is configured to send the messages to >> the console? > > Haven't touched syslog.conf but this all happens before syslog is even > starting. The problem is that the console is VGA, even though I have > "console=comconsole" AND boot.config containing "-h" AND sio.0.flags > 0x30. > > Has anyone actually gotten a serial console to work with FreeBSD > 7.2-release? I'm having the same problems with 7-STABLE. > FWIW, I do lots of serial consoles. Biggest issue I have is the boot.config options. Personally, the switches to "detect" (-P) and "switch" (-h) don't always seem to work (for me). If I have to see anything at the console, not only do I setup /boot/loader.conf but I will always use -D in /boot.config -- Dual setup. It pushes to both COM1 and VGA. Please try that.