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

Fix #545: additional cpu temp sensors #548

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

shadeyg56
Copy link
Collaborator

This resolves #545.

Not sure how I didn't notice this before, as I was experiencing the same on my laptop.

I believe AMD drivers on Linux do not report individual core temps, so the coretemp sensor was not found and it was defaulting to the first sensor it could find which was my SSD temperature.
I added 2 additional sensors to check for. My temp is reported by ACPI, and then k10temp reports the Tctl which is used as a last resort. Now, if it can't find a sensor it will return "nan".

@AdnanHodzic
Copy link
Owner

LGMT, great catch!

@AdnanHodzic AdnanHodzic merged commit 674b3c4 into AdnanHodzic:master Sep 7, 2023
@shadeyg56 shadeyg56 deleted the cpu_temp-fix branch September 7, 2023 20:53
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

Successfully merging this pull request may close these issues.

Temperatures reading issue
2 participants