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 postmaster@multiplay.co.uk.
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 postmaster@multiplay.co.uk.
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, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: This is a digitally signed message part. Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20080129/92aecb1e/attachment.pgp
----- 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 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 postmaster@multiplay.co.uk.
----- Original Message ----- From: "Erik Stian Tefre" <erik@tefre.com>> 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? > > The IPMI keyboard is a USB keyboard. It seems to work OK on a box > running 7.0: > > port 6 addr 2: high speed, self powered, config 1, Multidevice(0x0002), > Peppercon AG(0x14dd), rev 0.01 > > ukbd0: <Peppercon AG Multidevice, class 0/0, rev 2.00/0.01, addr 2> on uhub3 > > The same box running 6.2 did not connect the device as a usb keyboard.Thanks Eric unfortunately we had the same issue with 7.0-RC1 and 7.0-PREREL I'll look at dropping usb back into our kernel we're running atm and see if it detects the above as that might well help diagnose the issue. 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 postmaster@multiplay.co.uk.
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?The IPMI keyboard is a USB keyboard. It seems to work OK on a box running 7.0: port 6 addr 2: high speed, self powered, config 1, Multidevice(0x0002), Peppercon AG(0x14dd), rev 0.01 ukbd0: <Peppercon AG Multidevice, class 0/0, rev 2.00/0.01, addr 2> on uhub3 The same box running 6.2 did not connect the device as a usb keyboard. -- Erik