From owner-freebsd-acpi@FreeBSD.ORG Wed Jun 23 06:45:02 2004 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 848CB16A4CE for ; Wed, 23 Jun 2004 06:45:02 +0000 (GMT) Received: from zeus.ubbcluj.ro (Ns2.UBBCluj.Ro [193.231.20.1]) by mx1.FreeBSD.org (Postfix) with SMTP id 5EEE343D46 for ; Wed, 23 Jun 2004 06:45:01 +0000 (GMT) (envelope-from dan@zeus.ubbcluj.ro) Received: (qmail 996 invoked by uid 1002); 23 Jun 2004 06:44:45 -0000 Date: Wed, 23 Jun 2004 09:44:45 +0300 From: Dan Cojocar To: Nate Lawson Message-ID: <20040623064445.GB85230@Zeus.UBBCluj.Ro> References: <20040603124930.GA58885@Zeus.UBBCluj.Ro> <20040617131024.GA7772@Zeus.UBBCluj.Ro> <20040622154616.G79174@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040622154616.G79174@root.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-acpi@freebsd.org Subject: Re: hp ze4560 thermal problem X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2004 06:45:02 -0000 Hello, First, thanks for your reply. I'm confused now because i defined in my asl _AC0, _AC1 and their corespondent _AL0 and _AL1, and Devices for FAN, and now i can change active status from -1 to 0 or 1. I enabled debug and i see that my fan1 and fan2 are changing status from D3 to D0 when the temperature is bigger then AC0, but i'm not sure i defined correct temperatures for AC0 and AC1, because in my asl they were absent, and i defined AC0 at 70C and AC1 at 65C. I don't know if there values are correct, but now the fan is turned on at 65C and he gets more speed at 70C but it seems that the temperature is very slow decreased, maybe i'm doing something wrong here :( You said that it's possible that my fan control is done by something other than ACPI, how can i establish who is responsible with my fans? Thanks, Dan > You'll have to look at the ACPI spec if you want to decode the field > values. In this case, the numbers are field widths and mean FAN is 1 bit, > FANL is 16 bits wide. The spec won't tell you what FAN or FANL mean but > you can sometimes figure it out from the surrounding AML. I looked at a > similar ASL dump and it appears the FAN and FANL values aren't referenced > elsewhere. So your fan control needs to be done by something other than > ACPI. > > -Nate