From owner-freebsd-stable@FreeBSD.ORG Wed Jun 2 00:31:34 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACC441065674 for ; Wed, 2 Jun 2010 00:31:34 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 71EC18FC12 for ; Wed, 2 Jun 2010 00:31:33 +0000 (UTC) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OJbrp-000374-C0 for freebsd-stable@freebsd.org; Tue, 01 Jun 2010 17:31:33 -0700 Message-ID: <28748926.post@talk.nabble.com> Date: Tue, 1 Jun 2010 17:31:33 -0700 (PDT) From: PaulFr To: freebsd-stable@freebsd.org In-Reply-To: <4C04F1AB.3010906@quip.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: pfcomptech@gmail.com References: <20080809195935.F4976@borg> <20080809215249.T5563@borg> <20080810082410.X1306@borg> <57BE2631-7AED-443A-88E4-62456C048DD4@tamu.edu> <20080810102225.V1945@borg> <20080810120156.O1324@borg> <28737218.post@talk.nabble.com> <4C04F1AB.3010906@quip.cz> Subject: Re: IPMI Console: No luck once OS is booted X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2010 00:31:34 -0000 Miroslav Lachman wrote: > > PaulFr wrote: >> >> >> Larry Rosenman wrote: >>> >>> On Sun, 10 Aug 2008, David Duchscher wrote: >>> >>>> On Aug 10, 2008, at 10:22 AM, Larry Rosenman wrote: >>>> >>>>>> I don't have that IPMI card but I can say we have other cards of >>>>>> theirs >>>>>> working. I would make sure the card is at the latest version of >>>>>> firmware. >>>>>> The AOC-SIMSO(+) card was not detected correctly until we upgraded. >>>>>> I >>>>>> don't know why the card is going away when freebsd boots since I >>>>>> assume >>>>>> you are on the dedicated LAN interface with its own IP address. >>>>> Yes. It's not going away, just doesn't see the key strokes. >>>> >>>> Looking through your dmesg file, I don't see a USB keyboard being >>>> attached. >>>> On my system, the virtual keyboard is a USB keyboard. >>>> >>>> ukbd0: on >>>> uhub3 >>>> kbd2 at ukbd0 >>> Good catch. When I set it to disable USB Mass Storage when no image >>> is loaded, the ukbd came alive, and I'm typing this on the IPMI Console. >>> >>> Thanks! >>>> >>>> -- >>>> DaveD >>>> >>> >> >> Larry >> I have a similar problem as you describe in this posting using a >> SuperMicro >> X8SIL-F motherboard with onboard IPMI. The console redirection works >> fine >> during boot until the OS (pfSense - FreebSD 7.2 Release p5) boots and >> then I >> can't enter anything from the keyboard. Screen output is OK. I notice >> there is also no usb keyboard being detected during boot - instead a usb >> mass storage device is added. Thus I suspect I am seeing the same issue >> as >> you did. >> >> When you mentioned "When I set it to disable USB Mass Storage when no >> image >> is loaded, the ukbd came alive..." how did you do that? > > Can you try to boot FreeBSD 8 or 7.3 live system, not installer? I had > same problem with 7.2 installer, but IPMI works with installed 7.2 > GENERIC kernel from HDD. > 8.0 installer and installed GENERIC kernel works fine in both case. > So I think there is some bug in older releases. > > Miroslav Lachman > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > Miroslav I will try out your suggestion if I get a chance but it maybe some time as the server is in production. In the meantime, I came across a workaround which works for FreeBSD and the version of IPMI (v1.29) on the Supermicro motherboard I am using (X8SIL-F). It involves changing the mouse input mode of the console launched from either IPMIView (Java based, v2.7.13) or the browser interface to the IPMI from Absolute (Windows) to Relative (Linux). Once this change was applied, FreeBSD immediately detected a new USB device (keyboard) on the same USB port as the mouse. Keyboard input then worked in the IPMI remote console. The mouse mode change is stored in the IPMI NVRAM and so it does not have to be set again. Regards Paul -- View this message in context: http://old.nabble.com/IPMI-Console%3A-No-luck-once-OS-is-booted-tp18910013p28748926.html Sent from the freebsd-stable mailing list archive at Nabble.com.