-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BUG] CPU Graph shows 0°C Temperature (AMD Ryzen) #80
Comments
Hello,
Thanks. |
I personally use zenpower, but that isn't in the Kernel. TS10_TEMP from nct6775 would be the desired sensor. It's the same as k10temp or Tdie from zenpower. |
Hum, |
What do you mean? Everything in |
Sorry i have totally forgeot to tell you the step you can follow 🤦 This is the step for retrieve sensors for temperature :
|
That's the problem, everything in the CPU Section reports 0°C. That's why I use the chip on the Mainboard (nct6775). Some Asus board have this kind of behaviour. Asus uses asus-wmi-sensors, it87 or nct6775. Some boards still report using k10temp others don't… |
Oh ok, so i need to make an fallback and make something like i have done for network. Could you past what you have when you run {
"coretemp-isa-0000":{
"Adapter": "ISA adapter",
"Package id 0":{
"temp1_input": 34.000,
"temp1_max": 80.000,
"temp1_crit": 100.000,
"temp1_crit_alarm": 0.000
},
"Core 0":{
"temp2_input": 29.000,
"temp2_max": 80.000,
"temp2_crit": 100.000,
"temp2_crit_alarm": 0.000
},
// ...
}
} So i think i need to check if |
Is it possible to implement check if zenpower3 module is loaded and use temp values from that? Or maybe add option in CPU settings. I like use zenpower instead of ISA cause it also reports power usage. zenpower output section in
If need any more info can post it also |
Ok so the name is not something like Could you tel me what is the output of |
I think problem is for systems that do not have zenpower module. Coretemp on Intel cpu's will have name like sensors -j 'zenpower-pci-*'
{
"zenpower-pci-00c3":{
"Adapter": "PCI adapter",
"SVI2_Core":{
"in1_input": 1.438
},
"SVI2_SoC":{
"in2_input": 1.144
},
"Tdie":{
"temp1_input": 46.000,
"temp1_max": 95.000
},
"Tctl":{
"temp2_input": 46.000
},
"SVI2_P_Core":{
"power1_input": 16.981
},
"SVI2_P_SoC":{
"power2_input": 3.029
},
"SVI2_C_Core":{
"curr1_input": 11.858
},
"SVI2_C_SoC":{
"curr2_input": 2.648
}
}
} Without zenpower CPU temp provided by k10temp upstream kernel module. On my system it is acting weird and do not appear in sensors unless i load module with sensors -j 'k10temp-pci-*'
{
"k10temp-pci-00c3":{
"Adapter": "PCI adapter",
"Tctl":{
"temp1_input": 39.625
}
}
}
nct6775 is kernel module for motherboards sensor not CPU's. Name in sensors will depend what sensors chip is on the board.
Me and @lodriguez we both have Asus mb just different model so chip is same. But for diferent board manufacturer name might be something like sensors -j 'nct6798-isa-*'
{
"nct6798-isa-0290":{
"Adapter": "ISA adapter",
"in0":{
"in0_input": 0.536,
"in0_min": 0.000,
"in0_max": 1.744,
"in0_alarm": 0.000,
"in0_beep": 0.000
},
"in1":{
"in1_input": 1.000,
"in1_min": 0.000,
"in1_max": 0.000,
"in1_alarm": 1.000,
"in1_beep": 0.000
},
"in2":{
"in2_input": 3.376,
"in2_min": 0.000,
"in2_max": 0.000,
"in2_alarm": 1.000,
"in2_beep": 0.000
},
"in3":{
"in3_input": 3.312,
"in3_min": 0.000,
"in3_max": 0.000,
"in3_alarm": 1.000,
"in3_beep": 0.000
},
"in4":{
"in4_input": 0.992,
"in4_min": 0.000,
"in4_max": 0.000,
"in4_alarm": 1.000,
"in4_beep": 0.000
},
"in5":{
"in5_input": 0.920,
"in5_min": 0.000,
"in5_max": 0.000,
"in5_beep": 0.000
},
"in6":{
"in6_input": 0.248,
"in6_min": 0.000,
"in6_max": 0.000,
"in6_alarm": 1.000,
"in6_beep": 0.000
},
"in7":{
"in7_input": 3.376,
"in7_min": 0.000,
"in7_max": 0.000,
"in7_alarm": 1.000,
"in7_beep": 0.000
},
"in8":{
"in8_input": 3.296,
"in8_min": 0.000,
"in8_max": 0.000,
"in8_alarm": 1.000,
"in8_beep": 0.000
},
"in9":{
"in9_input": 1.808,
"in9_min": 0.000,
"in9_max": 0.000,
"in9_alarm": 1.000,
"in9_beep": 0.000
},
"in10":{
"in10_input": 0.640,
"in10_min": 0.000,
"in10_max": 0.000,
"in10_alarm": 1.000,
"in10_beep": 0.000
},
"in11":{
"in11_input": 2.048,
"in11_min": 0.000,
"in11_max": 0.000,
"in11_alarm": 1.000,
"in11_beep": 0.000
},
"in12":{
"in12_input": 1.032,
"in12_min": 0.000,
"in12_max": 0.000,
"in12_alarm": 1.000,
"in12_beep": 0.000
},
"in13":{
"in13_input": 0.360,
"in13_min": 0.000,
"in13_max": 0.000,
"in13_alarm": 1.000,
"in13_beep": 0.000
},
"in14":{
"in14_input": 0.264,
"in14_min": 0.000,
"in14_max": 0.000,
"in14_alarm": 1.000,
"in14_beep": 0.000
},
"fan1":{
"fan1_input": 791.000,
"fan1_min": 0.000,
"fan1_alarm": 0.000,
"fan1_beep": 0.000,
"fan1_pulses": 2.000
},
"fan2":{
"fan2_input": 1032.000,
"fan2_min": 0.000,
"fan2_alarm": 0.000,
"fan2_beep": 0.000,
"fan2_pulses": 2.000
},
"fan3":{
"fan3_input": 846.000,
"fan3_min": 0.000,
"fan3_alarm": 0.000,
"fan3_beep": 0.000,
"fan3_pulses": 2.000
},
"fan4":{
"fan4_input": 877.000,
"fan4_min": 0.000,
"fan4_alarm": 0.000,
"fan4_beep": 0.000,
"fan4_pulses": 2.000
},
"fan5":{
"fan5_input": 0.000,
"fan5_min": 0.000,
"fan5_alarm": 0.000,
"fan5_beep": 0.000,
"fan5_pulses": 2.000
},
"fan6":{
"fan6_input": 0.000,
"fan6_min": 0.000,
"fan6_alarm": 0.000,
"fan6_pulses": 2.000
},
"fan7":{
"fan7_input": 996.000,
"fan7_min": 0.000,
"fan7_pulses": 2.000
},
"SYSTIN":{
"temp1_input": 30.000,
"temp1_max": 80.000,
"temp1_max_hyst": 75.000,
"temp1_crit": 125.000,
"temp1_alarm": 0.000,
"temp1_type": 4.000,
"temp1_offset": 0.000,
"temp1_beep": 0.000
},
"CPUTIN":{
"temp2_input": 31.500,
"temp2_max": 80.000,
"temp2_max_hyst": 75.000,
"temp2_crit": 125.000,
"temp2_alarm": 0.000,
"temp2_type": 4.000,
"temp2_offset": 0.000,
"temp2_beep": 0.000
},
"AUXTIN0":{
"temp3_input": 85.000,
"temp3_max": 80.000,
"temp3_max_hyst": 75.000,
"temp3_crit": 125.000,
"temp3_alarm": 1.000,
"temp3_type": 4.000,
"temp3_offset": 0.000,
"temp3_beep": 0.000
},
"AUXTIN1":{
"temp4_input": 47.000,
"temp4_max": 80.000,
"temp4_max_hyst": 75.000,
"temp4_crit": 125.000,
"temp4_alarm": 0.000,
"temp4_type": 4.000,
"temp4_offset": 0.000,
"temp4_beep": 0.000
},
"AUXTIN2":{
"temp5_input": -62.000,
"temp5_max": 80.000,
"temp5_max_hyst": 75.000,
"temp5_crit": 100.000,
"temp5_alarm": 0.000,
"temp5_type": 4.000,
"temp5_offset": 0.000,
"temp5_beep": 0.000
},
"AUXTIN3":{
"temp6_input": 80.000,
"temp6_max": 80.000,
"temp6_max_hyst": 75.000,
"temp6_crit": 100.000,
"temp6_alarm": 1.000,
"temp6_type": 4.000,
"temp6_offset": 0.000,
"temp6_beep": 0.000
},
"AUXTIN4":{
"temp7_input": 30.000,
"temp7_max": 80.000,
"temp7_max_hyst": 75.000,
"temp7_crit": 100.000,
"temp7_alarm": 0.000,
"temp7_beep": 0.000
},
"PECI Agent 0 Calibration":{
"temp8_input": 43.000,
"temp8_max": 80.000,
"temp8_max_hyst": 75.000,
"temp8_beep": 0.000
},
"PCH_CHIP_CPU_MAX_TEMP":{
"temp9_input": 0.000
},
"PCH_CHIP_TEMP":{
"temp10_input": 0.000
},
"PCH_CPU_TEMP":{
"temp11_input": 0.000
},
"PCH_MCH_TEMP":{
"temp12_input": 0.000
},
"TSI0_TEMP":{
"temp13_input": 54.000
},
"intrusion0":{
"intrusion0_alarm": 1.000,
"intrusion0_beep": 0.000
},
"intrusion1":{
"intrusion1_alarm": 1.000,
"intrusion1_beep": 0.000
},
"beep_enable":{
"beep_enable": 0.000
}
}
}
Auto or option is up to you but it's always nice to have more options :) |
Thank for all informations, And in finally i can simply fallback to I think is useless to add complexity to that, and i don't see how can have none of |
I guess plasma supports only official
|
Hello, For that you have to download repo and choose 1 of bellow options :
Thanks. |
Something is still not working right. Temp shows up for second after enable and goes back to 0 Short demo 2024-05-22.20-49-47.mp4 |
if you keep it enabled it's stuck to 0 ? I think i have an issue with my fallback detection method, or it's because "official" sensor return non zero value. Can you edit the bellow file and add plasma-applet-resources-monitor/package/contents/ui/components/sensors/CpuTemperature.qml Line 40 in 21d4a25
|
After enabling temp console output
|
OH oki i doesn't know if the sensor pass in |
You can try with new version ;) |
Current Behavior
CPU Graph shows 0°C temperature
Expected Behavior
Show the actual temperature
Steps To Reproduce
AMD Ryzen 5800X3D
Asus Rog Strix B550-F gaming (nct6775)
Screenshots
https://i.imgur.com/c9QEOp7.png
Logs
Versions
Additional context
It probably just uses the wrong sensor. Would be nice to have an "advanced option" where we could select a sensor.
The text was updated successfully, but these errors were encountered: