mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #26] Temperature discrepancy on Asus G1Sn #26
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#26
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 @jesse-git on GitHub (Oct 1, 2015).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/26
The temperature shown in NBFC is always ~5°C cooler than what is reported elsewhere. I regularly monitor temperature in Speedfan (looking at the lowest value between "Core 0" and "Core 1") and RightMark CPU Clock Utility. These 2 programs both agree on temperature. NBFC temperature does not seem to correspond to any temperature shown in Speedfan.
Able and willing to do any test, as long as it doesn't destroy my laptop :)
@jesse-git commented on GitHub (Oct 1, 2015):
Open Hardware Monitor has the same dependency, but agrees with all other programs on all other sensors. My CPU is Core 2 Duo T7500.
Open Hardware Monitor reports TjMax of 95C. Intel's spec page says 100C. Is this the reason? Why the discrepancy?
@hirschmann commented on GitHub (Oct 1, 2015):
There are two steppings of the Core 2 Duo T7500: E1 and G0
OpenHardwareMonitorLib does not recognize the E1 stepping and defaults to 95°C Tjmax.
Fixed it:
64c2133057