• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Suse 10.0 powersave cpufreq will nicht

Snubnose

Hacker
Hallo,
ich habe eine Amilo Notebook und habe gerade die Suse 10.0 draufgespielt. Soweit so gut, aber das SpeedStepping funktioniert nicht mehr (mit Suse 9.3 hat es funktioniert).
In /var/log/messages hatte ich
Code:
Dec 25 11:11:11 linux rcpowersaved: CPU frequency scaling is not supported by your processor.
Dec 25 11:11:11 linux rcpowersaved: enter 'CPUFREQD_MODULE=off' in /etc/sysconfig/powersave/cpufreq to avoid this warning.
Dec 25 11:11:11 linux rcpowersaved: Cannot load cpufreq governors - No cpufreq driver available
Dec 25 11:11:11 linux [powersave]: ERROR (CPUFreq_Kernel:21) Can not set ondemand governor, maybe your cpufreq driver is too slow.
Dec 25 11:11:11 linux [powersave]: ERROR (CPUFreq_Kernel:23) Try CPUFREQ_CONTROL=userspace in /etc/sysconfig/powersave/cpufreq.
Dec 25 11:11:11 linux [powersave]: ERROR (PM_Interface:231) Cannot create cpufreq objects
das mit dem userspace habe ich auch schon ausprobiert - bringt nichts:
Code:
Dec 25 11:35:21 linux rcpowersaved: Cannot load cpufreq governors - No cpufreq driver available
Dec 25 11:35:22 linux [powersave]: ERROR (CPUFreq_Userspace:42) Could not set userspace governor, seems as if the cpufreq_userspace module is not loaded.
Dec 25 11:35:22 linux [powersave]: ERROR (read_line:43) Could not open file for reading: '/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies'
Dec 25 11:35:22 linux [powersave]: ERROR (read_line:43) Could not open file for reading: '/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq'
Dec 25 11:35:22 linux [powersave]: ERROR (read_value:82) Could not read value in file /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq: error: No such file or directory!
Dec 25 11:35:22 linux [powersave]: ERROR (read_line:43) Could not open file for reading: '/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq'
Dec 25 11:35:22 linux [powersave]: ERROR (read_value:82) Could not read value in file /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: error: No such file or directory!
Dec 25 11:35:22 linux [powersave]: WARNING (getMinMaxSpeeds:349) Speedstepping not supported! Was the correct cpufreq module loaded?
Dec 25 11:35:22 linux [powersave]: WARNING (initFreqsViaTesting:377) Could not read min and max speed
Dec 25 11:35:22 linux [powersave]: ERROR (PM_Interface:231) Cannot create cpufreq objects
Hat da jemand einen Tipp für mich ?

[edit]
powersave -A bringt
Code:
Speedstepping is not supported.
[/edit]
 

stka

Guru
Welches Amilo hast du denn? Bei meinem Amilo 7400 und Suse 10.0 klappt das ohne Probleme out- of-the-box
 
OP
S

Snubnose

Hacker
einen Amilo L 6810 (P4 mobile)
hab jetzt cpuspeed installiert und das Speedstepping von powersave deaktiviert - dann tuts soweit....

wobei das Startscript von rccpuspeed nicht wirklich passt - das muss man noch modifizieren - aber dann tut es
 
Oben