-
Notifications
You must be signed in to change notification settings - Fork 21
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
VRM temperature sensor reading is incorrect #3
Comments
DSDT codes for AMD 400-series motherboards seem to read the CPU VRM temperature value in exactly the same way as we do: single-byte value at 0x3e in degree Celsius. |
At my PRIME X570-Pro |
Usual blank value for temperature sensors is -40 ℃, but of course constant value of 0 suggests there is no real data there. Unfortunately, from a glance I can't find whom sensors definitions for this board came from, and can't ask that person for feedback. |
But the thing is that the VRM temps are displayed on hwinfo (Windows). So I think they are not read here? |
HWINFO groups sensors by source. If the VRM temp is listed inside the ASUS EC group, HWINFO probably reads it from EC. Perhaps for this model the register address for VRM temp differs from other X570 boards? I still don't know how does ASUS organise things. |
I've also got issues with this. The VRM temp sensor is stuck at +20.0 degrees C regardless of the actual VRM temp. X570-E GAMING here. |
Does ASUS software show another value for VRM temperature? Or any other software? |
Apologies, seems like my board doesn't actually have a VRM temp sensor, so it should probably be hidden instead.
|
Thanks! Would you like to make the change yourselves? |
I think this is correct? (First time reading the source) |
Yes, thank you! |
Right after system start, the supposed to be VRM temperature sensor (0x003e) readings are lower than the ambient temperature.
The text was updated successfully, but these errors were encountered: