-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
intel-undervolt daemon doesn't help persist settings #11
Comments
Can you give me your config file and the output of |
Config:
Status:
|
I might be wrong, but the daemon doesn't seem to call |
Actually it shouldn't.
It was designed so only power and temperature limits are changed by daemon. In your case you don't even need to use I thought it would be enough since undervolting is done by completely different and much more complex mechanism, although it seems the same from the first glance, so nothing would try to reset voltage. Can you try to disable |
Ok, i'll keep an eye on it for now |
Disabled intel-undervolt-loop, went to sleep. After full suspend the settings are reset to zeros. Rebooted, the settings are set to correct ones. Now I think there could be suspend within my original steps to reproduce. EDIT: Suspend to ram also seems to reset the settings to zero. |
Can you check that program was executed after wake up? Check last activity time using |
After another suspend, I do
which basically means that it was not triggered? EDIT: |
Here is the list of targets which trigger intel-undervolt: intel-undervolt/intel-undervolt.service Line 10 in b22ee5e
Which method do you use for suspend and how? |
Dunno, it's just what default antergos/arch does when I close the laptop. Here's the relevant part of the journal if that helps. I woke the laptop at 9:16 sep 26. https://gist.github.com/yglukhov/f96408af48f82f22e3bf7d246c187cdd |
After a few software updates, the issue seems to be gone. Closing. |
Sorry, I forgot about your issue. There was a similar problem on my machine with suspend/hibernate targets when I tried to create another tool for personal usage which is triggered by |
I still have the same issues though, any idea how to help? Both loop service and regular is running. Only the CPU and GPU voltages are reset when sleep. |
same issue on manjaro 20. I'm add suspend-then-hibernate.target to the list of targets in |
Steps:
intel-undervolt apply
intel-undervolt read
yields correct settingsintel-undervolt read
yields zero settingsNo reboot was done in the process.
The text was updated successfully, but these errors were encountered: