Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2008 16:04:24 +0100
From:      Bernd Walter <ticso@cicely12.cicely.de>
To:        Steven Hartland <killing@multiplay.co.uk>
Cc:        Max Laier <max@love2party.net>, freebsd-current@freebsd.org, freebsd-stable@freebsd.org
Subject:   Re: USB support + Supermicro IPMI KVM = no keyboard
Message-ID:  <20080129150424.GQ49307@cicely12.cicely.de>
In-Reply-To: <004601c8627d$640a74a0$b6db87d4@multiplay.co.uk>
References:  <0b3201c86272$79c422b0$b6db87d4@multiplay.co.uk> <200801291422.05302.max@love2party.net> <004601c8627d$640a74a0$b6db87d4@multiplay.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 29, 2008 at 01:46:42PM -0000, Steven Hartland wrote:
> ----- Original Message ----- 
> From: "Max Laier" <max@love2party.net>
> On Tuesday 29 January 2008, Steven Hartland wrote:
> 
> >>So two questions:-
> >>1. Can usb support be disabled from the loader?
> >>2. Anyone got any ideas why USB would break the IPMI keyboard?
> >
> >You could try hint.kbdmux.0.disabled="1" - see kdbmux(4) for details.
> 
> Thanks for the idea Max no go unfortunately, also tried:-
> hint.usb.0.disabled=1
> hint.uhci.0.disabled=1
> hint.ohci.0.disabled=1
> hint.ukbd.0.disabled=1

Maybe the keyboard is done via USB and the BIOS sets legacy support
for USB keyboards, which is disabled by USB drivers to handle it
natively.
You have to know that USB controllers can emulate the old 8042 driven
keyboards in hardware, but this won't allow using other USB devices
at the same time.
As long as FreeBSD isn't touching the USB controller the emulation
would be kept.
You should take a lock into the BIOS setup if you can change USB
keyboard legacy support.
And you should lock into boot messages if there is a non working USB
device found.
The USB legacy thing is just an assumption - it could be something
completely different as well.

-- 
B.Walter                http://www.bwct.de      http://www.fizon.de
bernd@bwct.de           info@bwct.de            support@fizon.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080129150424.GQ49307>