setup

  • 7950x
  • ASUS System Product Name/ROG STRIX B650E-E GAMING WIFI, BIOS 1222 02/24/2023
  • 64GB DDR5 6000 (2x32)
  • wd black 850X

pros

  • perf/pricepoint: last build was a 1950x; this build trounces that and is considerably cheaper. I lost some pci-e lanes + quad channel memory, and price(/possibly regular) inflation means the MSRP on the 7950x3D is $700, which is what I paid for my 1950x ~5 months after release. Still, a lot has happened in the last 7 years, and this machine flies.
  • fairly easy to set up

cons

  • ASUS motherboard software is not great. I actually promised I would not go ASUS again after my 1950x build, but when I got to reading reviews on what was available, I found myself back with the brute.
  • a smart plug hard offed my machine, and it rebooted to an error code (12?). To cut a long story short, I ended up having to reseat my CPU before my machine would boot again.
  • the post times are strikingly shit. People mentioned that training is happening (on my XMP/DOCP machine). They do have an option buried in the bypass to reload your (post training montage) memory timings. I tried enabling that and then experienced solid system hangs at what felt like a fairly predictable offset into a Gnome session. (lets call it ~2 minutes). I ride kexec all the time in order to bypass this hurdle.
  • no apparent fwupd support. If you own a Lenovo laptop, fwupd is used to update everything. It is glorious. I find myself formating USB sticks to install BIOS updates. Yuck.

Issues

The integrated NIC dies after some period of usage, for me it normally takes a couple days

Apr 09 14:55:36 wolf kernel: ---[ end trace 0000000000000000 ]---
Apr 09 14:55:36 wolf kernel:  </TASK>
Apr 09 14:55:36 wolf kernel:  ret_from_fork+0x29/0x50
Apr 09 14:55:36 wolf kernel:  ? __cfi_kthread+0x10/0x10
Apr 09 14:55:36 wolf kernel:  kthread+0x148/0x170
Apr 09 14:55:36 wolf kernel:  ? __cfi_worker_thread+0x10/0x10
Apr 09 14:55:36 wolf kernel:  worker_thread+0x24d/0x540
Apr 09 14:55:36 wolf kernel:  process_one_work+0x1f6/0x3a0
Apr 09 14:55:36 wolf kernel:  igc_watchdog_task+0x3d0/0x640
Apr 09 14:55:36 wolf kernel:  <TASK>
Apr 09 14:55:36 wolf kernel: Call Trace:
Apr 09 14:55:36 wolf kernel: PKRU: 55555554
Apr 09 14:55:36 wolf kernel: CR2: 00000e9400358000 CR3: 000000011cb14000 CR4: 0000000000750ef0
Apr 09 14:55:36 wolf kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 09 14:55:36 wolf kernel: FS:  0000000000000000(0000) GS:ffff892258200000(0000) knlGS:0000000000000000
Apr 09 14:55:36 wolf kernel: R13: 0000000000000000 R14: 0000000000000000 R15: ffff891347809c80
Apr 09 14:55:36 wolf kernel: R10: 0000000000005ffd R11: 0000000000000004 R12: 0000000000000000
Apr 09 14:55:36 wolf kernel: RBP: 000000000000c030 R08: 0000000000001fff R09: ffff892297f78c40
Apr 09 14:55:36 wolf kernel: RDX: ffff891630dabd00 RSI: 0000000000000002 RDI: ffff892258220708
Apr 09 14:55:36 wolf kernel: RAX: 000000000000001f RBX: ffff89134b80c900 RCX: 0000000000000027
Apr 09 14:55:36 wolf kernel: RSP: 0018:ffff891630dabe20 EFLAGS: 00010282
Apr 09 14:55:36 wolf kernel: Code: 00 e8 9e 1b 72 ff 84 c0 75 12 b8 ff ff ff ff 31 f6 83 bb 0c 03 00 00 00 75 91 eb a1 48 c7 c7 6a d5 34 88 89 ee e8 6a 1e ee fe <0f> 0b eb d>
Apr 09 14:55:36 wolf kernel: RIP: 0010:igc_update_stats+0x136/0x2060
Apr 09 14:55:36 wolf kernel: Workqueue: events igc_watchdog_task
Apr 09 14:55:36 wolf kernel: Hardware name: ASUS System Product Name/ROG STRIX B650E-E GAMING WIFI, BIOS 1222 02/24/2023
Apr 09 14:55:36 wolf kernel: CPU: 0 PID: 311954 Comm: kworker/0:0 Not tainted 6.3.0-rc5-00147-gd793de9ff55e #1
Apr 09 14:55:36 wolf kernel: Modules linked in: nft_compat nft_chain_nat nf_tables overlay snd_hda_codec_hdmi snd_usb_audio snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi>
Apr 09 14:55:36 wolf kernel: WARNING: CPU: 0 PID: 311954 at drivers/net/ethernet/intel/igc/igc_main.c:6440 igc_update_stats+0x136/0x2060
Apr 09 14:55:36 wolf kernel: igc: Failed to read reg 0xc030!
Apr 09 14:55:36 wolf kernel: ------------[ cut here ]------------

Compilation tests

clang 16

  • ssh+git://aur@aur.archlinux.org/clang-prefixed-release.git a2f45f1d540c48ea29f2a5ae9f5aae6ec16ca4fb
  • compiled with system clang (clang version 15.0.7) on tmpfs
  • time ninja -C _build times below
    cmake   -B _build \
            -GNinja \
            -DCLANG_DEFAULT_PIE_ON_LINUX=ON \
            -DLLVM_USE_LINKER=lld \
            -DCMAKE_C_COMPILER=clang \
            -DCMAKE_CXX_COMPILER=clang++ \
            -DCMAKE_INSTALL_PREFIX:PATH=${install_path} \
            -DCMAKE_EXE_LINKER_FLAGS=-Wl,-Bsymbolic-functions \
            -DCMAKE_SHARED_LINKER_FLAGS=-Wl,-Bsymbolic-functions \
            -DLLVM_ENABLE_LTO=Thin \
            -DLLVM_LINK_LLVM_DYLIB=ON \
            -DCLANG_LINK_CLANG_DYLIB=ON \
            -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;libc;libclc;lld;lldb;openmp;polly;pstl;compiler-rt" \
            -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \
            -DCMAKE_BUILD_TYPE=Release \
            ${srcdir}/llvm-project-${_pkgver_suffix}.src/llvm

1950x

  • real 32m13.941s
  • user 902m39.411s
  • sys 27m10.580s

7950x

  • real 13m33.882s
  • user 373m1.014s
  • sys 10m37.541s

7950x (105W eco mode, wd black 850X, mitigations enabled, -Os, amd_pstate_epp)

  • real 13m41.037s
  • user 390m44.339s
  • sys 10m28.171s

7950x (105W eco mode, wd black 850X, mitigations enabled, -O3 kernel, amd_pstate_epp)

  • real 13m21.529s
  • user 386m30.702s
  • sys 9m51.296s

7950x (105W eco mode, wd black 850X, mitigations enabled, -O3 kernel, amd_pstate_epp, explicit NUMA advertizement in bios)

  • real 12m48.662s
  • user 367m34.386s
  • sys 9m54.551s

3970X (external data point, virtualized Arch)

  • real 12m20.354s
  • user 589m38.820s
  • sys 23m20.499s

7950xV3D (external data point, stock Arch, 105w eco mode, no fan control (so they are controlled by the mainboard => more or less 100% rpm)

  • real 12m42.236s
  • user 365m26.552s
  • sys 10m45.814s

linux

  • https://github.com/sirspudd/linux
  • built using the clang above

1950x (6.3-rc2+, xfs)

  • real 6m42.707s
  • user 148m39.721s
  • sys 12m27.441s

7950x (6.3-rc2+)

  • real 3m13.105s
  • user 62m42.206s
  • sys 6m9.223s

Further testing/notes; dodgy results

amd_pstate=active landed; I was originally using schedutil; this pstate driver only supports performance/powersave. People on the interwebz indicated cpufreq.default_governorcould be set to powersave as:

cat /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference performance

you could tune performance via this energy_performance_preference knob. It turns out I effectively halved my compilation throughput by submitting to this wisdom and not actually staying on top of the performance impact

7950x (6.6-rc4, amd_pstate=active, cpufreq.default_governor=schedutil)

  • real 4m53.600s
  • user 81m47.700s
  • sys 8m28.238s

7950x (6.6-rc4, amd_pstate=active, cpufreq.default_governor=performance, ccache possibly in use)

  • real 2m32.832s
  • user 9m7.114s
  • sys 1m29.153s

Qt 6.5 rc

  • ssh+git://aur@aur.archlinux.org/qt-sdk.git
  • compiled with system gcc (gcc version 12.2.1 20230201 (GCC)) on tmpfs
  • time cmake –build . –parallel
  • using the mold linker

1950x

  • real 26m44.210s
  • user 662m7.958s
  • sys 54m8.554s

7950x, tmpfs (smart meter says 330W during compile; ~85-90C ccd temp)

  • real 10m19.257s
  • user 266m58.632s
  • sys 19m26.520s

7950x 105W eco mode, tmpfs (smart meter says 256W during compile; ~65C ccd temp)

  • real 10m34.123s
  • user 275m15.023s
  • sys 18m55.530s

7950x 105W eco mode, wd black 850X

  • real 10m31.846s
  • user 275m44.005s
  • sys 18m17.431s

7950x 105W eco mode, wd black 850X, stock Arch kernel

  • real 11m44.165s
  • user 295m28.822s
  • sys 23m21.878s

7950x 105W eco mode, wd black 850X (disabled numa, -Os)

  • real 10m53.142s
  • user 279m49.306s
  • sys 18m31.069s

7950x 105W eco mode, wd black 850X (mitigations enabled, -Os)

  • real 10m39.039s
  • user 276m52.122s
  • sys 18m36.332s

random benchmarks

memory speed

Fluctuates heavily for some reason (rock solid on a friends 7950x3D ASUS Tuf build). Varies second to second between 37k MB/s and 17k MB/s

[root@wolf sirspudd]# sysbench memory --memory-block-size=4k --memory-total-size=30G --memory-oper=read run
sysbench 1.0.20 (using system LuaJIT 2.0.5)

Running the test with following options:
Number of threads: 1
Initializing random number generator from current time


Running memory speed test with the following options:
  block size: 4KiB
  total size: 30720MiB
  operation: read
  scope: global

Initializing worker threads...

Threads started!

Total operations: 7864320 (7577015.76 per second)

30720.00 MiB transferred (29597.72 MiB/sec)


General statistics:
    total time:                          1.0375s
    total number of events:              7864320

Latency (ms):
         min:                                    0.00
         avg:                                    0.00
         max:                                    0.00
         95th percentile:                        0.00
         sum:                                  453.77

Threads fairness:
    events (avg/stddev):           7864320.0000/0.00
    execution time (avg/stddev):   0.4538/0.00

cryptsetup benchmark

1950x

# Tests are approximate using memory only (no storage IO).
PBKDF2-sha1      1716163 iterations per second for 256-bit key
PBKDF2-sha256    3266591 iterations per second for 256-bit key
PBKDF2-sha512    1358259 iterations per second for 256-bit key
PBKDF2-ripemd160  784862 iterations per second for 256-bit key
PBKDF2-whirlpool  603323 iterations per second for 256-bit key
argon2i       6 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
argon2id      6 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
#     Algorithm |       Key |      Encryption |      Decryption
        aes-cbc        128b      1104.9 MiB/s      3192.5 MiB/s
    serpent-cbc        128b       105.5 MiB/s       382.4 MiB/s
    twofish-cbc        128b       212.9 MiB/s       397.1 MiB/s
        aes-cbc        256b       855.9 MiB/s      2820.6 MiB/s
    serpent-cbc        256b       108.9 MiB/s       378.3 MiB/s
    twofish-cbc        256b       216.2 MiB/s       381.9 MiB/s
        aes-xts        256b      2748.6 MiB/s      2771.5 MiB/s
    serpent-xts        256b       338.3 MiB/s       356.2 MiB/s
    twofish-xts        256b       370.3 MiB/s       371.9 MiB/s
        aes-xts        512b      2412.1 MiB/s      2416.3 MiB/s
    serpent-xts        512b       367.3 MiB/s       360.4 MiB/s
    twofish-xts        512b       373.8 MiB/s       367.6 MiB/s

7950x

# Tests are approximate using memory only (no storage IO).
PBKDF2-sha1      3628290 iterations per second for 256-bit key
PBKDF2-sha256    6678828 iterations per second for 256-bit key
PBKDF2-sha512    2706002 iterations per second for 256-bit key
PBKDF2-ripemd160 1347784 iterations per second for 256-bit key
PBKDF2-whirlpool 1016062 iterations per second for 256-bit key
argon2i      16 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
argon2id     16 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
#     Algorithm |       Key |      Encryption |      Decryption
        aes-cbc        128b      1750.4 MiB/s      8215.9 MiB/s
    serpent-cbc        128b       164.1 MiB/s      1237.1 MiB/s
    twofish-cbc        128b       330.1 MiB/s       738.8 MiB/s
        aes-cbc        256b      1346.1 MiB/s      6540.4 MiB/s
    serpent-cbc        256b       168.1 MiB/s      1237.4 MiB/s
    twofish-cbc        256b       336.3 MiB/s       737.6 MiB/s
        aes-xts        256b      6821.6 MiB/s      6807.3 MiB/s
    serpent-xts        256b      1074.6 MiB/s      1095.0 MiB/s
    twofish-xts        256b       685.3 MiB/s       695.2 MiB/s
        aes-xts        512b      5648.3 MiB/s      5609.5 MiB/s
    serpent-xts        512b      1107.9 MiB/s      1096.2 MiB/s
    twofish-xts        512b       686.7 MiB/s       694.1 MiB/s

dmidecode

dmidecode 3.5

Getting SMBIOS data from sysfs. SMBIOS 3.5.0 present. Table at 0x796A4000.

Handle 0x0000, DMI type 0, 26 bytes BIOS Information Vendor: American Megatrends Inc. Version: 1222 Release Date: 02/24/2023 Address: 0xF0000 Runtime Size: 64 kB ROM Size: 32 MB Characteristics: PCI is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported BIOS ROM is socketed EDD is supported Japanese floppy for NEC 9800 1.2 MB is supported (int 13h) Japanese floppy for Toshiba 1.2 MB is supported (int 13h) 5.25”/360 kB floppy services are supported (int 13h) 5.25”/1.2 MB floppy services are supported (int 13h) 3.5”/720 kB floppy services are supported (int 13h) 3.5”/2.88 MB floppy services are supported (int 13h) Print screen service is supported (int 5h) Serial services are supported (int 14h) Printer services are supported (int 17h) CGA/mono video services are supported (int 10h) ACPI is supported USB legacy is supported BIOS boot specification is supported Targeted content distribution is supported UEFI is supported BIOS Revision: 12.22

Handle 0x0001, DMI type 1, 27 bytes System Information Manufacturer: ASUS Product Name: System Product Name Version: System Version Serial Number: System Serial Number UUID: 445c6c48-91f9-c222-3440-c87f5455cffa Wake-up Type: Power Switch SKU Number: SKU Family: To be filled by O.E.M.

Handle 0x0002, DMI type 2, 15 bytes Base Board Information Manufacturer: ASUSTeK COMPUTER INC. Product Name: ROG STRIX B650E-E GAMING WIFI Version: Rev 1.xx Serial Number: 221213866900381 Asset Tag: Default string Features: Board is a hosting board Board is replaceable Location In Chassis: Default string Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0

Handle 0x0003, DMI type 3, 22 bytes Chassis Information Manufacturer: Default string Type: Desktop Lock: Not Present Version: Default string Serial Number: Default string Asset Tag: Default string Boot-up State: Safe Power Supply State: Safe Thermal State: Safe Security Status: None OEM Information: 0x00000000 Height: Unspecified Number Of Power Cords: 1 Contained Elements: 0 SKU Number: Default string

Handle 0x0004, DMI type 10, 6 bytes On Board Device Information Type: Video Status: Enabled Description: To Be Filled By O.E.M.

Handle 0x0005, DMI type 11, 5 bytes OEM Strings String 1: Default string String 2: Default string String 3: EDAMAME String 4: Default string String 5: Default string String 6: Default string

Handle 0x0006, DMI type 12, 5 bytes System Configuration Options Option 1: Default string

Handle 0x0007, DMI type 32, 20 bytes System Boot Information Status: No errors detected

Handle 0x0008, DMI type 34, 11 bytes Management Device Description: Nuvoton NCT6799D-R Type: Other Address: 0x00000295 Address Type: I/O Port

Handle 0x0009, DMI type 40, 59 bytes Additional Information 1 Referenced Handle: 0x0004 Referenced Offset: 0x01 String: ROG Value: 0x00000001 Additional Information 2 Referenced Handle: 0x0004 Referenced Offset: 0x0f String: YEAR Value: 0x000007e6 Additional Information 3 Referenced Handle: 0x0001 Referenced Offset: 0x1a String: Mordor 1 Value: 0x00000000 Additional Information 4 Referenced Handle: 0x0001 Referenced Offset: 0x1a String: PRODUCT_LINE Value: 0x00000000 Additional Information 5 Referenced Handle: 0x0001 Referenced Offset: 0x19 String: PRODUCT_SKU Value: 0x00000004 Additional Information 6 Referenced Handle: 0x0001 Referenced Offset: 0x19 String: FEATURES Value: 0x00000001

Handle 0x000A, DMI type 44, 9 bytes Unknown Type Header and Data: 2C 09 0A 00 FF FF 01 01 00

Handle 0x000B, DMI type 43, 31 bytes TPM Device Vendor ID: AMD Specification Version: 2.0 Firmware Revision: 6.26 Description: AMD Characteristics: Family configurable via platform software support OEM-specific Information: 0x00000000

Handle 0x000C, DMI type 7, 27 bytes Cache Information Socket Designation: L1 - Cache Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 1 MB Maximum Size: 1 MB Supported SRAM Types: Pipeline Burst Installed SRAM Type: Pipeline Burst Speed: 1 ns Error Correction Type: Multi-bit ECC System Type: Unified Associativity: 8-way Set-associative

Handle 0x000D, DMI type 7, 27 bytes Cache Information Socket Designation: L2 - Cache Configuration: Enabled, Not Socketed, Level 2 Operational Mode: Write Back Location: Internal Installed Size: 16 MB Maximum Size: 16 MB Supported SRAM Types: Pipeline Burst Installed SRAM Type: Pipeline Burst Speed: 1 ns Error Correction Type: Multi-bit ECC System Type: Unified Associativity: 8-way Set-associative

Handle 0x000E, DMI type 7, 27 bytes Cache Information Socket Designation: L3 - Cache Configuration: Enabled, Not Socketed, Level 3 Operational Mode: Write Back Location: Internal Installed Size: 64 MB Maximum Size: 64 MB Supported SRAM Types: Pipeline Burst Installed SRAM Type: Pipeline Burst Speed: 1 ns Error Correction Type: Multi-bit ECC System Type: Unified Associativity: 16-way Set-associative

Handle 0x000F, DMI type 4, 48 bytes Processor Information Socket Designation: AM5 Type: Central Processor Family: Zen Manufacturer: Advanced Micro Devices, Inc. ID: 12 0F A6 00 FF FB 8B 17 Signature: Family 25, Model 97, Stepping 2 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) MMX (MMX technology supported) FXSR (FXSAVE and FXSTOR instructions supported) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) HTT (Multi-threading) Version: AMD Ryzen 9 7950X 16-Core Processor
Voltage: 1.3 V External Clock: 100 MHz Max Speed: 5850 MHz Current Speed: 4500 MHz Status: Populated, Enabled Upgrade: Other L1 Cache Handle: 0x000C L2 Cache Handle: 0x000D L3 Cache Handle: 0x000E Serial Number: Unknown Asset Tag: Unknown Part Number: Unknown Core Count: 16 Core Enabled: 16 Thread Count: 32 Characteristics: 64-bit capable Multi-Core Hardware Thread Execute Protection Enhanced Virtualization Power/Performance Control

Handle 0x0010, DMI type 18, 23 bytes 32-bit Memory Error Information Type: OK Granularity: Unknown Operation: Unknown Vendor Syndrome: Unknown Memory Array Address: Unknown Device Address: Unknown Resolution: Unknown

Handle 0x0011, DMI type 16, 23 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 128 GB Error Information Handle: 0x0010 Number Of Devices: 4

Handle 0x0012, DMI type 19, 31 bytes Memory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x00FFFFFFFFF Range Size: 64 GB Physical Array Handle: 0x0011 Partition Width: 2

Handle 0x0013, DMI type 18, 23 bytes 32-bit Memory Error Information Type: OK Granularity: Unknown Operation: Unknown Vendor Syndrome: Unknown Memory Array Address: Unknown Device Address: Unknown Resolution: Unknown

Handle 0x0014, DMI type 17, 92 bytes Memory Device Array Handle: 0x0011 Error Information Handle: 0x0013 Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: DIMM 0 Bank Locator: P0 CHANNEL A Type: Unknown Type Detail: Unknown

Handle 0x0015, DMI type 18, 23 bytes 32-bit Memory Error Information Type: OK Granularity: Unknown Operation: Unknown Vendor Syndrome: Unknown Memory Array Address: Unknown Device Address: Unknown Resolution: Unknown

Handle 0x0016, DMI type 17, 92 bytes Memory Device Array Handle: 0x0011 Error Information Handle: 0x0015 Total Width: 64 bits Data Width: 64 bits Size: 32 GB Form Factor: DIMM Set: None Locator: DIMM 1 Bank Locator: P0 CHANNEL A Type: DDR5 Type Detail: Synchronous Unbuffered (Unregistered) Speed: 4800 MT/s Manufacturer: Unknown Serial Number: 00000000 Asset Tag: Not Specified Part Number: F5-6000J3238G32G
Rank: 2 Configured Memory Speed: 6000 MT/s Minimum Voltage: 1.1 V Maximum Voltage: 1.1 V Configured Voltage: 1.1 V Memory Technology: DRAM Memory Operating Mode Capability: Volatile memory Firmware Version: Unknown Module Manufacturer ID: Bank 5, Hex 0xCD Module Product ID: Unknown Memory Subsystem Controller Manufacturer ID: Unknown Memory Subsystem Controller Product ID: Unknown Non-Volatile Size: None Volatile Size: 32 GB Cache Size: None Logical Size: None

Handle 0x0017, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x007FFFFFFFF Range Size: 32 GB Physical Device Handle: 0x0016 Memory Array Mapped Address Handle: 0x0012 Partition Row Position: Unknown Interleave Position: Unknown Interleaved Data Depth: Unknown

Handle 0x0018, DMI type 18, 23 bytes 32-bit Memory Error Information Type: OK Granularity: Unknown Operation: Unknown Vendor Syndrome: Unknown Memory Array Address: Unknown Device Address: Unknown Resolution: Unknown

Handle 0x0019, DMI type 17, 92 bytes Memory Device Array Handle: 0x0011 Error Information Handle: 0x0018 Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: DIMM 0 Bank Locator: P0 CHANNEL B Type: Unknown Type Detail: Unknown

Handle 0x001A, DMI type 18, 23 bytes 32-bit Memory Error Information Type: OK Granularity: Unknown Operation: Unknown Vendor Syndrome: Unknown Memory Array Address: Unknown Device Address: Unknown Resolution: Unknown

Handle 0x001B, DMI type 17, 92 bytes Memory Device Array Handle: 0x0011 Error Information Handle: 0x001A Total Width: 64 bits Data Width: 64 bits Size: 32 GB Form Factor: DIMM Set: None Locator: DIMM 1 Bank Locator: P0 CHANNEL B Type: DDR5 Type Detail: Synchronous Unbuffered (Unregistered) Speed: 4800 MT/s Manufacturer: Unknown Serial Number: 00000000 Asset Tag: Not Specified Part Number: F5-6000J3238G32G
Rank: 2 Configured Memory Speed: 6000 MT/s Minimum Voltage: 1.1 V Maximum Voltage: 1.1 V Configured Voltage: 1.1 V Memory Technology: DRAM Memory Operating Mode Capability: Volatile memory Firmware Version: Unknown Module Manufacturer ID: Bank 5, Hex 0xCD Module Product ID: Unknown Memory Subsystem Controller Manufacturer ID: Unknown Memory Subsystem Controller Product ID: Unknown Non-Volatile Size: None Volatile Size: 32 GB Cache Size: None Logical Size: None

Handle 0x001C, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x00800000000 Ending Address: 0x00FFFFFFFFF Range Size: 32 GB Physical Device Handle: 0x001B Memory Array Mapped Address Handle: 0x0012 Partition Row Position: Unknown Interleave Position: Unknown Interleaved Data Depth: Unknown

Handle 0x001D, DMI type 40, 14 bytes Additional Information 1 Referenced Handle: 0x0000 Referenced Offset: 0x00 String: AGESA!V9 Value: 0x00000000

Handle 0x001E, DMI type 60, 165 bytes Unknown Type Header and Data: 3C A5 1E 00 06 EB 41 18 C4 36 B4 E5 F2 DD A4 E7 E3 28 0B E7 D6 7E F6 C2 A1 B7 3B 6A 55 47 1F 53 F9 AE B3 6A 9E 82 96 BB 9B 1E C6 3C CE C3 49 A4 BB 59 58 07 63 FA 9A 62 41 02 10 1E 71 BD 90 F3 0C 98 C5 A4 9E DE 96 22 AD 22 6E 2B 5D F6 1F EA 3D 0D 1B CA 3E 9E CE 35 C2 87 20 ED CE 3D 8E CF 49 49 08 D2 91 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Handle 0x001F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: U32G2_C2 Internal Connector Type: None External Reference Designator: U32G2_C2 External Connector Type: Access Bus (USB) Port Type: USB

Handle 0x0020, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: U32G2X2_C6 Internal Connector Type: None External Reference Designator: U32G2X2_C6 External Connector Type: Access Bus (USB) Port Type: USB

Handle 0x0021, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: U32G2_E123 Internal Connector Type: None External Reference Designator: U32G2_E123 External Connector Type: Access Bus (USB) Port Type: USB

Handle 0x0022, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: U2_1617U3G2_3E4 Internal Connector Type: None External Reference Designator: U2_1617U3G2_3E4 External Connector Type: Access Bus (USB) Port Type: USB

Handle 0x0023, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB_5_15 Internal Connector Type: None External Reference Designator: USB_5_15 External Connector Type: Access Bus (USB) Port Type: USB

Handle 0x0024, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: U32G2_11 Internal Connector Type: None External Reference Designator: U32G2_11 External Connector Type: Access Bus (USB) Port Type: USB

Handle 0x0025, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: LAN Internal Connector Type: None External Reference Designator: LAN External Connector Type: RJ-45 Port Type: Network Port

Handle 0x0026, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: HDMI Internal Connector Type: None External Reference Designator: HDMI port External Connector Type: Other Port Type: Video Port

Handle 0x0027, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: DP Internal Connector Type: None External Reference Designator: DP port External Connector Type: Other Port Type: Video Port

Handle 0x0028, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: AUDIO Internal Connector Type: None External Reference Designator: Audio Jack External Connector Type: Mini Jack (headphones) Port Type: Audio Port

Handle 0x0029, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA6G_E1 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA

Handle 0x002A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA6G_E2 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA

Handle 0x002B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA6G_E3 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA

Handle 0x002C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA6G_E4 Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: Not Specified External Connector Type: None Port Type: SATA

Handle 0x002D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: U32G2_C10 Internal Connector Type: Access Bus (USB) External Reference Designator: Not Specified External Connector Type: None Port Type: USB

Handle 0x002E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: U32G1_89 Internal Connector Type: Access Bus (USB) External Reference Designator: Not Specified External Connector Type: None Port Type: USB

Handle 0x002F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB_E12 Internal Connector Type: Access Bus (USB) External Reference Designator: Not Specified External Connector Type: None Port Type: USB

Handle 0x0030, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB_E34 Internal Connector Type: Access Bus (USB) External Reference Designator: Not Specified External Connector Type: None Port Type: USB

Handle 0x0031, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: AAFP Internal Connector Type: Mini Jack (headphones) External Reference Designator: Not Specified External Connector Type: None Port Type: Audio Port

Handle 0x0032, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CPU_FAN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x0033, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CPU_OPT Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x0034, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CHA_FAN1 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x0035, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CHA_FAN2 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x0036, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CHA_FAN3 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x0037, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CHA_FAN4 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x0038, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CHA_FAN5 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x0039, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: AIO_PUMP Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x003A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: T_SENSOR Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x003B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: RGB_HEADER Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x003C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: ADD_GEN2_1 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x003D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: ADD_GEN2_2 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x003E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: ADD_GEN2_3 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other

Handle 0x003F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: TB_HEADER Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type:

Handle 0x0040, DMI type 9, 17 bytes System Slot Information Designation: PCIEX16_1 Type: x16 PCI Express 5 x16 Current Usage: In Use Length: Long ID: 0 Characteristics: 3.3 V is provided PME signal is supported Bus Address: 0000:00:01.1

Handle 0x0041, DMI type 9, 17 bytes System Slot Information Designation: PCIEX16_2 Type: x4 PCI Express 5 x4 Current Usage: Available Length: Long ID: 1 Characteristics: 3.3 V is provided PME signal is supported Bus Address: 0000:00:1f.7

Handle 0x0042, DMI type 9, 17 bytes System Slot Information Designation: PCIEX16_3 Type: x4 PCI Express 5 x4 Current Usage: In Use Length: Long ID: 2 Characteristics: 3.3 V is provided PME signal is supported Bus Address: 0000:04:00.0

Handle 0x0043, DMI type 9, 17 bytes System Slot Information Designation: M.2_1(SOCKET3) Type: x4 M.2 Socket 3 Current Usage: In Use Length: Long Characteristics: 3.3 V is provided PME signal is supported Bus Address: 0000:00:02.2

Handle 0x0044, DMI type 9, 17 bytes System Slot Information Designation: M.2_2(SOCKET3) Type: x4 M.2 Socket 3 Current Usage: Available Length: Long Characteristics: 3.3 V is provided PME signal is supported Bus Address: 0000:00:1f.7

Handle 0x0045, DMI type 9, 17 bytes System Slot Information Designation: M.2_3(SOCKET3) Type: x4 M.2 Socket 3 Current Usage: Available Length: Long Characteristics: 3.3 V is provided PME signal is supported Bus Address: 0000:00:1f.7

Handle 0x0046, DMI type 9, 17 bytes System Slot Information Designation: M.2_4(SOCKET3) Type: x4 M.2 Socket 3 Current Usage: Available Length: Long Characteristics: 3.3 V is provided PME signal is supported Bus Address: 0000:00:1f.7

Handle 0x0047, DMI type 9, 17 bytes System Slot Information Designation: M.2(WIFI) Type: x1 M.2 Socket 1-SD Current Usage: In Use Length: Short Characteristics: 3.3 V is provided PME signal is supported Bus Address: 0000:05:05.0

Handle 0x0048, DMI type 41, 11 bytes Onboard Device Reference Designation: Intel I225-V LAN Type: Ethernet Status: Enabled Type Instance: 1 Bus Address: 0000:07:00.0

Handle 0x0049, DMI type 13, 22 bytes BIOS Language Information Language Description Format: Long Installable Languages: 9 en|US|iso8859-1 fr|FR|iso8859-1 zh|TW|unicode zh|CN|unicode ja|JP|unicode de|DE|iso8859-1 es|ES|iso8859-1 ru|RU|iso8859-5 ko|KR|unicode Currently Installed Language: en|US|iso8859-1

Handle 0x004A, DMI type 127, 4 bytes End Of Table