Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Oct 2004 21:42:49 -0500
From:      jason <jason@ec.rr.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: throttling cpu speed to run cooler
Message-ID:  <4185A2A9.2090106@ec.rr.com>
In-Reply-To: <20041031172842.GA6740@gicco.homeip.net>
References:  <20041030210631.01704afe.y2kbug@ms25.hinet.net> <4183D27D.20207@ec.rr.com> <20041031172842.GA6740@gicco.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hanspeter Roth wrote:

>  On Oct 30 at 13:42, jason spoke:
>
>  
>
>>man acpi_thermal and man acpi.  There are sysctl knobs to throttle your cpu.
>>    
>>
>
>I have 5.3-RC1 GENERIC and acpi enabled on a Centrino and on a
>Sempron but no hw.acpi.thermal.
>What is required to make hw.acpi.thermal appear?
>
>-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"
>
>  
>
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.active: -1
hw.acpi.thermal.tz0.thermal_flags: 0
hw.acpi.thermal.tz0._PSV: 3732
hw.acpi.thermal.tz0._HOT: -1
hw.acpi.thermal.tz0._CRT: 3732
hw.acpi.thermal.tz0._ACx: 3732 -1 -1 -1 -1 -1 -1 -1 -1 -1
$

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 
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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4185A2A9.2090106>