From owner-freebsd-mobile@FreeBSD.ORG Mon Nov 13 06:25:57 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20EAD16A403 for ; Mon, 13 Nov 2006 06:25:57 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from smtp1.sbb.co.yu (smtp1.sbb.co.yu [82.117.194.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B8743D46 for ; Mon, 13 Nov 2006 06:25:55 +0000 (GMT) (envelope-from zkolic@sbb.co.yu) Received: from faust.net (cable-89-216-167-189.dynamic.sbb.co.yu [89.216.167.189]) by smtp1.sbb.co.yu (8.13.7/8.13.7) with ESMTP id kAD6Pph3032146; Mon, 13 Nov 2006 07:25:51 +0100 Received: by faust.net (Postfix, from userid 1001) id E7AC71704B; Mon, 13 Nov 2006 07:24:46 +0100 (CET) Date: Mon, 13 Nov 2006 07:24:46 +0100 From: Zoran Kolic To: Aleksandra Brzezi?ska Message-ID: <20061113062446.GA632@faust.net> References: <20061112120058.568CF16A6C8@hub.freebsd.org> <20061112142233.GA638@faust.net> <1163349851.3968.14.camel@ola.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1163349851.3968.14.camel@ola.pl> X-SMTP-Vilter-Version: 1.3.2 X-SBB-Virus-Status: clean X-SBB-Spam-Score: 1.1 X-SBB-Spam-Level: XX Cc: freebsd-mobile@freebsd.org Subject: Re: Too hot temperature of disk - HP Compaq nc6220 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2006 06:25:57 -0000 > debug.acpi.do_powerstate: 1 > hw.acpi.supported_sleep_state: S3 S4 S5 > hw.acpi.power_button_state: S5 > hw.acpi.sleep_button_state: S3 > hw.acpi.lid_switch_state: NONE > hw.acpi.standby_state: S1 > hw.acpi.suspend_state: S3 > hw.acpi.sleep_delay: 1 > hw.acpi.s4bios: 1 > hw.acpi.verbose: 0 > hw.acpi.reset_video: 1 > hw.acpi.cpu.cx_supported: C1/1 C2/2 C3/38 I have set in rc.conf: performance_cx_lowest="LOW" economy_cx_lowest="LOW" > hw.acpi.cpu.cx_lowest: C1 > hw.acpi.cpu.cx_usage: 100.00% 0.00% 0.00% Above options wuold change this. > hw.acpi.thermal.tz0.temperature: 59.0C A little bit high. > hw.acpi.thermal.tz0.active: 2 > hw.acpi.thermal.tz0.passive_cooling: 1 > hw.acpi.thermal.tz0.thermal_flags: 0 > hw.acpi.thermal.tz0._PSV: 100.0C > hw.acpi.thermal.tz0._HOT: -1 > hw.acpi.thermal.tz0._CRT: 105.0C > hw.acpi.thermal.tz0._ACx: 80.0C 70.0C 55.0C 35.0C -1 -1 -1 -1 -1 -1 > hw.acpi.thermal.tz1.temperature: 45.0C > hw.acpi.thermal.tz1.active: -1 > hw.acpi.thermal.tz1.passive_cooling: 0 > hw.acpi.thermal.tz1.thermal_flags: 0 > hw.acpi.thermal.tz1._PSV: -1 > hw.acpi.thermal.tz1._HOT: -1 > hw.acpi.thermal.tz1._CRT: 103.0C > hw.acpi.thermal.tz1._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 > hw.acpi.thermal.tz2.temperature: 16.0C > hw.acpi.thermal.tz2.active: -1 > hw.acpi.thermal.tz2.passive_cooling: 0 > hw.acpi.thermal.tz2.thermal_flags: 0 > hw.acpi.thermal.tz2._PSV: 60.0C > hw.acpi.thermal.tz2._HOT: -1 > hw.acpi.thermal.tz2._CRT: 105.0C > hw.acpi.thermal.tz2._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 > > I loaded cpufreq.ko (default, without any compilation), effect: > ola# kldload cpufreq I have it in kernel. And in rc.conf: powerd_enable="YES" > est0: on cpu0 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: Please update driver or contact the maintainer. > est: cpu_vendor GenuineIntel, msr 6120e2906000e29, bus_clk, 64 > device_attach: est0 attach returned 6 I've put in /boot/loader.conf: hint.ichss.0.disabled="1" Best regards Zoran