Closed aluva closed 1 year ago
I never encountered anything like that during suspend, hibernate or hybrid sleep and settings stay as they are.
Could you fill out template when you were submitting an issue, this template is there for a reason. Thanks!
Reference:
Add/paste error output in case of failed installation or other failing component
Add/paste output of:
auto-cpufreq --debug
Also please be descriptive about the issue you're reporting, i.e: what you tried & what's the expected behavior.
I resolved it. I will write details about it. Perhaps, it can be used as an 'aside'. Because, I noticed that many people struggle with similar issues.. Adnan: With gratitude and immense thanks, for this path-breaking tool. Hats Off to you and the team working on it !!
Most welcome! Feel free to contribute to the project, either in code or updating the Readme as part of troubleshooting section? and you will be credited for your work as part of future release.
Installed
auto-cpufreq
andthermald
, withauto-cpufreq.conf
while on charger:And,
/etc/default/grub
edited as:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_pstate=disable"
Thought it is conflicting/ redundant with some other tools. So, REMOVED all other tools:
tlp cpufreq cpupower acpi acpid acpi-support linux-cpupower cpufrequtils cpulimit
OS: Debian 12 (bookworm: testing-weekly) Hardware: (Apple: amd64, 16 GB RAM, 8 CPU) limit: 800 MHz - 2800 MHz
After each REBOOT, everything (CPU Freq, Temperature, etc.) stays within limits, as set in auto-cpufreq.conf.
But, AFTER each Hybrid Sleep, things go out of control: (CPU Freq near 4000 MHz, Temp 95℃, Fan 4900 RPM, etc).
What am I missing?