You are not logged in.

#1 2013-09-11 00:58:51

fermuch
Member
Registered: 2013-09-11
Posts: 2

Problems with scaling governors

Hello. I'm new here.

I can only see the governors "performance" and "powersave". I want to add ondemand, because my laptop is running with too high temps.

# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors 
performance powersave
# ls /lib/modules/$(uname -r)/kernel/drivers/cpufreq
acpi-cpufreq.ko.gz	    cpufreq_conservative.ko.gz	cpufreq_stats.ko.gz	 mperf.ko.gz	    pcc-cpufreq.ko.gz  speedstep-lib.ko.gz
amd_freq_sensitivity.ko.gz  cpufreq_powersave.ko.gz	cpufreq_userspace.ko.gz  p4-clockmod.ko.gz  powernow-k8.ko.gz

I don't know why the cpufreq_ondemand module is not avaible.

Last edited by fermuch (2013-09-11 01:10:02)

Offline

#2 2013-09-11 01:05:20

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: Problems with scaling governors

Welcome to Arch's forums.

Please use

code tags like this

as it makes stuff much easier to read. (Quote this post or consult the forum etiquette to see how.)

I am guessing you are using an intel CPU and that it is defaulting to the new pstate stuff. This does not use the acpi-cpufreq governors at all but manages power in a completely different way.

If your laptop is running too hot, consult the wiki for ways to reduce power consumption. The intel stuff should work better than the older method - although you can disable the default and load the acpi-cpufreq stuff if you wish.

https://wiki.archlinux.org/index.php/CP … ncy_driver

Last edited by cfr (2013-09-11 01:06:18)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#3 2013-09-11 01:11:07

fermuch
Member
Registered: 2013-09-11
Posts: 2

Re: Problems with scaling governors

Thank you. I checked and you were right.

$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver
intel_pstate

Also, thanks for replying so fast, and for being so useful!

Offline

Board footer

Powered by FluxBB