Open zeule opened 2 years ago
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 VRM is at 0°C? Is this correct or do this board do not have a sensor for that?
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.
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?
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.
ASUS has neglected to utilize an integrated thermal sensor on all but its top tier AM4 models which is disappointing. https://www.anandtech.com/show/16348/asus-rog-strix-x570e-gaming-motherboard-review/9
Thanks! Would you like to make the change yourselves?
Thanks! Would you like to make the change yourselves?
I think this is correct? (First time reading the source) https://github.com/zeule/asus-ec-sensors/pull/58
Yes, thank you!
Right after system start, the supposed to be VRM temperature sensor (0x003e) readings are lower than the ambient temperature.