The Wayback Machine - https://web.archive.org/web/20201015151054/https://github.com/ocerman/zenpower/issues/12
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

[Help needed] Please provide debug data from zenpower #12

Open
ocerman opened this issue Sep 29, 2019 · 82 comments
Open

[Help needed] Please provide debug data from zenpower #12

ocerman opened this issue Sep 29, 2019 · 82 comments

Comments

@ocerman
Copy link
Owner

@ocerman ocerman commented Sep 29, 2019

Hello everyone,
It would be very helpful for me for further development of Zenpower if you can share debug data from zenpower. Zenpower debug data contains raw data from SMN.

If you have latest zenpower driver installed, you can get debug data from file /sys/class/hwmon/hwmon[num]/debug_data or via this bash script

Please also state your CPU, Motherboard and Linux kernel version. Also, please state if you think that Core/SOC values are swapped or incorrect.

Thank you.

//EDIT:
If possible, please post also sensors output sensors zenpower-*

@ocerman
Copy link
Owner Author

@ocerman ocerman commented Sep 29, 2019

ASUS ROG Strix X570-E Gaming
Ryzen 7 3700X
Linux 5.0.0 (patched)

0005a008 = 00000002
0005a00c = 014a0023
0005a010 = 01630002
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000ad6
00059958 = 00000000
0005995c = 00000000

SOC/Core values are swapped by default. Amperage and Wattage is not correct.

@kattjevfel
Copy link

@kattjevfel kattjevfel commented Sep 29, 2019

ASUS PRIME B350M-A
Ryzen 5 1600X
Linux 5.3.1

0005a008 = 00000002
0005a00c = 0136003b
0005a010 = 017f0014
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
@ocerman ocerman pinned this issue Sep 29, 2019
@terroreek
Copy link

@terroreek terroreek commented Sep 29, 2019

Asus ROG Strix X399-E Gaming
Threadripper 2920x
Linux 5.2.17

0005a008 = 00000002  
0005a00c = 0158003a    
0005a010 = 01f70000  
000598bc = 0fff00ff  
0005994c = 00000000  
00059954 = 00000b7a  
00059958 = 00000000  
0005995c = 00000000

and

0005a008 = 00000002
0005a00c = 0119000f
0005a010 = 01f70000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
@NoXPhasma
Copy link

@NoXPhasma NoXPhasma commented Sep 29, 2019

Ryzen 7 1700
Asus Prime X370-Pro
Kernel 5.2.0-17.2-liquorix-amd64

0005a008 = 00000002
0005a00c = 0121000a
0005a010 = 015a001d
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000

Values seem to be correct. But I'm not sure which Ampere values would look right, this is the output in sensors:

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:    +1.34 V  
SVI2_SoC:     +0.99 V  
Tdie:         +27.5°C  (high = +70.0°C)
Tctl:         +27.5°C  
SVI2_P_Core:  16.76 W  
SVI2_P_SoC:    9.68 W  
SVI2_C_Core: +13.51 A  
SVI2_C_SoC:   +9.74 A 
@birdie-github
Copy link

@birdie-github birdie-github commented Sep 29, 2019

Ryzen 7 3700X on a X570 motherboard.

0005a008 = 00000002
0005a00c = 014a001b
0005a010 = 01660003
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000a90
00059958 = 00000000
0005995c = 00000000

Linux 5.2 with the two patches which allow the k10temp driver to recognize my CPU.

@jrugia
Copy link

@jrugia jrugia commented Sep 29, 2019

CPU - Ryzen 1700X
Motherboard - Asus PRIME B350M-A
Kernel 5.3.1

0005a008 = 00000002
0005a00c = 0139000c
0005a010 = 014a001a
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000

Output when idle (more or less):

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +1.20 V
SVI2_SoC: +1.09 V
Tdie: +40.2°C (high = +70.0°C)
Tctl: +60.2°C
SVI2_P_Core: 25.09 W
SVI2_P_SoC: 10.60 W
SVI2_C_Core: +18.70 A
SVI2_C_SoC: +10.10 A

During Prime95 Small FFTs (AVX enabled):

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +1.09 V
SVI2_SoC: +1.09 V
Tdie: +63.4°C (high = +70.0°C)
Tctl: +83.4°C
SVI2_P_Core: 91.58 W
SVI2_P_SoC: 11.84 W
SVI2_C_Core: +84.18 A
SVI2_C_SoC: +10.10 A

Judging by the 91 watts on the core, I think the values are fine for this CPU.

@crt0mega
Copy link

@crt0mega crt0mega commented Oct 3, 2019

Ryzen R7 3700X
Asus Prime X370-PRO
5.2.0-17.2-liquorix-amd64

0005a008 = 00000002
0005a00c = 014a0023
0005a010 = 010a0009
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000ae0
00059958 = 00000000
0005995c = 00000000

@wedens
Copy link

@wedens wedens commented Oct 7, 2019

Ryzen 3600
MSI B450 Gaming Pro Carbon AC
Linux 5.3.4

0005a008 = 00000002
0005a00c = 014b001f
0005a010 = 011a0014
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000b40
00059958 = 00000000
0005995c = 00000000

Core/SOC values were swapped before the latest version.

Output from the latest version:

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:    +1.41 V  
SVI2_SoC:     +1.08 V  
Tdie:         +50.8°C  (high = +70.0°C)
Tctl:         +50.8°C  
SVI2_P_Core:  27.81 W  
SVI2_P_SoC:   10.19 W  
SVI2_C_Core: +19.76 A  
SVI2_C_SoC:   +9.42 A
@sambolinux
Copy link

@sambolinux sambolinux commented Oct 14, 2019

CPU: RYZEN 2700X
MB:ASUS CROSSHAIR VII HERO (WIFI)
KERNEL: 5.3.6-050306
DEBUG_DATA:
0005a008 = 00000002
0005a00c = 01760006
0005a010 = 01750013
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000

ZENPOWER DATA:
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +0.81 V
SVI2_SoC: +0.82 V
Tdie: +30.8°C (high = +70.0°C)
Tctl: +40.8°C
SVI2_P_Core: 4.22 W
SVI2_P_SoC: 5.61 W
SVI2_C_Core: +5.20 A
SVI2_C_SoC: +6.85 A

@jjrams
Copy link

@jjrams jjrams commented Oct 19, 2019

Ryzen 3900X
MSI X570-A Pro
Linux 5.3.6-arch1-1-ARCH

% ./zp_read_debug.sh
0005a008 = 00000002
0005a00c = 014b003a
0005a010 = 0127007a
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000c1a
00059958 = 00000bac
0005995c = 00000000
% sensors zenpower-pci-00c3
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:    +1.31 V
SVI2_SoC:     +1.08 V
Tdie:         +81.8°C  (high = +70.0°C)
Tctl:         +81.8°C
SVI2_P_Core: 105.91 W
SVI2_P_SoC:   18.47 W
SVI2_C_Core: +81.03 A
SVI2_C_SoC:  +17.07 A
@lizardb0y
Copy link

@lizardb0y lizardb0y commented Oct 22, 2019

MB: Gigabyte AB350N-Gaming-Wifi
CPU: Ryzen 5 2400G
Kernel Linux 5.0.0-32-generic #34-Ubuntu

0005a008 = 00000002
0005a00c = 016d0001
0005a010 = 0139000a
000598bc = ffffffff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000

Output from zenpower looks good. Under load (stress-ng --cpu=8):

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +1.34 V
SVI2_SoC: +1.19 V
Tdie: +64.1°C (high = +70.0°C)
Tctl: +64.1°C
SVI2_P_Core: 41.71 W
SVI2_P_SoC: 4.31 W
SVI2_C_Core: +30.14 A
SVI2_C_SoC: +3.97 A

@lucasxteixeira
Copy link

@lucasxteixeira lucasxteixeira commented Nov 2, 2019

Gygabyte X570 Aorus Elite
Ryzen 9 3900X
Linux 5.3.8 (xanmod)

Debug data:
0005a008 = 00000002
0005a00c = 014c0028
0005a010 = 016d0009
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000ac4
00059958 = 00000acc
0005995c = 00000000

The output from zenpower for Core looks correct, the output for SoC is static (never changes):
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +1.31 V
SVI2_SoC: +1.07 V
Tdie: +48.9°C (high = +70.0°C)
Tctl: +48.9°C
SVI2_P_Core: 11.19 W
SVI2_P_SoC: 12.65 W
SVI2_C_Core: +8.56 A
SVI2_C_SoC: +11.77 A

@birdie-github
Copy link

@birdie-github birdie-github commented Nov 7, 2019

@lucasxteixeira

The output from zenpower for Core looks correct, the output for SoC is static (never changes):
SVI2_P_Core: 11.19 W

Could you post your results under load as well? 7z b will suffice.

@lucasxteixeira
Copy link

@lucasxteixeira lucasxteixeira commented Nov 8, 2019

There you go, results under load:

Debug data:
0005a008 = 00000002
0005a00c = 014c002a
0005a010 = 01330044
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000bb0
00059958 = 00000ba6
0005995c = 00000000

Adapter: PCI adapter
SVI2_Core:    +1.23 V  
SVI2_SoC:     +1.07 V  
Tdie:         +66.8°C  (high = +70.0°C)
Tctl:         +66.8°C  
SVI2_P_Core:  56.82 W  
SVI2_P_SoC:   12.65 W  
SVI2_C_Core: +46.12 A  
SVI2_C_SoC:  +11.77 A
@birdie-github
Copy link

@birdie-github birdie-github commented Nov 8, 2019

@lucasxteixeira

This doesn't look right. The Ryzen 9 3900X consumes over 115W under load and your values are really really low. Unless you somehow limited your CPU performance they are outright wrong. My 3700X consumes around 90W for this test.

Please try running this script after launching 7z b and report your values.

@ocerman
Copy link
Owner Author

@ocerman ocerman commented Nov 8, 2019

@birdie-github @lucasxteixeira let's move discussion about power to #11

@cyboerg42
Copy link

@cyboerg42 cyboerg42 commented Nov 11, 2019

System : HP Proliant DL325 G10
CPU : EPYC 7351P
Kernel : Linux 5.0.15-1-pve

kernel_smn_support = 1
0005a008 = 00000002
0005a00c = 01610051
0005a010 = 01f70000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000a7a
00059958 = 00000a70
0005995c = 00000a66
kernel_smn_support = 1
0005a008 = 00000002
0005a00c = 0140000a
0005a010 = 01f70000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
kernel_smn_support = 1
0005a008 = 00000002
0005a00c = 00000000
0005a010 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
kernel_smn_support = 1
0005a008 = 00000002
0005a00c = 00000000
0005a010 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000

sensors output :

zenpower-pci-00d3
Adapter: PCI adapter
SVI2_Core:    +1.55 V  
SVI2_SoC:     +1.55 V  
Tdie:         +29.6°C  (high = +70.0°C)
Tctl:         +29.6°C  
SVI2_P_Core:   0.00 W  
SVI2_P_SoC:    0.00 W  
SVI2_C_Core:  +0.00 A  
SVI2_C_SoC:   +0.00 A  

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:    +0.94 V  
SVI2_SoC:     +0.01 V  
Tdie:         +30.5°C  (high = +70.0°C)
Tctl:         +30.5°C  
SVI2_P_Core:  76.52 W  
SVI2_P_SoC:    0.00 W  
SVI2_C_Core: +81.06 A  
SVI2_C_SoC:   +0.00 A  

zenpower-pci-00db
Adapter: PCI adapter
SVI2_Core:    +1.55 V  
SVI2_SoC:     +1.55 V  
Tdie:         +27.9°C  (high = +70.0°C)
Tctl:         +27.9°C  
SVI2_P_Core:   0.00 W  
SVI2_P_SoC:    0.00 W  
SVI2_C_Core:  +0.00 A  
SVI2_C_SoC:   +0.00 A  

zenpower-pci-00cb
Adapter: PCI adapter
SVI2_Core:    +1.15 V  
SVI2_SoC:     +0.01 V  
Tdie:         +30.4°C  (high = +70.0°C)
Tctl:         +30.4°C  
SVI2_P_Core:  13.15 W  
SVI2_P_SoC:    0.00 W  
SVI2_C_Core: +13.51 A  
SVI2_C_SoC:   +0.00 A  

core voltage for p0 state is fixed to +1.15 V, so that's alright. - the iLO is also reporting the same avg cpu temp - so that should be fine too.

@lots0logs
Copy link

@lots0logs lots0logs commented Nov 12, 2019

Distro: Arch
Kernel: 5.3.10
CPU: Ryzen 9 3900x

kernel_smn_support = 1
0005a008 = 00000002
0005a00c = 014b002c
0005a010 = 010b0014
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000aee
00059958 = 00000ada
0005995c = 00000000
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:     1.39 V
SVI2_SoC:      1.08 V
Tdie:         +70.6°C  (high = +70.0°C)
Tctl:         +70.6°C
Tccd1:        +72.0°C
Tccd2:        +42.8°C
SVI2_P_Core:  24.90 W
SVI2_P_SoC:   13.37 W
SVI2_C_Core:  17.79 A
SVI2_C_SoC:   12.36 A
@Myrddin-Wyllt
Copy link

@Myrddin-Wyllt Myrddin-Wyllt commented Nov 13, 2019

Motherboard: Biostar X370GT7

CPU: Ryzen 7 1700

Kernel: 5.3.7-arch1-2-fsync

Debug Data:

kernel_smn_support = 1
0005a008 = 00000002
0005a00c = 012e0004
0005a010 = 0149000a
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000

sensors Data:

    IDLE:
=======================

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:     1.26 V  
SVI2_SoC:      1.09 V  
Tdie:         +26.8°C  (high = +70.0°C)
Tctl:         +26.8°C  
SVI2_P_Core:  11.81 W  
SVI2_P_SoC:    3.55 W  
SVI2_C_Core:  11.43 A  
SVI2_C_SoC:    3.61 A
    LOAD (7z b):
=======================

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:     1.26 V  
SVI2_SoC:      1.09 V  
Tdie:         +49.8°C  (high = +70.0°C)
Tctl:         +49.8°C  
SVI2_P_Core:  77.07 W  
SVI2_P_SoC:    4.32 W  
SVI2_C_Core:  61.31 A  
SVI2_C_SoC:    3.97 A 
@mbana
Copy link

@mbana mbana commented Nov 15, 2019

NB: You could made it easier to run this script.

$ curl -s https://gist.githubusercontent.com/ocerman/6566b00072c8af96a109f65075f2d8b7/raw/4a015fe1d2b6eca95e38ce0400a023de57d901ab/zp_read_debug.sh | bash
kernel_smn_support = 1
0005a008 = 00000002
0005a00c = 01480030
0005a010 = 01600001
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000a8c
00059958 = 00000a8e
0005995c = 00000000
$ sensors
iwlwifi-virtual-0
Adapter: Virtual device
temp1:        +32.0°C  

enp36s0-pci-2400
Adapter: PCI adapter
PHY Temperature:  +46.2°C  

amdgpu-pci-3300
Adapter: PCI adapter
vddgfx:      725.00 mV 
fan1:           0 RPM  (min =    0 RPM, max = 2970 RPM)
edge:         +47.0°C  (crit = +118.0°C, hyst =  +0.0°C)
                       (emerg = +80000.0°C)
junction:     +47.0°C  (crit = +80000.0°C, hyst =  +0.0°C)
                       (emerg = +80000.0°C)
mem:          +56.0°C  (crit = +80000.0°C, hyst =  +0.0°C)
                       (emerg = +80000.0°C)
power1:       35.00 W  (cap = 210.00 W)

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:   950.00 mV 
SVI2_SoC:      1.10 V  
Tdie:         +38.8°C  (high = +70.0°C)
Tctl:         +38.8°C  
Tccd1:        +32.8°C  
Tccd2:        +33.5°C  
SVI2_P_Core:   1.25 W  
SVI2_P_SoC:   14.24 W  
SVI2_C_Core:   1.32 A  
SVI2_C_SoC:   12.95 A  
$ sudo lshw
mbana-pc1                   
    description: Desktop Computer
    product: MS-7C36 (To be filled by O.E.M.)
    vendor: Micro-Star International Co., Ltd.
    version: 1.0
    serial: To be filled by O.E.M.
    width: 64 bits
    capabilities: smbios-2.8 dmi-2.8 smp vsyscall32
    configuration: boot=normal chassis=desktop family=To be filled by O.E.M. sku=To be filled by O.E.M. uuid=ACE4BF3A-C485-16BA-ABC4-00D861A3342D
  *-core
       description: Motherboard
       product: PRESTIGE X570 CREATION (MS-7C36)
       vendor: Micro-Star International Co., Ltd.
       physical id: 0
       version: 1.0
       serial: J816282762
       slot: To be filled by O.E.M.
     *-firmware
          description: BIOS
          vendor: American Megatrends Inc.
          physical id: 0
          version: 1.61
          date: 11/06/2019
          size: 64KiB
          capacity: 15MiB
          capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi
     *-memory
          description: System Memory
          physical id: f
          slot: System board or motherboard
          size: 64GiB
        *-bank:0
             description: Project-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>PO-Revision-Date: 2012-02-05 00:26+0000Last-Translator: Andi Chandler <Unknown>Language-Team: English (United Kingdom) <[email protected]>MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2018-07-12 13:19+0000X-Generator: Launchpad (build 18719)Project-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>PO-Revision-Date: 2012-02-05 00:26+0000Last-Translator: Andi Chandler <Unknown>Language-Team: English (United Kingdom) <[email protected]>MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2018-07-12 13:19+0000X-Generator: Launchpad (build 18719) 3000 MHz (0.3 ns) [empty]
             product: Unknown
             vendor: Unknown
             physical id: 0
             serial: Unknown
             slot: DIMM 0
             clock: 3GHz (0.3ns)
        *-bank:1
             description: DIMM DDR4 Synchronous Unbuffered (Unregistered) 3000 MHz (0.3 ns)
             product: CMK32GX4M1D3000C16
             vendor: Unknown
             physical id: 1
             serial: 00000000
             slot: DIMM 1
             size: 32GiB
             width: 64 bits
             clock: 3GHz (0.3ns)
        *-bank:2
             description: Project-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>PO-Revision-Date: 2012-02-05 00:26+0000Last-Translator: Andi Chandler <Unknown>Language-Team: English (United Kingdom) <[email protected]>MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2018-07-12 13:19+0000X-Generator: Launchpad (build 18719)Project-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>PO-Revision-Date: 2012-02-05 00:26+0000Last-Translator: Andi Chandler <Unknown>Language-Team: English (United Kingdom) <[email protected]>MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2018-07-12 13:19+0000X-Generator: Launchpad (build 18719) 3000 MHz (0.3 ns) [empty]
             product: Unknown
             vendor: Unknown
             physical id: 2
             serial: Unknown
             slot: DIMM 0
             clock: 3GHz (0.3ns)
        *-bank:3
             description: DIMM DDR4 Synchronous Unbuffered (Unregistered) 3000 MHz (0.3 ns)
             product: CMK32GX4M1D3000C16
             vendor: Unknown
             physical id: 3
             serial: 00000000
             slot: DIMM 1
             size: 32GiB
             width: 64 bits
             clock: 3GHz (0.3ns)
     *-cache:0
          description: L1 cache
          physical id: 12
          slot: L1 - Cache
          size: 768KiB
          capacity: 768KiB
          clock: 1GHz (1.0ns)
          capabilities: pipeline-burst internal write-back unified
          configuration: level=1
     *-cache:1
          description: L2 cache
          physical id: 13
          slot: L2 - Cache
          size: 6MiB
          capacity: 6MiB
          clock: 1GHz (1.0ns)
          capabilities: pipeline-burst internal write-back unified
          configuration: level=2
     *-cache:2
          description: L3 cache
          physical id: 14
          slot: L3 - Cache
          size: 64MiB
          capacity: 64MiB
          clock: 1GHz (1.0ns)
          capabilities: pipeline-burst internal write-back unified
          configuration: level=3
     *-cpu
          description: CPU
          product: AMD Ryzen 9 3900X 12-Core Processor
          vendor: Advanced Micro Devices [AMD]
          physical id: 15
          bus info: cpu@0
          version: AMD Ryzen 9 3900X 12-Core Processor
          serial: Unknown
          slot: AM4
          size: 2199MHz
          capacity: 3800MHz
          width: 64 bits
          clock: 100MHz
          capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca cpufreq
          configuration: cores=12 enabledcores=12 threads=24
     *-pci:0
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 00
          width: 32 bits
          clock: 33MHz
        *-generic UNCLAIMED
             description: IOMMU
             product: Advanced Micro Devices, Inc. [AMD]
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 0.2
             bus info: pci@0000:00:00.2
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: msi ht cap_list
             configuration: latency=0
        *-pci:0
             description: PCI bridge
             product: Advanced Micro Devices, Inc. [AMD]
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 1.1
             bus info: pci@0000:00:01.1
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:27 memory:f7d00000-f7dfffff
           *-storage
                description: Non-Volatile memory controller
                physical id: 0
                bus info: pci@0000:01:00.0
                version: 01
                width: 64 bits
                clock: 33MHz
                capabilities: storage pciexpress msix msi pm nvm_express bus_master cap_list
                configuration: driver=nvme latency=0
                resources: irq:82 memory:f7d00000-f7d03fff
        *-pci:1
             description: PCI bridge
             product: Advanced Micro Devices, Inc. [AMD]
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 1.2
             bus info: pci@0000:00:01.2
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:28 ioport:d000(size=8192) memory:f6800000-f75fffff
           *-pci
                description: PCI bridge
                product: Advanced Micro Devices, Inc. [AMD]
                vendor: Advanced Micro Devices, Inc. [AMD]
                physical id: 0
                bus info: pci@0000:20:00.0
                version: 00
                width: 32 bits
                clock: 33MHz
                capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
                configuration: driver=pcieport
                resources: irq:24 ioport:d000(size=8192) memory:f6800000-f75fffff
              *-pci:0
                   description: PCI bridge
                   product: Advanced Micro Devices, Inc. [AMD]
                   vendor: Advanced Micro Devices, Inc. [AMD]
                   physical id: 1
                   bus info: pci@0000:21:01.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:35 memory:f7500000-f75fffff
                 *-storage
                      description: Non-Volatile memory controller
                      physical id: 0
                      bus info: pci@0000:23:00.0
                      version: 01
                      width: 64 bits
                      clock: 33MHz
                      capabilities: storage pciexpress msix msi pm nvm_express bus_master cap_list
                      configuration: driver=nvme latency=0
                      resources: irq:42 memory:f7500000-f7503fff
              *-pci:1
                   description: PCI bridge
                   product: Advanced Micro Devices, Inc. [AMD]
                   vendor: Advanced Micro Devices, Inc. [AMD]
                   physical id: 2
                   bus info: pci@0000:21:02.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:36 memory:f6800000-f6cfffff
                 *-network
                      description: Ethernet interface
                      product: AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion]
                      vendor: Aquantia Corp.
                      physical id: 0
                      bus info: pci@0000:24:00.0
                      logical name: enp36s0
                      version: 02
                      serial: 00:d8:61:a3:34:2e
                      size: 1Gbit/s
                      capacity: 10Gbit/s
                      width: 64 bits
                      clock: 33MHz
                      capabilities: pciexpress pm msix msi vpd bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd 10000bt-fd autonegotiation
                      configuration: autonegotiation=on broadcast=yes driver=atlantic driverversion=5.3.10-050310-generic-kern duplex=full firmware=3.1.69 ip=192.168.1.11 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
                      resources: irq:44 memory:f6c40000-f6c4ffff memory:f6c50000-f6c50fff memory:f6800000-f6bfffff memory:f6c00000-f6c3ffff
              *-pci:2
                   description: PCI bridge
                   product: Advanced Micro Devices, Inc. [AMD]
                   vendor: Advanced Micro Devices, Inc. [AMD]
                   physical id: 3
                   bus info: pci@0000:21:03.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:37
                 *-pci
                      description: PCI bridge
                      product: ASMedia Technology Inc.
                      vendor: ASMedia Technology Inc.
                      physical id: 0
                      bus info: pci@0000:25:00.0
                      version: 00
                      width: 32 bits
                      clock: 33MHz
                      capabilities: pci msi pm pciexpress normal_decode bus_master cap_list
                      configuration: driver=pcieport
                      resources: irq:47
                    *-pci:0
                         description: PCI bridge
                         product: ASMedia Technology Inc.
                         vendor: ASMedia Technology Inc.
                         physical id: 1
                         bus info: pci@0000:26:01.0
                         version: 00
                         width: 32 bits
                         clock: 33MHz
                         capabilities: pci msi pm pciexpress normal_decode bus_master cap_list
                         configuration: driver=pcieport
                         resources: irq:48
                    *-pci:1
                         description: PCI bridge
                         product: ASMedia Technology Inc.
                         vendor: ASMedia Technology Inc.
                         physical id: 3
                         bus info: pci@0000:26:03.0
                         version: 00
                         width: 32 bits
                         clock: 33MHz
                         capabilities: pci msi pm pciexpress normal_decode bus_master cap_list
                         configuration: driver=pcieport
                         resources: irq:49
                    *-pci:2
                         description: PCI bridge
                         product: ASMedia Technology Inc.
                         vendor: ASMedia Technology Inc.
                         physical id: 5
                         bus info: pci@0000:26:05.0
                         version: 00
                         width: 32 bits
                         clock: 33MHz
                         capabilities: pci msi pm pciexpress normal_decode bus_master cap_list
                         configuration: driver=pcieport
                         resources: irq:50
                    *-pci:3
                         description: PCI bridge
                         product: ASMedia Technology Inc.
                         vendor: ASMedia Technology Inc.
                         physical id: 7
                         bus info: pci@0000:26:07.0
                         version: 00
                         width: 32 bits
                         clock: 33MHz
                         capabilities: pci msi pm pciexpress normal_decode bus_master cap_list
                         configuration: driver=pcieport
                         resources: irq:51
              *-pci:3
                   description: PCI bridge
                   product: Advanced Micro Devices, Inc. [AMD]
                   vendor: Advanced Micro Devices, Inc. [AMD]
                   physical id: 4
                   bus info: pci@0000:21:04.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:38 ioport:e000(size=4096) memory:f7400000-f74fffff
                 *-network
                      description: Ethernet interface
                      product: I211 Gigabit Network Connection
                      vendor: Intel Corporation
                      physical id: 0
                      bus info: pci@0000:2b:00.0
                      logical name: enp43s0
                      version: 03
                      serial: 00:d8:61:a3:34:2d
                      size: 1Gbit/s
                      capacity: 1Gbit/s
                      width: 32 bits
                      clock: 33MHz
                      capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
                      configuration: autonegotiation=on broadcast=yes driver=igb driverversion=5.6.0-k duplex=full firmware=0. 6-1 ip=192.168.1.10 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
                      resources: irq:24 memory:f7400000-f741ffff ioport:e000(size=32) memory:f7420000-f7423fff
              *-pci:4
                   description: PCI bridge
                   product: Advanced Micro Devices, Inc. [AMD]
                   vendor: Advanced Micro Devices, Inc. [AMD]
                   physical id: 5
                   bus info: pci@0000:21:05.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:39 ioport:d000(size=4096) memory:f7300000-f73fffff
                 *-storage
                      description: SATA controller
                      product: ASM1062 Serial ATA Controller
                      vendor: ASMedia Technology Inc.
                      physical id: 0
                      bus info: pci@0000:2c:00.0
                      version: 02
                      width: 32 bits
                      clock: 33MHz
                      capabilities: storage msi pm pciexpress ahci_1.0 bus_master cap_list
                      configuration: driver=ahci latency=0
                      resources: irq:85 ioport:d050(size=8) ioport:d040(size=4) ioport:d030(size=8) ioport:d020(size=4) ioport:d000(size=32) memory:f7300000-f73001ff
              *-pci:5
                   description: PCI bridge
                   product: Advanced Micro Devices, Inc. [AMD]
                   vendor: Advanced Micro Devices, Inc. [AMD]
                   physical id: 6
                   bus info: pci@0000:21:06.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:40 memory:f7200000-f72fffff
                 *-network
                      description: Wireless interface
                      product: Intel Corporation
                      vendor: Intel Corporation
                      physical id: 0
                      bus info: pci@0000:2d:00.0
                      logical name: wlo1
                      version: 1a
                      serial: 90:78:41:cb:a5:70
                      width: 64 bits
                      clock: 33MHz
                      capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
                      configuration: broadcast=yes driver=iwlwifi driverversion=5.3.10-050310-generic firmware=46.3cfab8da.0 ip=192.168.1.12 latency=0 link=yes multicast=yes wireless=IEEE 802.11
                      resources: irq:44 memory:f7200000-f7203fff
              *-pci:6
                   description: PCI bridge
                   product: Advanced Micro Devices, Inc. [AMD]
                   vendor: Advanced Micro Devices, Inc. [AMD]
                   physical id: 8
                   bus info: pci@0000:21:08.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:41 memory:f6e00000-f6ffffff
                 *-generic UNCLAIMED
                      description: Non-Essential Instrumentation
                      product: Advanced Micro Devices, Inc. [AMD]
                      vendor: Advanced Micro Devices, Inc. [AMD]
                      physical id: 0
                      bus info: pci@0000:2e:00.0
                      version: 00
                      width: 32 bits
                      clock: 33MHz
                      capabilities: pm pciexpress cap_list
                      configuration: latency=0
                 *-usb:0
                      description: USB controller
                      product: Advanced Micro Devices, Inc. [AMD]
                      vendor: Advanced Micro Devices, Inc. [AMD]
                      physical id: 0.1
                      bus info: pci@0000:2e:00.1
                      version: 00
                      width: 64 bits
                      clock: 33MHz
                      capabilities: pm pciexpress msi xhci bus_master cap_list
                      configuration: driver=xhci_hcd latency=0
                      resources: irq:55 memory:f6f00000-f6ffffff
                    *-usbhost:0
                         product: xHCI Host Controller
                         vendor: Linux 5.3.10-050310-generic xhci-hcd
                         physical id: 0
                         bus info: usb@1
                         logical name: usb1
                         version: 5.03
                         capabilities: usb-2.00
                         configuration: driver=hub slots=6 speed=480Mbit/s
                       *-usb:0
                            description: USB hub
                            product: ASM107x
                            vendor: Asmedia
                            physical id: 1
                            bus info: usb@1:1
                            version: 0.01
                            capabilities: usb-2.10
                            configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                       *-usb:1
                            description: USB hub
                            product: ASM107x
                            vendor: Asmedia
                            physical id: 2
                            bus info: usb@1:2
                            version: 0.01
                            capabilities: usb-2.10
                            configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                       *-usb:2
                            description: Bluetooth wireless interface
                            vendor: Intel Corp.
                            physical id: 4
                            bus info: usb@1:4
                            version: 0.01
                            capabilities: bluetooth usb-2.01
                            configuration: driver=btusb maxpower=100mA speed=12Mbit/s
                    *-usbhost:1
                         product: xHCI Host Controller
                         vendor: Linux 5.3.10-050310-generic xhci-hcd
                         physical id: 1
                         bus info: usb@2
                         logical name: usb2
                         version: 5.03
                         capabilities: usb-3.10
                         configuration: driver=hub slots=4 speed=10000Mbit/s
                       *-usb:0
                            description: USB hub
                            product: ASM107x
                            vendor: Asmedia
                            physical id: 1
                            bus info: usb@2:1
                            version: 0.01
                            capabilities: usb-3.00
                            configuration: driver=hub maxpower=8mA slots=4 speed=5000Mbit/s
                       *-usb:1
                            description: USB hub
                            product: ASM107x
                            vendor: Asmedia
                            physical id: 2
                            bus info: usb@2:2
                            version: 0.01
                            capabilities: usb-3.00
                            configuration: driver=hub maxpower=8mA slots=4 speed=5000Mbit/s
                 *-usb:1
                      description: USB controller
                      product: Advanced Micro Devices, Inc. [AMD]
                      vendor: Advanced Micro Devices, Inc. [AMD]
                      physical id: 0.3
                      bus info: pci@0000:2e:00.3
                      version: 00
                      width: 64 bits
                      clock: 33MHz
                      capabilities: pm pciexpress msi msix xhci bus_master cap_list
                      configuration: driver=xhci_hcd latency=0
                      resources: irq:44 memory:f6e00000-f6efffff
                    *-usbhost:0
                         product: xHCI Host Controller
                         vendor: Linux 5.3.10-050310-generic xhci-hcd
                         physical id: 0
                         bus info: usb@3
                         logical name: usb3
                         version: 5.03
                         capabilities: usb-2.00
                         configuration: driver=hub slots=6 speed=480Mbit/s
                       *-usb:0
                            description: Human interface device
                            product: MYSTIC LIGHT
                            vendor: MSI
                            physical id: 5
                            bus info: usb@3:5
                            version: 0.01
                            serial: A02019071108
                            capabilities: usb-1.10
                            configuration: driver=usbhid maxpower=500mA speed=12Mbit/s
                       *-usb:1
                            description: USB hub
                            product: USB2.0 Hub
                            vendor: Genesys Logic, Inc.
                            physical id: 6
                            bus info: usb@3:6
                            version: 88.32
                            capabilities: usb-2.00
                            configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                          *-usb
                               description: Human interface device
                               product: NZXT USB Device
                               vendor: NZXT. - Inc.
                               physical id: 3
                               bus info: usb@3:6.3
                               version: 2.00
                               serial: 00000000001A
                               capabilities: usb-2.00
                               configuration: driver=usbhid maxpower=100mA speed=12Mbit/s
                    *-usbhost:1
                         product: xHCI Host Controller
                         vendor: Linux 5.3.10-050310-generic xhci-hcd
                         physical id: 1
                         bus info: usb@4
                         logical name: usb4
                         version: 5.03
                         capabilities: usb-3.10
                         configuration: driver=hub slots=4 speed=10000Mbit/s
              *-pci:7
                   description: PCI bridge
                   product: Advanced Micro Devices, Inc. [AMD]
                   vendor: Advanced Micro Devices, Inc. [AMD]
                   physical id: 9
                   bus info: pci@0000:21:09.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:43 memory:f7100000-f71fffff
                 *-storage
                      description: SATA controller
                      product: FCH SATA Controller [AHCI mode]
                      vendor: Advanced Micro Devices, Inc. [AMD]
                      physical id: 0
                      bus info: pci@0000:2f:00.0
                      version: 51
                      width: 32 bits
                      clock: 33MHz
                      capabilities: storage pm pciexpress msi ahci_1.0 bus_master cap_list
                      configuration: driver=ahci latency=0
                      resources: irq:91 memory:f7100000-f71007ff
              *-pci:8
                   description: PCI bridge
                   product: Advanced Micro Devices, Inc. [AMD]
                   vendor: Advanced Micro Devices, Inc. [AMD]
                   physical id: a
                   bus info: pci@0000:21:0a.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:45 memory:f7000000-f70fffff
                 *-storage
                      description: SATA controller
                      product: FCH SATA Controller [AHCI mode]
                      vendor: Advanced Micro Devices, Inc. [AMD]
                      physical id: 0
                      bus info: pci@0000:30:00.0
                      version: 51
                      width: 32 bits
                      clock: 33MHz
                      capabilities: storage pm pciexpress msi ahci_1.0 bus_master cap_list
                      configuration: driver=ahci latency=0
                      resources: irq:92 memory:f7000000-f70007ff
        *-pci:2
             description: PCI bridge
             product: Advanced Micro Devices, Inc. [AMD]
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 3.1
             bus info: pci@0000:00:03.1
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:29 ioport:f000(size=4096) memory:f7900000-f7afffff ioport:e0000000(size=270532608)
           *-pci
                description: PCI bridge
                product: Advanced Micro Devices, Inc. [AMD/ATI]
                vendor: Advanced Micro Devices, Inc. [AMD/ATI]
                physical id: 0
                bus info: pci@0000:31:00.0
                version: c1
                width: 32 bits
                clock: 33MHz
                capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
                configuration: driver=pcieport
                resources: irq:53 memory:f7a00000-f7a03fff ioport:f000(size=4096) memory:f7900000-f79fffff ioport:e0000000(size=270532608)
              *-pci
                   description: PCI bridge
                   product: Advanced Micro Devices, Inc. [AMD/ATI]
                   vendor: Advanced Micro Devices, Inc. [AMD/ATI]
                   physical id: 0
                   bus info: pci@0000:32:00.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:54 ioport:f000(size=4096) memory:f7900000-f79fffff ioport:e0000000(size=270532608)
                 *-display
                      description: VGA compatible controller
                      product: Advanced Micro Devices, Inc. [AMD/ATI]
                      vendor: Advanced Micro Devices, Inc. [AMD/ATI]
                      physical id: 0
                      bus info: pci@0000:33:00.0
                      version: c1
                      width: 64 bits
                      clock: 33MHz
                      capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
                      configuration: driver=amdgpu latency=0
                      resources: irq:133 memory:e0000000-efffffff memory:f0000000-f01fffff ioport:f000(size=256) memory:f7900000-f797ffff memory:f7980000-f799ffff
                 *-multimedia
                      description: Audio device
                      product: Advanced Micro Devices, Inc. [AMD/ATI]
                      vendor: Advanced Micro Devices, Inc. [AMD/ATI]
                      physical id: 0.1
                      bus info: pci@0000:33:00.1
                      version: 00
                      width: 32 bits
                      clock: 33MHz
                      capabilities: pm pciexpress msi bus_master cap_list
                      configuration: driver=snd_hda_intel latency=0
                      resources: irq:130 memory:f79a0000-f79a3fff
        *-pci:3
             description: PCI bridge
             product: Advanced Micro Devices, Inc. [AMD]
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 7.1
             bus info: pci@0000:00:07.1
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:31
           *-generic UNCLAIMED
                description: Non-Essential Instrumentation
                product: Advanced Micro Devices, Inc. [AMD]
                vendor: Advanced Micro Devices, Inc. [AMD]
                physical id: 0
                bus info: pci@0000:34:00.0
                version: 00
                width: 32 bits
                clock: 33MHz
                capabilities: pm pciexpress cap_list
                configuration: latency=0
        *-pci:4
             description: PCI bridge
             product: Advanced Micro Devices, Inc. [AMD]
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 8.1
             bus info: pci@0000:00:08.1
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:32 memory:f7700000-f78fffff
           *-generic UNCLAIMED
                description: Non-Essential Instrumentation
                product: Advanced Micro Devices, Inc. [AMD]
                vendor: Advanced Micro Devices, Inc. [AMD]
                physical id: 0
                bus info: pci@0000:35:00.0
                version: 00
                width: 32 bits
                clock: 33MHz
                capabilities: pm pciexpress cap_list
                configuration: latency=0
           *-usb
                description: USB controller
                product: Advanced Micro Devices, Inc. [AMD]
                vendor: Advanced Micro Devices, Inc. [AMD]
                physical id: 0.3
                bus info: pci@0000:35:00.3
                version: 00
                width: 64 bits
                clock: 33MHz
                capabilities: pm pciexpress msi msix xhci bus_master cap_list
                configuration: driver=xhci_hcd latency=0
                resources: irq:64 memory:f7700000-f77fffff
              *-usbhost:0
                   product: xHCI Host Controller
                   vendor: Linux 5.3.10-050310-generic xhci-hcd
                   physical id: 0
                   bus info: usb@5
                   logical name: usb5
                   version: 5.03
                   capabilities: usb-2.00
                   configuration: driver=hub slots=4 speed=480Mbit/s
                 *-usb
                      description: USB hub
                      product: 4-Port USB 2.1 Hub
                      vendor: Generic
                      physical id: 4
                      bus info: usb@5:4
                      version: 1.07
                      capabilities: usb-2.10
                      configuration: driver=hub slots=5 speed=480Mbit/s
                    *-usb:0
                         description: Mouse
                         product: G502 HERO Gaming Mouse
                         vendor: Logitech
                         physical id: 3
                         bus info: usb@5:4.3
                         version: 27.02
                         serial: 198C385C3731
                         capabilities: usb-2.00
                         configuration: driver=usbhid maxpower=300mA speed=12Mbit/s
                    *-usb:1
                         description: Keyboard
                         product: G513 Carbon GX Blue
                         vendor: Logitech
                         physical id: 4
                         bus info: usb@5:4.4
                         version: 19.00
                         serial: 0F7437773437
                         capabilities: usb-2.00
                         configuration: driver=usbhid maxpower=500mA speed=12Mbit/s
              *-usbhost:1
                   product: xHCI Host Controller
                   vendor: Linux 5.3.10-050310-generic xhci-hcd
                   physical id: 1
                   bus info: usb@6
                   logical name: usb6
                   version: 5.03
                   capabilities: usb-3.10
                   configuration: driver=hub slots=4 speed=10000Mbit/s
                 *-usb
                      description: USB hub
                      product: 4-Port USB 3.1 Hub
                      vendor: Generic
                      physical id: 3
                      bus info: usb@6:3
                      version: 1.07
                      capabilities: usb-3.10
                      configuration: driver=hub slots=4 speed=5000Mbit/s
           *-multimedia
                description: Audio device
                product: Advanced Micro Devices, Inc. [AMD]
                vendor: Advanced Micro Devices, Inc. [AMD]
                physical id: 0.4
                bus info: pci@0000:35:00.4
                version: 00
                width: 32 bits
                clock: 33MHz
                capabilities: pm pciexpress msi bus_master cap_list
                configuration: driver=snd_hda_intel latency=0
                resources: irq:132 memory:f7800000-f7807fff
        *-pci:5
             description: PCI bridge
             product: Advanced Micro Devices, Inc. [AMD]
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 8.2
             bus info: pci@0000:00:08.2
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:33 memory:f7c00000-f7cfffff
           *-storage
                description: SATA controller
                product: FCH SATA Controller [AHCI mode]
                vendor: Advanced Micro Devices, Inc. [AMD]
                physical id: 0
                bus info: pci@0000:36:00.0
                version: 51
                width: 32 bits
                clock: 33MHz
                capabilities: storage pm pciexpress msi ahci_1.0 bus_master cap_list
                configuration: driver=ahci latency=0
                resources: irq:94 memory:f7c00000-f7c007ff
        *-pci:6
             description: PCI bridge
             product: Advanced Micro Devices, Inc. [AMD]
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 8.3
             bus info: pci@0000:00:08.3
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:34 memory:f7b00000-f7bfffff
           *-storage
                description: SATA controller
                product: FCH SATA Controller [AHCI mode]
                vendor: Advanced Micro Devices, Inc. [AMD]
                physical id: 0
                bus info: pci@0000:37:00.0
                version: 51
                width: 32 bits
                clock: 33MHz
                capabilities: storage pm pciexpress msi ahci_1.0 bus_master cap_list
                configuration: driver=ahci latency=0
                resources: irq:96 memory:f7b00000-f7b007ff
        *-serial
             description: SMBus
             product: FCH SMBus Controller
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 14
             bus info: pci@0000:00:14.0
             version: 61
             width: 32 bits
             clock: 66MHz
             configuration: driver=piix4_smbus latency=0
             resources: irq:0
        *-isa
             description: ISA bridge
             product: FCH LPC Bridge
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 14.3
             bus info: pci@0000:00:14.3
             version: 51
             width: 32 bits
             clock: 66MHz
             capabilities: isa bus_master
             configuration: latency=0
     *-pci:1
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 101
          bus info: pci@0000:00:01.0
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:2
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 102
          bus info: pci@0000:00:02.0
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:3
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 103
          bus info: pci@0000:00:03.0
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:4
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 104
          bus info: pci@0000:00:04.0
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:5
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 105
          bus info: pci@0000:00:05.0
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:6
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 106
          bus info: pci@0000:00:07.0
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:7
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 107
          bus info: pci@0000:00:08.0
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:8
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 108
          bus info: pci@0000:00:18.0
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:9
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 109
          bus info: pci@0000:00:18.1
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:10
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 10a
          bus info: pci@0000:00:18.2
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:11
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 10b
          bus info: pci@0000:00:18.3
          version: 00
          width: 32 bits
          clock: 33MHz
          configuration: driver=zenpower
          resources: irq:0
     *-pci:12
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 10c
          bus info: pci@0000:00:18.4
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:13
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 10d
          bus info: pci@0000:00:18.5
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:14
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 10e
          bus info: pci@0000:00:18.6
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:15
          description: Host bridge
          product: Advanced Micro Devices, Inc. [AMD]
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 10f
          bus info: pci@0000:00:18.7
          version: 00
          width: 32 bits
          clock: 33MHz
     *-scsi:0
          physical id: 1
          logical name: scsi0
          capabilities: emulated
        *-disk
             description: ATA Disk
             product: Samsung SSD 860
             physical id: 0.0.0
             bus info: scsi@0:0.0.0
             logical name: /dev/sda
             version: 1B6Q
             serial: S4CXNF0M416281M
             size: 3726GiB (4TB)
             capabilities: gpt-1.00 partitioned partitioned:gpt
             configuration: ansiversion=5 guid=f60c04cc-7b2d-4bea-a1f6-02472e347754 logicalsectorsize=512 sectorsize=512
           *-volume:0
                description: Windows FAT volume
                vendor: MSDOS5.0
                physical id: 1
                bus info: scsi@0:0.0.0,1
                logical name: /dev/sda1
                version: FAT32
                serial: 8e0b-30b5
                size: 625MiB
                capacity: 628MiB
                capabilities: boot fat initialized
                configuration: FATs=2 filesystem=fat label=SYSTEM name=EFI system partition
           *-volume:1
                description: reserved partition
                vendor: Windows
                physical id: 2
                bus info: scsi@0:0.0.0,2
                logical name: /dev/sda2
                serial: fb5c0142-72a2-4b5b-ba9b-b6a2ec003152
                capacity: 15MiB
                capabilities: nofs
                configuration: name=Microsoft reserved partition
           *-volume:2
                description: Windows NTFS volume
                vendor: Windows
                physical id: 3
                bus info: scsi@0:0.0.0,3
                logical name: /dev/sda3
                version: 3.1
                serial: 3c8a9fd4-1fef-0d45-afe6-db8936d56d18
                size: 959GiB
                capacity: 3007GiB
                capabilities: ntfs initialized
                configuration: clustersize=4096 created=2019-11-05 11:49:37 filesystem=ntfs name=Basic data partition state=clean
           *-volume:3
                description: Windows NTFS volume
                vendor: Windows
                physical id: 4
                bus info: scsi@0:0.0.0,4
                logical name: /dev/sda4
                version: 3.1
                serial: 84a90fe0-9138-d840-b082-95bf27f52410
                size: 488GiB
                capacity: 488GiB
                capabilities: ntfs initialized
                configuration: clustersize=4096 created=2019-11-05 12:44:08 filesystem=ntfs label=sata5_ntfs name=sata5_ntfs state=clean
           *-volume:4
                description: Windows FAT volume
                vendor: mkfs.fat
                physical id: 5
                bus info: scsi@0:0.0.0,5
                logical name: /dev/sda5
                logical name: /mnt/sata5_fat32
                version: FAT32
                serial: e997-2527
                size: 97GiB
                capacity: 97GiB
                capabilities: fat initialized
                configuration: FATs=2 filesystem=fat label=SATA5_FAT32 mount.fstype=vfat mount.options=rw,relatime,gid=46,fmask=0007,dmask=0007,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro name=sata5_fat32 state=mounted
           *-volume:5
                description: EXT4 volume
                vendor: Linux
                physical id: 6
                bus info: scsi@0:0.0.0,6
                logical name: /dev/sda6
                logical name: /mnt/sata5_ext4
                version: 1.0
                serial: 7a74e757-cd77-4c3d-897a-9a5c8ebfd6db
                size: 132GiB
                capabilities: journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
                configuration: created=2019-11-05 12:44:10 filesystem=ext4 label=sata5_ext4 modified=2019-11-15 15:21:16 mount.fstype=ext4 mount.options=rw,relatime mounted=2019-11-15 15:21:16 name=sata5_ext4 state=mounted
     *-scsi:1
          physical id: 2
          logical name: scsi1
          capabilities: emulated
        *-disk
             description: ATA Disk
             product: Samsung SSD 860
             physical id: 0.0.0
             bus info: scsi@1:0.0.0
             logical name: /dev/sdb
             version: 1B6Q
             serial: S4CZNF0M821563Z
             size: 931GiB (1TB)
             capabilities: gpt-1.00 partitioned partitioned:gpt
             configuration: ansiversion=5 guid=06eefe4f-5143-4d1c-be1a-b7adfac8a5ef logicalsectorsize=512 sectorsize=512
           *-volume:0 UNCLAIMED
                description: Windows FAT volume
                vendor: mkfs.fat
                physical id: 1
                bus info: scsi@1:0.0.0,1
                version: FAT32
                serial: b6d3-fedc
                size: 2045MiB
                capacity: 2046MiB
                capabilities: boot fat initialized
                configuration: FATs=2 filesystem=fat
           *-volume:1
                description: Linux swap volume
                vendor: Linux
                physical id: 2
                bus info: scsi@1:0.0.0,2
                logical name: /dev/sdb2
                version: 1
                serial: bc9f33d0-1d7d-472a-98eb-03ed7c042510
                size: 119GiB
                capacity: 119GiB
                capabilities: nofs swap initialized
                configuration: filesystem=swap name=CLR_SWAP pagesize=4095
           *-volume:2
                description: EXT4 volume
                vendor: Linux
                physical id: 3
                bus info: scsi@1:0.0.0,3
                logical name: /dev/sdb3
                version: 1.0
                serial: cc1d6e91-11c2-4481-bb32-52325dffdc42
                size: 238GiB
                capabilities: journaled extended_attributes large_files huge_files dir_nlink 64bit extents ext4 ext2 initialized
                configuration: created=2019-11-05 16:09:51 filesystem=ext4 label=ubuntu-19.10-des lastmountpoint=/ modified=2019-11-10 13:04:28 mounted=2019-11-05 18:35:47 name=ubuntu-19.10-desktop-amd64 state=clean
           *-volume:3
                description: EXT4 volume
                vendor: Linux
                physical id: 4
                bus info: scsi@1:0.0.0,4
                logical name: /dev/sdb4
                logical name: /
                version: 1.0
                serial: 1fa736b6-b13a-407e-b9ac-fb948400d871
                size: 238GiB
                capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
                configuration: created=2019-11-05 16:43:28 filesystem=ext4 label=ubuntu-18.04.3-d lastmountpoint=/ modified=2019-11-15 15:21:15 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro mounted=2019-11-15 15:21:15 name=ubuntu-18.04.3-desktop-amd64 state=mounted
           *-volume:4
                description: EXT4 volume
                vendor: Linux
                physical id: 5
                bus info: scsi@1:0.0.0,5
                logical name: /dev/sdb5
                version: 1.0
                serial: 374d22b5-ea0e-4dfe-93b5-c698b7a92c0e
                size: 119GiB
                capabilities: journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized
                configuration: created=2019-11-05 13:36:47 filesystem=ext4 lastmountpoint=/ modified=2019-11-05 17:37:39 mounted=2019-11-05 17:37:39 name=CLR_ROOT state=clean
           *-volume:5
                description: EXT4 volume
                vendor: Linux
                physical id: 6
                bus info: scsi@1:0.0.0,6
                logical name: /dev/sdb6
                logical name: /home
                version: 1.0
                serial: e67e1146-e715-475b-8f6c-cb1dc3c4a7d3
                size: 119GiB
                capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
                configuration: created=2019-11-05 16:45:35 filesystem=ext4 lastmountpoint=/home modified=2019-11-15 15:21:16 mount.fstype=ext4 mount.options=rw,relatime mounted=2019-11-15 15:21:16 state=mounted
           *-volume:6
                description: EXT4 volume
                vendor: Linux
                physical id: 7
                bus info: scsi@1:0.0.0,7
                logical name: /dev/sdb7
                version: 1.0
                serial: ce006e86-c7eb-47f8-b85d-95ef75249e0c
                size: 95GiB
                capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
                configuration: created=2019-11-05 16:11:58 filesystem=ext4 lastmountpoint=/home modified=2019-11-05 18:35:48 mounted=2019-11-05 18:35:48 state=clean
  *-network
       description: Ethernet interface
       physical id: 1
       logical name: docker0
       serial: 02:42:0b:33:69:cc
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.17.0.1 link=no multicast=yes
@cyboerg42
Copy link

@cyboerg42 cyboerg42 commented Nov 15, 2019

curl -s https://gist.githubusercontent.com/ocerman/6566b00072c8af96a109f65075f2d8b7/raw/4a015fe1d2b6eca95e38ce0400a023de57d901ab/zp_read_debug.sh | bash

i can not recommend this, because it's kinda bad practice... :/

be sure to know, what you run. :)

@jiblime
Copy link
Contributor

@jiblime jiblime commented Nov 18, 2019

curl -s https://gist.githubusercontent.com/ocerman/6566b00072c8af96a109f65075f2d8b7/raw/4a015fe1d2b6eca95e38ce0400a023de57d901ab/zp_read_debug.sh | bash

i can not recommend this, because it's kinda bad practice... :/

be sure to know, what you run. :)

"Safer" way, compat with bash and zsh: This prints out the contents of a random shell script to let you know what you're going to be doing.

zp_dbg=$(curl -s https://gist.githubusercontent.com/ocerman/6566b00072c8af96a109f65075f2d8b7/raw/4a015fe1d2b6eca95e38ce0400a023de57d901ab/zp_read_debug.sh) ; echo "${zp_dbg}" ; SHELL=/bin/bash printf '\nIf you believe this script to be safe, press any key to continue. Other wise, SIGINT or CTRL+C.\n' ; read ret && SHELL=/bin/bash sh -c ${zp_dbg}

But I do very much agree with adding a disclaimer any time curling a shell script is ever mentioned. I know I've made my mistakes...

@Chlorophytus
Copy link

@Chlorophytus Chlorophytus commented Dec 19, 2019

Threadripper 3960X with a Gigabyte Aorus Pro Wi-Fi and DDR4-3200.

kernel_smn_support = 1
0005a008 = 00000002
0005a00c = 01f70000
0005a010 = 01710029
000598bc = 0fff0fff
0005994c = 0fff0fff
00059954 = 00000a8c
00059958 = 00000000
0005995c = 00000a8c

Kernel is 5.0.0-37 with Ubuntu patches.

@hydrian
Copy link

@hydrian hydrian commented Dec 27, 2019

ASRock B450 Gaming K4 Firmware P3.40
Kernel: 5.0.0-37-generic #40~18.04.1-Ubuntu SMP
AMD Ryzen 5 2600X

$ bash Downloads/zp_read_debug.sh
kernel_smn_support = 1
0005a008 = 00000002
0005a00c = 01560017
0005a010 = 014a0020
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000

@haromu
Copy link

@haromu haromu commented Dec 27, 2019

Gigabyte B450M S2H
Ryzen 5 3400G

Kernel 5.4.6-arch3-1:

kernel_smn_support = 1
0005a008 = 00000002
0005a00c = 016c0007
0005a010 = 014c0013
000598bc = ffffffff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000

edit: added
Kernel 5.4.6-zen3-1-zen

kernel_smn_support = 1
0005a008 = 00000002
0005a00c = 01610007
0005a010 = 014a001e
000598bc = ffffffff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
@notzed
Copy link

@notzed notzed commented Jan 6, 2020

linux 5.4.7
ryzen 3900x
gigabyte x570I aorus pro wifi

kernel_smn_support = 1
0005a008 = 00000002
0005a00c = 0150002a
0005a010 = 015f0003
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000a9e
00059958 = 00000aae
0005995c = 00000000

@abucodonosor
Copy link

@abucodonosor abucodonosor commented Feb 27, 2020

AMD EPYC 7281 * 2
Linux 5.5.6
Supermicro H11DSi-NT

KERN_SUP: 1
NODE0; CPU0; N/CPU: 4
0005a008 = 00000002
0005a00c = 01610038
0005a010 = 01f70000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000a3c
00059958 = 00000a3a
0005995c = 00000a3e
00059960 = 00000000
00059964 = 08400001
00059968 = 00003018
0005996c = 0000002c
00059970 = c0800005
KERN_SUP: 1
NODE1; CPU0; N/CPU: 4
0005a008 = 00000002
0005a00c = 01880000
0005a010 = 01f70000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00002c16
0005996c = 0000002b
00059970 = c0800005
KERN_SUP: 1
NODE2; CPU0; N/CPU: 4
0005a008 = 00000002
0005a00c = 00000000
0005a010 = 00000000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00002a15
0005996c = 0000002b
00059970 = c0800005
KERN_SUP: 1
NODE3; CPU0; N/CPU: 4
0005a008 = 00000002
0005a00c = 00000000
0005a010 = 00000000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00002c16
0005996c = 0000002a
00059970 = c0800005
KERN_SUP: 1
NODE4; CPU1; N/CPU: 4
0005a008 = 00000002
0005a00c = 01620040
0005a010 = 01f70000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000a2e
00059958 = 00000a20
0005995c = 00000a28
00059960 = 00000000
00059964 = 08400001
00059968 = 00002613
0005996c = 00000026
00059970 = c0800005
KERN_SUP: 1
NODE5; CPU1; N/CPU: 4
0005a008 = 00000002
0005a00c = 01660001
0005a010 = 01f70000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00002814
0005996c = 00000028
00059970 = c0800005
KERN_SUP: 1
NODE6; CPU1; N/CPU: 4
0005a008 = 00000002
0005a00c = 00000000
0005a010 = 00000000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00002412
0005996c = 00000024
00059970 = c0800005
KERN_SUP: 1
NODE7; CPU1; N/CPU: 4
0005a008 = 00000002
0005a00c = 00000000
0005a010 = 00000000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00002613
0005996c = 00000025
00059970 = c0800005

enpower-pci-00f3
Adapter: PCI adapter
cpu1 Tdie:    +26.0°C  (high = +95.0°C)
cpu1 Tctl:    +26.0°C  

zenpower-pci-00e3
Adapter: PCI adapter
cpu1 SVI2_SoC:   938.00 mV 
cpu1 Tdie:        +30.5°C  (high = +95.0°C)
cpu1 Tctl:        +30.5°C  
cpu1 Tccd1:       +31.2°C  
cpu1 Tccd2:       +26.5°C  
cpu1 Tccd3:       +26.8°C  
cpu1 SVI2_P_SoC:  27.07 W  
cpu1 SVI2_C_SoC:  28.86 A  

zenpower-pci-00d3
Adapter: PCI adapter
cpu0 Tdie:    +32.0°C  (high = +95.0°C)
cpu0 Tctl:    +32.0°C  

zenpower-pci-00c3
Adapter: PCI adapter
cpu0 SVI2_SoC:   938.00 mV 
cpu0 Tdie:        +35.0°C  (high = +95.0°C)
cpu0 Tctl:        +35.0°C  
cpu0 Tccd1:       +31.8°C  
cpu0 Tccd2:       +32.0°C  
cpu0 Tccd3:       +31.5°C  
cpu0 SVI2_P_SoC:  26.40 W  
cpu0 SVI2_C_SoC:  28.50 A  

zenpower-pci-00fb
Adapter: PCI adapter
cpu1 Tdie:    +26.4°C  (high = +95.0°C)
cpu1 Tctl:    +26.4°C  

zenpower-pci-00eb
Adapter: PCI adapter
cpu1 SVI2_Core:   969.00 mV 
cpu1 Tdie:         +30.5°C  (high = +95.0°C)
cpu1 Tctl:         +30.5°C  
cpu1 SVI2_P_Core:  43.30 W  
cpu1 SVI2_C_Core:  45.73 A  

zenpower-pci-00db
Adapter: PCI adapter
cpu0 Tdie:    +31.6°C  (high = +95.0°C)
cpu0 Tctl:    +31.6°C  

zenpower-pci-00cb
Adapter: PCI adapter
cpu0 SVI2_Core:   957.00 mV 
cpu0 Tdie:         +31.8°C  (high = +95.0°C)
cpu0 Tctl:         +31.8°C  
cpu0 SVI2_P_Core:  46.74 W  
cpu0 SVI2_C_Core:  47.80 A  

@vvrein
Copy link

@vvrein vvrein commented Mar 4, 2020

CPU: AMD Ryzen 5 3600, MB: GA-A320MA-M.2

latest code from https://aur.archlinux.org/packages/zenpower-dkms-git/


# uname -a
Linux tokk 5.5.7-arch1-1 #1 SMP PREEMPT Sat, 29 Feb 2020 19:06:02 +0000 x86_64 GNU/Linux

# cat /sys/class/hwmon/hwmon1/debug_data
KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 0155001f
0005a010 = 01640007
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000ae4
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000

# sensors zenpower-*
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:   925.00 mV
SVI2_SoC:      1.02 V
Tdie:         +44.0°C  (high = +95.0°C)
Tctl:         +44.0°C
Tccd1:        +45.0°C
SVI2_P_Core:   4.87 W
SVI2_P_SoC:    9.24 W
SVI2_C_Core:   5.27 A
SVI2_C_SoC:    9.12 A
@jfrob
Copy link

@jfrob jfrob commented Mar 5, 2020

Ryzen 2700x
ASUS Prime x470-Pro
Kernel 5.5.6-ck-r1

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 01230022
0005a010 = 01580020
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00006432
0005996c = 0000003f
00059970 = c0800005

Normal unidle load:

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:    +1.34 V  
SVI2_SoC:     +1.00 V  
Tdie:         +42.1°C  (high = +95.0°C)
Tctl:         +52.1°C  
SVI2_P_Core:  43.30 W  
SVI2_P_SoC:   11.18 W  
SVI2_C_Core: +35.33 A  
SVI2_C_SoC:  +11.18 A

7z b:

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:    +1.31 V  
SVI2_SoC:     +1.00 V  
Tdie:         +53.5°C  (high = +95.0°C)
Tctl:         +63.5°C  
SVI2_P_Core: 100.51 W  
SVI2_P_SoC:   14.43 W  
SVI2_C_Core: +76.90 A  
SVI2_C_SoC:  +14.43 A
@maximlevitsky
Copy link

@maximlevitsky maximlevitsky commented Mar 14, 2020

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 01f70000
0005a010 = 01530039
0005a014 = 01110012
000598bc = 0fff0fff
0005994c = 0fff0fff
00059954 = 00000ac4
00059958 = 00000000
0005995c = 00000aaa
00059960 = 00000000
00059964 = 00000aae
00059968 = 00000000
0005996c = 00000ab4
00059970 = 00000000

Threadripper 3970X / Gigabyte Desinare TRX40

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +0.97 V
SVI2_SoC: +1.03 V
Tdie: +49.8°C (high = +95.0°C)
Tctl: +49.8°C
Tccd1: +39.5°C
Tccd3: +35.8°C
Tccd5: +38.2°C
Tccd7: +38.2°C
SVI2_P_Core: 7.66 W
SVI2_P_SoC: 17.31 W
SVI2_C_Core: +7.91 A
SVI2_C_SoC: +16.77 A

I strongly suspect that core power is 1/2 of the real value.
When I run prime95 with the highest power settings (torture test 2), this is what I see

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +0.99 V
SVI2_SoC: +1.03 V
Tdie: +72.0°C (high = +95.0°C)
Tctl: +72.0°C
Tccd1: +72.2°C
Tccd3: +63.5°C
Tccd5: +71.0°C
Tccd7: +65.5°C
SVI2_P_Core: 123.02 W
SVI2_P_SoC: 18.53 W
SVI2_C_Core: +123.86 A
SVI2_C_SoC: +17.95 A

In windows the core power usage is above 200W.

@Chlorophytus
Copy link

@Chlorophytus Chlorophytus commented Apr 3, 2020

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 01f70000
0005a010 = 01530039
0005a014 = 01110012
000598bc = 0fff0fff
0005994c = 0fff0fff
00059954 = 00000ac4
00059958 = 00000000
0005995c = 00000aaa
00059960 = 00000000
00059964 = 00000aae
00059968 = 00000000
0005996c = 00000ab4
00059970 = 00000000

Threadripper 3970X / Gigabyte Desinare TRX40

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +0.97 V
SVI2_SoC: +1.03 V
Tdie: +49.8°C (high = +95.0°C)
Tctl: +49.8°C
Tccd1: +39.5°C
Tccd3: +35.8°C
Tccd5: +38.2°C
Tccd7: +38.2°C
SVI2_P_Core: 7.66 W
SVI2_P_SoC: 17.31 W
SVI2_C_Core: +7.91 A
SVI2_C_SoC: +16.77 A

I strongly suspect that core power is 1/2 of the real value.
When I run prime95 with the highest power settings (torture test 2), this is what I see

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +0.99 V
SVI2_SoC: +1.03 V
Tdie: +72.0°C (high = +95.0°C)
Tctl: +72.0°C
Tccd1: +72.2°C
Tccd3: +63.5°C
Tccd5: +71.0°C
Tccd7: +65.5°C
SVI2_P_Core: 123.02 W
SVI2_P_SoC: 18.53 W
SVI2_C_Core: +123.86 A
SVI2_C_SoC: +17.95 A

In windows the core power usage is above 200W.

Should probably just be a simple bitshift. I'd have to check how precise the sensors read out (in an AMD MSR Developer Guide, etc.) before I put in a << 1 or similar in a fork. Maybe.

EDIT about the MSR guides, they probably are closed, so we should hold off with a PR until later when the thermal monitoring MSRs are open. (Threadripper 3's Family 17h Model 30h, MSR guides mostly reference other silicon but could possibly apply in some circumstances).

EDIT again, I have forked this repo and added the multiplication by 2 as a bool parameter shift_quirk. Set that to 1 if you want to multiply your readout by 2.

@TheSecureTux
Copy link

@TheSecureTux TheSecureTux commented Apr 9, 2020

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 011b0009
0005a010 = 0148000a
0005a014 = 00000000
000598bc = ffffffff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 0000562b
0005996c = 0000004e
00059970 = c0800005

Ryzen 2200G + Asus prime A320MK

amdgpu-pci-0100
Adapter: PCI adapter
fan1: 0 RPM
edge: +35.0°C (crit = +120.0°C, hyst = +90.0°C)

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: 1.36 V
SVI2_SoC: 1.09 V
Tdie: +43.9°C (high = +95.0°C)
Tctl: +43.9°C
SVI2_P_Core: 28.45 W
SVI2_P_SoC: 10.99 W
SVI2_C_Core: 18.70 A
SVI2_C_SoC: 10.10 A

amdgpu-pci-0800
Adapter: PCI adapter
vddgfx: N/A
vddnb: N/A
edge: +43.0°C (crit = +80.0°C, hyst = +0.0°C)

@maximlevitsky
Copy link

@maximlevitsky maximlevitsky commented Apr 11, 2020

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 01f70000
0005a010 = 01530039
0005a014 = 01110012
000598bc = 0fff0fff
0005994c = 0fff0fff
00059954 = 00000ac4
00059958 = 00000000
0005995c = 00000aaa
00059960 = 00000000
00059964 = 00000aae
00059968 = 00000000
0005996c = 00000ab4
00059970 = 00000000
Threadripper 3970X / Gigabyte Desinare TRX40
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +0.97 V
SVI2_SoC: +1.03 V
Tdie: +49.8°C (high = +95.0°C)
Tctl: +49.8°C
Tccd1: +39.5°C
Tccd3: +35.8°C
Tccd5: +38.2°C
Tccd7: +38.2°C
SVI2_P_Core: 7.66 W
SVI2_P_SoC: 17.31 W
SVI2_C_Core: +7.91 A
SVI2_C_SoC: +16.77 A
I strongly suspect that core power is 1/2 of the real value.
When I run prime95 with the highest power settings (torture test 2), this is what I see
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +0.99 V
SVI2_SoC: +1.03 V
Tdie: +72.0°C (high = +95.0°C)
Tctl: +72.0°C
Tccd1: +72.2°C
Tccd3: +63.5°C
Tccd5: +71.0°C
Tccd7: +65.5°C
SVI2_P_Core: 123.02 W
SVI2_P_SoC: 18.53 W
SVI2_C_Core: +123.86 A
SVI2_C_SoC: +17.95 A
In windows the core power usage is above 200W.

Should probably just be a simple bitshift. I'd have to check how precise the sensors read out (in an AMD MSR Developer Guide, etc.) before I put in a << 1 or similar in a fork. Maybe.

EDIT about the MSR guides, they probably are closed, so we should hold off with a PR until later when the thermal monitoring MSRs are open. (Threadripper 3's Family 17h Model 30h, MSR guides mostly reference other silicon but could possibly apply in some circumstances).

EDIT again, I have forked this repo and added the multiplication by 2 as a bool parameter shift_quirk. Set that to 1 if you want to multiply your readout by 2.

Its probably not that simple. On my motherboard I have both Vrms (core and SoC) accessible on smbus via semi-standard PMBUS interface (kernel module pmbus works with both).

I also got the it87 module working on both ITE chips, and figured out all the sensor values such as they are very close to what I see in windows/bios.

This is what I see now (currently running folding@home with 180W TDP limit to avoid over stressing the CPU from 24/7 operation)

[mlevitsk@starship ~]$sensors zenpower-pci-00c3 pmbus-i2c-8-70 pmbus-i2c-8-71 it8686-isa-0a40
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:    +0.93 V  
SVI2_SoC:     +1.03 V  
Tdie:         +66.1°C  (high = +95.0°C)
Tctl:         +66.1°C  
Tccd1:        +65.2°C  
Tccd3:        +59.8°C  
Tccd5:        +64.8°C  
Tccd7:        +63.2°C  
SVI2_P_Core:  62.16 W  
SVI2_P_SoC:   19.13 W  
SVI2_C_Core: +67.86 A  
SVI2_C_SoC:  +18.54 A  

pmbus-i2c-8-70
Adapter: SMBus PIIX4 adapter port 0 at 0b00
vin:         +11.94 V  
vout1:        +0.90 V  
temp1:        +55.0°C  
pin:         154.00 W  
pout1:       122.50 W  
iin:         +10.75 A  
iout1:       +142.00 A  

pmbus-i2c-8-71
Adapter: SMBus PIIX4 adapter port 0 at 0b00
vin:         +12.09 V  
vout1:        +1.03 V  
temp1:        +45.0°C  
temp2:        +45.0°C  
pin:          25.50 W  
pout1:        23.50 W  
iin:          +2.22 A  
iout1:       +23.75 A  

it8686-isa-0a40
Adapter: ISA adapter
CPU Vcore:      +0.98 V  
+3.3V:          +3.30 V  
+12V:          +12.10 V  
+5V:            +5.01 V  
DRAM C/D:       +1.34 V  
CPU Vcore SoC:  +1.08 V  
DRAM A/B:       +1.36 V  
3VSB:           +3.29 V  
Vbat:           +3.17 V  
CPU_FAN:       1427 RPM  (min =    0 RPM)
SYS_FAN1:      1086 RPM  (min =    0 RPM)
SYS_FAN2:      1095 RPM  (min =    0 RPM)
CHIPSET_FAN:      0 RPM  (min =    0 RPM)
CPU_OPT:       1102 RPM  (min =    0 RPM)
SYSTEM1:        +32.0°C  
CHIPSET:        +45.0°C  
CPU:            +66.0°C  
PCIEX16_1:      +41.0°C  
VRM_MOS:        +53.0°C  
EC_TEMP1:       -55.0°C  
intrusion0:    OK

0x70 PMBUS is the core VRM and 0x71 is the SOC VRM.
In windows I also see these in HWiNFO and I even figured out their addresses by gradually blacklisting SMBUS addresses and see when these disappear.

Also note that in Windows (both HWiNFO and Ryzen master) the sum of core and soc power doesn't add up to the TDP either just like you see above in the PMBUS devices - it is about 40W less give it or take.

@olealgoritme
Copy link

@olealgoritme olealgoritme commented Apr 14, 2020

CPU: Zen2 Threadripper 3960X
MB: Asus Zenith Extreme II

Adapter: PCI adapter
SVI2_Core:     1.39 V
SVI2_SoC:      1.24 V
Tdie:         +64.8°C  (high = +95.0°C)
Tctl:         +64.8°C
Tccd1:        +64.2°C
Tccd3:        +67.0°C
Tccd5:        +56.8°C
Tccd7:        +55.5°C
SVI2_P_Core:  69.50 W
SVI2_P_SoC:   25.14 W
SVI2_C_Core:  50.07 A
SVI2_C_SoC:   20.31 A


KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 01f70000
0005a010 = 01330049
0005a014 = 011a0045
000598bc = 0fff0fff
0005994c = 0fff0fff
00059954 = 00000b50
00059958 = 00000000
0005995c = 00000b7c
00059960 = 00000000
00059964 = 00000b5a
00059968 = 00000000
0005996c = 00000b48
00059970 = 00000000

@Matir
Copy link

@Matir Matir commented Apr 17, 2020

Asus PRIME X570-PRO
Ryzen 3700X
Linux zen2 5.4.0-4-amd64 #1 SMP Debian 5.4.19-1 (2020-02-13) x86_64 GNU/Linux

# cat /sys/class/hwmon/hwmon1/debug_data 
KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 01490020
0005a010 = 01260025
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000bd4
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:     1.31 V  
SVI2_SoC:      1.09 V  
Tdie:         +75.0°C  (high = +95.0°C)
Tctl:         +75.0°C  
Tccd1:        +75.5°C  
SVI2_P_Core:  34.44 W  
SVI2_P_SoC:    9.66 W  
SVI2_C_Core:  26.35 A  
SVI2_C_SoC:    8.83 A  

(Note, currently running Folding @ Home on CPU, so under quite a bit of load.)

@tictooc
Copy link

@tictooc tictooc commented Apr 18, 2020

CPU - 3960X
Motherboard - ASRock TRX40 Creator
Kernel - 5.6.4-arch1-1

cat /sys/class/hwmon/hwmon2/debug_data

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 01f80000
0005a010 = 01490027
0005a014 = 012f00df
000598bc = 0fff0fff
0005994c = 0fff0fff
00059954 = 00000b96
00059958 = 00000000
0005995c = 00000b7e
00059960 = 00000000
00059964 = 00000b94
00059968 = 00000000
0005996c = 00000b82
00059970 = 00000000

sensors zenpower-pci-00c3

Adapter: PCI adapter
SVI2_Core:     1.26 V  
SVI2_SoC:      1.09 V  
Tdie:         +66.2°C  (high = +95.0°C)
Tctl:         +66.2°C  
Tccd1:        +63.5°C  
Tccd3:        +63.0°C  
Tccd5:        +67.2°C  
Tccd7:        +62.5°C  
SVI2_P_Core: 182.19 W  
SVI2_P_SoC:   12.23 W  
SVI2_C_Core: 144.94 A  
SVI2_C_SoC:   11.18 A

Core power reading is definitely lower than actual. Power at the wall is roughly 150W higher than reported with a heavy AVX load.

@gardotd426
Copy link

@gardotd426 gardotd426 commented May 14, 2020

@ocerman, I tried to reinstall to get zenpower to work with 5.7-rc, but it's now broken and won't install on ANY kernel version, because of an incompatibility with the latest GCC update, which occurred a few days ago:

cat /var/lib/dkms/zenpower/0.1.10/build/make.log
DKMS make.log for zenpower-0.1.10 for kernel 5.4.40-1-MANJARO (x86_64)
Thu 14 May 2020 11:45:10 AM EDT
make[1]: Entering directory '/usr/lib/modules/5.4.40-1-MANJARO/build'
  CC [M]  /var/lib/dkms/zenpower/0.1.10/build/zenpower.o
cc1: error: incompatible gcc/plugin versions
cc1: error: failed to initialize plugin ./scripts/gcc-plugins/structleak_plugin.so
make[2]: *** [scripts/Makefile.build:266: /var/lib/dkms/zenpower/0.1.10/build/zenpower.o] Error 1
make[1]: *** [Makefile:1691: /var/lib/dkms/zenpower/0.1.10/build] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.4.40-1-MANJARO/build'
make: *** [Makefile:27: modules] Error 2

Note that this is even on the LTS kernel. Should I file a new issue?

@abucodonosor
Copy link

@abucodonosor abucodonosor commented May 14, 2020

@gardotd426

No is your distribution issue, kernel -> GCC version mismatching.
( Google for it ).

Also please don't post random stuff in issues meant to 'collect data'.

@jave808
Copy link

@jave808 jave808 commented May 18, 2020

Ryzen 7 2700X
Gigabyte B450M-DS3H Rev 1.0
Linux 5.3.0-51

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 0140008f
0005a010 = 0176001d
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00008a45
0005996c = 0000004b
00059970 = c0800005

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +1.15 V
SVI2_SoC: +0.81 V
Tdie: +58.0°C (high = +95.0°C)
Tctl: +68.0°C
SVI2_P_Core: 172.09 W
SVI2_P_SoC: 8.51 W
SVI2_C_Core: +150.69 A
SVI2_C_SoC: +10.46 A

@gardotd426
Copy link

@gardotd426 gardotd426 commented May 21, 2020

Ryzen 7 3800X
ASRock X570 Taichi
Linux 5.7.0-rc6-1-tkg-pds

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 01390013
0005a010 = 0112000e
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000ae6
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000

Those seem the same as everyone else's, and regarding sensors:

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:     1.39 V
SVI2_SoC:      1.19 V
Tdie:         +74.9°C  (high = +95.0°C)
Tctl:         +74.9°C
Tccd1:        +67.2°C
SVI2_P_Core:  12.80 W
SVI2_P_SoC:    5.62 W
SVI2_C_Core:   9.88 A
SVI2_C_SoC:    4.71 A

The watts are definitely wrong, this is a 3800X under load and @birdie-github's script reads like 97W at the same time, which makes a lot more sense for this chip under load. I'm not quite sure about the amps, temps and voltage are right though.

@KeithMyers
Copy link

@KeithMyers KeithMyers commented May 25, 2020

Everything looks fine and reasonable. Compared to the asus-wmi-sensors driver, the Vcore is about 20mV higher than what the SIO sensor reports. Ryzen 9 3950X.
KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 01490038
0005a010 = 01320065
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000ba4
00059958 = 00000bac
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: 1.24 V
SVI2_SoC: 1.09 V
Tdie: +65.8°C (high = +95.0°C)
Tctl: +65.8°C
Tccd1: +64.8°C
Tccd2: +66.0°C
SVI2_P_Core: 75.04 W
SVI2_P_SoC: 18.03 W
SVI2_C_Core: 60.61 A
SVI2_C_SoC: 16.48 A

Motherboard is an ASUS Crosshair VII Hero with BIOS 3004
5.4.0-31-generic

@KeithMyers
Copy link

@KeithMyers KeithMyers commented May 26, 2020

TR 2920X on an Asrock X399 Fatality Professional Gaming motherboard
kernel 5.3.0.-53-generic

KERN_SUP: 1
NODE0; CPU0; N/CPU: 2
0005a008 = 00000002
0005a00c = 01540027
0005a010 = 01f70000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000c46
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 0000b259
0005996c = 00000061
00059970 = c0800005
KERN_SUP: 1
NODE1; CPU0; N/CPU: 2
0005a008 = 00000002
0005a00c = 012c007d
0005a010 = 01f70000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 0000ae57
0005996c = 0000005e
00059970 = c0800005

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_SoC: +1.02 V
Tdie: +62.0°C (high = +95.0°C)
Tctl: +89.0°C
Tccd1: +86.2°C
SVI2_P_SoC: 14.42 W
SVI2_C_SoC: +14.07 A

zenpower-pci-00cb
Adapter: PCI adapter
SVI2_Core: +1.27 V
Tdie: +59.2°C (high = +95.0°C)
Tctl: +86.2°C
SVI2_P_Core: 157.67 W
SVI2_C_Core: +123.67 A

@ToddAWalter
Copy link

@ToddAWalter ToddAWalter commented May 27, 2020

Gigabyte Aorus Master X570
Linux host 5.6.14-gentoo #3 SMP Wed May 27 10:45:54 EDT 2020 x86_64 AMD Ryzen 9 3900X 12-Core Processor AuthenticAMD GNU/Linux
`zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: 963.00 mV
SVI2_SoC: 1.08 V
Tdie: +32.1C (high = +95.0C)
Tctl: +32.1C
Tccd1: +30.2C
Tccd2: +27.2C
SVI2_P_Core: 4.58 W
SVI2_P_SoC: 10.19 W
SVI2_C_Core: 5.27 A
SVI2_C_SoC: 9.42 A

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 014b001f
0005a010 = 010e0011
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000a7e
00059958 = 00000a66
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000
`

@doominator42
Copy link

@doominator42 doominator42 commented Jun 20, 2020

MSI B450-A Pro Max
Ryzen 9 3900x
Debian 10.4 with Proxmox VE kernel
Linux hostname 5.4.44-1-pve #1 SMP PVE 5.4.44-1 (Fri, 12 Jun 2020 08:18:46 +0200) x86_64 GNU/Linux

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 014a0023
0005a010 = 010d0017
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000aa2
00059958 = 00000b68
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:    +1.48 V
SVI2_SoC:     +1.09 V
Tdie:         +34.0°C  (high = +95.0°C)
Tctl:         +34.0°C
Tccd1:        +30.0°C
Tccd2:        +33.8°C
SVI2_P_Core:  19.43 W
SVI2_P_SoC:   10.57 W
SVI2_C_Core: +13.18 A
SVI2_C_SoC:   +9.71 A
@andreasgrv
Copy link

@andreasgrv andreasgrv commented Jun 20, 2020

ASUS X570-PRO
Ryzen 9 3900x
Debian 10.4 with Kernel 5.5.17 from buster-backports

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 014b0029
0005a010 = 01600004
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000ad0
00059958 = 00000b04
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:    +1.39 V
SVI2_SoC:     +1.08 V
Tdie:         +54.1°C  (high = +95.0°C)
Tctl:         +54.1°C
Tccd1:        +42.0°C
Tccd2:        +43.5°C
SVI2_P_Core:  14.08 W
SVI2_P_SoC:   14.01 W
SVI2_C_Core:  +9.88 A
SVI2_C_SoC:  +13.24 A
@snowmaster007
Copy link

@snowmaster007 snowmaster007 commented Jun 20, 2020

Asus ROG STRIX B450-F GAMING
Ryzen 7 3700X

ERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 014a0019
0005a010 = 015f0003
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000ab8
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core: +0.95 V
SVI2_SoC: +1.09 V
Tdie: +46.0°C (high = +95.0°C)
Tctl: +46.0°C
Tccd1: +37.5°C
SVI2_P_Core: 3.13 W
SVI2_P_SoC: 8.32 W
SVI2_C_Core: +3.29 A
SVI2_C_SoC: +7.65 A

Ubuntu 19.10 with Vanilla kernel 5.4.46

@baryluk
Copy link

@baryluk baryluk commented Jul 22, 2020

MSI MEG X399 CREATION
AMD Ryzen™ Threadripper 2950X Processor

Debian testing amd64, vanilla Debian kernel version 5.6.7-1

KERN_SUP: 1
NODE0; CPU0; N/CPU: 2
0005a008 = 00000002
0005a00c = 01410045
0005a010 = 01f70000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000ba6
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00008241
0005996c = 00000062
00059970 = c0800005
KERN_SUP: 1
NODE1; CPU0; N/CPU: 2
0005a008 = 00000002
0005a00c = 016a0001
0005a010 = 01f70000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00008643
0005996c = 00000065
00059970 = c0800005
# sensors 'zenpower-*'
zenpower-pci-00cb
Adapter: PCI adapter
SVI2_Core:   919.00 mV 
Tdie:         +41.0°C  (high = +95.0°C)
Tctl:         +68.0°C  
SVI2_P_Core: 954.84 mW 
SVI2_C_Core:   1.04 A  

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_SoC:      1.14 V  
Tdie:         +41.0°C  (high = +95.0°C)
Tctl:         +68.0°C  
Tccd1:        +67.8°C  
SVI2_P_SoC:   27.24 W  
SVI2_C_SoC:   23.81 A  
#

For comparison this is with with k10temp (k10temp loaded instead of zenpower, nct6797 and nct7802:

# sensors 'nct7802-*' 'nct6797-*' 'k10temp-*'
nct7802-i2c-1-28
Adapter: SMBus PIIX4 adapter port 0 at 0b00
in0:           3.39 V  (min =  +0.00 V, max =  +4.09 V)
in1:         536.00 mV 
fan1:           0 RPM  (min =    0 RPM)
fan2:           0 RPM  (min =    0 RPM)
fan3:           0 RPM  (min =    0 RPM)
temp1:        -62.5°C  (low  =  +0.0°C, high = +85.0°C)  ALARM (LOW)
                       (crit = +100.0°C)  sensor = thermistor
temp2:        -62.5°C  (low  =  +0.0°C, high = +85.0°C)  ALARM (LOW)
                       (crit = +100.0°C)  sensor = thermistor
temp3:        -62.5°C  (low  =  +0.0°C, high = +85.0°C)  ALARM (LOW)
                       (crit = +100.0°C)  sensor = thermistor
temp4:        +46.0°C  (low  =  +0.0°C, high = +85.0°C)
                       (crit = +100.0°C)
temp5:         +0.0°C  (low  =  +0.0°C, high = +85.0°C)
                       (crit = +100.0°C)
temp6:         +0.0°C  

nct7802-i2c-1-2a
Adapter: SMBus PIIX4 adapter port 0 at 0b00
in0:           3.39 V  (min =  +0.00 V, max =  +4.09 V)
in1:         584.00 mV 
fan1:           0 RPM  (min =    0 RPM)
fan2:           0 RPM  (min =    0 RPM)
fan3:           0 RPM  (min =    0 RPM)
temp1:        +46.0°C  (low  =  +0.0°C, high = +85.0°C)
                       (crit = +100.0°C)  sensor = thermistor
temp2:        +44.0°C  (low  =  +0.0°C, high = +85.0°C)
                       (crit = +100.0°C)  sensor = thermistor
temp3:        +44.2°C  (low  =  +0.0°C, high = +85.0°C)
                       (crit = +100.0°C)  sensor = thermistor
temp4:        +48.0°C  (low  =  +0.0°C, high = +85.0°C)
                       (crit = +100.0°C)
temp5:         +0.0°C  (low  =  +0.0°C, high = +85.0°C)
                       (crit = +100.0°C)
temp6:         +0.0°C  

nct6797-isa-0a20
Adapter: ISA adapter
in0:                     1.09 V  (min =  +0.00 V, max =  +1.74 V)
in1:                     1.02 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
in2:                     3.33 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
in3:                     3.38 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
in4:                     1.02 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
in5:                   160.00 mV (min =  +0.00 V, max =  +0.00 V)  ALARM
in6:                   648.00 mV (min =  +0.00 V, max =  +0.00 V)  ALARM
in7:                     3.33 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
in8:                     3.18 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
in9:                     1.82 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
in10:                  680.00 mV (min =  +0.00 V, max =  +0.00 V)  ALARM
in11:                  448.00 mV (min =  +0.00 V, max =  +0.00 V)  ALARM
in12:                    1.16 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
in13:                  680.00 mV (min =  +0.00 V, max =  +0.00 V)  ALARM
in14:                    1.48 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
fan1:                  2928 RPM  (min =    0 RPM)
fan2:                   734 RPM  (min =    0 RPM)
fan3:                     0 RPM  (min =    0 RPM)
fan4:                     0 RPM  (min =    0 RPM)
fan5:                     0 RPM  (min =    0 RPM)
fan6:                     0 RPM  (min =    0 RPM)
fan7:                     0 RPM  (min =    0 RPM)
SYSTIN:                 +47.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = CPU diode
CPUTIN:                 +39.0°C  (high = +107.0°C, hyst = +89.0°C)  sensor = thermistor
AUXTIN0:                +46.0°C  (high = +107.0°C, hyst = +89.0°C)  sensor = thermistor
AUXTIN1:                +44.0°C    sensor = thermistor
AUXTIN2:                +62.0°C    sensor = thermistor
AUXTIN3:                 +0.0°C    sensor = thermistor
SMBUSMASTER 0:          +67.5°C  
PCH_CHIP_CPU_MAX_TEMP:   +0.0°C  
PCH_CHIP_TEMP:           +0.0°C  
PCH_CPU_TEMP:            +0.0°C  
intrusion0:            ALARM
intrusion1:            ALARM
beep_enable:           disabled

k10temp-pci-00cb
Adapter: PCI adapter
Tdie:         +40.8°C  
Tctl:         +67.8°C  

k10temp-pci-00c3
Adapter: PCI adapter
Tdie:         +40.8°C  
Tctl:         +67.8°C  
Tccd1:        +68.0°C  


@kattjevfel
Copy link

@kattjevfel kattjevfel commented Jul 30, 2020

Since I recently upgraded my system let's post here again!
AMD Ryzen 7 3700X / Gigabyte B450M DS3H / Linux 5.7.11-zen1-1-zen
All values seem to be correct when compared to k10temp.

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 014a0021
0005a010 = 0118000f
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000aa0
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:     1.40 V  
SVI2_SoC:      1.09 V  
Tdie:         +43.6°C  (high = +95.0°C)
Tctl:         +43.6°C  
Tccd1:        +37.5°C  
SVI2_P_Core:  15.68 W  
SVI2_P_SoC:   10.89 W  
SVI2_C_Core:  11.86 A  
SVI2_C_SoC:   10.30 A
@giovannicaligaris
Copy link

@giovannicaligaris giovannicaligaris commented Aug 29, 2020

Ryzen 4800H
5.6.0-1023-oem

KERN_SUP: 0
NODE0; CPU0; N/CPU: 1
0005a008 = 00000000
0005a00c = 00000000
0005a010 = 00000000
0005a014 = 00000000
000598bc = ffffffff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000

zenpower-pci-00c3
Adapter: PCI adapter
Tdie: +36.1°C (high = +95.0°C)
Tctl: +36.1°C

@giovannicaligaris
Copy link

@giovannicaligaris giovannicaligaris commented Aug 30, 2020

Ryzen 4600H
5.6.0-1023-oem

KERN_SUP: 0
NODE0; CPU0; N/CPU: 1
0005a008 = 00000000
0005a00c = 00000000
0005a010 = 00000000
0005a014 = 00000000
000598bc = ffffffff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000

@IanSteveC
Copy link

@IanSteveC IanSteveC commented Sep 4, 2020

ASRock Rack EPYCD8
EPYC 7642
Ubuntu 20.04.1 (linux kernel 5.4.0-45-generic)

debug data:
KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 01f70000
0005a010 = 01760021
0005a014 = 01620074
000598bc = 0fff0fff
0005994c = 0fff0fff
00059954 = 00000ae6
00059958 = 00000ae6
0005995c = 00000ae4
00059960 = 00000ae2
00059964 = 00000af6
00059968 = 00000ae8
0005996c = 00000ae6
00059970 = 00000adc

@2asoft
Copy link

@2asoft 2asoft commented Sep 10, 2020

B550I AORUS PRO AX, Ryzen 5 3600.
Void Linux.

% uname -srvmpio
Linux 5.7.19_1 #1 SMP Thu Aug 27 08:23:40 UTC 2020 x86_64 unknown unknown GNU/Linux

% cat /sys/class/hwmon/hwmon0/debug_data
KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 01490022
0005a010 = 01650006
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000aca
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000

% sensors 'zenpower-*'
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:    +0.99 V
SVI2_SoC:     +1.09 V
Tdie:         +44.5°C  (high = +95.0°C)
Tctl:         +44.5°C
Tccd1:        +43.0°C
SVI2_P_Core:   5.89 W
SVI2_P_SoC:   10.95 W
SVI2_C_Core:  +5.93 A
SVI2_C_SoC:  +10.01 A
@thimslugga
Copy link

@thimslugga thimslugga commented Sep 21, 2020

ASRock X399 Professional Gaming
Ryzen Threadripper 1900X

# uname -sr
Linux 5.8.10-200.fc32.x86_64

# ./zp_read_debug.sh 
KERN_SUP: 1
NODE0; CPU0; N/CPU: 2
0005a008 = 00000002
0005a00c = 01690013
0005a010 = 01f70000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000b30
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00006834
0005996c = 0000004d
00059970 = c0800005
KERN_SUP: 1
NODE1; CPU0; N/CPU: 2
0005a008 = 00000002
0005a00c = 0125000c
0005a010 = 01f70000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00006834
0005996c = 0000004d
00059970 = c0800005

# sensors 'zenpower-*'
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_SoC:    894.00 mV 
Tdie:         +29.2°C  (high = +95.0°C)
Tctl:         +56.2°C  
Tccd1:        +53.2°C  
SVI2_P_SoC:    6.13 W  
SVI2_C_SoC:    6.85 A  

zenpower-pci-00cb
Adapter: PCI adapter
SVI2_Core:   907.00 mV 
Tdie:         +32.2°C  (high = +95.0°C)
Tctl:         +59.2°C  
SVI2_P_Core:   6.60 W  
SVI2_C_Core:   8.31 A  

ASRock X399 Professional Gaming
Ryzen Threadripper 2970WX

# uname -sr
Linux 5.8.14-200.fc32.x86_64

# ./zp_read_debug.sh 
KERN_SUP: 1
NODE0; CPU0; N/CPU: 4
0005a008 = 00000002
0005a00c = 016e0028
0005a010 = 01f70000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000b62
00059958 = 00000b72
0005995c = 00000b68
00059960 = 00000000
00059964 = 08400001
00059968 = 0000783c
0005996c = 00000050
00059970 = c0800005
KERN_SUP: 1
NODE1; CPU0; N/CPU: 4
0005a008 = 00000002
0005a00c = 017d0007
0005a010 = 01f70000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 0000743a
0005996c = 0000004a
00059970 = c0800005
KERN_SUP: 1
NODE2; CPU0; N/CPU: 4
0005a008 = 00000002
0005a00c = 00000000
0005a010 = 00000000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 00007a3d
0005996c = 00000050
00059970 = c0800005
KERN_SUP: 1
NODE3; CPU0; N/CPU: 4
0005a008 = 00000002
0005a00c = 00000000
0005a010 = 00000000
0005a014 = 00000000
000598bc = 0fff00ff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 08400001
00059968 = 0000783c
0005996c = 0000004c
00059970 = c0800005

# sensors 'zenpower-*'
zenpower-pci-00d3
Adapter: PCI adapter
Tdie:         +35.5°C  (high = +95.0°C)
Tctl:         +62.5°C  

zenpower-pci-00c3
Adapter: PCI adapter
SVI2_SoC:    863.00 mV 
Tdie:         +35.6°C  (high = +95.0°C)
Tctl:         +62.6°C  
Tccd1:        +60.0°C  
Tccd2:        +62.5°C  
Tccd3:        +61.0°C  
SVI2_P_SoC:   11.52 W  
SVI2_C_SoC:   13.35 A  

zenpower-pci-00db
Adapter: PCI adapter
Tdie:         +34.8°C  (high = +95.0°C)
Tctl:         +61.8°C  

zenpower-pci-00cb
Adapter: PCI adapter
SVI2_Core:     1.26 V  
Tdie:         +33.4°C  (high = +95.0°C)
Tctl:         +60.4°C  
SVI2_P_Core:  17.06 W  
SVI2_C_Core:  13.51 A  
@EnochTheWise
Copy link

@EnochTheWise EnochTheWise commented Oct 6, 2020

ASRock x470 Taichi
Ryzen 7 3700X
Ubuntu 20.04

$ uname -sr
Linux 5.4.0-48-lowlatency

$ ./zp_read_debug.sh
KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 0148001b
0005a010 = 01610003
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000a90
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000

$ sensors 'zenpower-*'
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:     1.47 V  
SVI2_SoC:      1.10 V  
Tdie:         +45.8°C  (high = +95.0°C)
Tctl:         +45.8°C  
Tccd1:        +32.8°C  
SVI2_P_Core:  26.13 W  
SVI2_P_SoC:    8.74 W  
SVI2_C_Core:  17.79 A  
SVI2_C_SoC:    7.95 A
@selukov
Copy link

@selukov selukov commented Oct 8, 2020

ASUS ROG STRIX B550-F GAMING (WI-FI)
AMD Ryzen 9 3900XT
Ubuntu 20.04

andrew@asus-b550:~/kernel$ uname -sr
Linux 5.4.0-48-generic

andrew@asus-b550:~/kernel$ ./zp_read_debug.sh 
KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 014b0023
0005a010 = 016a0003
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000aa2
00059958 = 00000a8e
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000

andrew@asus-b550:~/kernel$ sudo ./zp_read_debug.sh 
[sudo] пароль для andrew: 
KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000002
0005a00c = 014a0023
0005a010 = 016a0002
0005a014 = 00000000
000598bc = 0fff0fff
0005994c = 00000000
00059954 = 00000aaa
00059958 = 00000a96
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000

andrew@asus-b550:~/kernel$ sensors 'zenpower-*'
zenpower-pci-00c3
Adapter: PCI adapter
SVI2_Core:   894.00 mV 
SVI2_SoC:      1.08 V  
Tdie:         +43.1°C  (high = +95.0°C)
Tctl:         +43.1°C  
Tccd1:        +35.2°C  
Tccd2:        +32.2°C  
SVI2_P_Core:   1.77 W  
SVI2_P_SoC:   11.21 W  
SVI2_C_Core:   1.98 A  
SVI2_C_SoC:   10.30 A 
@hexchain
Copy link

@hexchain hexchain commented Oct 14, 2020

CPU: Ryzen 7 4800H
System: Tongfang PF5NU1G (Mechrevo Code 01)
Distro: Arch Linux
Kernel: 5.9.0-zen1-1-zen

debug_data:

KERN_SUP: 1
NODE0; CPU0; N/CPU: 1
0005a008 = 00000000
0005a00c = 00000000
0005a010 = 00000000
0005a014 = 00000000
000598bc = ffffffff
0005994c = 00000000
00059954 = 00000000
00059958 = 00000000
0005995c = 00000000
00059960 = 00000000
00059964 = 00000000
00059968 = 00000000
0005996c = 00000000
00059970 = 00000000

sensors:

zenpower-pci-00c3
Adapter: PCI adapter
Tdie:         +45.5°C  (high = +95.0°C)
Tctl:         +45.5°C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
You can’t perform that action at this time.