解决mt7925网卡在PVE中无法使用的问题

10963 字
55 分钟
解决mt7925网卡在PVE中无法使用的问题

前言#

想给小主机升级网卡,结果升级后网卡无法使用

系统配置:

CPU:Intel n150

内存:DDR5 8GB

网卡:mt7925

PVE版本:9.1.9

PVE内核版本:7.0.2-2-pve

错误日志#

使用 dmesg查看内核日志如下:

root@pve:~# dmesg
[ 0.000000] Linux version 7.0.2-2-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 7.0.2-2 (2026-05-08T06:08Z) ()
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-7.0.2-2-pve root=/dev/mapper/pve-root ro quite iommu=pt
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] System RAM
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] device reserved
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] System RAM
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000040b5bfff] System RAM
[ 0.000000] BIOS-e820: [mem 0x0000000040b5c000-0x0000000040b5cfff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040b5d000-0x0000000040b92fff] System RAM
[ 0.000000] BIOS-e820: [mem 0x0000000040b93000-0x0000000040b93fff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040b94000-0x00000000720e5fff] System RAM
[ 0.000000] BIOS-e820: [mem 0x00000000720e6000-0x00000000751e5fff] device reserved
[ 0.000000] BIOS-e820: [mem 0x00000000751e6000-0x00000000752d6fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000752d7000-0x0000000075396fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000075397000-0x0000000075ffefff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000075fff000-0x0000000075ffffff] System RAM
[ 0.000000] BIOS-e820: [mem 0x0000000076000000-0x0000000079ffffff] device reserved
[ 0.000000] BIOS-e820: [gap 0x000000007a000000-0x000000007a5fffff]
[ 0.000000] BIOS-e820: [mem 0x000000007a600000-0x000000007a7fffff] device reserved
[ 0.000000] BIOS-e820: [gap 0x000000007a800000-0x000000007affffff]
[ 0.000000] BIOS-e820: [mem 0x000000007b000000-0x00000000807fffff] device reserved
[ 0.000000] BIOS-e820: [gap 0x0000000080800000-0x00000000bfffffff]
[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000d0000000-0x00000000fdffffff]
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fe011000-0x00000000febfffff]
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fec01000-0x00000000fecfffff]
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fed01000-0x00000000fed1ffff]
[ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fed80000-0x00000000fedfffff]
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fee01000-0x00000000feffffff]
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027f7fffff] System RAM
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.8 by American Megatrends
[ 0.000000] efi: ACPI=0x75373000 ACPI 2.0=0x75373014 TPMFinalLog=0x75342000 SMBIOS=0x75cd4000 SMBIOS 3.0=0x75cd3000 MEMATTR=0x6e702018 MOKvar=0x75cd8000 INITRD=0x6e4d8498 TPMEventLog=0x75213018
[ 0.000000] efi: Remove mem79: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] device reserved
[ 0.000000] efi: Not removing mem80: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem81: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem82: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem84: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem85: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] device reserved
[ 0.000000] SMBIOS 3.6.0 present.
[ 0.000000] DMI: SLIMBOOK ZERO-N100-4RJ/Default string, BIOS TW4L101 12/02/2024
[ 0.000000] DMI: Memory slots populated: 1/1
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] tsc: Detected 800.000 MHz processor
[ 0.000000] tsc: Detected 806.400 MHz TSC
[ 0.000009] e820: update [mem 0x00000000-0x00000fff] System RAM ==> device reserved
[ 0.000011] e820: remove [mem 0x000a0000-0x000fffff] System RAM
[ 0.000021] last_pfn = 0x27f800 max_arch_pfn = 0x400000000
[ 0.000025] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
[ 0.000026] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000120] last_pfn = 0x76000 max_arch_pfn = 0x400000000
[ 0.004273] Using GB pages for direct mapping
[ 0.004417] secureboot: Secure boot disabled
[ 0.004417] RAMDISK: [mem 0x5e357000-0x63ad9fff]
[ 0.004426] ACPI: Early table checksum verification disabled
[ 0.004429] ACPI: RSDP 0x0000000075373014 000024 (v02 ALASKA)
[ 0.004432] ACPI: XSDT 0x0000000075372728 000104 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.004437] ACPI: FACP 0x00000000752D4000 000114 (v06 ALASKA A M I 01072009 AMI 01000013)
[ 0.004441] ACPI: DSDT 0x0000000075252000 081764 (v02 ALASKA A M I 01072009 INTL 20200717)
[ 0.004443] ACPI: FACS 0x0000000075396000 000040
[ 0.004445] ACPI: FIDT 0x0000000075251000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.004447] ACPI: SSDT 0x00000000752D6000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[ 0.004449] ACPI: SSDT 0x000000007524B000 005CC9 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
[ 0.004452] ACPI: SSDT 0x0000000075248000 002935 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
[ 0.004454] ACPI: SSDT 0x0000000075244000 0033D3 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
[ 0.004456] ACPI: SSDT 0x0000000075236000 00D487 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
[ 0.004458] ACPI: HPET 0x00000000752D5000 000038 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.004460] ACPI: APIC 0x0000000075235000 0001DC (v05 ALASKA A M I 01072009 AMI 01000013)
[ 0.004461] ACPI: MCFG 0x0000000075234000 00003C (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.004463] ACPI: SSDT 0x0000000075232000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
[ 0.004465] ACPI: UEFI 0x0000000075329000 000048 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.004467] ACPI: NHLT 0x0000000075231000 00002D (v00 ALASKA A M I 01072009 AMI 01000013)
[ 0.004469] ACPI: LPIT 0x0000000075230000 0000CC (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.004471] ACPI: SSDT 0x000000007522C000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
[ 0.004473] ACPI: SSDT 0x0000000075229000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
[ 0.004475] ACPI: DBGP 0x0000000075228000 000034 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.004477] ACPI: DBG2 0x0000000075227000 000054 (v00 ALASKA A M I 01072009 AMI 01000013)
[ 0.004479] ACPI: SSDT 0x0000000075225000 001919 (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
[ 0.004481] ACPI: DMAR 0x0000000075224000 000088 (v02 INTEL EDK2 00000002 01000013)
[ 0.004483] ACPI: FPDT 0x0000000075223000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.004485] ACPI: SSDT 0x0000000075222000 000D53 (v02 INTEL xh_adl_N 00000000 INTL 20200717)
[ 0.004487] ACPI: SSDT 0x000000007521E000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
[ 0.004489] ACPI: SSDT 0x000000007521A000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
[ 0.004491] ACPI: SSDT 0x0000000075219000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
[ 0.004493] ACPI: PHAT 0x0000000075218000 0005F1 (v01 ALASKA A M I 00000005 MSFT 0100000D)
[ 0.004495] ACPI: TPM2 0x0000000075217000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
[ 0.004497] ACPI: WSMT 0x000000007522F000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.004498] ACPI: Reserving FACP table memory at [mem 0x752d4000-0x752d4113]
[ 0.004500] ACPI: Reserving DSDT table memory at [mem 0x75252000-0x752d3763]
[ 0.004500] ACPI: Reserving FACS table memory at [mem 0x75396000-0x7539603f]
[ 0.004501] ACPI: Reserving FIDT table memory at [mem 0x75251000-0x7525109b]
[ 0.004502] ACPI: Reserving SSDT table memory at [mem 0x752d6000-0x752d638b]
[ 0.004502] ACPI: Reserving SSDT table memory at [mem 0x7524b000-0x75250cc8]
[ 0.004503] ACPI: Reserving SSDT table memory at [mem 0x75248000-0x7524a934]
[ 0.004503] ACPI: Reserving SSDT table memory at [mem 0x75244000-0x752473d2]
[ 0.004504] ACPI: Reserving SSDT table memory at [mem 0x75236000-0x75243486]
[ 0.004504] ACPI: Reserving HPET table memory at [mem 0x752d5000-0x752d5037]
[ 0.004505] ACPI: Reserving APIC table memory at [mem 0x75235000-0x752351db]
[ 0.004505] ACPI: Reserving MCFG table memory at [mem 0x75234000-0x7523403b]
[ 0.004506] ACPI: Reserving SSDT table memory at [mem 0x75232000-0x75233f19]
[ 0.004507] ACPI: Reserving UEFI table memory at [mem 0x75329000-0x75329047]
[ 0.004507] ACPI: Reserving NHLT table memory at [mem 0x75231000-0x7523102c]
[ 0.004508] ACPI: Reserving LPIT table memory at [mem 0x75230000-0x752300cb]
[ 0.004508] ACPI: Reserving SSDT table memory at [mem 0x7522c000-0x7522ea82]
[ 0.004509] ACPI: Reserving SSDT table memory at [mem 0x75229000-0x7522b356]
[ 0.004509] ACPI: Reserving DBGP table memory at [mem 0x75228000-0x75228033]
[ 0.004510] ACPI: Reserving DBG2 table memory at [mem 0x75227000-0x75227053]
[ 0.004510] ACPI: Reserving SSDT table memory at [mem 0x75225000-0x75226918]
[ 0.004511] ACPI: Reserving DMAR table memory at [mem 0x75224000-0x75224087]
[ 0.004512] ACPI: Reserving FPDT table memory at [mem 0x75223000-0x75223043]
[ 0.004512] ACPI: Reserving SSDT table memory at [mem 0x75222000-0x75222d52]
[ 0.004513] ACPI: Reserving SSDT table memory at [mem 0x7521e000-0x75221ae9]
[ 0.004513] ACPI: Reserving SSDT table memory at [mem 0x7521a000-0x7521d9d9]
[ 0.004514] ACPI: Reserving SSDT table memory at [mem 0x75219000-0x75219143]
[ 0.004514] ACPI: Reserving PHAT table memory at [mem 0x75218000-0x752185f0]
[ 0.004515] ACPI: Reserving TPM2 table memory at [mem 0x75217000-0x7521704b]
[ 0.004515] ACPI: Reserving WSMT table memory at [mem 0x7522f000-0x7522f027]
[ 0.004743] No NUMA configuration found
[ 0.004744] Faking a node at [mem 0x0000000000000000-0x000000027f7fffff]
[ 0.004751] NODE_DATA(0) allocated [mem 0x27f7d5280-0x27f7fffff]
[ 0.004909] Reserving Intel graphics memory at [mem 0x7c800000-0x807fffff]
[ 0.005370] ACPI: PM-Timer IO Port: 0x1808
[ 0.005377] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.005379] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.005379] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.005380] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.005380] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.005381] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.005381] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.005382] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.005382] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.005383] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.005383] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.005384] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.005385] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.005385] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.005386] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.005386] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.005387] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.005387] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.005388] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.005389] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.005389] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.005390] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.005390] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.005391] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.005425] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.005428] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.005429] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.005432] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.005433] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.005435] TSC deadline timer available
[ 0.005437] CPU topo: Max. logical packages: 1
[ 0.005438] CPU topo: Max. logical nodes: 1
[ 0.005438] CPU topo: Num. nodes per package: 1
[ 0.005440] CPU topo: Max. logical dies: 1
[ 0.005441] CPU topo: Max. dies per package: 1
[ 0.005444] CPU topo: Max. threads per core: 1
[ 0.005444] CPU topo: Num. cores per package: 4
[ 0.005445] CPU topo: Num. threads per package: 4
[ 0.005445] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[ 0.005461] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.005463] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.005464] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.005466] PM: hibernation: Registered nosave memory: [mem 0x40b5c000-0x40b5cfff]
[ 0.005467] PM: hibernation: Registered nosave memory: [mem 0x40b93000-0x40b93fff]
[ 0.005468] PM: hibernation: Registered nosave memory: [mem 0x720e6000-0x75ffefff]
[ 0.005469] PM: hibernation: Registered nosave memory: [mem 0x76000000-0xffffffff]
[ 0.005470] [gap 0x80800000-0xfdffffff] available for PCI devices
[ 0.005472] Booting paravirtualized kernel on bare hardware
[ 0.005474] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.005495] Zone ranges:
[ 0.005496] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.005497] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.005499] Normal [mem 0x0000000100000000-0x000000027f7fffff]
[ 0.005500] Device empty
[ 0.005501] Movable zone start for each node
[ 0.005502] Early memory node ranges
[ 0.005502] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.005503] node 0: [mem 0x000000000009f000-0x000000000009ffff]
[ 0.005504] node 0: [mem 0x0000000000100000-0x0000000040b5bfff]
[ 0.005505] node 0: [mem 0x0000000040b5d000-0x0000000040b92fff]
[ 0.005505] node 0: [mem 0x0000000040b94000-0x00000000720e5fff]
[ 0.005506] node 0: [mem 0x0000000075fff000-0x0000000075ffffff]
[ 0.005507] node 0: [mem 0x0000000100000000-0x000000027f7fffff]
[ 0.005508] Initmem setup node 0 [mem 0x0000000000001000-0x000000027f7fffff]
[ 0.005513] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.005514] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.005530] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.006866] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.007988] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.008087] On node 0, zone DMA32: 16153 pages in unavailable ranges
[ 0.016869] On node 0, zone Normal: 8192 pages in unavailable ranges
[ 0.016886] On node 0, zone Normal: 2048 pages in unavailable ranges
[ 0.016900] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.017139] percpu: Embedded 85 pages/cpu s225280 r8192 d114688 u524288
[ 0.017145] pcpu-alloc: s225280 r8192 d114688 u524288 alloc=1*2097152
[ 0.017148] pcpu-alloc: [0] 0 1 2 3
[ 0.017164] Kernel command line: BOOT_IMAGE=/vmlinuz-7.0.2-2-pve root=/dev/mapper/pve-root ro quite iommu=pt
[ 0.017209] Unknown kernel command line parameters "quite", will be passed to user space.
[ 0.017220] random: crng init done
[ 0.017220] printk: log buffer data + meta data: 262144 + 1114112 = 1376256 bytes
[ 0.017925] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.018292] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.018346] software IO TLB: area num 4.
[ 0.030111] Fallback order for Node 0: 0
[ 0.030116] Built 1 zonelists, mobility grouping on. Total pages: 2037891
[ 0.030117] Policy zone: Normal
[ 0.030126] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.045660] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.049887] ftrace: allocating 60511 entries in 238 pages
[ 0.049891] ftrace: allocated 238 pages with 6 groups
[ 0.050262] Dynamic Preempt: lazy
[ 0.050317] rcu: Preemptible hierarchical RCU implementation.
[ 0.050317] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.050319] Trampoline variant of Tasks RCU enabled.
[ 0.050319] Rude variant of Tasks RCU enabled.
[ 0.050319] Tracing variant of Tasks RCU enabled.
[ 0.050320] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.050321] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.050328] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.050330] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.054522] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[ 0.054843] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.055092] Console: colour dummy device 80x25
[ 0.055095] printk: legacy console [tty0] enabled
[ 0.055476] ACPI: Core revision 20251212
[ 0.055912] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.055969] APIC: Switch to symmetric I/O mode setup
[ 0.055973] DMAR: Host address width 39
[ 0.055976] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.055988] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[ 0.055992] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.055998] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 0.056003] DMAR: RMRR base: 0x0000007c000000 end: 0x000000807fffff
[ 0.056008] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.056011] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.056013] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.057690] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.057696] x2apic enabled
[ 0.057757] APIC: Switched APIC routing to: cluster x2apic
[ 0.062337] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0xb9fb05486c, max_idle_ns: 440795231721 ns
[ 0.062347] Calibrating delay loop (skipped), value calculated using timer frequency.. 1612.80 BogoMIPS (lpj=806400)
[ 0.062384] CPU0: Thermal monitoring enabled (TM1)
[ 0.062388] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.062468] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.062471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.062479] process: using mwait in idle threads
[ 0.062482] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 0.062489] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.062493] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.062495] Register File Data Sampling: Mitigation: Clear Register File
[ 0.062497] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 0.062499] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.062503] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.062514] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.062517] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.062520] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.062522] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.062525] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.062528] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[ 0.062532] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.062535] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.062537] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
[ 0.062540] x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
[ 0.062543] x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
[ 0.063344] Freeing SMP alternatives memory: 56K
[ 0.063344] pid_max: default: 32768 minimum: 301
[ 0.063344] Yama: becoming mindful.
[ 0.063344] AppArmor: AppArmor initialized
[ 0.063344] AppArmor: AppArmor secmark mediation reserved: ready to be enabled
[ 0.063344] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.063344] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.063344] VFS: Finished mounting rootfs on nullfs
[ 0.063344] smpboot: CPU0: Intel(R) N150 (family: 0x6, model: 0xbe, stepping: 0x0)
[ 0.063344] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, PEBS-via-PT, AnyThread deprecated, Gracemont events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.063344] ... version: 5
[ 0.063344] ... bit width: 48
[ 0.063344] ... generic counters: 6
[ 0.063344] ... generic bitmap: 000000000000003f
[ 0.063344] ... fixed-purpose counters: 3
[ 0.063344] ... fixed-purpose bitmap: 0000000000000007
[ 0.063344] ... value mask: 0000ffffffffffff
[ 0.063344] ... max period: 00007fffffffffff
[ 0.063344] ... global_ctrl mask: 000000070000003f
[ 0.063344] signal: max sigframe size: 3632
[ 0.063344] Estimated ratio of average max frequency by base frequency (times 1024): 3712
[ 0.064601] rcu: Hierarchical SRCU implementation.
[ 0.064606] rcu: Max phase no-delay instances is 400.
[ 0.064653] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.065074] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.065126] smp: Bringing up secondary CPUs ...
[ 0.065233] smpboot: x86: Booting SMP configuration:
[ 0.065235] .... node #0, CPUs: #1 #2 #3
[ 0.066383] smp: Brought up 1 node, 4 CPUs
[ 0.066383] smpboot: Total of 4 processors activated (6451.20 BogoMIPS)
[ 0.066788] Memory: 6422496K/8151564K available (22410K kernel code, 4064K rwdata, 16156K rodata, 5092K init, 4896K bss, 1714108K reserved, 0K cma-reserved)
[ 0.067007] devtmpfs: initialized
[ 0.067007] x86/mm: Memory block size: 128MB
[ 0.068036] ACPI: PM: Registering ACPI NVS region [mem 0x752d7000-0x75396fff] (786432 bytes)
[ 0.068036] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.068036] posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.068036] futex hash table entries: 1024 (65536 bytes on 1 NUMA nodes, total 64 KiB, linear).
[ 0.068347] PM: RTC time: 14:12:44, date: 2026-05-11
[ 0.068787] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.068999] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.069098] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.069195] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.069211] audit: initializing netlink subsys (disabled)
[ 0.069257] audit: type=2000 audit(1778508764.006:1): state=initialized audit_enabled=0 res=1
[ 0.069394] thermal_sys: Registered thermal governor 'fair_share'
[ 0.069395] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.069399] thermal_sys: Registered thermal governor 'step_wise'
[ 0.069401] thermal_sys: Registered thermal governor 'user_space'
[ 0.069403] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.069418] cpuidle: using governor ladder
[ 0.069424] cpuidle: using governor menu
[ 0.073408] efi: Freeing EFI boot services memory: 107984K
[ 0.073415] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.073419] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.073540] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[ 0.073557] PCI: Using configuration type 1 for base access
[ 0.073630] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.073630] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.073630] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.073630] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.073630] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.074763] fbcon: Taking over console
[ 0.074763] ACPI: Added _OSI(Module Device)
[ 0.074763] ACPI: Added _OSI(Processor Device)
[ 0.074763] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.198718] ACPI: 14 ACPI AML tables successfully acquired and loaded
[ 0.212089] ACPI: \_SB_: platform _OSC: OS support mask [006e7eff]
[ 0.216021] ACPI: \_SB_: platform _OSC: OS control mask [006a7efb]
[ 0.217813] ACPI: Dynamic OEM Table Load:
[ 0.217824] ACPI: SSDT 0xFFFF897CC0A01400 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ 0.219206] ACPI: Dynamic OEM Table Load:
[ 0.219214] ACPI: SSDT 0xFFFF897CC038B000 0001A3 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ 0.220544] ACPI: Dynamic OEM Table Load:
[ 0.220551] ACPI: SSDT 0xFFFF897CC038A600 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ 0.221902] ACPI: Dynamic OEM Table Load:
[ 0.221909] ACPI: SSDT 0xFFFF897CC0AB8800 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ 0.223797] ACPI: Dynamic OEM Table Load:
[ 0.223808] ACPI: SSDT 0xFFFF897CC1A20000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ 0.226045] ACPI: Dynamic OEM Table Load:
[ 0.226053] ACPI: SSDT 0xFFFF897CC1A24000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ 0.228048] ACPI: Dynamic OEM Table Load:
[ 0.228056] ACPI: SSDT 0xFFFF897CC1A22000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ 0.230084] ACPI: Dynamic OEM Table Load:
[ 0.230093] ACPI: SSDT 0xFFFF897CC1A2B000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ 0.234431] ACPI: Interpreter enabled
[ 0.234506] ACPI: PM: (supports S0 S5)
[ 0.234508] ACPI: Using IOAPIC for interrupt routing
[ 0.236266] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.236270] PCI: Ignoring E820 reservations for host bridge windows
[ 0.237899] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.272250] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ 0.283162] ACPI: \_SB_.PC00.TBT0: New power resource
[ 0.283589] ACPI: \_SB_.PC00.TBT1: New power resource
[ 0.340262] ACPI: \_TZ_.FN00: New power resource
[ 0.340338] ACPI: \_TZ_.FN01: New power resource
[ 0.340413] ACPI: \_TZ_.FN02: New power resource
[ 0.340488] ACPI: \_TZ_.FN03: New power resource
[ 0.340557] ACPI: \_TZ_.FN04: New power resource
[ 0.341217] ACPI: \PIN_: New power resource
[ 0.341610] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[ 0.341620] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.342779] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.345003] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[ 0.345007] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.350289] PCI host bridge to bus 0000:00
[ 0.350295] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.350299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.350302] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.350305] pci_bus 0000:00: root bus resource [mem 0x80800000-0xbfffffff window]
[ 0.350308] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 0.350312] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.350347] pci 0000:00:00.0: [8086:461c] type 00 class 0x060000 conventional PCI endpoint
[ 0.350510] pci 0000:00:02.0: [8086:46d4] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 0.350528] pci 0000:00:02.0: BAR 0 [mem 0x60e7000000-0x60e7ffffff 64bit]
[ 0.350531] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[ 0.350535] pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f]
[ 0.350548] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ 0.350552] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.350582] pci 0000:00:02.0: VF BAR 0 [mem 0x60e0000000-0x60e0ffffff 64bit]
[ 0.350585] pci 0000:00:02.0: VF BAR 0 [mem 0x60e0000000-0x60e6ffffff 64bit]: contains BAR 0 for 7 VFs
[ 0.350589] pci 0000:00:02.0: VF BAR 2 [mem 0x6000000000-0x601fffffff 64bit pref]
[ 0.350592] pci 0000:00:02.0: VF BAR 2 [mem 0x6000000000-0x60dfffffff 64bit pref]: contains BAR 2 for 7 VFs
[ 0.350812] pci 0000:00:0d.0: [8086:464e] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.350839] pci 0000:00:0d.0: BAR 0 [mem 0x60e8110000-0x60e811ffff 64bit]
[ 0.350870] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[ 0.353961] pci 0000:00:14.0: [8086:54ed] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.354012] pci 0000:00:14.0: BAR 0 [mem 0x60e8100000-0x60e810ffff 64bit]
[ 0.354067] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.357116] pci 0000:00:14.2: [8086:54ef] type 00 class 0x050000 conventional PCI endpoint
[ 0.357168] pci 0000:00:14.2: BAR 0 [mem 0x60e8124000-0x60e8127fff 64bit]
[ 0.357174] pci 0000:00:14.2: BAR 2 [mem 0x60e812f000-0x60e812ffff 64bit]
[ 0.357397] pci 0000:00:15.0: [8086:54e8] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.357517] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.367711] pci 0000:00:15.1: [8086:54e9] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.367791] pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.377727] pci 0000:00:16.0: [8086:54e0] type 00 class 0x078000 conventional PCI endpoint
[ 0.377784] pci 0000:00:16.0: BAR 0 [mem 0x60e812c000-0x60e812cfff 64bit]
[ 0.377845] pci 0000:00:16.0: PME# supported from D3hot
[ 0.378618] pci 0000:00:1a.0: [8086:54c4] type 00 class 0x080501 conventional PCI endpoint
[ 0.378673] pci 0000:00:1a.0: BAR 0 [mem 0x60e812b000-0x60e812bfff 64bit]
[ 0.379095] pci 0000:00:1c.0: [8086:54b8] type 01 class 0x060400 PCIe Root Port
[ 0.379122] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.379130] pci 0000:00:1c.0: bridge window [mem 0x81400000-0x814fffff]
[ 0.379210] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.379244] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[ 0.380025] pci 0000:00:1c.6: [8086:54be] type 01 class 0x060400 PCIe Root Port
[ 0.380053] pci 0000:00:1c.6: PCI bridge to [bus 02]
[ 0.380060] pci 0000:00:1c.6: bridge window [mem 0x81200000-0x813fffff]
[ 0.380139] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.380173] pci 0000:00:1c.6: PTM enabled (root), 4ns granularity
[ 0.380935] pci 0000:00:1d.0: [8086:54b0] type 01 class 0x060400 PCIe Root Port
[ 0.380962] pci 0000:00:1d.0: PCI bridge to [bus 03]
[ 0.380969] pci 0000:00:1d.0: bridge window [mem 0x81000000-0x811fffff]
[ 0.381048] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.381082] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[ 0.381829] pci 0000:00:1d.1: [8086:54b1] type 01 class 0x060400 PCIe Root Port
[ 0.381856] pci 0000:00:1d.1: PCI bridge to [bus 04]
[ 0.381863] pci 0000:00:1d.1: bridge window [mem 0x80e00000-0x80ffffff]
[ 0.381942] pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
[ 0.381976] pci 0000:00:1d.1: PTM enabled (root), 4ns granularity
[ 0.382727] pci 0000:00:1d.2: [8086:54b2] type 01 class 0x060400 PCIe Root Port
[ 0.382754] pci 0000:00:1d.2: PCI bridge to [bus 05]
[ 0.382761] pci 0000:00:1d.2: bridge window [mem 0x80c00000-0x80dfffff]
[ 0.382840] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
[ 0.382874] pci 0000:00:1d.2: PTM enabled (root), 4ns granularity
[ 0.383623] pci 0000:00:1d.3: [8086:54b3] type 01 class 0x060400 PCIe Root Port
[ 0.383650] pci 0000:00:1d.3: PCI bridge to [bus 06]
[ 0.383657] pci 0000:00:1d.3: bridge window [mem 0x80800000-0x80afffff]
[ 0.383736] pci 0000:00:1d.3: PME# supported from D0 D3hot D3cold
[ 0.383770] pci 0000:00:1d.3: PTM enabled (root), 4ns granularity
[ 0.384535] pci 0000:00:1e.0: [8086:54a8] type 00 class 0x078000 conventional PCI endpoint
[ 0.384612] pci 0000:00:1e.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.394767] pci 0000:00:1e.3: [8086:54ab] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.394822] pci 0000:00:1e.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.404710] pci 0000:00:1f.0: [8086:5481] type 00 class 0x060100 conventional PCI endpoint
[ 0.405132] pci 0000:00:1f.3: [8086:54c8] type 00 class 0x040300 conventional PCI endpoint
[ 0.405235] pci 0000:00:1f.3: BAR 0 [mem 0x60e8120000-0x60e8123fff 64bit]
[ 0.405248] pci 0000:00:1f.3: BAR 4 [mem 0x60e8000000-0x60e80fffff 64bit]
[ 0.405345] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.405461] pci 0000:00:1f.4: [8086:54a3] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.405513] pci 0000:00:1f.4: BAR 0 [mem 0x60e8128000-0x60e81280ff 64bit]
[ 0.405521] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
[ 0.405843] pci 0000:00:1f.5: [8086:54a4] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.405901] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[ 0.406041] pci 0000:01:00.0: [1e4b:1202] type 00 class 0x010802 PCIe Endpoint
[ 0.406091] pci 0000:01:00.0: BAR 0 [mem 0x81400000-0x81403fff 64bit]
[ 0.406199] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.406407] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.406505] pci 0000:02:00.0: [8086:125c] type 00 class 0x020000 PCIe Endpoint
[ 0.406565] pci 0000:02:00.0: BAR 0 [mem 0x81200000-0x812fffff]
[ 0.406573] pci 0000:02:00.0: BAR 3 [mem 0x81300000-0x81303fff]
[ 0.406693] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.406893] pci 0000:00:1c.6: PCI bridge to [bus 02]
[ 0.406991] pci 0000:03:00.0: [8086:125c] type 00 class 0x020000 PCIe Endpoint
[ 0.407051] pci 0000:03:00.0: BAR 0 [mem 0x81000000-0x810fffff]
[ 0.407059] pci 0000:03:00.0: BAR 3 [mem 0x81100000-0x81103fff]
[ 0.407179] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.407379] pci 0000:00:1d.0: PCI bridge to [bus 03]
[ 0.407479] pci 0000:04:00.0: [8086:125c] type 00 class 0x020000 PCIe Endpoint
[ 0.407539] pci 0000:04:00.0: BAR 0 [mem 0x80e00000-0x80efffff]
[ 0.407546] pci 0000:04:00.0: BAR 3 [mem 0x80f00000-0x80f03fff]
[ 0.407667] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.407867] pci 0000:00:1d.1: PCI bridge to [bus 04]
[ 0.407964] pci 0000:05:00.0: [8086:125c] type 00 class 0x020000 PCIe Endpoint
[ 0.408023] pci 0000:05:00.0: BAR 0 [mem 0x80c00000-0x80cfffff]
[ 0.408030] pci 0000:05:00.0: BAR 3 [mem 0x80d00000-0x80d03fff]
[ 0.408150] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[ 0.408347] pci 0000:00:1d.2: PCI bridge to [bus 05]
[ 0.408433] pci 0000:06:00.0: [14c3:7925] type 00 class 0x028000 PCIe Endpoint
[ 0.408499] pci 0000:06:00.0: BAR 0 [mem 0x80800000-0x809fffff 64bit]
[ 0.408505] pci 0000:06:00.0: BAR 2 [mem 0x80a00000-0x80a07fff 64bit]
[ 0.408618] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 0.408809] pci 0000:00:1d.3: PCI bridge to [bus 06]
[ 0.417181] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.417318] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[ 0.417456] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.417588] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.417720] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.417852] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.417984] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.418116] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.438376] iommu: Default domain type: Passthrough (set via kernel command line)
[ 0.438494] SCSI subsystem initialized
[ 0.438504] libata version 3.00 loaded.
[ 0.438504] ACPI: bus type USB registered
[ 0.438504] usbcore: registered new interface driver usbfs
[ 0.438504] usbcore: registered new interface driver hub
[ 0.438504] usbcore: registered new device driver usb
[ 0.438504] pps_core: LinuxPPS API ver. 1 registered
[ 0.438504] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.438504] PTP clock support registered
[ 0.438504] EDAC MC: Ver: 3.0.0
[ 0.438504] efivars: Registered efivars operations
[ 0.439358] NetLabel: Initializing
[ 0.439361] NetLabel: domain hash size = 128
[ 0.439363] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.439383] NetLabel: unlabeled traffic allowed by default
[ 0.439398] mctp: management component transport protocol core
[ 0.439398] NET: Registered PF_MCTP protocol family
[ 0.439398] PCI: Using ACPI for IRQ routing
[ 0.461963] PCI: pci_cache_line_size set to 64 bytes
[ 0.462025] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[ 0.462080] e820: register RAM buffer resource [mem 0x0009e000-0x0009ffff]
[ 0.462084] e820: register RAM buffer resource [mem 0x40b5c000-0x43ffffff]
[ 0.462086] e820: register RAM buffer resource [mem 0x40b93000-0x43ffffff]
[ 0.462089] e820: register RAM buffer resource [mem 0x720e6000-0x73ffffff]
[ 0.462091] e820: register RAM buffer resource [mem 0x76000000-0x77ffffff]
[ 0.462093] e820: register RAM buffer resource [mem 0x27f800000-0x27fffffff]
[ 0.462135] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.462135] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.462135] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.462135] vgaarb: loaded
[ 0.464905] clocksource: Switched to clocksource tsc-early
[ 0.465105] VFS: Disk quotas dquot_6.6.0
[ 0.465117] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.465198] AppArmor: AppArmor Filesystem Enabled
[ 0.465198] acpi PNP0C02:00: Reserved [io 0x0a00-0x0a1f]
[ 0.465198] acpi PNP0C02:00: Reserved [io 0x0a20-0x0a2f]
[ 0.465198] acpi PNP0C02:00: Reserved [io 0x0a30-0x0a3f]
[ 0.465198] acpi PNP0C02:01: Skipped [io 0x002e-0x002f]
[ 0.465198] acpi PNP0C02:01: Skipped [io 0x004e-0x004f]
[ 0.465198] acpi PNP0C02:01: Skipped [io 0x0061]
[ 0.465198] acpi PNP0C02:01: Skipped [io 0x0063]
[ 0.465198] acpi PNP0C02:01: Skipped [io 0x0065]
[ 0.465198] acpi PNP0C02:01: Skipped [io 0x0067]
[ 0.465198] acpi PNP0C02:01: Skipped [io 0x0070]
[ 0.465198] acpi PNP0C02:01: Skipped [io 0x0080]
[ 0.465198] acpi PNP0C02:01: Skipped [io 0x0092]
[ 0.465198] acpi PNP0C02:01: Skipped [io 0x00b2-0x00b3]
[ 0.465198] acpi PNP0C02:01: Reserved [io 0x0680-0x069f]
[ 0.465198] acpi PNP0C02:01: Reserved [io 0x164e-0x164f]
[ 0.465299] acpi PNP0C02:02: Reserved [mem 0xfedc0000-0xfedc7fff]
[ 0.465303] acpi PNP0C02:02: Reserved [mem 0xfeda0000-0xfeda0fff]
[ 0.465305] acpi PNP0C02:02: Reserved [mem 0xfeda1000-0xfeda1fff]
[ 0.465307] acpi PNP0C02:02: Reserved [mem 0xc0000000-0xcfffffff]
[ 0.465310] acpi PNP0C02:02: Could not reserve [mem 0xfed20000-0xfed7ffff]
[ 0.465312] acpi PNP0C02:02: Could not reserve [mem 0xfed90000-0xfed93fff]
[ 0.465314] acpi PNP0C02:02: Could not reserve [mem 0xfed45000-0xfed8ffff]
[ 0.465317] acpi PNP0C02:02: Could not reserve [mem 0xfee00000-0xfeefffff]
[ 0.465624] acpi PNP0C02:03: Could not reserve [mem 0xfe000000-0xfe01ffff]
[ 0.465627] acpi PNP0C02:03: Reserved [mem 0xfe04c000-0xfe04ffff]
[ 0.465629] acpi PNP0C02:03: Reserved [mem 0xfe050000-0xfe0affff]
[ 0.465631] acpi PNP0C02:03: Reserved [mem 0xfe0d0000-0xfe0fffff]
[ 0.465633] acpi PNP0C02:03: Reserved [mem 0xfe200000-0xfe7fffff]
[ 0.465635] acpi PNP0C02:03: Reserved [mem 0xff000000-0xffffffff]
[ 0.465637] acpi PNP0C02:03: Could not reserve [io 0x1800-0x18fe]
[ 0.465639] acpi PNP0C02:03: Reserved [mem 0xfd000000-0xfd68ffff]
[ 0.465641] acpi PNP0C02:03: Reserved [mem 0xfd6b0000-0xfd6cffff]
[ 0.465643] acpi PNP0C02:03: Reserved [mem 0xfd6f0000-0xfdffffff]
[ 0.465799] acpi PNP0C02:04: Reserved [io 0x2000-0x20fe]
[ 0.465799] pnp: PnP ACPI init
[ 0.466997] pnp 00:00: [dma 0 disabled]
[ 0.472864] pnp: PnP ACPI: found 1 devices
[ 0.478751] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.478810] NET: Registered PF_INET protocol family
[ 0.478919] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.492270] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.492299] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.492350] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.492539] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.492622] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.492693] MPTCP token hash table entries: 8192 (order: 6, 196608 bytes, linear)
[ 0.492731] UDP hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.492765] UDP-Lite hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.492812] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.492819] NET: Registered PF_XDP protocol family
[ 0.492839] pci 0000:00:15.0: BAR 0 [mem 0x4010000000-0x4010000fff 64bit]: assigned
[ 0.492857] pci 0000:00:15.1: BAR 0 [mem 0x4010001000-0x4010001fff 64bit]: assigned
[ 0.492868] pci 0000:00:1e.0: BAR 0 [mem 0x4010002000-0x4010002fff 64bit]: assigned
[ 0.492881] pci 0000:00:1e.3: BAR 0 [mem 0x4010003000-0x4010003fff 64bit]: assigned
[ 0.492893] pci 0000:00:1f.5: BAR 0 [mem 0x80b00000-0x80b00fff]: assigned
[ 0.492906] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.492911] pci 0000:00:1c.0: bridge window [mem 0x81400000-0x814fffff]
[ 0.492918] pci 0000:00:1c.6: PCI bridge to [bus 02]
[ 0.492923] pci 0000:00:1c.6: bridge window [mem 0x81200000-0x813fffff]
[ 0.492930] pci 0000:00:1d.0: PCI bridge to [bus 03]
[ 0.492934] pci 0000:00:1d.0: bridge window [mem 0x81000000-0x811fffff]
[ 0.492942] pci 0000:00:1d.1: PCI bridge to [bus 04]
[ 0.492946] pci 0000:00:1d.1: bridge window [mem 0x80e00000-0x80ffffff]
[ 0.492953] pci 0000:00:1d.2: PCI bridge to [bus 05]
[ 0.492958] pci 0000:00:1d.2: bridge window [mem 0x80c00000-0x80dfffff]
[ 0.492965] pci 0000:00:1d.3: PCI bridge to [bus 06]
[ 0.492969] pci 0000:00:1d.3: bridge window [mem 0x80800000-0x80afffff]
[ 0.492977] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.492980] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.492982] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.492984] pci_bus 0000:00: resource 7 [mem 0x80800000-0xbfffffff window]
[ 0.492986] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[ 0.492989] pci_bus 0000:01: resource 1 [mem 0x81400000-0x814fffff]
[ 0.492991] pci_bus 0000:02: resource 1 [mem 0x81200000-0x813fffff]
[ 0.492993] pci_bus 0000:03: resource 1 [mem 0x81000000-0x811fffff]
[ 0.492995] pci_bus 0000:04: resource 1 [mem 0x80e00000-0x80ffffff]
[ 0.492997] pci_bus 0000:05: resource 1 [mem 0x80c00000-0x80dfffff]
[ 0.492999] pci_bus 0000:06: resource 1 [mem 0x80800000-0x80afffff]
[ 0.493522] PCI: CLS 64 bytes, default 64
[ 0.493560] DMAR: No ATSR found
[ 0.493562] DMAR: No SATC found
[ 0.493564] DMAR: dmar0: Using Queued invalidation
[ 0.493568] DMAR: dmar1: Using Queued invalidation
[ 0.493636] Trying to unpack rootfs image as initramfs...
[ 0.493675] pci 0000:00:02.0: Adding to iommu group 0
[ 0.493719] pci 0000:00:00.0: Adding to iommu group 1
[ 0.493732] pci 0000:00:0d.0: Adding to iommu group 2
[ 0.493747] pci 0000:00:14.0: Adding to iommu group 3
[ 0.493756] pci 0000:00:14.2: Adding to iommu group 3
[ 0.493772] pci 0000:00:15.0: Adding to iommu group 4
[ 0.493781] pci 0000:00:15.1: Adding to iommu group 4
[ 0.493793] pci 0000:00:16.0: Adding to iommu group 5
[ 0.493802] pci 0000:00:1a.0: Adding to iommu group 6
[ 0.493817] pci 0000:00:1c.0: Adding to iommu group 7
[ 0.493830] pci 0000:00:1c.6: Adding to iommu group 8
[ 0.493843] pci 0000:00:1d.0: Adding to iommu group 9
[ 0.493857] pci 0000:00:1d.1: Adding to iommu group 10
[ 0.493874] pci 0000:00:1d.2: Adding to iommu group 11
[ 0.493890] pci 0000:00:1d.3: Adding to iommu group 12
[ 0.493906] pci 0000:00:1e.0: Adding to iommu group 13
[ 0.493916] pci 0000:00:1e.3: Adding to iommu group 13
[ 0.493938] pci 0000:00:1f.0: Adding to iommu group 14
[ 0.493948] pci 0000:00:1f.3: Adding to iommu group 14
[ 0.493957] pci 0000:00:1f.4: Adding to iommu group 14
[ 0.493967] pci 0000:00:1f.5: Adding to iommu group 14
[ 0.493984] pci 0000:01:00.0: Adding to iommu group 15
[ 0.494001] pci 0000:02:00.0: Adding to iommu group 16
[ 0.494015] pci 0000:03:00.0: Adding to iommu group 17
[ 0.494027] pci 0000:04:00.0: Adding to iommu group 18
[ 0.494041] pci 0000:05:00.0: Adding to iommu group 19
[ 0.494052] pci 0000:06:00.0: Adding to iommu group 20
[ 0.494084] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 0.494087] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.494089] software IO TLB: mapped [mem 0x000000006737e000-0x000000006b37e000] (64MB)
[ 0.497569] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xb9fb05486c, max_idle_ns: 440795231721 ns
[ 0.497618] clocksource: Switched to clocksource tsc
[ 0.497666] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.499030] Initialise system trusted keyrings
[ 0.499047] Key type blacklist registered
[ 0.499140] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[ 0.499422] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.499641] fuse: init (API version 7.45)
[ 0.500044] integrity: Platform Keyring initialized
[ 0.500051] integrity: Machine keyring initialized
[ 0.509949] Key type asymmetric registered
[ 0.509956] Asymmetric key parser 'x509' registered
[ 0.509995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.510134] io scheduler mq-deadline registered
[ 0.511502] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.511828] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[ 0.512110] pcieport 0000:00:1c.6: PME: Signaling with IRQ 123
[ 0.512385] pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
[ 0.512634] pcieport 0000:00:1d.1: PME: Signaling with IRQ 125
[ 0.512879] pcieport 0000:00:1d.2: PME: Signaling with IRQ 126
[ 0.513134] pcieport 0000:00:1d.3: PME: Signaling with IRQ 127
[ 0.513418] input: Sleep Button as /devices/platform/PNP0C0E:00/input/input0
[ 0.513438] ACPI: button: Sleep Button [SLPB]
[ 0.513470] input: Power Button as /devices/platform/PNP0C0C:00/input/input1
[ 0.513482] ACPI: button: Power Button [PWRB]
[ 0.513504] input: Power Button as /devices/platform/LNXPWRBN:00/input/input2
[ 0.513527] ACPI: button: Power Button [PWRF]
[ 0.513812] Monitor-Mwait will be used to enter C-1 state
[ 0.513819] Monitor-Mwait will be used to enter C-2 state
[ 0.513822] Monitor-Mwait will be used to enter C-3 state
[ 0.515647] acpi LNXTHERM:00: registered as thermal_zone0
[ 0.515652] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[ 0.515857] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.538598] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.546273] hpet_acpi_add: no address or irqs in _CRS
[ 0.546323] Linux agpgart interface v0.103
[ 0.553399] loop: module loaded
[ 0.553635] ACPI: bus type drm_connector registered
[ 0.555379] tun: Universal TUN/TAP device driver, 1.6
[ 0.555429] PPP generic driver version 2.4.2
[ 0.555490] i8042: PNP: No PS/2 controller found.
[ 0.555538] mousedev: PS/2 mouse device common for all mice
[ 0.555644] rtc_cmos rtc_cmos: RTC can wake from S4
[ 0.556599] rtc_cmos rtc_cmos: registered as rtc0
[ 0.556762] rtc_cmos rtc_cmos: setting system clock to 2026-05-11T14:12:44 UTC (1778508764)
[ 0.556797] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[ 0.556807] i2c_dev: i2c /dev entries driver
[ 0.557402] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 0.557429] device-mapper: uevent: version 1.0.3
[ 0.557476] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[ 0.557483] intel_pstate: Intel P-state driver initializing
[ 0.557697] intel_pstate: HWP enabled
[ 0.557758] drop_monitor: Initializing network drop monitor service
[ 0.557879] NET: Registered PF_INET6 protocol family
[ 0.558181] Segment Routing with IPv6
[ 0.558194] In-situ OAM (IOAM) with IPv6
[ 0.558212] NET: Registered PF_PACKET protocol family
[ 0.558235] Bridge firewalling registered
[ 0.558298] Key type dns_resolver registered
[ 0.559594] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.560380] microcode: Current revision: 0x0000001e
[ 0.560385] microcode: Updated early from: 0x0000001c
[ 0.562382] resctrl: L2 allocation detected
[ 0.562401] IPI shorthand broadcast: enabled
[ 0.563873] sched_clock: Marking stable (556002152, 7324708)->(588411562, -25084702)
[ 0.564099] registered taskstats version 1
[ 0.565594] Loading compiled-in X.509 certificates
[ 0.566236] Loaded X.509 cert 'Build time autogenerated kernel key: 288d64d09b20fa137cfbb4816571c4660407b44d'
[ 0.569982] Demotion targets for Node 0: null
[ 0.570136] Key type .fscrypt registered
[ 0.570140] Key type fscrypt-provisioning registered
[ 0.570205] Key type big_key registered
[ 0.570209] Key type trusted registered
[ 0.950297] Freeing initrd memory: 89612K
[ 0.962371] Key type encrypted registered
[ 0.962379] AppArmor: AppArmor sha256 policy hashing enabled
[ 0.962387] Loading compiled-in module X.509 certificates
[ 0.962911] Loaded X.509 cert 'Build time autogenerated kernel key: 288d64d09b20fa137cfbb4816571c4660407b44d'
[ 0.962916] ima: Allocated hash algorithm: sha256
[ 0.998434] ima: No architecture policies found
[ 0.998455] evm: Initialising EVM extended attributes:
[ 0.998457] evm: security.selinux
[ 0.998459] evm: security.SMACK64
[ 0.998460] evm: security.SMACK64EXEC
[ 0.998461] evm: security.SMACK64TRANSMUTE
[ 0.998463] evm: security.SMACK64MMAP
[ 0.998464] evm: security.apparmor
[ 0.998465] evm: security.ima
[ 0.998466] evm: security.capability
[ 0.998467] evm: HMAC attrs: 0x1
[ 0.998979] PM: Magic number: 10:472:232
[ 0.999022] platform acpi-cpufreq: hash matches
[ 0.999042] acpi device:79: hash matches
[ 0.999050] acpi device:4c: hash matches
[ 0.999297] RAS: Correctable Errors collector initialized.
[ 0.999494] clk: Disabling unused clocks
[ 0.999497] PM: genpd: Disabling unused power domains
[ 1.000665] Freeing unused decrypted memory: 2028K
[ 1.001413] Freeing unused kernel image (initmem) memory: 5092K
[ 1.001438] Write protecting the kernel read-only data: 38912k
[ 1.001796] Freeing unused kernel image (text/rodata gap) memory: 116K
[ 1.001889] Freeing unused kernel image (rodata/data gap) memory: 228K
[ 1.035020] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.035027] Run /init as init process
[ 1.035030] with arguments:
[ 1.035031] /init
[ 1.035031] quite
[ 1.035032] with environment:
[ 1.035033] HOME=/
[ 1.035034] TERM=linux
[ 1.203484] Intel(R) 2.5G Ethernet Linux Driver
[ 1.203493] Copyright(c) 2018 Intel Corporation.
[ 1.203527] igc 0000:02:00.0: enabling device (0000 -> 0002)
[ 1.203673] igc 0000:02:00.0: PTM enabled, 4ns granularity
[ 1.203689] igc 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 1.210012] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ 1.210025] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[ 1.212174] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[ 1.212489] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ 1.212498] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[ 1.212504] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 1.212954] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[ 1.213291] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 1.214020] sdhci: Secure Digital Host Controller Interface driver
[ 1.214026] sdhci: Copyright(c) Pierre Ossman
[ 1.214945] Key type psk registered
[ 1.216776] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[ 1.216860] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00
[ 1.216867] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.216871] usb usb1: Product: xHCI Host Controller
[ 1.216873] usb usb1: Manufacturer: Linux 7.0.2-2-pve xhci-hcd
[ 1.216876] usb usb1: SerialNumber: 0000:00:0d.0
[ 1.220252] hub 1-0:1.0: USB hub found
[ 1.220282] hub 1-0:1.0: 1 port detected
[ 1.221197] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 1.221227] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 1.222621] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.00
[ 1.222629] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.222633] usb usb2: Product: xHCI Host Controller
[ 1.222635] usb usb2: Manufacturer: Linux 7.0.2-2-pve xhci-hcd
[ 1.222638] usb usb2: SerialNumber: 0000:00:0d.0
[ 1.222889] hub 2-0:1.0: USB hub found
[ 1.222904] hub 2-0:1.0: 2 ports detected
[ 1.226704] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.226717] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 1.227845] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[ 1.230953] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.230963] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 1.230969] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.231195] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00
[ 1.231200] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.231203] usb usb3: Product: xHCI Host Controller
[ 1.231206] usb usb3: Manufacturer: Linux 7.0.2-2-pve xhci-hcd
[ 1.231208] usb usb3: SerialNumber: 0000:00:14.0
[ 1.231437] hub 3-0:1.0: USB hub found
[ 1.231536] hub 3-0:1.0: 12 ports detected
[ 1.241775] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.00
[ 1.241785] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.241788] usb usb4: Product: xHCI Host Controller
[ 1.241790] usb usb4: Manufacturer: Linux 7.0.2-2-pve xhci-hcd
[ 1.241792] usb usb4: SerialNumber: 0000:00:14.0
[ 1.241892] hub 4-0:1.0: USB hub found
[ 1.241908] hub 4-0:1.0: 4 ports detected
[ 1.247419] nvme nvme0: pci function 0000:01:00.0
[ 1.247719] sdhci-pci 0000:00:1a.0: SDHCI controller found [8086:54c4] (rev 0)
[ 1.249437] mmc0: CQHCI version 5.10
[ 1.249656] mmc0: SDHCI controller on PCI [0000:00:1a.0] using ADMA 64-bit
[ 1.252496] nvme nvme0: missing or invalid SUBNQN field.
[ 1.253990] intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
[ 1.254548] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 1.256766] nvme nvme0: allocated 16 MiB host memory buffer (4 segments).
[ 1.258447] nvme nvme0: 4/0/0 default/read/poll queues
[ 1.259288] nvme nvme0: Ignoring bogus Namespace Identifiers
[ 1.260192] nvme0n1: p1 p2 p3
[ 1.268353] igc 0000:02:00.0 (unnamed net_device) (uninitialized): PHC added
[ 1.274484] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[ 1.274837] idma64 idma64.2: Found Intel integrated DMA 64-bit
[ 1.274896] intel-lpss 0000:00:1e.3: enabling device (0004 -> 0006)
[ 1.275200] idma64 idma64.3: Found Intel integrated DMA 64-bit
[ 1.294616] igc 0000:02:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[ 1.294632] igc 0000:02:00.0 eth0: MAC: a8:b8:e0:06:d7:f7
[ 1.294710] igc 0000:03:00.0: enabling device (0000 -> 0002)
[ 1.294820] igc 0000:03:00.0: PTM enabled, 4ns granularity
[ 1.294837] igc 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 1.299472] dw-apb-uart.2: ttyS4 at MMIO 0x4010002000 (irq = 16, base_baud = 6250000) is a 16550A
[ 1.341933] igc 0000:03:00.0 (unnamed net_device) (uninitialized): PHC added
[ 1.366688] igc 0000:03:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[ 1.366697] igc 0000:03:00.0 eth1: MAC: a8:b8:e0:06:d7:f8
[ 1.366767] igc 0000:04:00.0: enabling device (0000 -> 0002)
[ 1.366852] igc 0000:04:00.0: PTM enabled, 4ns granularity
[ 1.366864] igc 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 1.414019] igc 0000:04:00.0 (unnamed net_device) (uninitialized): PHC added
[ 1.439547] igc 0000:04:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[ 1.439557] igc 0000:04:00.0 eth2: MAC: a8:b8:e0:06:d7:f9
[ 1.439625] igc 0000:05:00.0: enabling device (0000 -> 0002)
[ 1.439728] igc 0000:05:00.0: PTM enabled, 4ns granularity
[ 1.439745] igc 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 1.447359] mmc0: Failed to initialize a non-removable card
[ 1.479522] usb 3-6: new high-speed USB device number 2 using xhci_hcd
[ 1.480010] igc 0000:05:00.0 (unnamed net_device) (uninitialized): PHC added
[ 1.505533] igc 0000:05:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[ 1.505543] igc 0000:05:00.0 eth3: MAC: a8:b8:e0:06:d7:fa
[ 1.507177] igc 0000:02:00.0 enp2s0: renamed from eth0
[ 1.507445] igc 0000:04:00.0 enp4s0: renamed from eth2
[ 1.508350] igc 0000:05:00.0 enp5s0: renamed from eth3
[ 1.508689] igc 0000:03:00.0 enp3s0: renamed from eth1
[ 1.593358] raid6: avx2x4 gen() 21600 MB/s
[ 1.610385] raid6: avx2x2 gen() 25494 MB/s
[ 1.621968] usb 3-6: New USB device found, idVendor=067b, idProduct=2586, bcdDevice= 0.00
[ 1.621974] usb 3-6: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 1.621977] usb 3-6: Product: USB 2.0 Hub
[ 1.621979] usb 3-6: Manufacturer: USB Device
[ 1.622857] hub 3-6:1.0: USB hub found
[ 1.622930] hub 3-6:1.0: 4 ports detected
[ 1.627333] raid6: avx2x1 gen() 20099 MB/s
[ 1.627338] raid6: using algorithm avx2x2 gen() 25494 MB/s
[ 1.644359] raid6: .... xor() 15320 MB/s, rmw enabled
[ 1.644362] raid6: using avx2x2 recovery algorithm
[ 1.645464] xor: automatically using best checksumming function avx
[ 1.724084] Btrfs loaded, zoned=yes, fsverity=yes
[ 1.737365] usb 3-7: new high-speed USB device number 3 using xhci_hcd
[ 1.778764] EXT4-fs (dm-1): orphan cleanup on readonly fs
[ 1.779257] EXT4-fs (dm-1): mounted filesystem 82ba0746-05f8-44b8-961f-86f72ca78e0b ro with ordered data mode. Quota mode: none.
[ 1.864845] systemd[1]: Inserted module 'autofs4'
[ 1.865100] usb 3-7: New USB device found, idVendor=05e3, idProduct=0751, bcdDevice=14.04
[ 1.865107] usb 3-7: New USB device strings: Mfr=3, Product=4, SerialNumber=0
[ 1.865110] usb 3-7: Product: USB Storage
[ 1.865113] usb 3-7: Manufacturer: USB Storage
[ 1.895699] systemd[1]: systemd 257.9-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[ 1.895714] systemd[1]: Detected architecture x86-64.
[ 1.897341] systemd[1]: Hostname set to <pve>.
[ 1.941224] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[ 1.978375] usb 3-8: new high-speed USB device number 4 using xhci_hcd
[ 2.014769] systemd[1]: /usr/lib/systemd/system/apcupsd.service:13: PIDFile= references a path below legacy directory /var/run/, updating /var/run/apcupsd.pid → /run/apcupsd.pid; please update the unit file accordingly.
[ 2.047512] systemd[1]: Queued start job for default target graphical.target.
[ 2.060525] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 2.061087] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 2.061577] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 2.062125] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice.
[ 2.062499] systemd[1]: Created slice user.slice - User and Session Slice.
[ 2.062597] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 2.062678] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 2.062869] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 2.062930] systemd[1]: Expecting device dev-disk-by\x2duuid-5D9B\x2d9675.device - /dev/disk/by-uuid/5D9B-9675...
[ 2.062970] systemd[1]: Expecting device dev-disk-by\x2duuid-7639\x2dD396.device - /dev/disk/by-uuid/7639-D396...
[ 2.063006] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap...
[ 2.063047] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once.
[ 2.063089] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once.
[ 2.063149] systemd[1]: Reached target network-pre.target - Preparation for Network.
[ 2.063194] systemd[1]: Reached target paths.target - Path Units.
[ 2.063252] systemd[1]: Reached target slices.target - Slice Units.
[ 2.063385] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[ 2.063491] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[ 2.066549] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[ 2.067408] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ 2.067534] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 2.067657] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 2.067781] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[ 2.067857] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 2.067880] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 2.067961] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 2.068050] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 2.069033] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 2.069787] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 2.069890] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway.
[ 2.070715] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[ 2.073477] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 2.075606] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 2.076391] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 2.077549] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 2.078616] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 2.080008] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 2.084483] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 2.086416] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 2.088364] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 2.090551] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 2.092490] systemd[1]: Starting modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics...
[ 2.092848] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 2.092902] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[ 2.096704] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 2.098138] pstore: Using crash dump compression: deflate
[ 2.100478] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 2.100555] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 2.103265] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 2.103417] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 2.103735] pstore: Registered efi_pstore as persistent store backend
[ 2.105107] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[ 2.105963] usb 3-8: New USB device found, idVendor=0e8d, idProduct=8c37, bcdDevice= 1.00
[ 2.105973] usb 3-8: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[ 2.105976] usb 3-8: Product: Wireless_Device
[ 2.105979] usb 3-8: Manufacturer: MediaTek Inc.
[ 2.105988] usb 3-8: SerialNumber: 000000000
[ 2.111371] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 2.116156] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 2.116349] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 2.116497] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ 2.116639] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 2.116772] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 2.117095] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[ 2.117487] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 2.117820] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 2.117995] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 2.118299] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 2.118495] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 2.118812] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 2.118980] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 2.119288] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 2.119452] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 2.119738] systemd[1]: modprobe@nvme_fabrics.service: Deactivated successfully.
[ 2.119895] systemd[1]: Finished modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics.
[ 2.122987] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 2.123599] systemd-journald[267]: Collecting audit messages is disabled.
[ 2.125449] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 2.127169] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[ 2.131349] EXT4-fs (dm-1): re-mounted 82ba0746-05f8-44b8-961f-86f72ca78e0b r/w.
[ 2.133121] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[ 2.134679] systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[ 2.135443] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 2.135971] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 2.136127] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 2.136703] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 2.136755] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 2.139675] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[ 2.139839] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 2.148768] spl: loading out-of-tree module taints kernel.
[ 2.154155] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
[ 2.154706] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[ 2.154893] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[ 2.156843] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 2.189042] zfs: module license 'CDDL' taints kernel.
[ 2.189052] Disabling lock debugging due to kernel taint
[ 2.189076] zfs: module license taints kernel.
[ 2.190992] systemd[1]: Started systemd-journald.service - Journal Service.
[ 2.211450] systemd-journald[267]: Received client request to flush runtime journal.
[ 2.421553] igc 0000:05:00.0 nic3: renamed from enp5s0
[ 2.436765] igc 0000:03:00.0 nic1: renamed from enp3s0
[ 2.451691] igc 0000:04:00.0 nic2: renamed from enp4s0
[ 2.454063] Adding 7897084k swap on /dev/mapper/pve-swap. Priority:-1 extents:1 across:7897084k SS
[ 2.455642] igc 0000:02:00.0 nic0: renamed from enp2s0
[ 2.684824] Bluetooth: Core ver 2.22
[ 2.684855] NET: Registered PF_BLUETOOTH protocol family
[ 2.684858] Bluetooth: HCI device and connection manager initialized
[ 2.684868] Bluetooth: HCI socket layer initialized
[ 2.684872] Bluetooth: L2CAP socket layer initialized
[ 2.684877] Bluetooth: SCO socket layer initialized
[ 2.687315] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than PNP0C02:02 [mem 0xfedc0000-0xfedc7fff]
[ 2.687439] caller igen6_probe+0x19e/0x88d [igen6_edac] mapping multiple BARs
[ 2.687489] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (POLLED)
[ 2.687529] EDAC igen6: v2.5.1
[ 2.697332] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 2.741770] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 2.742708] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 2.742890] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 2.743062] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 2.743230] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 2.752787] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 2.762771] usbcore: registered new interface driver btusb
[ 2.771669] Bluetooth: hci0: HW/SW Version: 0x00000000, Build Time: 20260106153314
[ 2.775346] spi-nor spi0.0: supply vcc not found, using dummy regulator
[ 2.779436] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[ 2.779446] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 2.779450] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 2.779452] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 2.781610] Creating 1 MTD partitions on "0000:00:1f.5":
[ 2.781621] 0x000000000000-0x000001000000 : "BIOS"
[ 2.808475] intel_pmc_core INT33A1:00: initialized
[ 2.859703] usb-storage 3-7:1.0: USB Mass Storage device detected
[ 2.874693] scsi host0: usb-storage 3-7:1.0
[ 2.874845] usbcore: registered new interface driver usb-storage
[ 2.917041] mt7925e 0000:06:00.0: enabling device (0000 -> 0002)
[ 2.917631] usbcore: registered new interface driver uas
[ 2.923387] mt7925e 0000:06:00.0: ASIC revision: 79250000
[ 2.935126] ZFS: Loaded module v2.4.1-pve2, ZFS pool version 5000, ZFS filesystem version 5
[ 3.001383] mt7925e 0000:06:00.0: HW/SW Version: 0x8a108a10, Build Time: 20260106153007a
[ 3.348194] i915 0000:00:02.0: [drm] Found alderlake_p/alderlake_n (device ID 46d4) integrated display version 13.00 stepping D0
[ 3.348601] i915 0000:00:02.0: [drm] VT-d active for gfx access
[ 3.348611] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 3.348674] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 3.349669] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.355297] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
[ 3.360064] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.49.4
[ 3.360079] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[ 3.365349] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[ 3.365870] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[ 3.365877] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[ 3.366157] intel_tcc_cooling: TCC Offset locked
[ 3.366730] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[ 3.368553] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[ 3.369715] i915 0000:00:02.0: [drm] Registered 3 planes with drm panic
[ 3.373336] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[ 3.375853] hid: raw HID events driver (C) Jiri Kosina
[ 3.376145] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 3.377871] input: Video Bus as /devices/pci0000:00/acpi.video_bus.0/input/input4
[ 3.386342] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 3.393799] intel_rapl_msr: PL4 support detected.
[ 3.393841] intel_rapl_common: Found RAPL domain package
[ 3.393845] intel_rapl_common: Found RAPL domain core
[ 3.393848] intel_rapl_common: Found RAPL domain uncore
[ 3.395731] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 3.413612] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 3.824070] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 3.824848] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[ 3.938318] scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 1404 PQ: 0 ANSI: 6
[ 3.938501] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.657499] Bluetooth: hci0: Device setup in 1843628 usecs
[ 4.657508] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 4.742711] Bluetooth: hci0: AOSP extensions version v1.00
[ 4.742725] Bluetooth: hci0: AOSP quality report is supported
[ 4.841562] snd_hda_intel 0000:00:1f.3: azx_get_response timeout, switching to polling mode: last cmd=0x200f0000
[ 4.848309] sd 0:0:0:0: [sda] 500695040 512-byte logical blocks: (256 GB/239 GiB)
[ 4.849457] sd 0:0:0:0: [sda] Write Protect is off
[ 4.849462] sd 0:0:0:0: [sda] Mode Sense: 21 00 00 00
[ 4.850581] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 4.866090] sda: sda1
[ 4.866190] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 5.001051] exFAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 5.075670] audit: type=1400 audit(1778508769.017:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=505 comm="apparmor_parser"
[ 5.075742] audit: type=1400 audit(1778508769.017:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=507 comm="apparmor_parser"
[ 5.076428] audit: type=1400 audit(1778508769.018:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=504 comm="apparmor_parser"
[ 5.076686] audit: type=1400 audit(1778508769.018:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=506 comm="apparmor_parser"
[ 5.077724] audit: type=1400 audit(1778508769.019:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=512 comm="apparmor_parser"
[ 5.078295] audit: type=1400 audit(1778508769.019:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=511 comm="apparmor_parser"
[ 5.079359] audit: type=1400 audit(1778508769.021:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=513 comm="apparmor_parser"
[ 5.079772] audit: type=1400 audit(1778508769.021:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=514 comm="apparmor_parser"
[ 5.081076] audit: type=1400 audit(1778508769.022:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=515 comm="apparmor_parser"
[ 5.081086] audit: type=1400 audit(1778508769.022:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=517 comm="apparmor_parser"
[ 5.147635] RPC: Registered named UNIX socket transport module.
[ 5.147644] RPC: Registered udp transport module.
[ 5.147647] RPC: Registered tcp transport module.
[ 5.147649] RPC: Registered tcp-with-tls transport module.
[ 5.147651] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 5.272428] nvme nvme0: using unchecked data buffer
[ 5.274402] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[ 5.274413] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0
[ 5.762201] vmbr0: port 1(nic0) entered blocking state
[ 5.762212] vmbr0: port 1(nic0) entered disabled state
[ 5.762228] igc 0000:02:00.0 nic0: entered allmulticast mode
[ 5.762284] igc 0000:02:00.0 nic0: entered promiscuous mode
[ 5.842504] snd_hda_intel 0000:00:1f.3: No response from codec, disabling MSI: last cmd=0x200f0000
[ 6.047331] mt7925e 0000:06:00.0: Message 00000007 (seq 8) timeout
[ 6.047341] mt7925e 0000:06:00.0: Failed to start patch
[ 6.844286] snd_hda_intel 0000:00:1f.3: Codec #2 probe error; disabling it...
[ 6.844295] snd_hda_intel 0000:00:1f.3: no codecs initialized
[ 9.056149] mt7925e 0000:06:00.0: Message 00000010 (seq 9) timeout
[ 9.056159] mt7925e 0000:06:00.0: Failed to release patch semaphore
[ 9.513545] igc 0000:02:00.0 nic0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 9.513671] vmbr0: port 1(nic0) entered blocking state
[ 9.513676] vmbr0: port 1(nic0) entered forwarding state
[ 10.332094] mt7925e 0000:06:00.0: driver own failed
[ 11.624207] VFIO - User Level meta-driver version: 0.3
[ 11.626027] mt7925e 0000:06:00.0: driver own failed
[ 11.631405] vfio_pci: add [14c3:0616[ffffffff:ffffffff]] class 0x000000/00000000
[ 11.632655] igc 0000:03:00.0 nic1: PHC removed
[ 11.732211] vfio-pci 0000:03:00.0: resetting
[ 11.839318] vfio-pci 0000:03:00.0: reset done
[ 11.840256] igc 0000:04:00.0 nic2: PHC removed
[ 11.917162] vfio-pci 0000:04:00.0: resetting
[ 12.023135] vfio-pci 0000:04:00.0: reset done
[ 12.023937] igc 0000:05:00.0 nic3: PHC removed
[ 12.110720] vfio-pci 0000:05:00.0: resetting
[ 12.215116] vfio-pci 0000:05:00.0: reset done
[ 12.902038] tap100i0: entered promiscuous mode
[ 12.938944] mt7925e 0000:06:00.0: driver own failed
[ 12.959669] vmbr0: port 2(fwpr100p0) entered blocking state
[ 12.959679] vmbr0: port 2(fwpr100p0) entered disabled state
[ 12.959695] fwpr100p0: entered allmulticast mode
[ 12.959744] fwpr100p0: entered promiscuous mode
[ 12.959772] vmbr0: port 2(fwpr100p0) entered blocking state
[ 12.959776] vmbr0: port 2(fwpr100p0) entered forwarding state
[ 12.968949] fwbr100i0: port 1(fwln100i0) entered blocking state
[ 12.968962] fwbr100i0: port 1(fwln100i0) entered disabled state
[ 12.968982] fwln100i0: entered allmulticast mode
[ 12.969026] fwln100i0: entered promiscuous mode
[ 12.969059] fwbr100i0: port 1(fwln100i0) entered blocking state
[ 12.969063] fwbr100i0: port 1(fwln100i0) entered forwarding state
[ 12.978202] fwbr100i0: port 2(tap100i0) entered blocking state
[ 12.978212] fwbr100i0: port 2(tap100i0) entered disabled state
[ 12.978221] tap100i0: entered allmulticast mode
[ 12.978286] fwbr100i0: port 2(tap100i0) entered blocking state
[ 12.978290] fwbr100i0: port 2(tap100i0) entered forwarding state
[ 13.151300] vfio-pci 0000:03:00.0: resetting
[ 13.255191] vfio-pci 0000:03:00.0: reset done
[ 13.282606] vfio-pci 0000:04:00.0: resetting
[ 13.383099] vfio-pci 0000:04:00.0: reset done
[ 13.410472] vfio-pci 0000:05:00.0: resetting
[ 13.511242] vfio-pci 0000:05:00.0: reset done
[ 13.535798] vfio-pci 0000:05:00.0: resetting
[ 13.639204] vfio-pci 0000:05:00.0: reset done
[ 13.639704] vfio-pci 0000:04:00.0: resetting
[ 13.743196] vfio-pci 0000:04:00.0: reset done
[ 13.743681] vfio-pci 0000:03:00.0: resetting
[ 13.847084] vfio-pci 0000:03:00.0: reset done
[ 14.320411] mt7925e 0000:06:00.0: driver own failed
[ 15.694814] mt7925e 0000:06:00.0: driver own failed
[ 16.060761] loop0: detected capacity change from 0 to 4194304
[ 16.072718] EXT4-fs (loop0): mounted filesystem afb524f1-a9aa-470e-b8fc-baf5adf31ae4 r/w with ordered data mode. Quota mode: none.
[ 16.253940] kauditd_printk_skb: 115 callbacks suppressed
[ 16.253943] audit: type=1400 audit(1778508780.197:127): apparmor="STATUS" operation="profile_load" profile="/usr/bin/lxc-start" name="lxc-102_</var/lib/lxc>" pid=1248 comm="apparmor_parser"
[ 16.814217] vmbr0: port 3(fwpr102p0) entered blocking state
[ 16.814228] vmbr0: port 3(fwpr102p0) entered disabled state
[ 16.814243] fwpr102p0: entered allmulticast mode
[ 16.814297] fwpr102p0: entered promiscuous mode
[ 16.814323] vmbr0: port 3(fwpr102p0) entered blocking state
[ 16.814327] vmbr0: port 3(fwpr102p0) entered forwarding state
[ 16.822899] fwbr102i0: port 1(fwln102i0) entered blocking state
[ 16.822908] fwbr102i0: port 1(fwln102i0) entered disabled state
[ 16.822922] fwln102i0: entered allmulticast mode
[ 16.822964] fwln102i0: entered promiscuous mode
[ 16.823000] fwbr102i0: port 1(fwln102i0) entered blocking state
[ 16.823003] fwbr102i0: port 1(fwln102i0) entered forwarding state
[ 16.831172] fwbr102i0: port 2(veth102i0) entered blocking state
[ 16.831182] fwbr102i0: port 2(veth102i0) entered disabled state
[ 16.831191] veth102i0: entered allmulticast mode
[ 16.831235] veth102i0: entered promiscuous mode
[ 16.866467] eth0: renamed from vethoiALWx
[ 16.866724] fwbr102i0: port 2(veth102i0) entered blocking state
[ 16.866731] fwbr102i0: port 2(veth102i0) entered forwarding state
[ 16.980738] mt7925e 0000:06:00.0: driver own failed
[ 18.262679] mt7925e 0000:06:00.0: driver own failed
[ 19.546649] mt7925e 0000:06:00.0: driver own failed
[ 20.830540] mt7925e 0000:06:00.0: driver own failed
[ 21.083561] mt7925e 0000:06:00.0: hardware init failed

关键错误信息如下:

[ 6.047331] mt7925e 0000:06:00.0: Message 00000007 (seq 8) timeout
[ 6.047341] mt7925e 0000:06:00.0: Failed to start patch
[ 9.056149] mt7925e 0000:06:00.0: Message 00000010 (seq 9) timeout
[ 9.056159] mt7925e 0000:06:00.0: Failed to release patch semaphore
[ 10.332094] mt7925e 0000:06:00.0: driver own failed
[ 21.083561] mt7925e 0000:06:00.0: hardware init failed

此外,使用 lspci -vnn查看该网卡会出现报错

06:00.0 Network controller: MEDIATEK Corp. Device 7925 (rev 01)
Subsystem: Hewlett-Packard Company Device 8c37
!!! Unknown header type 7f
Memory at 80800000 (64-bit, non-prefetchable) [size=2M]
Memory at 80a00000 (64-bit, non-prefetchable) [size=32K]
Kernel driver in use: vfio-pci
Kernel modules: mt7925e

解决方法#

将pve宿主机中的mt7925网卡相关的模块移除,即可解决

使用 modprobe -r mt76移除相关模块

使用 lsmod | grep "mt"检查是否还有剩余模块

重启机器,即可正常使用网卡

06:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:7925] (rev 01)
Subsystem: Hewlett-Packard Company Device [103c:8c37]
Flags: bus master, fast devsel, latency 0, IRQ 155, IOMMU group 20
Memory at 80800000 (64-bit, non-prefetchable) [size=2M]
Memory at 80a00000 (64-bit, non-prefetchable) [size=32K]
Capabilities: [80] Express Endpoint, IntMsgNum 0
Capabilities: [e0] MSI: Enable+ Count=1/32 Maskable+ 64bit+
Capabilities: [f8] Power Management version 3
Capabilities: [100] Vendor Specific Information: ID=1556 Rev=1 Len=008 <?>
Capabilities: [108] Latency Tolerance Reporting
Capabilities: [110] L1 PM Substates
Capabilities: [200] Advanced Error Reporting
Kernel driver in use: vfio-pci
Kernel modules: mt7925e

文章分享

如果这篇文章对你有帮助,欢迎分享给更多人!

解决mt7925网卡在PVE中无法使用的问题
https://blog.dotuoodo.top/posts/mt7925-on-pve/
作者
DOTUOODO
发布于
2026-05-13
许可协议
CC BY-NC-SA 4.0

评论

Profile Image of the Author
DOTUOODO
Nothing is immortal, but at least we can be extraordinary.
公告
欢迎来到我的博客!目前还在施工中...
分类
标签

文章目录