screenFetch icon indicating copy to clipboard operation
screenFetch copied to clipboard

CPU temp shows a wrong temp

Open arbolis opened this issue 8 years ago • 3 comments

"CPU: Intel Core i7-7700 @ 8x 4.2GHz [27.8°C]" The 27.8 celsius temperature is the temperature of a non connected sensor in my pc, which is stuck on 27.8 forever. It is not the temp of any of the 4 cores of my CPU. When I type "sensors" in a terminal, 27.8 is the 1st temperature that shows up (out of 7 where the last 4 represent the temp. of each core).

So, I'd rather have no temperature showing up than a wrong one that never ever changes.

arbolis avatar Mar 17 '17 08:03 arbolis

Now that you mention it, I have the same issue. I'll take a look at it and if I can't fix it, I'll remove the temperature stuff.

darealshinji avatar Mar 17 '17 11:03 darealshinji

For a quick fix, /sys/class/hwmon/hwmon1/ instead of hwmon0 has correct temperatures, at least on Arch.

instance01 avatar Mar 30 '17 13:03 instance01

I meet the problem , after read latest source code, I thought the bug have fixed in dev version.

ls -l /sys/class/hwmon

total 0
lrwxrwxrwx 1 root root 0 11月 12 14:10 hwmon0 -> ../../devices/virtual/hwmon/hwmon0
lrwxrwxrwx 1 root root 0 11月 12 14:10 hwmon1 -> ../../devices/platform/coretemp.0/hwmon/hwmon1

shoud choose keyword coretemp

shalk avatar Nov 12 '18 06:11 shalk