mirror of
https://github.com/007revad/Synology_CPU_temperature.git
synced 2026-04-25 08:55:59 +03:00
[GH-ISSUE #7] Does not work witn Intel Pentium D #3
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#3
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 @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.
@007revad commented on GitHub (May 28, 2024):
What do these 2 commands return?
@jjvelar commented on GitHub (May 29, 2024):
Here you've got it:
@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:
@007revad commented on GitHub (May 30, 2024):
Try this version:
https://github.com/007revad/Synology_CPU_temperature/releases/tag/v2.1.4
@jjvelar commented on GitHub (May 30, 2024):
works like a charm. Thanks!