From owner-freebsd-acpi@FreeBSD.ORG Thu May 3 21:33:19 2007 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82A6D16A401 for ; Thu, 3 May 2007 21:33:19 +0000 (UTC) (envelope-from elfshadow@physics.upatras.gr) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.freebsd.org (Postfix) with SMTP id B7A7113C459 for ; Thu, 3 May 2007 21:33:18 +0000 (UTC) (envelope-from elfshadow@physics.upatras.gr) Received: (qmail 25275 invoked from network); 3 May 2007 21:06:36 -0000 Received: from pythagoras.physics.upatras.gr (150.140.159.71) by nic.upatras.gr with SMTP; 3 May 2007 21:06:36 -0000 Received: (qmail 5787 invoked by uid 1189); 3 May 2007 21:05:27 -0000 Date: Fri, 4 May 2007 00:05:27 +0300 From: Laganakos Vassilis To: freebsd-acpi@freebsd.org Message-ID: <20070503210527.GA5660@pythagoras.physics.upatras.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i Subject: Burning Hot ASUS-6V6 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2007 21:33:19 -0000 Hi, I have a problem with my laptop, it gets very hot (~70C) after operating for a while. I use FreeBSD-6-Stable, and it has this problem for a long time now. Actually I think it always had it, but I'm fed up with this. I tried various things I read in the mailing list, but I don;t know many things about how acpi handles the fans to control the temperature of the cpu, etc. My sysctl hw.thermal after the changes in hw.thermal.tz0._PSV and hw.thermal.user_override. hw.acpi.thermal.min_runtime: 0 hw.acpi.thermal.polling_rate: 10 hw.acpi.thermal.user_override: 1 hw.acpi.thermal.tz0.temperature: 73.0C hw.acpi.thermal.tz0.active: -1 hw.acpi.thermal.tz0.passive_cooling: 0 hw.acpi.thermal.tz0.thermal_flags: 0 hw.acpi.thermal.tz0._PSV: 90.0C hw.acpi.thermal.tz0._HOT: -1 hw.acpi.thermal.tz0._CRT: 127.0C hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 It seems that the device dowes not support setting passive cooling: celeborn# sysctl hw.acpi.thermal.tz0.passive_cooling=1 hw.acpi.thermal.tz0.passive_cooling: 0 sysctl: hw.acpi.thermal.tz0.passive_cooling: Operation not supported by device and it neither supports active: celeborn# sysctl hw.acpi.thermal.tz0.active=1 hw.acpi.thermal.tz0.active: -1 -> -1 Kernel is already loaded with acpi.ko and asus_acpi.ko modules. Any clues how to tackle this? I was thinking if I could set the cpu to run at a lower frequency, when I'm not doing something "heavy" might help. Kind regards, Vassilis --