Code Sample |
# echo 7 > /proc/acpi/processor/CPU0/performance # cat /proc/acpi/processor/CPU0/performance state count: 8 active state: P7 states: P0: 1600 MHz, 21000 mW, 250 uS P1: 1600 MHz, 21000 mW, 250 uS P2: 1600 MHz, 21000 mW, 250 uS P3: 1400 MHz, 18500 mW, 250 uS P4: 1200 MHz, 15500 mW, 250 uS P5: 1000 MHz, 13000 mW, 250 uS P6: 800 MHz, 10000 mW, 250 uS *P7: 600 MHz, 7500 mW, 250 uS |
Quote |
You could probably still adjust the frequency scaling manually, even without cpufreq - in fact the default scripts with acpid in DSL3.4rc1 are set up to do this. |
Quote (roberts @ June 19 2007,11:07) |
Does you laptop support acpi? Does the fan come on at all? You may want to try DSL v3.4 with the new acpid where you can script control thermal, etc... DSL forum user Juanito has experience with many of these triggers/actions. |
Code Sample |
modprobe fan modprobe thermal |
Code Sample |
echo 4 >/proc/acpi/processor/CPU0/performance |