Re: throttling cpu speed to run cooler

2004-11-01 Thread jason
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 [EMAIL PROTECTED] 
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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: throttling cpu speed to run cooler

2004-11-01 Thread Hanspeter Roth
  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

One is an HP pavilion zt3030AE and the other one is a Gigabyte
7VT600P-RZ which don't seem to be listed here.

> 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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: throttling cpu speed to run cooler

2004-10-31 Thread jason
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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 

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?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: throttling cpu speed to run cooler

2004-10-31 Thread Hanspeter Roth
  On Oct 30 at 14:49, Matthew Seaman spoke:

> On Sat, Oct 30, 2004 at 09:06:31PM +0800, Robert Storey wrote:
> 
> > I've been looking for a utility to reduce cpu speed to make my laptop
> > run cooler. Ideally, it should reduce cpu speed to about 20% when speed
> > is not needed, and restore speed to 100% when the load requires it.
> 
> http://www.daemonology.net/freebsd-est/

Enhanced Speedstep is probably for Intel and Powernow is probably
for AMD.

-Hanspeter
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: throttling cpu speed to run cooler

2004-10-31 Thread Hanspeter Roth
  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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: throttling cpu speed to run cooler

2004-10-30 Thread jason
Robert Storey wrote:
Dear All,
I've been looking for a utility to reduce cpu speed to make my laptop
run cooler. Ideally, it should reduce cpu speed to about 20% when speed
is not needed, and restore speed to 100% when the load requires it.
There is such a utility for Linux, called powernowd:
http://www.deater.net/john/powernowd.html
Using this with Debian, my cpu temperature drops by about 15 degrees
Celsius!
I'm just wondering if a utility similar to powernowd already exists for
FreeBSD? I did search the mailing list archives and found some talk
about developing just such a program, but never found out if it was
finally done, and what the said package might be called.
regards,
Robert
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 

man acpi_thermal and man acpi.  There are sysctl knobs to throttle your cpu.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: throttling cpu speed to run cooler

2004-10-30 Thread Matthew Seaman
On Sat, Oct 30, 2004 at 09:06:31PM +0800, Robert Storey wrote:

> I've been looking for a utility to reduce cpu speed to make my laptop
> run cooler. Ideally, it should reduce cpu speed to about 20% when speed
> is not needed, and restore speed to 100% when the load requires it.

http://www.daemonology.net/freebsd-est/

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpoCeHRBwaxD.pgp
Description: PGP signature