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

VRM temperature sensor reading is incorrect #3

Open
zeule opened this issue Nov 27, 2021 · 11 comments
Open

VRM temperature sensor reading is incorrect #3

zeule opened this issue Nov 27, 2021 · 11 comments

Comments

@zeule
Copy link
Owner

zeule commented Nov 27, 2021

Right after system start, the supposed to be VRM temperature sensor (0x003e) readings are lower than the ambient temperature.

@zeule zeule changed the title VRM temperature sensor reading are incorrect VRM temperature sensor reading is incorrect Nov 27, 2021
@zeule
Copy link
Owner Author

zeule commented Feb 14, 2022

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.

@pheiduck
Copy link

At my PRIME X570-Pro
VRM is at 0°C? Is this correct or do this board do not have a sensor for that?

@zeule
Copy link
Owner Author

zeule commented Jun 12, 2022

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.

@pheiduck
Copy link

But the thing is that the VRM temps are displayed on hwinfo (Windows). So I think they are not read here?

@zeule
Copy link
Owner Author

zeule commented Jun 19, 2022

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.

@RobotRoss
Copy link
Contributor

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.

@zeule
Copy link
Owner Author

zeule commented Jul 11, 2024

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?

@RobotRoss
Copy link
Contributor

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

@zeule
Copy link
Owner Author

zeule commented Jul 11, 2024

Thanks! Would you like to make the change yourselves?

@RobotRoss
Copy link
Contributor

Thanks! Would you like to make the change yourselves?

I think this is correct? (First time reading the source)
#58

@zeule
Copy link
Owner Author

zeule commented Jul 11, 2024

Yes, thank you!

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

No branches or pull requests

3 participants