Livejournal
Log in
Post
Friends
My journal
panic83
Create /dev/ipmi0 device manually
May 17, 2011 11:25
linux:
/sbin/modprobe ipmi_msghandler; /sbin/modprobe ipmi_devintf; /sbin/modprobe ipmi_si
lsmod |grep ipmi
cat /proc/devices
mknod /dev/ipmi0 c `cat /proc/devices | grep ipmidev |cut -d " " -f 1` 0
Freebsd:
kldload ipmi
Leave a comment
Previous post
Next post
Up