From owner-freebsd-questions@FreeBSD.ORG Mon Nov 1 15:03:08 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 B8A9316A4CE for ; Mon, 1 Nov 2004 15:03:08 +0000 (GMT) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0665E43D2F for ; Mon, 1 Nov 2004 15:03:08 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.1.103] (cpe-065-184-172-100.ec.rr.com [65.184.172.100])iA1F34Kj017439 for ; Mon, 1 Nov 2004 10:03:05 -0500 (EST) Message-ID: <41865060.4030506@ec.rr.com> Date: Mon, 01 Nov 2004 10:04:00 -0500 From: jason User-Agent: Mozilla Thunderbird 0.8 (X11/20041025) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20041030210631.01704afe.y2kbug@ms25.hinet.net> <4183D27D.20207@ec.rr.com> <20041031172842.GA6740@gicco.homeip.net> <4185A2A9.2090106@ec.rr.com> <20041101110648.GA889@gicco.homeip.net> In-Reply-To: <20041101110648.GA889@gicco.homeip.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: throttling cpu speed to run cooler 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: Mon, 01 Nov 2004 15:03:08 -0000 Hanspeter Roth wrote: > On Oct 31 at 21:42, jason spoke: > > > >>This is what you could do to check your info. >> >>$ sysctl -a |grep thermal >>hw.acpi.thermal.min_runtime: 0 >>hw.acpi.thermal.polling_rate: 10 >>hw.acpi.thermal.tz0.temperature: 2950 >> >> >[...] > > >>hw.acpi.thermal.tz0._ACx: 3732 -1 -1 -1 -1 -1 -1 -1 -1 -1 >>$ >> >> > >I have some acpi stuff but no thermal: > >hw.acpi.supported_sleep_state: S3 S4 S5 >hw.acpi.power_button_state: S5 >[...] > > >>If there is no thermal you may not have support for it. I read on the >>list where centrino now has full powernow(or something) support on BSD. >>Also search the acpi list for your board and/or bios. There are some >>black listed products because acpi is broke on them. I seem to remember >> >> > >Which balcklist do you mean? This one? >http://acpi.sourceforge.net/documentation/blacklist.html > > nice find, good info there. >One is an HP pavilion zt3030AE and the other one is a Gigabyte >7VT600P-RZ which don't seem to be listed here. > > > these are yours, I think it is time to do some hacking. Acpi is being loaded for you, but it seems you have no thermal support. Check the handbook and the website you mentioned for info about DSDT. You want to do a acpidump, and maybe get the mptable too, then start compiling to check for errors in there code. I think you may find this to be the case. You should forward this thread to the freebsd-acpi@freebsd.org list and maybe start one at sourceforge. Besure to upload a DSDT too, it may make getting help at sourceforge and that is what they would likily need. >>some asus products mentioned. Read the handbook about fixing or forcing >>acpi to load too if it is note black listed. >> >>Acpi is on in the bios and being loaded as a module right? >> >> > >`kldstat` shows 'acpi.ko' and `sysctl hw.acpi` shows some stuff. So >the acpi module should be loaded. > >-Hanspeter >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > >