Hello
I have some trouble with laptop's fan constantly running. I just installed Kubuntu and it's working very well otherwise. I've had several distros installed on this one and am quite sure that something's different now. Temperature is not really problematic - the fan keeps the system at ~45 Celsius when idle. And it is mostly idling.
To me it seems the cores are running at the same frequency all the time. For example:
Those stay always the same. And:
I'm pretty sure that cpuinfo tells the real frequency, since it does vary on my other computers and I'm quite sure it did on this one, too. Scaling settings are:
But even though the CPU seems to be running at full speed, it also seems that the governor is really trying to run it slower, like this:
I have not touched the BIOS settings for some time but I did make sure that Intel's SpeedStep is enabled. There aren't any performance settings in BIOS at all. I haven't installed anything exotic or tweaked much. I did install Intel microcode update using Muon, but that was just in effort to solve this problem. OS: Kubuntu 17.10, hardware: Lenovo L440 laptop, Intel(R) Core(TM) i5-4200M CPU @ 2.50GHz, 4 GB, ~180 GB SSD.
Any ideas?
I have some trouble with laptop's fan constantly running. I just installed Kubuntu and it's working very well otherwise. I've had several distros installed on this one and am quite sure that something's different now. Temperature is not really problematic - the fan keeps the system at ~45 Celsius when idle. And it is mostly idling.
To me it seems the cores are running at the same frequency all the time. For example:
$ watch -n 0 "lscpu | grep 'MHz'"
CPU MHz: 2494.319
CPU max MHz: 3100,0000
CPU min MHz: 800,0000
Those stay always the same. And:
$ grep MHz /proc/cpuinfo
cpu MHz : 2494.319
cpu MHz : 2494.319
cpu MHz : 2494.319
cpu MHz : 2494.319
I'm pretty sure that cpuinfo tells the real frequency, since it does vary on my other computers and I'm quite sure it did on this one, too. Scaling settings are:
$ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
powersave
powersave
powersave
powersave
$ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver
intel_pstate
intel_pstate
intel_pstate
intel_pstate
$ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq
1077420
1292360
1000642
903888
I have not touched the BIOS settings for some time but I did make sure that Intel's SpeedStep is enabled. There aren't any performance settings in BIOS at all. I haven't installed anything exotic or tweaked much. I did install Intel microcode update using Muon, but that was just in effort to solve this problem. OS: Kubuntu 17.10, hardware: Lenovo L440 laptop, Intel(R) Core(TM) i5-4200M CPU @ 2.50GHz, 4 GB, ~180 GB SSD.
Any ideas?
Comment