Re: [Openipmi-developer] IPMI error 0x16 when running ipmi_ui
Brought to you by:
cminyard
|
From: Corey M. <mi...@ac...> - 2003-11-13 20:26:02
|
Have you created the device nodes for the driver? You have to look in /proc/devices to find the device number, and then do a "mknod /dev/ipmi0 c <devnum> 0". If that's not it, it sounds like you are trying to do IPMI LAN. How are you running it? -Corey hjo...@sf... wrote: >Hello, > >When I launch ipmi_ui, it presents me with the error "IPMI connection to >con.port 0.0 is down due to error 0x16". Could someone point me in a >direction to look in trying to fix this? I have gone code spelunking, >but I haven't found illumination as of yet. > >I am running an Intel L440GX+ Server Board with the most recent software >on the BMC, and themost recent BIOS. > >Also, I am running kernel 2.4.22, with the most recent IPMI patches >from the sourceforge site. I have loaded the ipmi_kcs_drv, ipmi_devintf, >and ipmi_msghandler modules, without error. > >Anyhow, if someone could point me in the right direction, I'd appreciate >it. > >Regards, > >Hans > > > |