Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2007 23:12:12 +0200
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: IPMI kernel object i/o error
Message-ID:  <200709032312.12859.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <00f701c7ee3c$828cc320$6501a8c0@GRANT>
References:  <00f701c7ee3c$828cc320$6501a8c0@GRANT>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 03 September 2007 17:10:05 Grant Peel wrote:
> Hi all,
>
> I am trying to get ipmitool working on a Dell 1850.
>
> When I kldload the ipmi.ko, it seems to load fine but the dev device is not
> being created.
>
> I can see this in the dmesg any time I try.
>
> If anyone can interprate this I wouold be greatful
>
> The ACPI driver cannot be loaded after boot.
> ipmi0: <IPMI System Interface> on isa0
> ipmi0: KCS mode found at io 0xca8 alignment 0x4 on isa
> ipmi0: couldn't configure I/O resource
> device_attach: ipmi0 attach returned 6
> ppc0: parallel port not found.
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled

I'd start by:
cat <<EOF >>/boot/loader.conf
acpi_load="YES"
ipmi_load="YES"
EOF

and reboot.


-- 
Mel

People using reply to all on lists, must think I need 2 copies.



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