Page 1 of 1

Mageia 7, Ryzen 3000, sensors

PostPosted: Aug 1st, '19, 00:56
by maxtog
Using Mageia 7 with a Ryzen 7 (3000 series) and X570 chipset, there are no sensors:

Code: Select all
# sensors
asus-isa-0000
Adapter: ISA adapter
cpu_fan:        0 RPM


So we can't see any temps or fan speeds. Has anyone attempted to get this working? I caught this thread: https://www.gamingonlinux.com/forum/topic/3991 which talks about the "zenpower" kernel driver: https://github.com/ocerman/zenpower but, unfortunately, it looks like it requires a kernel patch to work: https://patchwork.kernel.org/patch/11043277/

So it looks like a LOT of work (compiling a custom kernel, compiling a new module, banning some existing modules, etc).

Re: Mageia 7, Ryzen 3000, sensors

PostPosted: Aug 1st, '19, 08:12
by jkerr82508
There is an update to lm_sensors going through QA at present, but few of the QA team have the necessary hardware.

Please test that update and report your results in the bug report:

https://bugs.mageia.org/show_bug.cgi?id=25186

Jim

Re: Mageia 7, Ryzen 3000, sensors

PostPosted: Aug 1st, '19, 13:44
by maxtog
Cool! Thanks for the info!

Re: Mageia 7, Ryzen 3000, sensors

PostPosted: Aug 3rd, '19, 11:51
by wintpe
if its an asus board or uses the same sensor chip that they do you may also want to look at asus_wmi_sensors

this will give something like i have , also using the new kernel that adds support.

this is an asus prime x399

Code: Select all
sensors
k10temp-pci-00cb
Adapter: PCI adapter
Tdie:         +33.5°C  (high = +70.0°C)
Tctl:         +60.5°C 

asuswmisensors-isa-0000
Adapter: ISA adapter
CPU Core Voltage:         +1.42 V 
CPU SOC Voltage:          +1.09 V 
DRAM AB Voltage:          +1.20 V 
DRAM CD Voltage:          +1.18 V 
1.8V PLL Voltage:         +1.81 V 
+12V Voltage:            +11.90 V 
+5V Voltage:              +4.93 V 
3VSB Voltage:             +3.29 V 
VBAT Voltage:             +3.03 V 
AVCC3 Voltage:            +3.31 V 
SB 1.05V Voltage:         +1.04 V 
CPU Core Voltage:         +1.43 V 
CPU SOC Voltage:          +1.09 V 
DRAM AB Voltage:          +1.20 V 
DRAM CD Voltage:          +1.20 V 
CPU Fan:                 1490 RPM
Chassis Fan 1:              0 RPM
Chassis Fan 2:            280 RPM
Chassis Fan 3:            347 RPM
Water Pump 1:               0 RPM
CPU OPT:                 1526 RPM
EXT Fan 1:                  0 RPM
EXT Fan 2:                  0 RPM
EXT Fan 3:                  0 RPM
Cover Fan:                  0 RPM
CPU Temperature:          +30.0°C 
CPU Socket Temperature:   +31.0°C 
Motherboard Temperature:  +28.0°C 
Chipset Temperature:      +46.0°C 
Tsensor Temperature:     +216.0°C 
CPU VRM Temperature:      +36.0°C 
EXT Tsensor 1:             +0.0°C 
EXT Tsensor 2:             +0.0°C 
EXT Tsensor 3:             +0.0°C 
CPU VRM Output Current:   +0.00 A 

asus-isa-0000
Adapter: ISA adapter
cpu_fan:        0 RPM

k10temp-pci-00c3
Adapter: PCI adapter
Tdie:         +35.2°C  (high = +70.0°C)
Tctl:         +62.2°C


regards peter

Re: Mageia 7, Ryzen 3000, sensors

PostPosted: Aug 5th, '19, 16:38
by maxtog
It looks like Mageia has pushed out the kernel update and sensors update packages! I installed them, rebooted, but still show only this:

Code: Select all
$ sensors
k10temp-pci-00c3
Adapter: PCI adapter
Tdie:         +46.0°C  (high = +70.0°C)
Tctl:         +46.0°C 

asus-isa-0000
Adapter: ISA adapter
cpu_fan:        0 RPM


I tried running "sensors-detect" and even rebooting. Nothing changes. Am I doing something wrong?

Re: Mageia 7, Ryzen 3000, sensors

PostPosted: Aug 5th, '19, 17:21
by maxtog
maxtog wrote:It looks like Mageia has pushed out the kernel update and sensors update packages! I installed them, rebooted, but still show only [cpu temp]


Reply to self- it looks like this is working as expected. The k10temp sensor is the only thing that works and only returns that one measurement. The kernel doesn't include support for anything else (fan speeds, core temps, chipset temp, voltages, etc). Oh well.