Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: USB support + Supermicro IPMI KVM = no keyboard

55 views
Skip to first unread message

Steven Hartland

unread,
Jan 29, 2008, 7:59:17 AM1/29/08
to
When booting a default kernel e.g. standard install cd the KVM over LAN
keyboard on Supermicro's IPMI modules refuse to function. Once installed
if we build a kernel without USB all is good.

So two questions:-
1. Can usb support be disabled from the loader?
2. Anyone got any ideas why USB would break the IPMI keyboard?

Regards
Steve

================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it.

In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337
or return the E.mail to postm...@multiplay.co.uk.

_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-curre...@freebsd.org"

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-...@muc.de

Max Laier

unread,
Jan 29, 2008, 8:21:55 AM1/29/08
to
On Tuesday 29 January 2008, Steven Hartland wrote:
> When booting a default kernel e.g. standard install cd the KVM over LAN
> keyboard on Supermicro's IPMI modules refuse to function. Once
> installed if we build a kernel without USB all is good.
>
> 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.

--
/"\ Best regards, | mla...@freebsd.org
\ / Max Laier | ICQ #67774661
X http://pf4freebsd.love2party.net/ | mlaier@EFnet
/ \ ASCII Ribbon Campaign | Against HTML Mail and News

signature.asc

Steven Hartland

unread,
Jan 29, 2008, 8:46:42 AM1/29/08
to
----- Original Message -----
From: "Max Laier" <m...@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

Bernd Walter

unread,
Jan 29, 2008, 10:04:24 AM1/29/08
to
On Tue, Jan 29, 2008 at 01:46:42PM -0000, Steven Hartland wrote:
> ----- Original Message -----
> From: "Max Laier" <m...@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
be...@bwct.de in...@bwct.de sup...@fizon.de

0 new messages