[GH-ISSUE #7] Does not work witn Intel Pentium D #3

Closed
opened 2026-03-04 19:25:37 +03:00 by kerem · 5 comments
Owner

Originally created by @jjvelar on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/007revad/Synology_CPU_temperature/issues/7

Originally assigned to: @007revad on GitHub.

Hi, thanks for your work. Much appreciated.

I tried and the script does not get the temperature for my Intel Pentium D on a DSM923+ with DSM 7.2.1.

Please, advise.

image

Originally created by @jjvelar on GitHub (May 28, 2024). Original GitHub issue: https://github.com/007revad/Synology_CPU_temperature/issues/7 Originally assigned to: @007revad on GitHub. Hi, thanks for your work. Much appreciated. I tried and the script does not get the temperature for my Intel Pentium D on a DSM923+ with DSM 7.2.1. Please, advise. ![image](https://github.com/007revad/Synology_CPU_temperature/assets/47498098/40a79c5e-4ce6-4823-a95d-5b62835c4606)
kerem closed this issue 2026-03-04 19:25:37 +03:00
Author
Owner

@007revad commented on GitHub (May 28, 2024):

What do these 2 commands return?

ls /sys/class/hwmon/hwmon0

ls /sys/bus/platform/devices/coretemp.0
<!-- gh-comment-id:2136281143 --> @007revad commented on GitHub (May 28, 2024): What do these 2 commands return? ``` ls /sys/class/hwmon/hwmon0 ls /sys/bus/platform/devices/coretemp.0 ```
Author
Owner

@jjvelar commented on GitHub (May 29, 2024):

Here you've got it:

image

<!-- gh-comment-id:2138204530 --> @jjvelar commented on GitHub (May 29, 2024): Here you've got it: ![image](https://github.com/007revad/Synology_CPU_temperature/assets/47498098/b8d33d12-7474-4c59-8b9c-91f90f3e5f1f)
Author
Owner

@007revad commented on GitHub (May 30, 2024):

Thanks. I see the problem. I assumed all Intel CPUs would have tempX_label and tempX_max.

Thankfully tempX_crit is the same as tempX_max so I can use tempX_crit instead. And I can work around the missing tempX_label

Can you tell me what this command returns:

grep . /sys/class/hwmon/hwmon*/* 2>/dev/null
<!-- gh-comment-id:2138495422 --> @007revad commented on GitHub (May 30, 2024): Thanks. I see the problem. I assumed all Intel CPUs would have tempX_label and tempX_max. Thankfully tempX_crit is the same as tempX_max so I can use tempX_crit instead. And I can work around the missing tempX_label Can you tell me what this command returns: ``` grep . /sys/class/hwmon/hwmon*/* 2>/dev/null ```
Author
Owner

@007revad commented on GitHub (May 30, 2024):

Try this version:
https://github.com/007revad/Synology_CPU_temperature/releases/tag/v2.1.4

<!-- gh-comment-id:2138786671 --> @007revad commented on GitHub (May 30, 2024): Try this version: https://github.com/007revad/Synology_CPU_temperature/releases/tag/v2.1.4
Author
Owner

@jjvelar commented on GitHub (May 30, 2024):

works like a charm. Thanks!

image

<!-- gh-comment-id:2139490126 --> @jjvelar commented on GitHub (May 30, 2024): works like a charm. Thanks! ![image](https://github.com/007revad/Synology_CPU_temperature/assets/47498098/04b33b13-71a7-49e2-b90c-72c93fa1f8b5)
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Synology_CPU_temperature#3
No description provided.