You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2021. It is now read-only.
Instead of enabling the service directly, amdgpu-fancontrol.path is what needs to be enabled/started now.
While working on this i noticed that Linux 5.11 seems to properly apply the fan curve from my GPU bios now which means i won’t need this service anymore. Mentioning that for people who used it for the same reason i did. Of course it’s still useful for custom fan curves.
Yes, I have updated the .service file. It was not enabled by default.
I enabled only .path file, located in /usr/lib/systemd/system/ sudo systemctl enable amdgpu-fancontrol.path
The .service unit can't be enabled.
The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Install] section, and DefaultInstance= for template
units). This means they are not meant to be enabled using systemctl.
Yes, it seems to be enabled, sorry. Ok, I disabled it and restarted the computer.
Here are the changes but fan speed is not changing at boot (.service is inactive):
If I restart the .path with sudo systemctl restart amdgpu-fancontrol.path, the fans starts spinning faster, pwm value becomes ~150.
150 is used just for testing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #25
Instead of enabling the service directly,
amdgpu-fancontrol.pathis what needs to be enabled/started now.While working on this i noticed that Linux 5.11 seems to properly apply the fan curve from my GPU bios now which means i won’t need this service anymore. Mentioning that for people who used it for the same reason i did. Of course it’s still useful for custom fan curves.