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

No temperature on AMD Ryzen 1600X #78

Open
DemonInTheCloset opened this issue Apr 6, 2022 · 1 comment · May be fixed by #81
Open

No temperature on AMD Ryzen 1600X #78

DemonInTheCloset opened this issue Apr 6, 2022 · 1 comment · May be fixed by #81

Comments

@DemonInTheCloset
Copy link

DemonInTheCloset commented Apr 6, 2022

Problem

AMD Ryzen 1600X sensors doesn't have a per core readout so the sed/awk script fails:

$ sensors
k10temp-pci-00c3
Adapter: PCI adapter
Tctl:         +56.6°C  
Tdie:         +36.6°C 

Proposed solution

Add a variable/option to use the Tdie readout instead.

In my case sensors | sed -n 's/Tdie:\s*+//p' is enough.

@ctjhoa
Copy link
Member

ctjhoa commented Apr 6, 2022

Thanks for the report. I guess we could fallback on Tdie if no Tccd/Core are found in sensors output.

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

Successfully merging a pull request may close this issue.

2 participants