Re: [Ipmitool-devel] KCS Driver Problem...

2006-11-13 Thread Liebig, Holger
PROTECTED] On Behalf Of rajendra kumarSent: Friday, November 10, 2006 1:11 PMTo: Cress, Andrew R; ipmitool-devel@lists.sourceforge.netSubject: Re: [Ipmitool-devel] KCS Driver Problem... Hi Andrew,Below is the details that i got via 'dmidecode' about IPMI

Re: [Ipmitool-devel] KCS Driver Problem...

2006-11-10 Thread Matt Domsch
On Fri, Nov 10, 2006 at 08:57:55AM -0500, Mark Keller wrote: > > Hi Rajendra, > > I think you need to patch your driver to a newer version. > It looks like a register alignment problem, CA2 vs CA8 (32 bit). Try this: modprobe ipmi_si_drv type="kcs" ports="0xca8" regspacings="4" > We have PE-285

Re: [Ipmitool-devel] KCS Driver Problem...

2006-11-10 Thread Mark Keller
Hi Rajendra, I think you need to patch your driver to a newer version. It looks like a register alignment problem, CA2 vs CA8 (32 bit). We have PE-2850's on 2.4 and I tried to load the kcs module (v35.4) with your same result. The 35.4 ipmi_si_drv version module works. BTW, reading the download "

Re: [Ipmitool-devel] KCS Driver Problem...

2006-11-10 Thread rajendra kumar
itool-devel@lists.sourceforge.netSubject: [Ipmitool-devel] KCS Driver Problem... Hi all,I am trying to configure IPMI on Dell 2850 machine with 2.4.32.ES3b kernel running on it. I have successfully installed IPMItool on it.Now I know i need to install following modules in Linux:- ipmi_msghandler- ip

Re: [Ipmitool-devel] KCS Driver Problem...

2006-11-09 Thread rajendra kumar
'dmidecode' say about the IPMI interface on this system?   Andy From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rajendra kumarSent: Thursday, November 09, 2006 4:57 AMTo: ipmitool-devel@lists.sourceforge.netSubject: [Ipmitool-devel] KCS Driver Problem... Hi all,I am t

Re: [Ipmitool-devel] KCS Driver Problem...

2006-11-09 Thread rajendra kumar
Thanks Matt,following is the message i got from dmesg:ipmi_kcs: SPMI table not found.ipmi_kcs: No KCS @ port 0x0ca2ipmi_kcs: Unable to find any KCS interfacesWhat does this mean, Matt??Regards,RajendraMatt Domsch <[EMAIL PROTECTED]> wrote:What's in dmesg?Does using 'pnpacpi=off' on the kernel comma

Re: [Ipmitool-devel] KCS Driver Problem...

2006-11-09 Thread Matt Domsch
On Thu, Nov 09, 2006 at 09:57:02AM +, rajendra kumar wrote: >Hi all, >I am trying to configure IPMI on Dell 2850 machine with 2.4.32.ES3b kernel >running on it. I have successfully installed IPMItool on it. >Now I know i need to install following modules in Linux: >- ipmi_ms

Re: [Ipmitool-devel] KCS Driver Problem...

2006-11-09 Thread Mark Keller
Hi Rajendra, Try: /sbin/modprobe ipmi_si_drv Mark rajendra kumar wrote: > Hi all, > I am trying to configure IPMI on Dell 2850 machine with 2.4.32.ES3b > kernel running on it. I have successfully installed IPMItool on it. > Now I know i need to install following modules in Linux: > - ipmi_msgha

Re: [Ipmitool-devel] KCS Driver Problem...

2006-11-09 Thread Cress, Andrew R
is system?   Andy From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rajendra kumarSent: Thursday, November 09, 2006 4:57 AMTo: ipmitool-devel@lists.sourceforge.netSubject: [Ipmitool-devel] KCS Driver Problem... Hi all,I am trying to configure IPMI on Dell 2850 machine with 2

[Ipmitool-devel] KCS Driver Problem...

2006-11-09 Thread rajendra kumar
Hi all,I am trying to configure IPMI on Dell 2850 machine with 2.4.32.ES3b kernel running on it. I have successfully installed IPMItool on it.Now I know i need to install following modules in Linux:- ipmi_msghandler- ipmi_devintf- ipmi_kcs_drvI have installed the first two modules also, but not abl