From owner-freebsd-stable@FreeBSD.ORG Thu Feb 21 22:46:01 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 89E3FFFF; Thu, 21 Feb 2013 22:46:01 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-da0-f50.google.com (mail-da0-f50.google.com [209.85.210.50]) by mx1.freebsd.org (Postfix) with ESMTP id 4A47F239; Thu, 21 Feb 2013 22:46:01 +0000 (UTC) Received: by mail-da0-f50.google.com with SMTP id h15so21980dan.9 for ; Thu, 21 Feb 2013 14:45:55 -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=6njyr4EJS55S5xFSKWQf9FtJZCcraD8S8oNRKi4yz4U=; b=xoaORDLNJEJ4L1o95MUX9JIRmHWPIv1zqDwPXIJLha9JXytxtHHmS4vnXu1D3UAsZS xwLdhyeRQOOnqEDkYsY109kiz6y/w0yMCQsVoNgvnXnFEryBvny6IMaZh+soCK9Rf22i nK31msiNikJKlcWSxj9jI+38aq200Huw+L1n6F7FZw8ModQSh87oN5+dlwdeBhjrXSF7 XDfnFgGrFU+VdEdrgVH8sLgQkiLbpERBV73jLjyMaHsrr008AVwJ35+fnnz5qonLWYgQ j6mtVQLWExcWWSNF64QwmACVe/8Th6vb5CKZhXSRWMU2oU9VT3qAvnwPrb0Sr/xr9EaN 2DPA== X-Received: by 10.68.236.10 with SMTP id uq10mr56726604pbc.77.1361486754967; Thu, 21 Feb 2013 14:45:54 -0800 (PST) Received: from [10.192.166.0] (stargate.chelsio.com. [67.207.112.58]) by mx.google.com with ESMTPS id y10sm136250pbf.39.2013.02.21.14.45.53 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Feb 2013 14:45:54 -0800 (PST) Message-ID: <5126A3A1.1030208@gmail.com> Date: Thu, 21 Feb 2013 14:45:53 -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> <51269ABD.2040308@gmail.com> <2AF6F8E4-A45E-4D4C-9232-FF09AD4A3641@gsoft.com.au> In-Reply-To: <2AF6F8E4-A45E-4D4C-9232-FF09AD4A3641@gsoft.com.au> 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:46:01 -0000 On 02/21/13 14:42, Daniel O'Connor wrote: > > On 22/02/2013, at 8:37, Navdeep Parhar wrote: >>> 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. > > > uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 on acpi0 > uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 > uart2: <16550 or compatible> port 0x3e8-0x3ef irq 5 flags 0x30 on acpi0 > > The loader talks on the serial console fine, it's the kernel that doesn't use it which is the problem. And what do you see in kenv | egrep 'uart|com' ?