From owner-freebsd-acpi@FreeBSD.ORG Sat Feb 16 17:06:17 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7E7016A417 for ; Sat, 16 Feb 2008 17:06:17 +0000 (UTC) (envelope-from dieterich.joh@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 2D03D13C46A for ; Sat, 16 Feb 2008 17:06:16 +0000 (UTC) (envelope-from dieterich.joh@googlemail.com) Received: by fg-out-1718.google.com with SMTP id 16so874607fgg.35 for ; Sat, 16 Feb 2008 09:06:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; bh=imtCZXA5e+IBokyVhZBUhebXEedV3v4WZi7w0n8zcuw=; b=X+NGpxxxwXBk50a+n6D0VykxcT8LwLVf4eqooJNrSaGoFXosSLR5XtYkIkvjRUjbHfQnwzMyTowei7yysMNPoUrNeLRcj2l76cR7Q0uUjXU41BfugxxCUy1JfE9V0UBqS+dJOYh1UzhbszIGK0N6GFRTDk+6sqSV5a+pQQxT8UM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=O3WO90Cz+ypM8mcL+1R/0K2dAq7YTV4mCzvcFEig6osurM6Dh4fVtMbuukUEVHneSXpuCjbokExgdWWL9AMNJ27WOGF3GljfQM838LKcz1m5Xb//B0I6ruv/w3YX4yYzhf4nLNRYtG9TLUJVLCbNn+Irf6ZSsk33C7bzdnJHex0= Received: by 10.86.84.5 with SMTP id h5mr3835015fgb.75.1203181575205; Sat, 16 Feb 2008 09:06:15 -0800 (PST) Received: from ?192.168.1.100? ( [79.210.81.45]) by mx.google.com with ESMTPS id d4sm6116006fga.2.2008.02.16.09.06.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 16 Feb 2008 09:06:14 -0800 (PST) Message-ID: <47B71804.40002@gmail.com> Date: Sat, 16 Feb 2008 18:06:12 +0100 User-Agent: Thunderbird 2.0.0.9 (X11/20080213) MIME-Version: 1.0 To: ume@freebsd.org, freebsd-acpi@freebsd.org References: <20080208045605.15C874500E@ptavv.es.net> <47ABF402.7030904@root.org> <1202475519.7014.7.camel@RabbitsDen> <1203126071.833.19.camel@RabbitsDen> <47B6B913.9020505@gmail.com> <47B6CC48.5070009@gmail.com> <47B6CD54.3020806@gmail.com> <47B71194.8090804@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From: Johannes Dieterich Cc: Subject: Re: [RFC] Patch to enable temperature ceiling in powerd 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: Sat, 16 Feb 2008 17:06:17 -0000 Hi, Hajimu UMEMOTO wrote: > Hi, > >>>>>> On Sat, 16 Feb 2008 17:38:44 +0100 >>>>>> Johannes Dieterich said: > > dieterich.joh> # hw.acpi.thermal.tz1.passive_cooling=1 > dieterich.joh> su: hw.acpi.thermal.tz1.passive_cooling=1: command not found > > It should be `sysctl hw.acpi.thermal.tz1.passive_cooling=1'. Sorry. Just a typing error. Works now. Should I try to make buildworld? > > dieterich.joh> And, yes, my notebook has a fan. It is also running. And running > dieterich.joh> stronger when the load is higher. But somehow it seems to me as if e.g. > dieterich.joh> approx. 4300 rpm's in FreebSD 7 are not quite the same as they are in > dieterich.joh> e.g. SuSE Linux. At least the cooling they give is too small and causing > dieterich.joh> overheat. > > Hmm, it's strange to me. I believe that passive cooling is the last > resort as far as your laptop has a fan, and you don't need to rely on > passive cooling under normal conditions. The thing is: with a LiveCD of openSUSE or Knoppix under stress conditions it stays at 79 degrees, out of the box. With FreeBSD 6.2 it worked, out of the box. With 7.0 since some BETA (as I recall, I am sorry, didn't pay attention which was my first try) it is overheating. But the fan is running under all three options. And sysctl dev.acpi_ibm reports rpm's around 3800 to 4400, just as for Linux. Regards, Johannes