mirror of
https://github.com/007revad/Synology_CPU_temperature.git
synced 2026-04-25 08:55:59 +03:00
[GH-ISSUE #18] intel Atom CPU's not displaying any cores #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_CPU_temperature#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blakeusblade on GitHub (Nov 1, 2024).
Original GitHub issue: https://github.com/007revad/Synology_CPU_temperature/issues/18
Running the script on (at least my one of my syno boxes with an Atom CPU) doesn't display current CPU core temps...
log output is below...
Synology_CPU_temp v2.3.8
DS1517+-j DSM 7.2.2-72806
Intel(R) Atom(TM) CPU C2538 @ 2.40GHz
DSM shutdown Temp: 95°C 203°F
@007revad commented on GitHub (Nov 1, 2024):
Via SSH what do these commands return:
and
and
@blakeusblade commented on GitHub (Nov 1, 2024):
Command requested to run:
ls /sys/bus/platform/devices/coretemp.0/hwmon/hwmon0/deviceOutput:
Command requested to run:
ls /sys/class/hwmon/hwmon0Output:
device power subsystem ueventCommand requested to run:
ls /sys/class/hwmon/hwmon0/deviceOutput:
@007revad commented on GitHub (Nov 2, 2024):
I see the problem.
The output of those commands are the same as my old DS1812+ with DSM 6. But different to my DS720+ with DSM 7. I assumed DSM 6 was different to DSM 7. But it's clear now that the difference is CPU architecture specific.
I should have a fixed version of the script available today.
@007revad commented on GitHub (Nov 3, 2024):
This new v2.3.9 should work for you now.
https://github.com/007revad/Synology_CPU_temperature/releases
@blakeusblade commented on GitHub (Nov 3, 2024):
Excellent! It works now... Great work and thanks heaps!
`
DS1517+-j DSM 7.2.2-72806
synology_avoton_1517+
Logging to /volume1/CPUTemp/logs
Intel(R) Atom(TM) CPU C2538 @ 2.40GHz
DSM shutdown Temp: 95°C 203°F
Core 0: 47°C 116.6°F
Core 1: 46°C 114.8°F
Core 2: 46°C 114.8°F
Core 3: 46°C 114.8°F
`