On an Intel Server Board SE7525GP2, with a National PC87431M
mini-Baseboard Management Controller, I patched 2.6.16 with the latest,
built the components as modules, and inserted them with this result in
dmesg:

ipmi device interface
i2c /dev entries driver
IPMI SMB Interface driver
ipmi_smb: DMI specifies SSIF @ 0x42
ipmi_smb: DMI specifies slave address at 0x84
IPMI System Interface driver.
ipmi_si: Unable to find any System Interface(s)
IPMI Watchdog: driver initialized
Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
i6300ESB timer: initialized (0xf8828800). heartbeat=30 sec (nowayout=0)

I'm not sure why this i6300esb driver inserts and gives a positive
receipt -- I didn't think I had that chip.
At any rate, inserting ipmi_si fails:

kobject_register failed for ipmi_si (-17)
 [<c0249cf2>] kobject_register+0x5b/0x63
 [<c029d58b>] bus_add_driver+0x5e/0x137
 [<f8d5d0c8>] init_ipmi_si+0x32/0x828 [ipmi_si]
 [<c012f322>] kthread_stop_sem+0x85/0xb3
 [<c01353d1>] sys_init_module+0x16c/0x1bff
 [<c027ffbf>] tty_default_put_char+0x2b/0x2f
 [<c0122362>] __request_region+0x0/0x86
 [<c0115a95>] __wake_up+0x32/0x43
 [<c0281681>] tty_write+0x1c9/0x21b
 [<c0284bf8>] write_chan+0x0/0x338
 [<c015984c>] vfs_write+0x133/0x19b
 [<c015a1e2>] sys_write+0x4b/0x74
 [<c0102cdd>] syscall_call+0x7/0xb
init_ipmi_si: Unable to register driver: -17

Is it ipmi_si that creates the device nodes? Suggestions for getting
this to work? Or don't I need ipmi_si?

Dave

# lsmod

Module                  Size  Used by
i6300esb                7448  0
ipmi_poweroff           8996  0
ipmi_watchdog          18628  0
ipmi_smb               17284  0
i2c_dev                 9632  0
ipmi_devintf            9736  0
i2c_i810                5508  0
i2c_algo_bit            9992  1 i2c_i810
i2c_core               26752  3 ipmi_smb,i2c_dev,i2c_algo_bit
e752x_edac             12032  0
edac_mc                14920  1 e752x_edac
ipmi_msghandler        35904  4
ipmi_poweroff,ipmi_watchdog,ipmi_smb,ipmi_devintf



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Openipmi-developer mailing list
Openipmi-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openipmi-developer

Reply via email to