You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
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.
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:Any idea what I am missing? I have the Zephyrus Duo GX650PY with an AMD 7945HX.
The text was updated successfully, but these errors were encountered: