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

intel Atom CPU's not displaying any cores #18

Closed
blakeusblade opened this issue Nov 1, 2024 · 5 comments
Closed

intel Atom CPU's not displaying any cores #18

blakeusblade opened this issue Nov 1, 2024 · 5 comments

Comments

@blakeusblade
Copy link

blakeusblade commented Nov 1, 2024

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
Copy link
Owner

007revad commented Nov 1, 2024

Via SSH what do these commands return:

ls /sys/bus/platform/devices/coretemp.0/hwmon/hwmon0/device

and

ls /sys/class/hwmon/hwmon0

and

ls /sys/class/hwmon/hwmon0/device

@blakeusblade
Copy link
Author

blakeusblade commented Nov 1, 2024

Via SSH what do these commands return:

ls /sys/bus/platform/devices/coretemp.0/hwmon/hwmon0/device

and

ls /sys/class/hwmon/hwmon0

and

ls /sys/class/hwmon/hwmon0/device

Command requested to run: ls /sys/bus/platform/devices/coretemp.0/hwmon/hwmon0/device
Output:

driver    name       temp2_crit        temp2_label  temp3_crit_alarm  temp3_max         temp4_input  temp5_crit        temp5_label
hwmon     power      temp2_crit_alarm  temp2_max    temp3_input       temp4_crit        temp4_label  temp5_crit_alarm  temp5_max
modalias  subsystem  temp2_input       temp3_crit   temp3_label       temp4_crit_alarm  temp4_max    temp5_input       uevent

Command requested to run: ls /sys/class/hwmon/hwmon0
Output:
device power subsystem uevent

Command requested to run: ls /sys/class/hwmon/hwmon0/device
Output:

driver    name       temp2_crit        temp2_label  temp3_crit_alarm  temp3_max         temp4_input  temp5_crit        temp5_label
hwmon     power      temp2_crit_alarm  temp2_max    temp3_input       temp4_crit        temp4_label  temp5_crit_alarm  temp5_max
modalias  subsystem  temp2_input       temp3_crit   temp3_label       temp4_crit_alarm  temp4_max    temp5_input       uevent

@007revad
Copy link
Owner

007revad commented 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 added a commit that referenced this issue Nov 3, 2024
v2.3.9
- Bug fix for old Intel CPUs running DSM 7. issue #18
007revad added a commit that referenced this issue Nov 3, 2024
v2.3.9
- Bug fix for old Intel CPUs running DSM 7. issue #18
@007revad 007revad mentioned this issue Nov 3, 2024
@007revad
Copy link
Owner

007revad commented Nov 3, 2024

This new v2.3.9 should work for you now.
https://github.com/007revad/Synology_CPU_temperature/releases

@blakeusblade
Copy link
Author

blakeusblade commented Nov 3, 2024

This new v2.3.9 should work for you now. https://github.com/007revad/Synology_CPU_temperature/releases

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
`

@007revad 007revad closed this as completed Nov 3, 2024
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