Skip to content
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

Fix ASUS X470-I uncontrollable fans due to the wrong fan offset (fixes #802) #978

Merged

Conversation

VS-X
Copy link
Contributor

@VS-X VS-X commented Feb 19, 2023

I had correct fan readings for the fan on the MB, but could not control it. Found in the code there is an offset of 2; the comment states that the first 2 fans always show zero. I removed the offset - now I have 5 fan controls (which is not correct, since the MB only has 3 fan headers), but the first one actually control the fans. I assume that the offset is either outdated and no longer needed, or it should offset 2 fans from the end of the array, not the start of it. I don't have all the headers populated, so cannot fully test whether the offset from the end is fine.

I built the LHM library and added it to both LHM and FanCtrl v1.5.6, in both cases I could control the fans.
Should also close #802, since it describes the same issue.

I had correct fan readings for the fan on the MB, but could not control them. Found in the code there is an offset of 2; the comment states that the first 2 fans always show zero. I removed the offset - now I have 5 fan controls (which is not correct, since the MB only has 3 fan headers), but the first 2 actually control the fans.
I assume that the offset is either outdated and no longer needed, or it should offset 2 fans from the end of the array, not the start of it. I don't have all the headers populated, so cannot fully test whether the offset from the end is fine.

I built the LHM library and added it to both LHM and FanCtrl v1.5.6, in both cases I could control the fans.
@PhyxionNL PhyxionNL merged commit fbb7157 into LibreHardwareMonitor:master Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asus ROG STRIX X470-I Gaming Support (FanControl)
2 participants