You are not logged in.
hello,
when i enable in /etc/conf.d/cpupower : sched-mc and sched-smt systemd cant start it.
Loaded: loaded (/usr/lib/systemd/system/cpupower.service; enabled)
Active: failed (Result: exit-code) since Wed, 22 Aug 2012 16:38:11 +0200; 8s ago
Process: 19057 ExecStart=/usr/lib/systemd/scripts/cpupower (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/cpupower.service
Aug 22 16:38:11 kimi cpupower[19057]: Error setting sched-mc not supported
Aug 22 16:38:11 kimi cpupower[19057]: Error setting sched-smt not supported
when i disable both in the config everthing works perfect.
thx
kimi
sorry for my english.
Last edited by kimi2013 (2012-08-22 15:23:20)
Offline
What don't you understand? Clearly your CPU does not support these features. Leave them disabled.
Offline
hm ok, but im sure that the config works a few months ago.
thx
kimi
Offline
hm ok, but im sure that the config works a few months ago.
thx
kimi
Are you using the linux kernel package form testing? 3.5.x?
If so, since 3.5 is in testing, /sys/devices/system/cpu/sched_mc_power_savings and /sys/devices/system/cpu/sched_smt_power_savings are missing.
Don't ask me why....!
Offline
have the problem with both kernels - testing and stable.
btw i use a intel i3, think that both options must work.
kimi
Offline
seems like this has indeed been removed in 3.5 (found via http://kernelnewbies.org/LinuxChanges ):
Offline
Will cpupower still work as a decent cpufreq replacement?
Offline
Will cpupower still work as a decent cpufreq replacement?
as far as I can see, this has nothing to do with this. The feature has been removed from the kernel because it was buggy, neither cpupower nor cpufrequtils can use it.
Offline
Thank you for the explanation.
Offline
I have one question on this, hope you don't consider this bringing up a dead topic (it's not that old yet)
So, the whole sched_smt_power_savings feature has been removed in kernel 3.5? That is, there's no way to set it anymore?
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
I have one question on this, hope you don't consider this bringing up a dead topic (it's not that old yet)
So, the whole sched_smt_power_savings feature has been removed in kernel 3.5? That is, there's no way to set it anymore?
apparently, I was trying to set this earlier in my powersaving script, only to find its been removed. I couldn't find any way to get it to work ![]()
Offline