mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #913] Get write/read register with RW-everything #792
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#792
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Katzenwerfer on GitHub (Jun 4, 2020).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/913
How do you know wich hex value is your fan?
@Lamb3 commented on GitHub (Jun 12, 2020):
If you have trouble identifying which register your fan is located, then you need to do some stress test on the CPU just to ramp up the fans and monitor the values in all those registers by way of EC-probe. I don't use that method since I really don't know how to do it properly.
I, however, went the unconventional way of identifying it by;
At step 5, you will notice that there should be value(s) that decreases each time the fan speed slows down (as can be heard through the video recording). These can be the CPU temperature and fan speed (can also be 2 registers instead of just 1 if your motherboard has 2 independent fans).
On my Gigabyte laptop, I only have 1 register that correlates with fan speeds and the temperature readings are close to that same register. The registers in your laptop may very well differ from mine but do look for patterns to identify your fan.
@github-actions[bot] commented on GitHub (Dec 11, 2020):
This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed
@Katzenwerfer commented on GitHub (Dec 19, 2020):
I'll check it out.
sorry if I answered later, I was too lazy to check :p