Re: [Openipmi-developer] IPMI and ipmisensors on an Intel SC450NX

2007-10-02 Thread Stian Jordet
Andrew, first, I'm sorry I am not replying to you email, I accidentally deleted it :( Now we're getting somewhere: [EMAIL PROTECTED]:~# ipmiutil health -x ipmiutil ver 2.0 bmchealth ver 1.15 ipmi_open: driver type = unknown ipmi_open_mv: cannot open /dev/ipmi/0 ipmi_open_mv: cannot open

Re: [Openipmi-developer] IPMI and ipmisensors on an Intel SC450NX

2007-10-02 Thread Stian Jordet
Andrew, Thanks for clarifying things a bit. (Or a lot, actually). I really appreciate it :) Since I'm not able to code the decoding into human readable part my self, it would be much easier to convince someone else to try if you could show me some specifications or some other magic that needs

Re: [Openipmi-developer] IPMI and ipmisensors on an Intel SC450NX

2007-10-02 Thread Corey Minyard
There is a big difference between the driver, which just passes messages around mostly, and the sensor handling, which requires interpretation of SDRs and things like that. The driver should work with a 0.9 system, but the OpenIPMI library will not, for instance. I'd be willing to work on

Re: [Openipmi-developer] IPMI and ipmisensors on an Intel SC450NX

2007-10-02 Thread Stian Jordet
On tir, 2007-10-02 at 14:51 -0500, Corey Minyard wrote: There is a big difference between the driver, which just passes messages around mostly, and the sensor handling, which requires interpretation of SDRs and things like that. The driver should work with a 0.9 system, but the OpenIPMI