Date: Wed, 9 Apr 2014 12:56:27 +0400 From: venom <samflanker@gmail.com> To: freebsd-hackers@freebsd.org Subject: IPMI is broken on Intel S1200RP Board Message-ID: <CAEtGZqu0mScwxjSebJHCy=a68X4DN0y2%2BF02ssaymYFtXsAZVw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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 ? -- Vladimir Laskov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEtGZqu0mScwxjSebJHCy=a68X4DN0y2%2BF02ssaymYFtXsAZVw>