From owner-freebsd-stable@FreeBSD.ORG Thu Feb 21 22:08:00 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B8F24D42; Thu, 21 Feb 2013 22:08:00 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-da0-f53.google.com (mail-da0-f53.google.com [209.85.210.53]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2D9F8D; Thu, 21 Feb 2013 22:08:00 +0000 (UTC) Received: by mail-da0-f53.google.com with SMTP id g27so6804dan.40 for ; Thu, 21 Feb 2013 14:07:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=N3LQT7nFmy9rcM1h9HvfqN5ol+SuR76mMA9PUC/MXPI=; b=g66Q3FxVv4R+0LBXuvgfNoh9NzqLbtEBL0vkWT7fZ6JLh5RcU3mYzhVV3CNzecnKzD ndHDv9HSf0pqK2NCH9Yh+9/bqlirU7qKNLl+pvBy1DNP5RGXazekSG49HXpfiIqu1yiV 4vvRSoSnh1vkV23b038VoAel2nOHMq3eSKNE734m6dQnTmvvqGXO2yDHTAb5YpSvKzHb s6/aXnUx/DUmWgxVQ8S8cjNE0C4soZmbdAS7v7yIcpxMx+03CPPT/HUzFo2sT3X8E7pf FOQfs6Hp9hmZ0PciByvF2ufbsTmUwEOD48I+fuz542YBTwA1dgQMDOV3zhvEcTMtD/wg IHaA== X-Received: by 10.68.41.66 with SMTP id d2mr56437678pbl.154.1361484479735; Thu, 21 Feb 2013 14:07:59 -0800 (PST) Received: from [10.192.166.0] (stargate.chelsio.com. [67.207.112.58]) by mx.google.com with ESMTPS id o1sm426515pax.2.2013.02.21.14.07.58 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Feb 2013 14:07:59 -0800 (PST) Message-ID: <51269ABD.2040308@gmail.com> Date: Thu, 21 Feb 2013 14:07:57 -0800 From: Navdeep Parhar User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130220 Thunderbird/17.0.3 MIME-Version: 1.0 To: Daniel O'Connor Subject: Re: IPMI serial console References: <00CC60B5-A6EB-4A3C-B8AC-1D60014DE442@gsoft.com.au> <201302211049.13863.jhb@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, John Baldwin X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 22:08:00 -0000 On 02/21/13 13:56, Daniel O'Connor wrote: > > On 22/02/2013, at 2:19, John Baldwin wrote: >>> Does anyone have any hints? >> >> Rather than using all these hints, just use these three in loader.conf: >> >> console="comconsole vidconsole" >> console_speed=115200 >> console_port="0x" (where is the correct I/O port for COM3, 0x3e8 >> maybe?) > > > No dice :( > > I also tried booting with '-D -h -S 115200' but nothing either. What does "dmesg | grep uart" show? I have a PCI serial card whose serial port I'm using as a console. I had to setup comconsole_pcidev, comconsole_port, and comconsole_speed properly in loader.conf to get it to work. Regards, Navdeep