I was changing around my power management settings (Fedora 38 / Gnome), switching between TLP and Auto CpuFreq, and at some point the fans stopped ramping up anymore (they still seem to be running, but stuck at like maybe 10%). Even when pushing the CPU the fans don’t change anymore, which obviously puts a big damper on performance. Any idea on how to reset that without just re-installing Fedora? I’ve re-installed the default power plan (and disabled/masked TLP / Auto CPUFreq) but that hasn’t fixed it.
Can you test on live ubuntu or live fedora 38, see if fans are ramping back up?
If it does then it’s probably a local setting or config somewhere that’s still affecting fan behavior.
Disregard that, the issue was using the fedora installer instead of balena etcher. Now I can boot into a live fedora instance and the fans spool up fine.
Is there a way to reset the local config without wiping data? Not the end of the world if not, it’d be easy enough to do a fresh install if I have to.
That’s normal with TLP if on battery but when plugged in they should be the same but somehow they weren’t being reset. I was able to undo it manually via:
cat cpuinfo_max_freq >scaling_max_freq
for each affected core (i.e., each affected policy directory).
But in my case rebooting while plugged in would cure it by itself so you might have a different issue…
Yeah it definitely persisted after rebooting. I also masked, then eventually uninstalled TLP and it still stuck around. Ended up just reinstalling Fedora, so all good now. But yeah definitely a weird issue, I’m hesitant to try another power manager now haha.