-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
Service stops after reboot - Fedora 41 tuned conflicts #779
Comments
me too,i use Ubuntu24.04.1lts gnome46 |
Do you have latest changes, because I too had this problem and fixed it as part of this commit, awhile back. |
I also have that problem and it still doesn't work with those changes. Is it possible that it has to do with the fact that fedora 41 has replaced the service with tuned and that fedora upgrade python version and for that does not support auto-cpufreq? |
The commit has a 2.4.0 tag, and the |
I solved uninstalling tuned. Now start the service in boot. |
I have the same issue after upgrading my workstation to Fedora 41, with Fedora 40 I've never observed such behavior. The service does not longer start automatically after the reboot, even if the service is enabled:
The service has to be started manually, not sure why.
Perhaps the service is conflicting with some other service? From Fedora 41 release notes, I see that TuneD replaced power-profiles-daemon as a default power profile management daemon, it might be related |
This also worked for me on fedora 41. Thanks! |
Oh, I didn’t get the memo that Fedora switched to tuned. However, completely removing tuned isn’t necessarily required, disabling the service is enough to let auto-cpufreq do its thing. Perhaps power_helper.py could be adjusted to check for tuned and disable it as well? Additionally, it would be helpful to mention this in the README. Many Fedora users would likely appreciate this addition. I also changed the title of this issue so that if someone searches for the problem, it will be easier to identify the root cause and solution for them. |
Is there any specific reason I would want to keep it? If its disabled all the time I can remove it aswell. |
This would be the ideal solution, where new function would be created to stop tuned, just as it is for GNOME Power Profiles.
and then this function would be called when auto-cpufreq is installed.
After this was implemented I would definitely mention it in README, just as it is for GNOME Power Profiles or TLP and etc. Since I'm not experiencing problem because I'm not using Fedora, @danee940 or anyone else would like to give it a try and implement this feature by simply making small code changes. I encourage you to contribute to the project and you will be credited for your work as part of future release. Of course as part of this PR, create function to enable tuned back in case auto-cpufreq daemon is removed, just as it is for GNOME Power Profiles. |
I submitted a PR that should fix the issue, I did a couple of tests on my workstation and it works as expected. Any feedback is more than welcome! |
Great stuff, thanks! #786 PR has been merged, hence everyone experiencing this problem please make sure you have the latest changes and your issue should be resolved. If the issue persist, feel free to re-open the issue and leave a comment. |
Hello, I installed auto-cpufreq with the last source code on Fedora 41. The installation is working but I can"t enable the daemon through the gui or via cli. Can you help me ? is there a way to have a flatpak package ? Thanks. |
@Tuxman2 flatpak was already asked in #125 & #71. Having a Flatpak is not possible due to its limitations as explained in that issue. Changes which address this issue for Fedora were merged as mentioned above,. If you have latest changes from source, make sure to follow instructions how to install auto-cpufreq daemon, and if problem persists please submit a new issue with more info. |
Regardless if I install auto-cpufreq using the terminal command or the GUI, after reboot I have to do it again from the start.
auto-cpufreq --install output:
System information:
The text was updated successfully, but these errors were encountered: