Skip to main content
Question

firmware update for M.2 Metis

  • July 23, 2026
  • 2 replies
  • 37 views

On a x64 based system with a Metis M.2, i am trying to do a firmware update for the device but getting an error.

(axelera-env) devuser@linuxdev:~/voyager-sdk$ axdevice interactive_flash_update

WARNING: AXELERA_DEVICE_DIR environment variable not set.
Using AXELERA_DEVICE_DIR=/home/devuser/voyager-sdk/axelera-env/lib/python3.12/site-packages/axelera/omega
WARNING: AIPU_RUNTIME_STAGE0_OMEGA environment variable not set.
Using AIPU_RUNTIME_STAGE0_OMEGA=/home/devuser/voyager-sdk/axelera-env/lib/python3.12/site-packages/axelera/omega/bin/start_axelera_runtime_stage0.bin
>>> Metis Flash Update Script
>>> =========================
>>> Auto-detecting and updating all connected devices...

>>> Detected 1 device(s) from axdevice
>>> ==============================================
>>> Found 1 device(s):
>>> - metis-0:81:0
>>> ==============================================

>>> Device metis-0:81:0 needs firmware update (current: 1.2.0-rc2, target: 1.7.0)
>>> Processing firmware update for device metis-0:81:0...
>>> Running First Time Flash Update
>>> ===================================
>>> Target device: metis-0:81:0
>>> Loading AIPU runtime stage0...
[libaxldev_linux.c:1660] Device command CMD_LOAD_FW (id 0x6e) returned an error code.
[libaxldev_linux.c:1663] Consider inspecting the device log via `axtrace --slog`.
Failed to load firmware.
>>> ERROR: Failed to load AIPU runtime stage0
>>> ERROR: Failed to update firmware for device metis-0:81:0

>>> ==============================================
>>> UPDATE SUMMARY
>>> ==============================================
>>> Total devices: 1
>>> Devices needing firmware update: 1
>>> Devices needing board controller update: 0
>>> Devices fully updated: 0
>>> Devices failed: 1
>>> ==============================================

>>> ERROR: Some devices failed to update
>>> Please check the errors above and retry

 

reason for the firmware update when trying to run inference examples, the inference runs but get some error/warning messages below is output of axdevice and axtrace --slog below

i am running SDK 1.7 on Ubuntu 25.04 ,  i got it running by installing python 3.12 version using uv on ubuntu 25.04

(axelera-env) devuser@linuxdev:~/voyager-sdk$ axdevice
[libaxldev_linux.c:1660] Device command CMD_BOARD_CTRL_VERSION (id 0x2bc) returned an error code.
[libaxldev_linux.c:1663] Consider inspecting the device log via `axtrace --slog`.
[libaxldev_linux.c:1660] Device command CMD_BOARD_CTRL_BOARD_TYPE (id 0x2bd) returned an error code.
[libaxldev_linux.c:1663] Consider inspecting the device log via `axtrace --slog`.
WARNING: Failed to parse response after board controller firmware version query: ''
Device 0: metis-0:81:0 1GiB metis-m2 flver=1.2.0-rc2 bcver=0.0 clock=800MHz mvm=100%
(axelera-env) devuser@linuxdev:~/voyager-sdk$ axtrace --slog
[00:21:13.411,529] <err> board_comm: Failed to send request 23: -12
[00:21:13.411,590] <err> service_monitor: Failed to send temperature request
[00:21:14.412,506] <err> board_comm: Failed to send request 23: -12
[00:21:14.412,567] <err> service_monitor: Failed to send temperature request
[00:21:15.413,482] <err> board_comm: Failed to send request 23: -12
[00:21:15.413,543] <err> service_monitor: Failed to send temperature request
[00:21:16.414,459] <err> board_comm: Failed to send request 23: -12
[00:21:16.414,520] <err> service_monitor: Failed to send temperature request
[00:21:17.415,435] <err> board_comm: Failed to send request 23: -12
[00:21:17.415,496] <err> service_monitor: Failed to send temperature request
[00:21:18.416,412] <err> board_comm: Failed to send request 23: -12
[00:21:18.416,473] <err> service_monitor: Failed to send temperature request
[00:21:19.417,388] <err> board_comm: Failed to send request 23: -12

 

2 replies

Spanner
Axelera Team
Forum|alt.badge.img+3
  • Axelera Team
  • July 24, 2026

Hi ​@nkj!

I’d say it looks like the board controller isn't responding. This bit shows board_comm: Failed to send request 23: -12 and axdevice reports bcver=0.0, which suggests the host can't talk to the board properly, so the firmware load fails.

Here’s a couple of things to test out:

  1. Full cold power cycle. Shut down completely, cut power ~30s, boot back up (a reboot alone won't reset the board controller, and I’m often surprised how often this sorts things out!).

  2. Also, Ubuntu 25.04 isn't validated for Metis (only 22.04 / 24.04 are). Getting the SDK to launch via uv/Python 3.12 doesn't guarantee the driver and board-controller stack works, so that could be a root cause too. Are you able to test on 22.04/24.04?

Then re-check with axdevice. Once bcver shows a real version (not 0.0), re-run axdevice interactive_flash_update. If it's still 0.0, grab sudo dmesg -T | grep -Ei 'axl|pci|metis' and let’s take a look at that.

Hope this helps! Let me know how it goes. 👍


  • Author
  • Cadet
  • July 27, 2026

hello i am trying now on a ubuntu 24.04 , the first stage of interactive_flash_update worked. but the second stage gives an error. see below bcver is still 0.0 

(axelera-env) devuser@linuxdev:~/voyager-sdk$ axdevice
[libaxldev_linux.c:1660] Device command CMD_BOARD_CTRL_VERSION (id 0x2bc) returned an error code.
[libaxldev_linux.c:1663] Consider inspecting the device log via `axtrace --slog`.
[libaxldev_linux.c:1660] Device command CMD_BOARD_CTRL_BOARD_TYPE (id 0x2bd) returned an error code.
[libaxldev_linux.c:1663] Consider inspecting the device log via `axtrace --slog`.
WARNING: Failed to parse response after board controller firmware version query: ''
Device 0: metis-0:81:0 1GiB metis-m2 flver=1.7.0 bcver=0.0 clock=800MHz mvm=100%
(axelera-env) devuser@linuxdev:~/voyager-sdk$ axdevice interactive_flash_update --device metis-0:81:0
WARNING: AXELERA_DEVICE_DIR environment variable not set.
Using AXELERA_DEVICE_DIR=/home/devuser/voyager-sdk/axelera-env/lib/python3.12/site-packages/axelera/omega
WARNING: AIPU_RUNTIME_STAGE0_OMEGA environment variable not set.
Using AIPU_RUNTIME_STAGE0_OMEGA=/home/devuser/voyager-sdk/axelera-env/lib/python3.12/site-packages/axelera/omega/bin/start_axelera_runtime_stage0.bin
>>> Metis Flash Update Script
>>> =========================
>>> Target device: metis-0:81:0

>>> ==============================================
>>> Processing device: metis-0:81:0
>>> ==============================================
>>> Current firmware version: 1.7.0
>>> Firmware version matches target (1.7.0) - proceeding with board controller update
>>> Running Second Time - Board Controller Update
>>> ==============================================
>>> Target device: metis-0:81:0
>>> Current flash version: 1.7.0
>>> Detecting board type...
>>> ERROR: Failed to get board type
devuser@linuxdev:~/voyager-sdk$ sudo dmesg -T | grep -Ei 'axl|pci|metis'
[sudo] password for devuser:
[Mon Jul 27 14:34:30 2026] [gap 0x68800000-0xfdffffff] available for PCI devices
[Mon Jul 27 14:34:30 2026] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[Mon Jul 27 14:34:30 2026] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[Mon Jul 27 14:34:30 2026] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[Mon Jul 27 14:34:30 2026] PCI: Using configuration type 1 for base access
[Mon Jul 27 14:34:30 2026] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[Mon Jul 27 14:34:30 2026] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[Mon Jul 27 14:34:30 2026] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[Mon Jul 27 14:34:30 2026] PCI: Ignoring E820 reservations for host bridge windows
[Mon Jul 27 14:34:30 2026] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-7f])
[Mon Jul 27 14:34:30 2026] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[Mon Jul 27 14:34:30 2026] PCI host bridge to bus 0000:00
[Mon Jul 27 14:34:30 2026] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:00: root bus resource [io 0x9000-0xffff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:00: root bus resource [mem 0x70000000-0xb5ffffff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:00: root bus resource [mem 0xa000000000-0x3ffbfffffff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:00: root bus resource [bus 00-7f]
[Mon Jul 27 14:34:30 2026] pci 0000:00:00.0: [8086:7d1b] type 00 class 0x060000 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: [8086:7d67] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: BAR 0 [mem 0xb820000000-0xb820ffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: BAR 2 [mem 0xa810000000-0xa81fffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: PME# supported from D0 D3hot
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit pref]: contains BAR 0 for 7 VFs
[Mon Jul 27 14:34:30 2026] pci 0000:00:04.0: [8086:ad03] type 00 class 0x118000 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:00:04.0: BAR 0 [mem 0xb830080000-0xb83009ffff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: [8086:ae4d] type 01 class 0x060400 PCIe Root Port
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: PCI bridge to [bus 01]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: bridge window [io 0x9000-0x9fff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: bridge window [mem 0x70000000-0x740fffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: bridge window [mem 0xa000000000-0xa801ffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.1: [8086:7eca] type 01 class 0x060400 PCIe Root Port
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.1: PCI bridge to [bus 02]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.1: bridge window [mem 0x82000000-0x820fffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.1: PME# supported from D0 D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.1: PTM enabled (root), 4ns granularity
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: [8086:7ec4] type 01 class 0x060400 PCIe Root Port
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: PCI bridge to [bus 03-2c]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: bridge window [mem 0x7c000000-0x81ffffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: bridge window [mem 0xb020000000-0xb81fffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: PTM enabled (root), 4ns granularity
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: [8086:7ec5] type 01 class 0x060400 PCIe Root Port
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: PCI bridge to [bus 2d-56]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: bridge window [mem 0x76000000-0x7bffffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: bridge window [mem 0xa820000000-0xb01fffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: PTM enabled (root), 4ns granularity
[Mon Jul 27 14:34:30 2026] pci 0000:00:08.0: [8086:ae4c] type 00 class 0x088000 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:00:08.0: BAR 0 [mem 0xb8300b7000-0xb8300b7fff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:00:0a.0: [8086:ad0d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:00:0a.0: BAR 0 [mem 0xb830040000-0xb83007ffff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:00:0a.0: enabling Extended Tags
[Mon Jul 27 14:34:30 2026] pci 0000:00:0b.0: [8086:ad1d] type 00 class 0x120000 PCIe Root Complex Integrated Endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:00:0b.0: BAR 0 [mem 0xb828000000-0xb82fffffff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:00:0b.0: BAR 4 [mem 0xb8300b6000-0xb8300b6fff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:00:0d.0: [8086:7ec0] type 00 class 0x0c0330 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:00:0d.0: BAR 0 [mem 0xb8300a0000-0xb8300affff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:00:0d.2: [8086:7ec2] type 00 class 0x0c0340 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:00:0d.2: BAR 0 [mem 0xb830000000-0xb83003ffff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:00:0d.2: BAR 2 [mem 0xb8300b5000-0xb8300b5fff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:00:0d.2: supports D1 D2
[Mon Jul 27 14:34:30 2026] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:00:14.0: [8086:ae7f] type 00 class 0x050000 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:00:14.0: BAR 0 [mem 0xb8300b0000-0xb8300b3fff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:00:14.0: BAR 2 [mem 0xb8300b4000-0xb8300b4fff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:00:1f.0: [8086:ae0d] type 00 class 0x060100 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:00:1f.5: [8086:ae23] type 00 class 0x0c8000 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: [10de:2b85] type 00 class 0x030000 PCIe Legacy Endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: BAR 0 [mem 0x70000000-0x73ffffff]
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: BAR 1 [mem 0xa000000000-0xa7ffffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: BAR 3 [mem 0xa800000000-0xa801ffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: BAR 5 [io 0x9000-0x907f]
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: ROM [mem 0x74000000-0x7407ffff pref]
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: Enabling HDA controller
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: PME# supported from D0 D3hot
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0003ffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0003ffff 64bit pref]: contains BAR 0 for 1 VFs
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x0fffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x0fffffff 64bit pref]: contains BAR 2 for 1 VFs
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 4 [mem 0x00000000-0x01ffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 4 [mem 0x00000000-0x01ffffff 64bit pref]: contains BAR 4 for 1 VFs
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.1: [10de:22e8] type 00 class 0x040300 PCIe Endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.1: BAR 0 [mem 0x74080000-0x74083fff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: PCI bridge to [bus 01]
[Mon Jul 27 14:34:30 2026] pci 0000:02:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:02:00.0: BAR 0 [mem 0x82000000-0x82003fff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.1: PCI bridge to [bus 02]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: PCI bridge to [bus 03-2c]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: PCI bridge to [bus 2d-56]
[Mon Jul 27 14:34:30 2026] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-df])
[Mon Jul 27 14:34:30 2026] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[Mon Jul 27 14:34:30 2026] PCI host bridge to bus 0000:80
[Mon Jul 27 14:34:30 2026] pci_bus 0000:80: root bus resource [io 0x2000-0x8bff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:80: root bus resource [mem 0xb6000000-0xbdffffff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:80: root bus resource [mem 0x8000000000-0x9fdfffffff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:80: root bus resource [bus 80-df]
[Mon Jul 27 14:34:30 2026] pci 0000:80:14.0: [8086:7f6e] type 00 class 0x0c0330 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:80:14.0: BAR 0 [mem 0x8000200000-0x800020ffff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:80:14.0: PME# supported from D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:80:14.5: [8086:7f2f] type 00 class 0x000000 PCIe Root Complex Integrated Endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:80:15.0: [8086:7f4c] type 00 class 0x0c8000 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:80:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:80:16.0: [8086:7f68] type 00 class 0x078000 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:80:16.0: BAR 0 [mem 0x8000215000-0x8000215fff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:80:16.0: PME# supported from D3hot
[Mon Jul 27 14:34:30 2026] pci 0000:80:17.0: [8086:7f62] type 00 class 0x010601 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:80:17.0: BAR 0 [mem 0xb8300000-0xb8301fff]
[Mon Jul 27 14:34:30 2026] pci 0000:80:17.0: BAR 1 [mem 0xb8304000-0xb83040ff]
[Mon Jul 27 14:34:30 2026] pci 0000:80:17.0: BAR 2 [io 0x4050-0x4057]
[Mon Jul 27 14:34:30 2026] pci 0000:80:17.0: BAR 3 [io 0x4040-0x4043]
[Mon Jul 27 14:34:30 2026] pci 0000:80:17.0: BAR 4 [io 0x4020-0x403f]
[Mon Jul 27 14:34:30 2026] pci 0000:80:17.0: BAR 5 [mem 0xb8303000-0xb83037ff]
[Mon Jul 27 14:34:30 2026] pci 0000:80:17.0: PME# supported from D3hot
[Mon Jul 27 14:34:30 2026] pci 0000:80:1b.0: [8086:7f40] type 01 class 0x060400 PCIe Root Port
[Mon Jul 27 14:34:30 2026] pci 0000:80:1b.0: PCI bridge to [bus 81]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1b.0: bridge window [mem 0xb6000000-0xb80fffff]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1b.0: PME# supported from D0 D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:80:1b.0: PTM enabled (root), 4ns granularity
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.0: [8086:7f3a] type 01 class 0x060400 PCIe Root Port
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.0: PCI bridge to [bus 82]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.0: bridge window [io 0x3000-0x3fff]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.0: bridge window [mem 0xb8200000-0xb82fffff]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.0: PME# supported from D0 D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.0: PTM enabled (root), 4ns granularity
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.3: [8086:7f3b] type 01 class 0x060400 PCIe Root Port
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.3: PCI bridge to [bus 83]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.3: bridge window [mem 0xb8100000-0xb81fffff]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.3: PME# supported from D0 D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.3: PTM enabled (root), 4ns granularity
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.4: [8086:7f3c] type 01 class 0x060400 PCIe Root Port
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.4: PCI bridge to [bus 84]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.4: bridge window [mem 0x8000300000-0x80003fffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.4: PME# supported from D0 D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.4: PTM enabled (root), 4ns granularity
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.0: [8086:7f04] type 00 class 0x060100 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.3: [8086:7f50] type 00 class 0x040300 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.3: BAR 0 [mem 0x8000210000-0x8000213fff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.3: BAR 4 [mem 0x8000000000-0x80001fffff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.3: PME# supported from D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.4: [8086:7f23] type 00 class 0x0c0500 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.4: BAR 0 [mem 0x8000214000-0x80002140ff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.4: BAR 4 [io 0x4000-0x401f]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.5: [8086:7f24] type 00 class 0x0c8000 conventional PCI endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.5: BAR 0 [mem 0xb8302000-0xb8302fff]
[Mon Jul 27 14:34:30 2026] pci 0000:81:00.0: [1f9d:1100] type 00 class 0x120000 PCIe Endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:81:00.0: BAR 0 [mem 0xb8010000-0xb8010fff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:81:00.0: BAR 2 [mem 0xb6000000-0xb7ffffff]
[Mon Jul 27 14:34:30 2026] pci 0000:81:00.0: ROM [mem 0xb8000000-0xb800ffff pref]
[Mon Jul 27 14:34:30 2026] pci 0000:81:00.0: supports D1
[Mon Jul 27 14:34:30 2026] pci 0000:81:00.0: PME# supported from D0 D1 D3hot
[Mon Jul 27 14:34:30 2026] pci 0000:80:1b.0: PCI bridge to [bus 81]
[Mon Jul 27 14:34:30 2026] pci 0000:82:00.0: [10ec:5000] type 00 class 0x020000 PCIe Endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:82:00.0: BAR 0 [io 0x3000-0x30ff]
[Mon Jul 27 14:34:30 2026] pci 0000:82:00.0: BAR 2 [mem 0xb8200000-0xb820ffff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:82:00.0: BAR 4 [mem 0xb8210000-0xb8213fff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:82:00.0: supports D1 D2
[Mon Jul 27 14:34:30 2026] pci 0000:82:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.0: PCI bridge to [bus 82]
[Mon Jul 27 14:34:30 2026] pci 0000:83:00.0: [8086:272b] type 00 class 0x028000 PCIe Endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:83:00.0: BAR 0 [mem 0xb8100000-0xb8103fff 64bit]
[Mon Jul 27 14:34:30 2026] pci 0000:83:00.0: PME# supported from D0 D3hot D3cold
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.3: PCI bridge to [bus 83]
[Mon Jul 27 14:34:30 2026] pci 0000:84:00.0: [1e60:2864] type 00 class 0x0b4000 PCIe Endpoint
[Mon Jul 27 14:34:30 2026] pci 0000:84:00.0: BAR 0 [mem 0x8000304000-0x8000307fff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:84:00.0: BAR 2 [mem 0x8000308000-0x8000308fff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:84:00.0: BAR 4 [mem 0x8000300000-0x8000303fff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:84:00.0: PME# supported from D3hot
[Mon Jul 27 14:34:30 2026] pci 0000:84:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:80:1c.4 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.4: PCI bridge to [bus 84]
[Mon Jul 27 14:34:30 2026] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[Mon Jul 27 14:34:30 2026] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[Mon Jul 27 14:34:30 2026] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[Mon Jul 27 14:34:30 2026] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[Mon Jul 27 14:34:30 2026] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[Mon Jul 27 14:34:30 2026] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[Mon Jul 27 14:34:30 2026] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[Mon Jul 27 14:34:30 2026] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[Mon Jul 27 14:34:30 2026] PCI: Using ACPI for IRQ routing
[Mon Jul 27 14:34:30 2026] PCI: pci_cache_line_size set to 64 bytes
[Mon Jul 27 14:34:30 2026] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: vgaarb: bridge control possible
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: vgaarb: bridge control possible
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[Mon Jul 27 14:34:30 2026] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: VF BAR 0 [mem 0xa802000000-0xa808ffffff 64bit pref]: assigned
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: bridge window [io 0xa000-0xafff]: assigned
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: bridge window [io 0xb000-0xbfff]: assigned
[Mon Jul 27 14:34:30 2026] pci 0000:00:1f.5: BAR 0 [mem 0x74100000-0x74100fff]: assigned
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 2 [mem size 0x10000000 64bit pref]: can't assign; no space
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 2 [mem size 0x10000000 64bit pref]: failed to assign
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 4 [mem size 0x02000000 64bit pref]: can't assign; no space
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 4 [mem size 0x02000000 64bit pref]: failed to assign
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 0 [mem 0x740c0000-0x740fffff 64bit pref]: assigned
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: PCI bridge to [bus 01]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: bridge window [io 0x9000-0x9fff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: bridge window [mem 0x70000000-0x740fffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: bridge window [mem 0xa000000000-0xa801ffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.1: PCI bridge to [bus 02]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.1: bridge window [mem 0x82000000-0x820fffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: PCI bridge to [bus 03-2c]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: bridge window [io 0xa000-0xafff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: bridge window [mem 0x7c000000-0x81ffffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: bridge window [mem 0xb020000000-0xb81fffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: PCI bridge to [bus 2d-56]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: bridge window [io 0xb000-0xbfff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: bridge window [mem 0x76000000-0x7bffffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: bridge window [mem 0xa820000000-0xb01fffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] PCI: No. 2 try to assign unassigned res
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: bridge window [mem 0xa000000000-0xa801ffffff 64bit pref]: releasing
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: bridge window [mem size 0x802000000 64bit pref] to [bus 01] add_size 12000000 add_align 800000000
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: bridge window [mem 0xc000000000-0xc813ffffff 64bit pref]: assigned
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: BAR 1 [mem 0xc000000000-0xc7ffffffff 64bit pref]: assigned
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 2 [mem 0xc800000000-0xc80fffffff 64bit pref]: assigned
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: BAR 3 [mem 0xc810000000-0xc811ffffff 64bit pref]: assigned
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: VF BAR 4 [mem 0xc812000000-0xc813ffffff 64bit pref]: assigned
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: PCI bridge to [bus 01]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: bridge window [io 0x9000-0x9fff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: bridge window [mem 0x70000000-0x740fffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: bridge window [mem 0xc000000000-0xc813ffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.1: PCI bridge to [bus 02]
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.1: bridge window [mem 0x82000000-0x820fffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: PCI bridge to [bus 03-2c]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: bridge window [io 0xa000-0xafff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: bridge window [mem 0x7c000000-0x81ffffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: bridge window [mem 0xb020000000-0xb81fffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: PCI bridge to [bus 2d-56]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: bridge window [io 0xb000-0xbfff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: bridge window [mem 0x76000000-0x7bffffff]
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: bridge window [mem 0xa820000000-0xb01fffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:00: resource 5 [io 0x9000-0xffff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:00: resource 7 [mem 0x70000000-0xb5ffffff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:00: resource 8 [mem 0xa000000000-0x3ffbfffffff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:01: resource 0 [io 0x9000-0x9fff]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:01: resource 1 [mem 0x70000000-0x740fffff]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:01: resource 2 [mem 0xc000000000-0xc813ffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:02: resource 1 [mem 0x82000000-0x820fffff]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:03: resource 0 [io 0xa000-0xafff]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:03: resource 1 [mem 0x7c000000-0x81ffffff]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:03: resource 2 [mem 0xb020000000-0xb81fffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:2d: resource 0 [io 0xb000-0xbfff]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:2d: resource 1 [mem 0x76000000-0x7bffffff]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:2d: resource 2 [mem 0xa820000000-0xb01fffffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:80:15.0: BAR 0 [mem 0x8000216000-0x8000216fff 64bit]: assigned
[Mon Jul 27 14:34:30 2026] pci 0000:80:1b.0: PCI bridge to [bus 81]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1b.0: bridge window [mem 0xb6000000-0xb80fffff]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.0: PCI bridge to [bus 82]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.0: bridge window [io 0x3000-0x3fff]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.0: bridge window [mem 0xb8200000-0xb82fffff]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.3: PCI bridge to [bus 83]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.3: bridge window [mem 0xb8100000-0xb81fffff]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.4: PCI bridge to [bus 84]
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.4: bridge window [mem 0x8000300000-0x80003fffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:80: resource 4 [io 0x2000-0x8bff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:80: resource 5 [mem 0xb6000000-0xbdffffff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:80: resource 6 [mem 0x8000000000-0x9fdfffffff window]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:81: resource 1 [mem 0xb6000000-0xb80fffff]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:82: resource 0 [io 0x3000-0x3fff]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:82: resource 1 [mem 0xb8200000-0xb82fffff]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:83: resource 1 [mem 0xb8100000-0xb81fffff]
[Mon Jul 27 14:34:30 2026] pci_bus 0000:84: resource 2 [mem 0x8000300000-0x80003fffff 64bit pref]
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[Mon Jul 27 14:34:30 2026] PCI: CLS 64 bytes, default 64
[Mon Jul 27 14:34:30 2026] pci 0000:00:02.0: Adding to iommu group 0
[Mon Jul 27 14:34:30 2026] pci 0000:00:00.0: Adding to iommu group 1
[Mon Jul 27 14:34:30 2026] pci 0000:00:04.0: Adding to iommu group 2
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.0: Adding to iommu group 3
[Mon Jul 27 14:34:30 2026] pci 0000:00:06.1: Adding to iommu group 4
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.0: Adding to iommu group 5
[Mon Jul 27 14:34:30 2026] pci 0000:00:07.1: Adding to iommu group 6
[Mon Jul 27 14:34:30 2026] pci 0000:00:08.0: Adding to iommu group 7
[Mon Jul 27 14:34:30 2026] pci 0000:00:0a.0: Adding to iommu group 8
[Mon Jul 27 14:34:30 2026] pci 0000:00:0b.0: Adding to iommu group 9
[Mon Jul 27 14:34:30 2026] pci 0000:00:0d.0: Adding to iommu group 10
[Mon Jul 27 14:34:30 2026] pci 0000:00:0d.2: Adding to iommu group 10
[Mon Jul 27 14:34:30 2026] pci 0000:00:14.0: Adding to iommu group 11
[Mon Jul 27 14:34:30 2026] pci 0000:00:1f.0: Adding to iommu group 12
[Mon Jul 27 14:34:30 2026] pci 0000:00:1f.5: Adding to iommu group 12
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.0: Adding to iommu group 13
[Mon Jul 27 14:34:30 2026] pci 0000:01:00.1: Adding to iommu group 13
[Mon Jul 27 14:34:30 2026] pci 0000:02:00.0: Adding to iommu group 14
[Mon Jul 27 14:34:30 2026] pci 0000:80:14.0: Adding to iommu group 15
[Mon Jul 27 14:34:30 2026] pci 0000:80:14.5: Adding to iommu group 16
[Mon Jul 27 14:34:30 2026] pci 0000:80:15.0: Adding to iommu group 17
[Mon Jul 27 14:34:30 2026] pci 0000:80:16.0: Adding to iommu group 18
[Mon Jul 27 14:34:30 2026] pci 0000:80:17.0: Adding to iommu group 19
[Mon Jul 27 14:34:30 2026] pci 0000:80:1b.0: Adding to iommu group 20
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.0: Adding to iommu group 21
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.3: Adding to iommu group 22
[Mon Jul 27 14:34:30 2026] pci 0000:80:1c.4: Adding to iommu group 23
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.0: Adding to iommu group 24
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.3: Adding to iommu group 24
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.4: Adding to iommu group 24
[Mon Jul 27 14:34:30 2026] pci 0000:80:1f.5: Adding to iommu group 24
[Mon Jul 27 14:34:30 2026] pci 0000:81:00.0: Adding to iommu group 25
[Mon Jul 27 14:34:30 2026] pci 0000:82:00.0: Adding to iommu group 26
[Mon Jul 27 14:34:30 2026] pci 0000:83:00.0: Adding to iommu group 27
[Mon Jul 27 14:34:30 2026] pci 0000:84:00.0: Adding to iommu group 28
[Mon Jul 27 14:34:30 2026] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[Mon Jul 27 14:34:30 2026] pcieport 0000:00:06.0: PME: Signaling with IRQ 124
[Mon Jul 27 14:34:30 2026] pcieport 0000:00:06.1: PME: Signaling with IRQ 125
[Mon Jul 27 14:34:30 2026] pcieport 0000:00:07.0: PME: Signaling with IRQ 126
[Mon Jul 27 14:34:30 2026] pcieport 0000:00:07.0: AER: enabled with IRQ 126
[Mon Jul 27 14:34:30 2026] pcieport 0000:00:07.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[Mon Jul 27 14:34:30 2026] pcieport 0000:00:07.1: PME: Signaling with IRQ 127
[Mon Jul 27 14:34:30 2026] pcieport 0000:00:07.1: AER: enabled with IRQ 127
[Mon Jul 27 14:34:30 2026] pcieport 0000:00:07.1: pciehp: Slot #7 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[Mon Jul 27 14:34:30 2026] pcieport 0000:80:1b.0: PME: Signaling with IRQ 128
[Mon Jul 27 14:34:30 2026] pcieport 0000:80:1c.0: PME: Signaling with IRQ 129
[Mon Jul 27 14:34:30 2026] pcieport 0000:80:1c.3: PME: Signaling with IRQ 130
[Mon Jul 27 14:34:30 2026] pcieport 0000:80:1c.4: PME: Signaling with IRQ 131
[Mon Jul 27 14:34:31 2026] pcieport 0000:00:06.1: hash matches
[Mon Jul 27 14:34:31 2026] nvme nvme0: pci function 0000:02:00.0
[Mon Jul 27 14:34:32 2026] input: Logitech USB Receiver as /devices/pci0000:80/0000:80:14.0/usb3/3-4/3-4:1.0/0003:046D:C548.0001/input/input3
[Mon Jul 27 14:34:32 2026] input: Logitech USB Receiver Mouse as /devices/pci0000:80/0000:80:14.0/usb3/3-4/3-4:1.1/0003:046D:C548.0002/input/input4
[Mon Jul 27 14:34:32 2026] input: Logitech USB Receiver Consumer Control as /devices/pci0000:80/0000:80:14.0/usb3/3-4/3-4:1.1/0003:046D:C548.0002/input/input5
[Mon Jul 27 14:34:33 2026] input: Logitech USB Receiver System Control as /devices/pci0000:80/0000:80:14.0/usb3/3-4/3-4:1.1/0003:046D:C548.0002/input/input6
[Mon Jul 27 14:34:33 2026] input: Logitech USB Receiver as /devices/pci0000:80/0000:80:14.0/usb3/3-4/3-4:1.1/0003:046D:C548.0002/input/input7
[Mon Jul 27 14:34:33 2026] input: Logitech USB Receiver as /devices/pci0000:80/0000:80:14.0/usb3/3-4/3-4:1.3/0003:046D:C548.0004/input/input8
[Mon Jul 27 14:34:33 2026] input: Logitech USB Receiver as /devices/pci0000:80/0000:80:14.0/usb3/3-5/3-5:1.0/0003:046D:C52B.0005/input/input9
[Mon Jul 27 14:34:33 2026] input: Logitech USB Receiver Mouse as /devices/pci0000:80/0000:80:14.0/usb3/3-5/3-5:1.1/0003:046D:C52B.0006/input/input10
[Mon Jul 27 14:34:33 2026] input: Logitech USB Receiver Consumer Control as /devices/pci0000:80/0000:80:14.0/usb3/3-5/3-5:1.1/0003:046D:C52B.0006/input/input11
[Mon Jul 27 14:34:33 2026] input: Logitech USB Receiver System Control as /devices/pci0000:80/0000:80:14.0/usb3/3-5/3-5:1.1/0003:046D:C52B.0006/input/input12
[Mon Jul 27 14:34:33 2026] input: Logitech USB Receiver as /devices/pci0000:80/0000:80:14.0/usb3/3-4/3-4:1.3/0003:046D:C548.0004/input/input14
[Mon Jul 27 14:34:33 2026] input: Logitech Wireless Device PID:408a Keyboard as /devices/pci0000:80/0000:80:14.0/usb3/3-5/3-5:1.2/0003:046D:C52B.0007/0003:046D:408A.0009/input/input15
[Mon Jul 27 14:34:33 2026] input: Logitech Wireless Device PID:408a Mouse as /devices/pci0000:80/0000:80:14.0/usb3/3-5/3-5:1.2/0003:046D:C52B.0007/0003:046D:408A.0009/input/input16
[Mon Jul 27 14:34:33 2026] input: Logitech Wireless Device PID:4082 Keyboard as /devices/pci0000:80/0000:80:14.0/usb3/3-5/3-5:1.2/0003:046D:C52B.0007/0003:046D:4082.000A/input/input20
[Mon Jul 27 14:34:33 2026] input: Logitech Wireless Device PID:4082 Mouse as /devices/pci0000:80/0000:80:14.0/usb3/3-5/3-5:1.2/0003:046D:C52B.0007/0003:046D:4082.000A/input/input21
[Mon Jul 27 14:34:33 2026] input: Logitech MX Keys as /devices/pci0000:80/0000:80:14.0/usb3/3-5/3-5:1.2/0003:046D:C52B.0007/0003:046D:408A.0009/input/input25
[Mon Jul 27 14:34:33 2026] input: Logitech MX Master 3 as /devices/pci0000:80/0000:80:14.0/usb3/3-5/3-5:1.2/0003:046D:C52B.0007/0003:046D:4082.000A/input/input26
[Mon Jul 27 14:34:33 2026] metis: loading out-of-tree module taints kernel.
[Mon Jul 27 14:34:33 2026] metis: module verification failed: signature and/or required key missing - tainting kernel
[Mon Jul 27 14:34:33 2026] axl_aipu: root directory for axl_aipu
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: enabling device (0000 -> 0002)
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: All AER errors masked
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: Memory windows prefetch 0x0000000000000000 0x0000000000000000
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: Memory windows no-prefetch 0x00000000b6000000 0x0000000004010000
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: vmsi configured
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: DMA trace buffer: 4096 entries (288 KB)
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: Data Link Layer Link Active Reporting capability
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: MSI registered 32 (32)
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: irq vec number 184
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: Initializing Metis MSI (nmsi=32, max_msi=32)
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: fwtrace: datastream attached
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: Firmware trace consumer initialized (kfifo=1024 KB, dma=256 KB, poll=1000 ms)
[Mon Jul 27 14:34:33 2026] axl 0000:81:00.0: Register directory metis-0000:81:00.0
[Mon Jul 27 14:34:33 2026] Axelera AIPU PCIe Driver, version 1.5.7, init OK
[Mon Jul 27 14:34:33 2026] i801_smbus 0000:80:1f.4: SMBus using PCI interrupt
[Mon Jul 27 14:34:33 2026] iwlwifi 0000:83:00.0: PCI dev 272b/1774, rev=0x472, rfid=0x112200
[Mon Jul 27 14:34:34 2026] proc_thermal_pci 0000:00:04.0: enabling device (0000 -> 0002)
[Mon Jul 27 14:34:34 2026] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:06.0/0000:01:00.1/sound/card0/input27
[Mon Jul 27 14:34:34 2026] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:06.0/0000:01:00.1/sound/card0/input28
[Mon Jul 27 14:34:34 2026] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:06.0/0000:01:00.1/sound/card0/input29
[Mon Jul 27 14:34:34 2026] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:06.0/0000:01:00.1/sound/card0/input30
[Mon Jul 27 14:34:34 2026] input: Video Bus as /devices/pci0000:00/acpi.video_bus.0/input/input31
[Mon Jul 27 14:34:34 2026] snd_hda_codec_alc882 hdaudioC2D0: ALC1220: picked fixup for PCI SSID 1462:0000
[Mon Jul 27 14:34:34 2026] input: HDA Intel PCH Front Mic as /devices/pci0000:80/0000:80:1f.3/sound/card2/input32
[Mon Jul 27 14:34:34 2026] input: HDA Intel PCH Rear Mic as /devices/pci0000:80/0000:80:1f.3/sound/card2/input33
[Mon Jul 27 14:34:34 2026] input: HDA Intel PCH Line Out as /devices/pci0000:80/0000:80:1f.3/sound/card2/input34
[Mon Jul 27 14:34:34 2026] input: HDA Intel PCH Front Headphone as /devices/pci0000:80/0000:80:1f.3/sound/card2/input35
[Mon Jul 27 14:34:34 2026] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:80/0000:80:1f.3/sound/card2/input36
[Mon Jul 27 14:34:34 2026] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:80/0000:80:1f.3/sound/card2/input37
[Mon Jul 27 14:34:34 2026] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:80/0000:80:1f.3/sound/card2/input38
[Mon Jul 27 14:34:34 2026] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:80/0000:80:1f.3/sound/card2/input39
[Mon Jul 27 14:35:47 2026] axl 0000:81:00.0: vmsi configured
[Mon Jul 27 14:35:47 2026] axl 0000:81:00.0: fwtrace: detached for firmware reload
[Mon Jul 27 14:35:48 2026] axl 0000:81:00.0: vmsi configured
[Mon Jul 27 14:35:48 2026] axl 0000:81:00.0: fwtrace: detached for firmware reload
[Mon Jul 27 14:35:49 2026] axl 0000:81:00.0: IRQ MSI timeout (12 1)
[Mon Jul 27 14:35:50 2026] axl 0000:81:00.0: IRQ MSI timeout (12 1)
[Mon Jul 27 14:35:52 2026] axl 0000:81:00.0: IRQ MSI timeout (12 1)
[Mon Jul 27 14:36:34 2026] axl 0000:81:00.0: IRQ MSI timeout (12 1)
[Mon Jul 27 14:36:36 2026] axl 0000:81:00.0: IRQ MSI timeout (12 1)
[Mon Jul 27 14:36:37 2026] axl 0000:81:00.0: IRQ MSI timeout (12 1)
[Mon Jul 27 14:37:31 2026] axl 0000:81:00.0: IRQ MSI timeout (12 1)