CPU frequency scaling tool not changing governor on my i5-4200M processor
Woof Woof!
It seems that changing governor with frequency scaling tool is not working on my Lenovo L440 processor (i5-4200M)
lscpu output
Code: Select all
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Model name: Intel(R) Core(TM) i5-4200M CPU @ 2.50GHz
Stepping: 3
CPU MHz: 3066.406
CPU max MHz: 3100,0000
CPU min MHz: 800,0000
BogoMIPS: 4993.26
Virtualization: VT-x
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts
default settings for this CPU is performance
Code: Select all
root# cat /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
performance
I change to powersave,
reboot and...
Code: Select all
root# cat /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
performance
governor is still settled to performance
I'm currently trying to change governor with other tools
Code: Select all
root# cat /sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies
cat: /sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies: No such file or directory
Code: Select all
root# cat /sys/devices/system/cpu/intel_pstate
cat: /sys/devices/system/cpu/intel_pstate: Is a directory
available governors on this CPU seem to be only two:
Code: Select all
root# cat /sys/devices/system/cpu/cpufreq/policy0/scaling_available_governors
performance powersave
maybe I will have more luck with cpupower or other tools