From owner-freebsd-questions@FreeBSD.ORG Fri Aug 5 16:28:01 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94E74106566C for ; Fri, 5 Aug 2011 16:28:01 +0000 (UTC) (envelope-from rnavaza@hotmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 717798FC13 for ; Fri, 5 Aug 2011 16:28:01 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QpNFg-0002Kp-MG for freebsd-questions@freebsd.org; Fri, 05 Aug 2011 09:28:00 -0700 Date: Fri, 5 Aug 2011 09:28:00 -0700 (PDT) From: Fravadona To: freebsd-questions@freebsd.org Message-ID: <1312561680679-4670031.post@n5.nabble.com> In-Reply-To: <1312482860962-4667459.post@n5.nabble.com> References: <4D8EC168.7060905@rawbw.com> <1312482366944-4667421.post@n5.nabble.com> <1312482860962-4667459.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: ipmi is broken? (ppc0: cannot reserve I/O port range) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 16:28:01 -0000 Actually IPMI was working until yesterday (on Linux rhel 5) and stopped working when I installed FreeBSD 8.2 amd64 (same result with FreeBSD 8.2 i386) On Linux : # dmidecode Handle 0x0029, DMI type 38, 16 bytes IPMI Device Information Interface Type: KCS (Keyboard Control Style) Specification Version: 1.5 I2C Slave Address: 0x10 NV Storage Device: Not Present Base Address: 0x0000000000000CA2 (I/O) # ipmitool mc info Device ID : 0 Device Revision : 1 Firmware Revision : 1.48 IPMI Version : 1.5 Manufacturer ID : 2 Manufacturer Name : Unknown (0x02) Product ID : 34869 (0x8835) Product Name : Unknown (0x8835) Device Available : yes Provides Device SDRs : no Additional Device Support : Sensor Device SDR Repository Device SEL Device FRU Inventory Device IPMB Event Receiver Bridge Chassis Device Aux Firmware Rev Info : 0x88 0x00 0x00 0x00 #lspci 02:01.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet (rev 03) 02:01.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet (rev 03) As my google searches pointed to me, the problem on FreeBSD seems to be related to the bge driver. I tried to configure hw.bge.allow_asf=0|1 and hw.pci.enable_msi=0 in loader.conf, which didn't fix the problem. Should I try to compile an older bge driver or fix the new one ? -- View this message in context: http://freebsd.1045724.n5.nabble.com/ipmi-is-broken-ppc0-cannot-reserve-I-O-port-range-tp4266087p4670031.html Sent from the freebsd-questions mailing list archive at Nabble.com.