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

Missing CPU temperature on AMD 7945HX #1264

Open
EKami opened this issue Jun 28, 2023 · 3 comments
Open

Missing CPU temperature on AMD 7945HX #1264

EKami opened this issue Jun 28, 2023 · 3 comments

Comments

@EKami
Copy link

EKami commented Jun 28, 2023

Hello,
I've compiled htop like this ./autogen.sh && ./configure --enable-sensors && make.
But I don't get any temperature readings. lm-sensors is actually able to display them:

❯ sensors | egrep "fan|temp"
cpu_fan:     2900 RPM
temp1:        +54.0°C  (crit = +120.0°C)
temp2:        +55.0°C  (crit = +125.0°C)

Any idea what I am missing? I have the Zephyrus Duo GX650PY with an AMD 7945HX.

@BenBE
Copy link
Member

BenBE commented Jun 28, 2023

Cf. #1176.

@EKami
Copy link
Author

EKami commented Jun 29, 2023

I compiled @JohnsonGlenT fork and ran it on my laptop but it's still not working. Can I contribute in any way by running commands that would allow me to pinpoint the source of the issue?

@BenBE
Copy link
Member

BenBE commented Jun 29, 2023

The best way is looking at the values read in LibSensors_getCPUTemperatures through a debugger and cross-checking that these values are properly attributed to the correct CPU cores/threads based on the underlying physical architecture.

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

2 participants