ich habe einen Pentium 3 mit 733 MHz auf einem Abit VT6X4 (b) mit 1,5 Gig RAM.
Der Chipsatz auf dem Board ist ein VIA Apollo Pro 133A.
Das Aktuellste Bios ist drin. Es ist von 2001.
Kernelversion ist 2.6.22 (selbstgebaut).
Mein Ziel ist, wenn die CPU nicht voll ausgelastet ist, die Geschwindigkeit zu reduzieren, um Abwärme zu sparen.
Mein Problem ist, dass ich nicht die Geschwindigkeit der CPU anpassen kann, obwohl es eigentlich möglich sein sollte, die CPU-Leistung um 50 Prozent zu reduzieren. Ich gebe hier mal ein paar Infos:
Code: Alles auswählen
# cat /proc/acpi/info
version: 20070126
Code: Alles auswählen
# cat /proc/acpi/processor/CPU0/info
processor id: 0
acpi id: 1
bus mastering control: no
power management: yes
throttling control: yes
limit interface: yes
Code: Alles auswählen
# cat /proc/acpi/processor/CPU0/throttling
state count: 2
active state: T0
states:
*T0: 00%
T1: 50%
Code: Alles auswählen
# grep CPU_FREQ /boot/config-2.6.22
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=m
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
Von den Dateien /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor oder /proc/cpufreq fehlt jede Spur.
Was kann bzw. muss ich tun?
Viele Grüße
Christian