Discussion:
FreeBSD 9.1 - not work IPMI
(too old to reply)
Alex Keda
2013-01-30 07:21:18 UTC
Permalink
srv3# dmesg -a | grep -i ipmi
ipmi0: <IPMI System Interface> on isa0
ipmi0: KCS mode found at io 0xca2 alignment 0x1 on isa
ipmi0: Timed out waiting for GET_DEVICE_ID

srv3# ll /dev/ipmi*
ls: No match.
srv3#

srv3# uname -a
FreeBSD srv3.host-food.ru 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Wed Dec 5
04:53:34 MSK 2012
***@srv3.host-food.ru:/usr/obj/usr/src/sys/HOST-FOOD amd64
srv3#

not work on HP Proliant DL165 G7, SuperMicro AS-1022G-URF
work on Tyan B8236G24W4HR-IL

before update, on 8.3, it work on all
Josh Paetzel
2013-02-01 15:21:10 UTC
Permalink
srv3# dmesg -a | grep -i ipmi ipmi0: <IPMI System Interface> on
Timed out waiting for GET_DEVICE_ID
srv3# ll /dev/ipmi* ls: No match. srv3#
srv3# uname -a FreeBSD srv3.host-food.ru 9.1-RELEASE FreeBSD
9.1-RELEASE #0: Wed Dec 5 04:53:34 MSK 2012
not work on HP Proliant DL165 G7, SuperMicro AS-1022G-URF work on
Tyan B8236G24W4HR-IL
before update, on 8.3, it work on all
_______________________________________________
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To
unsubscribe, send any mail to
ipmi stopped working as a loader preload in 9.x for some reason, but
the workaround is to remove ipmi_load="YES" from /boot/loader.conf and
add it to kld_list in /etc/rc.conf

- --
Thanks,

Josh Paetzel

Loading...