Date: Fri, 11 Apr 2014 07:43:12 +0400 From: venom <samflanker@gmail.com> To: sbruno@freebsd.org Cc: freebsd-hackers@freebsd.org Subject: Re: IPMI is broken on Intel S1200RP Board Message-ID: <CAEtGZqvnhyck03yKCaP6bBh0su61_c=4M5TaTdQaMk%2B=3yLu-w@mail.gmail.com> In-Reply-To: <1397156847.1088.11.camel@powernoodle.corp.yahoo.com> References: <CAEtGZqu0mScwxjSebJHCy=a68X4DN0y2%2BF02ssaymYFtXsAZVw@mail.gmail.com> <1397156847.1088.11.camel@powernoodle.corp.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
dmesg output is attached procedure "kldload ipmi" is at end of file On Thu, Apr 10, 2014 at 11:07 PM, Sean Bruno <sbruno@ignoranthack.me> wrote: > On Wed, 2014-04-09 at 12:56 +0400, venom wrote: > > Hello > > > > I have a problem on Intel S1200RP Board > > > > # uname -a > > FreeBSD anonymous.orb 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu > Jan > > 16 22:34:59 UTC 2014 root@snap.freebsd.org: > /usr/obj/usr/src/sys/GENERIC > > amd64 > > # dmidecode -t 38 > > # dmidecode 2.12 > > SMBIOS 2.7 present. > > > > Handle 0x0090, DMI type 38, 16 bytes > > IPMI Device Information > > Interface Type: KCS (Keyboard Control Style) > > Specification Version: 2.0 > > I2C Slave Address: 0x10 > > NV Storage Device: Not Present > > Base Address: 0x0000000000000CA2 (I/O) > > # kldload ipmi > > # ipmitool sel list > > Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No > > such file or directory > > Get SEL Info command failed > > # grep ipmi /boot/device.hints | wc -l > > 0 > > > > > > > > > > But IPMI work on Linux host > > part of dmesg output > > > -------------------------------------------------------------------------------------- > > [ 1374.180289] ipmi message handler version 39.2 > > [ 1374.181442] IPMI Watchdog: driver initialized > > [ 1380.685919] Copyright (C) 2004 MontaVista Software - IPMI Powerdown > via > > sys_reboot. > > [ 1384.000797] IPMI System Interface driver. > > [ 1384.000941] ipmi_si: probing via SMBIOS > > [ 1384.001027] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0 > > [ 1384.001143] ipmi_si: Adding SMBIOS-specified kcs state machine > > [ 1384.001311] ipmi_si: probing via SPMI > > [ 1384.001400] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0 > > [ 1384.001493] ipmi_si: Adding SPMI-specified kcs state machine duplicate > > interface > > [ 1384.001661] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o > > address 0xca2, slave address 0x20, irq 0 > > [ 1384.141050] ipmi_si ipmi_si.0: Found new BMC (man_id: 0x000157, > prod_id: > > 0x0065, dev_id: 0x21) > > [ 1384.142999] IPMI poweroff: ATCA Detect mfg 0x157 prod 0x65 > > [ 1384.143097] IPMI poweroff: Found a chassis style poweroff function > > [ 1384.146161] ipmi_si ipmi_si.0: IPMI kcs interface initialized > > [ 1401.695688] ipmi device interface > > > -------------------------------------------------------------------------------------- > > > > # uname -rm > > 3.2.0-4-amd64 x86_64 > > # ipmitool sel > > SEL Information > > Version : 1.5 (v1.5, v2 compliant) > > Entries : 312 > > Free Space : 59886 bytes > > Percent Used : 7% > > Last Add Time : 04/09/2014 06:26:42 > > Last Del Time : Not Available > > Overflow : false > > Supported Cmds : 'Partial Add' 'Reserve' 'Get Alloc Info' > > # of Alloc Units : 3639 > > Alloc Unit Size : 18 > > # Free Units : 3327 > > Largest Free Blk : 3327 > > Max Record Size : 12 > > > > > > > > What strings need add to the file /boot/device.hints for enable access to > > IPMI ? > > > > -- > > > From your error report, I expect that the ipmi driver failed to attach > at startup. Can you do a verbose boot and post the dmesg for me to > review please? > > sean >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEtGZqvnhyck03yKCaP6bBh0su61_c=4M5TaTdQaMk%2B=3yLu-w>