From owner-freebsd-questions@FreeBSD.ORG Tue Dec 21 12:25:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E5EA16A4CE for ; Tue, 21 Dec 2004 12:25:13 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4AC143D54 for ; Tue, 21 Dec 2004 12:25:12 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20041221122511i92002ae1ce>; Tue, 21 Dec 2004 12:25:11 +0000 Message-ID: <41C81621.50906@nbritton.org> Date: Tue, 21 Dec 2004 06:25:05 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 1.0 (X11/20041219) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Armada 17xx, ACPI thermal management broken. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 12:25:13 -0000 Hello, I have a Compaq Armada 1750 laptop and ACPI is some what broken. If I enable ACPI the fan will never run causing the system to overheat and shutdown, there are a few other problems with ACPI but this is the major one. This is a standard 440BX/MX chipset (82443BX) so I don't understand why this doesn't work yet with FreeBSD, Is this a problem with my DSDT/AML/ASL whatever? The work around in the bug report I submitted ( http://www.freebsd.org/cgi/query-pr.cgi?pr=i386/72566 ) does not work if the system is below the hw.acpi.thermal.tz0._ACx threshold, if it is below this threshold at system boot the fan will NEVER turn on even if hw.acpi.thermal.tz0.active=1 is set in loader.conf. Any help would be appreciated on ether fixing this problem or a way to use ACPI but disable the thermal monitoring so the system can control the fan? Also... in the bug report there is a link to a Linux kernel patch that fixes this problem.