You are not logged in.

#1 2022-10-28 04:14:50

teemo
Member
Registered: 2022-10-27
Posts: 3

[SOLVED] NVIDIA driver not loaded

I want to install nvidia driver and optimus-manager in my arch, but I'm having some issues with the nvidia driver.

Output for nvidia-smi:

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Output for neofetch:

                   -`                    teem@refine
                  .o+`                   -----------
                 `ooo/                   OS: Arch Linux x86_64
                `+oooo:                  Host: OMEN by HP Laptop 17-ck0xxx
               `+oooooo:                 Kernel: 6.0.2-arch1-1
               -+oooooo+:                Uptime: 37 mins
             `/:-:++oooo+:               Packages: 779 (pacman)
            `/++++/+++++++:              Shell: bash 5.1.16
           `/++++++++++++++:             Resolution: 2560x1440
          `/+++ooooooooooooo/`           DE: Plasma 5.26.2
         ./ooosssso++osssssso+`          WM: KWin
        .oossssso-````/ossssss+`         Theme: [Plasma], Breeze [GTK2/3]
       -osssssso.      :ssssssso.        Icons: [Plasma], breeze [GTK2/3]
      :osssssss/        osssso+++.       Terminal: konsole
     /ossssssss/        +ssssooo/-       CPU: 11th Gen Intel i7-11800H (16) @ 4.600GHz
   `/ossssso+/:-        -:/+osssso+-     GPU: NVIDIA GeForce RTX 3080 Mobile / Max-Q 8GB/16GB
  `+sso+:-`                 `.-/+oso:    GPU: Intel TigerLake-H GT1 [UHD Graphics]
 `++:.                           `-/+/   Memory: 2442MiB / 31742MiB
 .`                                 `/

Output for pacman -Qs nvidia:

local/cuda 11.8.0-1
    NVIDIA's GPU programming toolkit
local/egl-wayland 2:1.1.11-2
    EGLStream-based Wayland external platform
local/lib32-nvidia-utils 520.56.06-1
    NVIDIA drivers utilities (32-bit)
local/libvdpau 1.5-1
    Nvidia VDPAU library
local/libxnvctrl 520.56.06-1
    NVIDIA NV-CONTROL X extension
local/nvidia 520.56.06-4
    NVIDIA drivers for linux
local/nvidia-prime 1.0-4
    NVIDIA Prime Render Offload configuration and utilities
local/nvidia-settings 520.56.06-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 520.56.06-2
    NVIDIA drivers utilities
local/opencl-nvidia 520.56.06-2
    OpenCL implemention for NVIDIA

Output for lspci -k | grep -A 3 -E "(VGA|3D)":

0000:00:02.0 VGA compatible controller: Intel Corporation TigerLake-H GT1 [UHD Graphics] (rev 01)
        DeviceName:  Onboard IGD
        Subsystem: Hewlett-Packard Company Device 88fe
        Kernel driver in use: i915
--
0000:01:00.0 VGA compatible controller: NVIDIA Corporation GA104M [GeForce RTX 3080 Mobile / Max-Q 8GB/16GB] (rev a1)
        DeviceName: NVIDIA Graphics Device
        Subsystem: Hewlett-Packard Company Device 88fe
        Kernel modules: nouveau, nvidia_drm, nvidia

Thank you for your help.

Last edited by teemo (2022-10-28 09:46:34)

Offline

#2 2022-10-28 04:49:53

loqs
Member
Registered: 2014-03-06
Posts: 18,964

Re: [SOLVED] NVIDIA driver not loaded

Have you read the second note from NVIDIA#Installation?
If that is not the cause please post the full output of dmesg.

Offline

#3 2022-10-28 08:04:04

teemo
Member
Registered: 2022-10-27
Posts: 3

Re: [SOLVED] NVIDIA driver not loaded

I added "nvidia_drm.modeset=1" and GRUB_GFXMODE=2560x1440x64,2560x1440x32,auto in /etc/default/grub and make config after it.
After I reboot, nvidia-smi still couldn't communicate with driver.

Output for sudo dmesg:

[    0.000000] microcode: microcode updated early to revision 0x40, date = 2022-03-28
[    0.000000] Linux version 6.0.2-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Sat, 15 Oct 2022 14:00:49 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=464948aa-d805-45c4-aac0-915acc8e6df0 rw loglevel=5 nowatchdog nvidia_drm.modeset=1
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000051a18fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000051a19000-0x0000000054b18fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000054b19000-0x0000000054be4fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000054be5000-0x0000000054d2ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000054d30000-0x0000000059e3afff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000059e3b000-0x0000000059efefff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000059eff000-0x0000000059efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000059f00000-0x0000000061ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062600000-0x00000000627fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000063000000-0x00000000683fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000897bfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0x54be4000 ACPI 2.0=0x54be4014 SMBIOS=0x59ca4000 SMBIOS 3.0=0x59ca3000 MEMATTR=0x4bf38018 ESRT=0x4d1e6418 
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: HP OMEN by HP Laptop 17-ck0xxx/88FE, BIOS F.04 05/28/2021
[    0.000000] tsc: Detected 2300.000 MHz processor
[    0.000000] tsc: Detected 2304.000 MHz TSC
[    0.000262] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000265] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000276] last_pfn = 0x897c00 max_arch_pfn = 0x400000000
[    0.000513] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001842] last_pfn = 0x59f00 max_arch_pfn = 0x400000000
[    0.017644] esrt: Reserving ESRT space from 0x000000004d1e6418 to 0x000000004d1e6450.
[    0.017652] e820: update [mem 0x4d1e6000-0x4d1e6fff] usable ==> reserved
[    0.017677] Using GB pages for direct mapping
[    0.018192] Secure boot disabled
[    0.018193] RAMDISK: [mem 0x3646b000-0x3722cfff]
[    0.018203] ACPI: Early table checksum verification disabled
[    0.018207] ACPI: RSDP 0x0000000054BE4014 000024 (v02 HPQOEM)
[    0.018213] ACPI: XSDT 0x0000000054BE3728 00011C (v01 HPQOEM SLIC-MPC 01072009 AMI  01000013)
[    0.018221] ACPI: FACP 0x0000000054BDE000 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   01000013)
[    0.018227] ACPI: DSDT 0x0000000054B86000 057D5A (v02 HPQOEM 88FE     01072009 ACPI 20191018)
[    0.018231] ACPI: FACS 0x0000000054D2A000 000040
[    0.018236] ACPI: MCFG 0x0000000054BE2000 00003C (v01 HPQOEM 88FE     01072009 HP   00000097)
[    0.018239] ACPI: SSDT 0x0000000054BDF000 00255D (v02 HPQOEM 88FE     00003000 ACPI 20191018)
[    0.018243] ACPI: FIDT 0x0000000054B85000 00009C (v01 HPQOEM 88FE     01072009 HP   00010013)
[    0.018247] ACPI: MSDM 0x0000000054B84000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00010013)
[    0.018251] ACPI: SSDT 0x0000000054B7D000 003378 (v02 HPQOEM 88FE     00003000 ACPI 20191018)
[    0.018255] ACPI: HPET 0x0000000054B70000 000038 (v01 HPQOEM 88FE     01072009 HP   01000013)
[    0.018260] ACPI: APIC 0x0000000054B6F000 00012C (v04 HPQOEM 88FE     01072009 HP   01000013)
[    0.018263] ACPI: NHLT 0x0000000054B6D000 001B84 (v00 HPQOEM 88FE     01072009 HP   01000013)
[    0.018267] ACPI: LPIT 0x0000000054B6C000 0000CC (v01 HPQOEM 88FE     01072009 HP   01000013)
[    0.018271] ACPI: SSDT 0x0000000054B68000 002720 (v02 HPQOEM 88FE     00001000 ACPI 20191018)
[    0.018275] ACPI: SSDT 0x0000000054B67000 00012A (v02 HPQOEM 88FE     00000000 ACPI 20191018)
[    0.018279] ACPI: DBGP 0x0000000054B66000 000034 (v01 HPQOEM 88FE     01072009 HP   01000013)
[    0.018283] ACPI: DBG2 0x0000000054B65000 000054 (v00 HPQOEM 88FE     01072009 HP   01000013)
[    0.018286] ACPI: SSDT 0x0000000054B64000 000B97 (v02 HPQOEM 88FE     00001000 ACPI 20191018)
[    0.018291] ACPI: DMAR 0x0000000054B63000 0000A0 (v02 HPQOEM 88FE     00000002 HP   01000013)
[    0.018295] ACPI: SSDT 0x0000000054B62000 000D5A (v02 HPQOEM 88FE     00000000 ACPI 20191018)
[    0.018298] ACPI: SSDT 0x0000000054B61000 0000AE (v02 HPQOEM 88FE     00001000 ACPI 20191018)
[    0.018302] ACPI: SSDT 0x0000000054B60000 000144 (v02 HPQOEM 88FE     00001000 ACPI 20191018)
[    0.018306] ACPI: SSDT 0x0000000054B5F000 00009D (v01 HPQOEM 88FE     00000001 ACPI 20191018)
[    0.018310] ACPI: SSDT 0x0000000054B5E000 000060 (v01 HPQOEM 88FE     00000001 ACPI 20191018)
[    0.018314] ACPI: UEFI 0x0000000054C8B000 00063A (v01 HPQOEM 88FE     00000000 HP   00000000)
[    0.018318] ACPI: UEFI 0x0000000054C8A000 00005C (v01 HPQOEM 88FE     00000000 HP   00000000)
[    0.018322] ACPI: SSDT 0x0000000054B5D000 0001B1 (v01 HPQOEM 88FE     00001000 ACPI 20191018)
[    0.018325] ACPI: SSDT 0x0000000054B59000 0035C8 (v01 HPQOEM 88FE     00001000 ACPI 20191018)
[    0.018330] ACPI: SSDT 0x0000000054B71000 00B2D6 (v02 HPQOEM 88FE     00001000 ACPI 20191018)
[    0.018333] ACPI: SSDT 0x0000000054B81000 002F4E (v02 HPQOEM 88FE     00003000 ACPI 20191018)
[    0.018337] ACPI: PTDT 0x0000000054B58000 000CFE (v00 HPQOEM 88FE     00000005 HP   0100000D)
[    0.018341] ACPI: WSMT 0x0000000054B6B000 000028 (v01 HPQOEM 88FE     01072009 HP   00010013)
[    0.018345] ACPI: FPDT 0x0000000054B57000 000044 (v01 HPQOEM 88FE     01072009 HP   01000013)
[    0.018349] ACPI: BGRT 0x0000000054B56000 000038 (v01 HPQOEM 88FE     01072009 HP   00010013)
[    0.018352] ACPI: Reserving FACP table memory at [mem 0x54bde000-0x54bde113]
[    0.018354] ACPI: Reserving DSDT table memory at [mem 0x54b86000-0x54bddd59]
[    0.018355] ACPI: Reserving FACS table memory at [mem 0x54d2a000-0x54d2a03f]
[    0.018356] ACPI: Reserving MCFG table memory at [mem 0x54be2000-0x54be203b]
[    0.018356] ACPI: Reserving SSDT table memory at [mem 0x54bdf000-0x54be155c]
[    0.018357] ACPI: Reserving FIDT table memory at [mem 0x54b85000-0x54b8509b]
[    0.018358] ACPI: Reserving MSDM table memory at [mem 0x54b84000-0x54b84054]
[    0.018359] ACPI: Reserving SSDT table memory at [mem 0x54b7d000-0x54b80377]
[    0.018360] ACPI: Reserving HPET table memory at [mem 0x54b70000-0x54b70037]
[    0.018361] ACPI: Reserving APIC table memory at [mem 0x54b6f000-0x54b6f12b]
[    0.018362] ACPI: Reserving NHLT table memory at [mem 0x54b6d000-0x54b6eb83]
[    0.018362] ACPI: Reserving LPIT table memory at [mem 0x54b6c000-0x54b6c0cb]
[    0.018363] ACPI: Reserving SSDT table memory at [mem 0x54b68000-0x54b6a71f]
[    0.018364] ACPI: Reserving SSDT table memory at [mem 0x54b67000-0x54b67129]
[    0.018365] ACPI: Reserving DBGP table memory at [mem 0x54b66000-0x54b66033]
[    0.018366] ACPI: Reserving DBG2 table memory at [mem 0x54b65000-0x54b65053]
[    0.018367] ACPI: Reserving SSDT table memory at [mem 0x54b64000-0x54b64b96]
[    0.018368] ACPI: Reserving DMAR table memory at [mem 0x54b63000-0x54b6309f]
[    0.018368] ACPI: Reserving SSDT table memory at [mem 0x54b62000-0x54b62d59]
[    0.018369] ACPI: Reserving SSDT table memory at [mem 0x54b61000-0x54b610ad]
[    0.018370] ACPI: Reserving SSDT table memory at [mem 0x54b60000-0x54b60143]
[    0.018371] ACPI: Reserving SSDT table memory at [mem 0x54b5f000-0x54b5f09c]
[    0.018372] ACPI: Reserving SSDT table memory at [mem 0x54b5e000-0x54b5e05f]
[    0.018373] ACPI: Reserving UEFI table memory at [mem 0x54c8b000-0x54c8b639]
[    0.018374] ACPI: Reserving UEFI table memory at [mem 0x54c8a000-0x54c8a05b]
[    0.018375] ACPI: Reserving SSDT table memory at [mem 0x54b5d000-0x54b5d1b0]
[    0.018376] ACPI: Reserving SSDT table memory at [mem 0x54b59000-0x54b5c5c7]
[    0.018376] ACPI: Reserving SSDT table memory at [mem 0x54b71000-0x54b7c2d5]
[    0.018377] ACPI: Reserving SSDT table memory at [mem 0x54b81000-0x54b83f4d]
[    0.018378] ACPI: Reserving PTDT table memory at [mem 0x54b58000-0x54b58cfd]
[    0.018379] ACPI: Reserving WSMT table memory at [mem 0x54b6b000-0x54b6b027]
[    0.018380] ACPI: Reserving FPDT table memory at [mem 0x54b57000-0x54b57043]
[    0.018381] ACPI: Reserving BGRT table memory at [mem 0x54b56000-0x54b56037]
[    0.018567] No NUMA configuration found
[    0.018569] Faking a node at [mem 0x0000000000000000-0x0000000897bfffff]
[    0.018573] NODE_DATA(0) allocated [mem 0x897bfc000-0x897bfffff]
[    0.018629] Zone ranges:
[    0.018630]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.018632]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.018634]   Normal   [mem 0x0000000100000000-0x0000000897bfffff]
[    0.018636]   Device   empty
[    0.018637] Movable zone start for each node
[    0.018638] Early memory node ranges
[    0.018638]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.018640]   node   0: [mem 0x0000000000100000-0x0000000051a18fff]
[    0.018641]   node   0: [mem 0x0000000059eff000-0x0000000059efffff]
[    0.018642]   node   0: [mem 0x0000000100000000-0x0000000897bfffff]
[    0.018646] Initmem setup node 0 [mem 0x0000000000001000-0x0000000897bfffff]
[    0.018652] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.018683] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.021382] On node 0, zone DMA32: 34022 pages in unavailable ranges
[    0.082640] On node 0, zone Normal: 24832 pages in unavailable ranges
[    0.082652] On node 0, zone Normal: 1024 pages in unavailable ranges
[    0.082703] Reserving Intel graphics memory at [mem 0x64800000-0x683fffff]
[    0.086538] ACPI: PM-Timer IO Port: 0x1808
[    0.086549] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.086551] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.086552] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.086553] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.086554] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.086555] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.086555] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.086556] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.086557] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.086558] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.086558] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.086559] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.086560] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.086560] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.086561] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.086562] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.086603] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.086607] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.086610] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.086616] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.086617] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.086629] e820: update [mem 0x4bed1000-0x4bf32fff] usable ==> reserved
[    0.086645] TSC deadline timer available
[    0.086646] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.086669] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.086672] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.086674] PM: hibernation: Registered nosave memory: [mem 0x4bed1000-0x4bf32fff]
[    0.086676] PM: hibernation: Registered nosave memory: [mem 0x4d1e6000-0x4d1e6fff]
[    0.086678] PM: hibernation: Registered nosave memory: [mem 0x51a19000-0x54b18fff]
[    0.086679] PM: hibernation: Registered nosave memory: [mem 0x54b19000-0x54be4fff]
[    0.086680] PM: hibernation: Registered nosave memory: [mem 0x54be5000-0x54d2ffff]
[    0.086681] PM: hibernation: Registered nosave memory: [mem 0x54d30000-0x59e3afff]
[    0.086681] PM: hibernation: Registered nosave memory: [mem 0x59e3b000-0x59efefff]
[    0.086683] PM: hibernation: Registered nosave memory: [mem 0x59f00000-0x61ffffff]
[    0.086684] PM: hibernation: Registered nosave memory: [mem 0x62000000-0x625fffff]
[    0.086685] PM: hibernation: Registered nosave memory: [mem 0x62600000-0x627fffff]
[    0.086685] PM: hibernation: Registered nosave memory: [mem 0x62800000-0x62ffffff]
[    0.086686] PM: hibernation: Registered nosave memory: [mem 0x63000000-0x683fffff]
[    0.086687] PM: hibernation: Registered nosave memory: [mem 0x68400000-0xbfffffff]
[    0.086688] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.086688] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
[    0.086689] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.086690] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.086690] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.086691] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.086692] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.086693] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.086693] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.086694] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.086695] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.086695] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.086696] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.086698] [mem 0x68400000-0xbfffffff] available for PCI devices
[    0.086700] Booting paravirtualized kernel on bare hardware
[    0.086703] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.093405] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.094023] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[    0.094033] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[    0.094036] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.094066] Fallback order for Node 0: 0 
[    0.094070] Built 1 zonelists, mobility grouping on.  Total pages: 8166081
[    0.094072] Policy zone: Normal
[    0.094073] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=464948aa-d805-45c4-aac0-915acc8e6df0 rw loglevel=5 nowatchdog nvidia_drm.modeset=1
[    0.094154] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
[    0.096598] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.097868] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.098272] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.098287] software IO TLB: area num 16.
[    0.190462] Memory: 32408164K/33183456K available (14343K kernel code, 2078K rwdata, 11316K rodata, 2120K init, 3548K bss, 775032K reserved, 0K cma-reserved)
[    0.191122] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.191151] ftrace: allocating 45769 entries in 179 pages
[    0.201877] ftrace: allocated 179 pages with 5 groups
[    0.201984] Dynamic Preempt: full
[    0.202058] rcu: Preemptible hierarchical RCU implementation.
[    0.202059] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.202060] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.202062]  Trampoline variant of Tasks RCU enabled.
[    0.202062]  Rude variant of Tasks RCU enabled.
[    0.202063]  Tracing variant of Tasks RCU enabled.
[    0.202063] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.202064] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.207447] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.207754] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.208028] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.208059] random: crng init done
[    0.208098] Console: colour dummy device 80x25
[    0.208120] printk: console [tty0] enabled
[    0.208145] ACPI: Core revision 20220331
[    0.208584] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.208586] APIC: Switch to symmetric I/O mode setup
[    0.208588] DMAR: Host address width 39
[    0.208590] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.208597] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.208600] DMAR: DRHD base: 0x000000fed84000 flags: 0x0
[    0.208605] DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.208608] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.208614] DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.208616] DMAR: RMRR base: 0x00000064000000 end: 0x000000683fffff
[    0.208620] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
[    0.208621] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.208623] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.211000] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.211003] x2apic enabled
[    0.211044] Switched APIC routing to cluster x2apic.
[    0.216164] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    0.216174] Calibrating delay loop (skipped), value calculated using timer frequency.. 4609.00 BogoMIPS (lpj=7680000)
[    0.216178] pid_max: default: 32768 minimum: 301
[    0.219341] LSM: Security Framework initializing
[    0.219348] landlock: Up and running.
[    0.219350] Yama: becoming mindful.
[    0.219360] LSM support for eBPF active
[    0.219440] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.219491] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.219503] CPU0: Thermal monitoring enabled (TM1)
[    0.219503] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.219503] process: using mwait in idle threads
[    0.219503] CET detected: Indirect Branch Tracking enabled
[    0.219503] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.219503] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.219503] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.219503] Spectre V2 : Mitigation: Enhanced IBRS
[    0.219503] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.219503] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.219503] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.219503] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.219503] Freeing SMP alternatives memory: 36K
[    0.219503] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (family: 0x6, model: 0x8d, stepping: 0x1)
[    0.219503] cblist_init_generic: Setting adjustable number of callback queues.
[    0.219503] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.219503] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.219503] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.219503] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.219503] ... version:                5
[    0.219503] ... bit width:              48
[    0.219503] ... generic registers:      8
[    0.219503] ... value mask:             0000ffffffffffff
[    0.219503] ... max period:             00007fffffffffff
[    0.219503] ... fixed-purpose events:   4
[    0.219503] ... event mask:             0001000f000000ff
[    0.219503] Estimated ratio of average max frequency by base frequency (times 1024): 2003
[    0.219503] rcu: Hierarchical SRCU implementation.
[    0.219503] rcu:     Max phase no-delay instances is 1000.
[    0.219503] smp: Bringing up secondary CPUs ...
[    0.219503] x86: Booting SMP configuration:
[    0.219503] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.295513] smp: Brought up 1 node, 16 CPUs
[    0.295513] smpboot: Max logical packages: 1
[    0.295513] smpboot: Total of 16 processors activated (73757.00 BogoMIPS)
[    0.297302] devtmpfs: initialized
[    0.297302] x86/mm: Memory block size: 128MB
[    0.298079] ACPI: PM: Registering ACPI NVS region [mem 0x54be5000-0x54d2ffff] (1355776 bytes)
[    0.298079] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.299512] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.299588] pinctrl core: initialized pinctrl subsystem
[    0.299844] PM: RTC time: 07:55:52, date: 2022-10-28
[    0.300458] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.300997] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.301430] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.301858] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.301878] audit: initializing netlink subsys (disabled)
[    0.301888] audit: type=2000 audit(1666943752.083:1): state=initialized audit_enabled=0 res=1
[    0.301888] thermal_sys: Registered thermal governor 'fair_share'
[    0.301888] thermal_sys: Registered thermal governor 'bang_bang'
[    0.301888] thermal_sys: Registered thermal governor 'step_wise'
[    0.301888] thermal_sys: Registered thermal governor 'user_space'
[    0.301888] thermal_sys: Registered thermal governor 'power_allocator'
[    0.301888] cpuidle: using governor ladder
[    0.301888] cpuidle: using governor menu
[    0.301888] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.301888] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.301888] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.301888] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.301888] PCI: Using configuration type 1 for base access
[    0.302845] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.304255] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.309519] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.309523] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.309527] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.309530] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.309586] fbcon: Taking over console
[    0.309617] ACPI: Added _OSI(Module Device)
[    0.309618] ACPI: Added _OSI(Processor Device)
[    0.309619] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.309620] ACPI: Added _OSI(Processor Aggregator Device)
[    0.309621] ACPI: Added _OSI(Linux-Dell-Video)
[    0.309622] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.309623] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.423746] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS01], AE_NOT_FOUND (20220331/dswload2-162)
[    0.423759] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
[    0.423763] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.423767] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS02], AE_NOT_FOUND (20220331/dswload2-162)
[    0.423772] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
[    0.423775] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.423778] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS03], AE_NOT_FOUND (20220331/dswload2-162)
[    0.423782] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
[    0.423786] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.423788] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS04], AE_NOT_FOUND (20220331/dswload2-162)
[    0.423793] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
[    0.423796] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.423800] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.423805] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.423809] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.423811] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.423816] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.423820] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424054] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424059] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424063] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424065] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424070] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424073] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424077] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424082] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424086] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424087] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424092] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424096] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424099] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424104] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424107] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424110] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424114] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424118] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424121] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424126] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424130] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424132] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424136] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424140] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424143] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424148] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424151] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424153] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424158] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424161] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424165] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424170] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424173] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424175] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424180] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424183] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424187] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424192] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424195] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424197] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424202] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424205] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424209] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424214] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424217] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424219] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424224] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424227] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424231] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424236] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424239] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424241] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424245] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424249] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424482] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS11._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424488] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424491] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424493] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS11._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424497] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424501] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424505] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS12._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424509] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424513] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424515] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS12._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424519] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424522] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424526] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS13._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424531] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424534] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424536] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS13._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424541] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424544] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424548] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS14._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424553] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424556] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424558] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS14._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424563] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424566] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424884] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424889] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424892] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424895] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424899] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424902] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424906] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424911] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424914] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424916] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424921] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424924] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424928] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424933] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424936] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424938] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424943] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424946] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424950] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424955] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424958] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424960] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424965] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424968] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424972] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424977] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424980] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424982] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424987] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.424990] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.424994] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.424998] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.425002] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.425004] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.425008] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.425012] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.442651] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.460269] ACPI: Dynamic OEM Table Load:
[    0.460291] ACPI: SSDT 0xFFFF9209C17DE200 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
[    0.461670] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.462893] ACPI: Dynamic OEM Table Load:
[    0.462902] ACPI: SSDT 0xFFFF9209C175EC00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
[    0.464467] ACPI: Dynamic OEM Table Load:
[    0.464476] ACPI: SSDT 0xFFFF9209C1778000 00051E (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
[    0.466112] ACPI: Dynamic OEM Table Load:
[    0.466120] ACPI: SSDT 0xFFFF9209C1759000 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
[    0.467924] ACPI: Dynamic OEM Table Load:
[    0.467934] ACPI: SSDT 0xFFFF9209C1775000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
[    0.469695] ACPI: Dynamic OEM Table Load:
[    0.469703] ACPI: SSDT 0xFFFF9209C177C800 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
[    0.471329] ACPI: Dynamic OEM Table Load:
[    0.471337] ACPI: SSDT 0xFFFF9209C177D800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
[    0.472929] ACPI: Dynamic OEM Table Load:
[    0.472937] ACPI: SSDT 0xFFFF9209C177E800 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
[    0.483389] ACPI: EC: EC started
[    0.483391] ACPI: EC: interrupt blocked
[    0.490775] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.490778] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.490780] ACPI: Interpreter enabled
[    0.490851] ACPI: PM: (supports S0 S3 S4 S5)
[    0.490852] ACPI: Using IOAPIC for interrupt routing
[    0.490913] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.490914] PCI: Using E820 reservations for host bridge windows
[    0.491545] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.492519] ACPI: PM: Power Resource [PG00]
[    0.505470] ACPI: PM: Power Resource [PG02]
[    0.506038] ACPI: PM: Power Resource [PG03]
[    0.506607] ACPI: PM: Power Resource [PG00]
[    0.512088] ACPI: PM: Power Resource [WRST]
[    0.512113] ACPI: PM: Power Resource [DRST]
[    0.524571] ACPI: PM: Power Resource [BTRT]
[    0.529109] ACPI: PM: Power Resource [V0PR]
[    0.529299] ACPI: PM: Power Resource [V1PR]
[    0.529467] ACPI: PM: Power Resource [V2PR]
[    0.532687] ACPI: PM: Power Resource [WRST]
[    0.534581] ACPI: PM: Power Resource [TBT0]
[    0.535007] ACPI: PM: Power Resource [TBT1]
[    0.535420] ACPI: PM: Power Resource [D3C]
[    0.709979] ACPI: PM: Power Resource [PIN]
[    0.710530] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
[    0.710539] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.712357] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.715850] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.715852] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.718378] PCI host bridge to bus 0000:00
[    0.718380] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.718382] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.718384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.718385] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000effff window]
[    0.718387] pci_bus 0000:00: root bus resource [mem 0x68400000-0xbfffffff window]
[    0.718388] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.718390] pci_bus 0000:00: root bus resource [bus 00-e0]
[    0.718427] pci 0000:00:00.0: [8086:9a36] type 00 class 0x060000
[    0.718544] pci 0000:00:01.0: [8086:9a01] type 01 class 0x060400
[    0.718635] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.718664] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.719432] pci 0000:00:02.0: [8086:9a60] type 00 class 0x030000
[    0.719445] pci 0000:00:02.0: reg 0x10: [mem 0x642e000000-0x642effffff 64bit]
[    0.719453] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.719459] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.719482] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.719483] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.719486] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.719525] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.719527] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.719534] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.719535] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.719728] pci 0000:00:06.0: [8086:09ab] type 00 class 0x088000
[    0.720483] pci 0000:00:07.0: [8086:9a2b] type 01 class 0x060400
[    0.720579] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.720606] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[    0.723601] pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
[    0.723614] pci 0000:00:08.0: reg 0x10: [mem 0x642f26d000-0x642f26dfff 64bit]
[    0.723761] pci 0000:00:0d.0: [8086:9a17] type 00 class 0x0c0330
[    0.723779] pci 0000:00:0d.0: reg 0x10: [mem 0x642f250000-0x642f25ffff 64bit]
[    0.723858] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.726548] pci 0000:00:0d.2: [8086:9a1f] type 00 class 0x0c0340
[    0.726564] pci 0000:00:0d.2: reg 0x10: [mem 0x642f200000-0x642f23ffff 64bit]
[    0.726573] pci 0000:00:0d.2: reg 0x18: [mem 0x642f26c000-0x642f26cfff 64bit]
[    0.726620] pci 0000:00:0d.2: supports D1 D2
[    0.726621] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.726844] pci 0000:00:0e.0: [8086:9a0b] type 00 class 0x010400
[    0.726860] pci 0000:00:0e.0: reg 0x10: [mem 0x642c000000-0x642dffffff 64bit]
[    0.726868] pci 0000:00:0e.0: reg 0x18: [mem 0x6a000000-0x6bffffff]
[    0.726885] pci 0000:00:0e.0: reg 0x20: [mem 0x642f100000-0x642f1fffff 64bit]
[    0.727203] pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330
[    0.727226] pci 0000:00:14.0: reg 0x10: [mem 0x642f240000-0x642f24ffff 64bit]
[    0.727321] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.730041] pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000
[    0.730065] pci 0000:00:14.2: reg 0x10: [mem 0x642f264000-0x642f267fff 64bit]
[    0.730079] pci 0000:00:14.2: reg 0x18: [mem 0x642f26b000-0x642f26bfff 64bit]
[    0.730299] pci 0000:00:15.0: [8086:43e8] type 00 class 0x0c8000
[    0.730336] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.730877] pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000
[    0.730903] pci 0000:00:16.0: reg 0x10: [mem 0x642f269000-0x642f269fff 64bit]
[    0.730998] pci 0000:00:16.0: PME# supported from D3hot
[    0.731616] pci 0000:00:1c.0: [8086:43bc] type 01 class 0x060400
[    0.731742] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.731788] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.732754] pci 0000:00:1c.7: [8086:43bf] type 01 class 0x060400
[    0.732882] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.732926] pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
[    0.733832] pci 0000:00:1d.0: [8086:43b7] type 01 class 0x060400
[    0.733967] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.734015] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.734948] pci 0000:00:1f.0: [8086:438b] type 00 class 0x060100
[    0.735401] pci 0000:00:1f.3: [8086:43c8] type 00 class 0x040100
[    0.735445] pci 0000:00:1f.3: reg 0x10: [mem 0x642f260000-0x642f263fff 64bit]
[    0.735497] pci 0000:00:1f.3: reg 0x20: [mem 0x642f000000-0x642f0fffff 64bit]
[    0.735603] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.736290] pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500
[    0.736319] pci 0000:00:1f.4: reg 0x10: [mem 0x642f268000-0x642f2680ff 64bit]
[    0.736351] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.736701] pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000
[    0.736723] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.736889] pci 0000:01:00.0: [10de:24dc] type 00 class 0x030000
[    0.736901] pci 0000:01:00.0: reg 0x10: [mem 0x79000000-0x79ffffff]
[    0.736909] pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x63ffffffff 64bit pref]
[    0.736918] pci 0000:01:00.0: reg 0x1c: [mem 0x6400000000-0x6401ffffff 64bit pref]
[    0.736924] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.736929] pci 0000:01:00.0: reg 0x30: [mem 0x7a000000-0x7a07ffff pref]
[    0.736998] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.737069] pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.737342] pci 0000:01:00.1: [10de:228b] type 00 class 0x040300
[    0.737353] pci 0000:01:00.1: reg 0x10: [mem 0x7a080000-0x7a083fff]
[    0.737471] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.737474] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.737476] pci 0000:00:01.0:   bridge window [mem 0x79000000-0x7a0fffff]
[    0.737480] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6401ffffff 64bit pref]
[    0.737532] pci 0000:00:07.0: PCI bridge to [bus 02-2c]
[    0.737537] pci 0000:00:07.0:   bridge window [mem 0x6c000000-0x781fffff]
[    0.737542] pci 0000:00:07.0:   bridge window [mem 0x6410000000-0x642bffffff 64bit pref]
[    0.737623] pci 0000:2d:00.0: [10ec:8168] type 00 class 0x020000
[    0.737646] pci 0000:2d:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.737673] pci 0000:2d:00.0: reg 0x18: [mem 0x7a404000-0x7a404fff 64bit]
[    0.737691] pci 0000:2d:00.0: reg 0x20: [mem 0x7a400000-0x7a403fff 64bit]
[    0.737821] pci 0000:2d:00.0: supports D1 D2
[    0.737822] pci 0000:2d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.738016] pci 0000:00:1c.0: PCI bridge to [bus 2d]
[    0.738020] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.738023] pci 0000:00:1c.0:   bridge window [mem 0x7a400000-0x7a4fffff]
[    0.738302] pci 0000:2e:00.0: [8086:2725] type 00 class 0x028000
[    0.738381] pci 0000:2e:00.0: reg 0x10: [mem 0x7a300000-0x7a303fff 64bit]
[    0.738745] pci 0000:2e:00.0: PME# supported from D0 D3hot D3cold
[    0.741647] pci 0000:00:1c.7: PCI bridge to [bus 2e]
[    0.741653] pci 0000:00:1c.7:   bridge window [mem 0x7a300000-0x7a3fffff]
[    0.742871] pci 0000:2f:00.0: [17a0:9750] type 00 class 0x080501
[    0.742902] pci 0000:2f:00.0: reg 0x10: [mem 0x7a200000-0x7a200fff]
[    0.752938] pci 0000:2f:00.0: supports D1 D2
[    0.752939] pci 0000:2f:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.759563] pci 0000:00:1d.0: PCI bridge to [bus 2f]
[    0.759569] pci 0000:00:1d.0:   bridge window [mem 0x7a200000-0x7a2fffff]
[    0.765420] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.765561] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.765698] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.765833] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.765967] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.766101] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.766238] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.766374] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.772353] ACPI: EC: interrupt unblocked
[    0.772355] ACPI: EC: event unblocked
[    0.772380] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.772382] ACPI: EC: GPE=0x6e
[    0.772383] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.772385] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[    0.772459] iommu: Default domain type: Translated 
[    0.772460] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.772616] SCSI subsystem initialized
[    0.772891] libata version 3.00 loaded.
[    0.772891] ACPI: bus type USB registered
[    0.772891] usbcore: registered new interface driver usbfs
[    0.772891] usbcore: registered new interface driver hub
[    0.772895] usbcore: registered new device driver usb
[    0.772915] pps_core: LinuxPPS API ver. 1 registered
[    0.772916] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.772918] PTP clock support registered
[    0.772927] EDAC MC: Ver: 3.0.0
[    0.776203] Registered efivars operations
[    0.776357] NetLabel: Initializing
[    0.776358] NetLabel:  domain hash size = 128
[    0.776359] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.776381] NetLabel:  unlabeled traffic allowed by default
[    0.776386] mctp: management component transport protocol core
[    0.776387] NET: Registered PF_MCTP protocol family
[    0.776391] PCI: Using ACPI for IRQ routing
[    0.795026] PCI: pci_cache_line_size set to 64 bytes
[    0.799523] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.802856] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.802858] e820: reserve RAM buffer [mem 0x4bed1000-0x4bffffff]
[    0.802860] e820: reserve RAM buffer [mem 0x4d1e6000-0x4fffffff]
[    0.802861] e820: reserve RAM buffer [mem 0x51a19000-0x53ffffff]
[    0.802862] e820: reserve RAM buffer [mem 0x59f00000-0x5bffffff]
[    0.802863] e820: reserve RAM buffer [mem 0x897c00000-0x897ffffff]
[    0.802874] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.802874] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.802874] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.802874] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.802874] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.802874] vgaarb: loaded
[    0.804114] clocksource: Switched to clocksource tsc-early
[    0.804244] VFS: Disk quotas dquot_6.6.0
[    0.804258] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.804333] pnp: PnP ACPI init
[    0.804596] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.804599] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.804778] system 00:01: [io  0x1854-0x1857] has been reserved
[    0.805438] pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.805465] system 00:03: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.805468] system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.805470] system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.805472] system 00:03: [mem 0xfed20000-0xfed7ffff] has been reserved
[    0.805473] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.805475] system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.805476] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.808035] system 00:04: [io  0x1800-0x18fe] could not be reserved
[    0.808037] system 00:04: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.808039] system 00:04: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.808041] system 00:04: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.808043] system 00:04: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.808045] system 00:04: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.808047] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.808049] system 00:04: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.808050] system 00:04: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.808052] system 00:04: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.808495] system 00:05: [io  0x2000-0x20fe] has been reserved
[    0.809441] pnp: PnP ACPI: found 7 devices
[    0.815050] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.815114] NET: Registered PF_INET protocol family
[    0.815388] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.818870] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.818942] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.819165] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.819566] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.819651] TCP: Hash tables configured (established 262144 bind 65536)
[    0.819829] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.819947] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.820054] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.820146] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.820152] NET: Registered PF_XDP protocol family
[    0.820158] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 02-2c] add_size 1000
[    0.820170] clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffa0000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.820174] clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffe8000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.820177] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.820181] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.820183] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe8000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.820185] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    0.820189] pci 0000:00:07.0: BAR 13: assigned [io  0x6000-0x6fff]
[    0.820190] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.820192] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe8000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.820195] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
[    0.820252] clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.820253] clipped [mem size 0x00008000] to [mem size 0xffffffffffff0000] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.820256] pci 0000:00:1f.5: BAR 0: assigned [mem 0x68400000-0x68400fff]
[    0.820268] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.820270] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.820274] pci 0000:00:01.0:   bridge window [mem 0x79000000-0x7a0fffff]
[    0.820277] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6401ffffff 64bit pref]
[    0.820282] pci 0000:00:07.0: PCI bridge to [bus 02-2c]
[    0.820284] pci 0000:00:07.0:   bridge window [io  0x6000-0x6fff]
[    0.820288] pci 0000:00:07.0:   bridge window [mem 0x6c000000-0x781fffff]
[    0.820291] pci 0000:00:07.0:   bridge window [mem 0x6410000000-0x642bffffff 64bit pref]
[    0.820297] pci 0000:00:1c.0: PCI bridge to [bus 2d]
[    0.820305] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.820310] pci 0000:00:1c.0:   bridge window [mem 0x7a400000-0x7a4fffff]
[    0.820318] pci 0000:00:1c.7: PCI bridge to [bus 2e]
[    0.820322] pci 0000:00:1c.7:   bridge window [mem 0x7a300000-0x7a3fffff]
[    0.820330] pci 0000:00:1d.0: PCI bridge to [bus 2f]
[    0.820339] pci 0000:00:1d.0:   bridge window [mem 0x7a200000-0x7a2fffff]
[    0.820348] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.820350] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.820352] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.820353] pci_bus 0000:00: resource 7 [mem 0x000e8000-0x000effff window]
[    0.820354] pci_bus 0000:00: resource 8 [mem 0x68400000-0xbfffffff window]
[    0.820356] pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
[    0.820357] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.820358] pci_bus 0000:01: resource 1 [mem 0x79000000-0x7a0fffff]
[    0.820360] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6401ffffff 64bit pref]
[    0.820361] pci_bus 0000:02: resource 0 [io  0x6000-0x6fff]
[    0.820362] pci_bus 0000:02: resource 1 [mem 0x6c000000-0x781fffff]
[    0.820364] pci_bus 0000:02: resource 2 [mem 0x6410000000-0x642bffffff 64bit pref]
[    0.820365] pci_bus 0000:2d: resource 0 [io  0x3000-0x3fff]
[    0.820366] pci_bus 0000:2d: resource 1 [mem 0x7a400000-0x7a4fffff]
[    0.820368] pci_bus 0000:2e: resource 1 [mem 0x7a300000-0x7a3fffff]
[    0.820369] pci_bus 0000:2f: resource 1 [mem 0x7a200000-0x7a2fffff]
[    0.821084] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.824716] PCI: CLS 64 bytes, default 64
[    0.824723] DMAR: Intel-IOMMU force enabled due to platform opt in
[    0.824731] DMAR: No ATSR found
[    0.824732] DMAR: No SATC found
[    0.824734] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.824735] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.824736] DMAR: IOMMU feature nwfs inconsistent
[    0.824737] DMAR: IOMMU feature dit inconsistent
[    0.824737] DMAR: IOMMU feature sc_support inconsistent
[    0.824738] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.824739] DMAR: dmar1: Using Queued invalidation
[    0.824743] DMAR: dmar0: Using Queued invalidation
[    0.824746] DMAR: dmar2: Using Queued invalidation
[    0.824779] Trying to unpack rootfs image as initramfs...
[    0.824891] pci 0000:00:00.0: Adding to iommu group 0
[    0.824907] pci 0000:00:01.0: Adding to iommu group 1
[    0.824917] pci 0000:00:02.0: Adding to iommu group 2
[    0.824928] pci 0000:00:06.0: Adding to iommu group 3
[    0.824937] pci 0000:00:07.0: Adding to iommu group 4
[    0.824945] pci 0000:00:08.0: Adding to iommu group 5
[    0.824957] pci 0000:00:0d.0: Adding to iommu group 6
[    0.824965] pci 0000:00:0d.2: Adding to iommu group 6
[    0.824972] pci 0000:00:0e.0: Adding to iommu group 7
[    0.824992] pci 0000:00:14.0: Adding to iommu group 8
[    0.825000] pci 0000:00:14.2: Adding to iommu group 8
[    0.825011] pci 0000:00:15.0: Adding to iommu group 9
[    0.825022] pci 0000:00:16.0: Adding to iommu group 10
[    0.825038] pci 0000:00:1c.0: Adding to iommu group 11
[    0.825057] pci 0000:00:1c.7: Adding to iommu group 12
[    0.825071] pci 0000:00:1d.0: Adding to iommu group 13
[    0.825092] pci 0000:00:1f.0: Adding to iommu group 14
[    0.825100] pci 0000:00:1f.3: Adding to iommu group 14
[    0.825110] pci 0000:00:1f.4: Adding to iommu group 14
[    0.825120] pci 0000:00:1f.5: Adding to iommu group 14
[    0.825137] pci 0000:01:00.0: Adding to iommu group 15
[    0.825147] pci 0000:01:00.1: Adding to iommu group 15
[    0.825162] pci 0000:2d:00.0: Adding to iommu group 16
[    0.825172] pci 0000:2e:00.0: Adding to iommu group 17
[    0.825194] pci 0000:2f:00.0: Adding to iommu group 18
[    0.825321] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.825322] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.825323] software IO TLB: mapped [mem 0x000000004793d000-0x000000004b93d000] (64MB)
[    0.825368] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    0.825411] clocksource: Switched to clocksource tsc
[    0.825431] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.827255] Initialise system trusted keyrings
[    0.827264] Key type blacklist registered
[    0.827310] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.828329] zbud: loaded
[    0.828512] integrity: Platform Keyring initialized
[    0.828514] integrity: Machine keyring initialized
[    0.841116] Key type asymmetric registered
[    0.841117] Asymmetric key parser 'x509' registered
[    0.880638] Freeing initrd memory: 14088K
[    0.883285] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.883298] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.883341] io scheduler mq-deadline registered
[    0.883343] io scheduler kyber registered
[    0.883362] io scheduler bfq registered
[    0.885992] pcieport 0000:00:01.0: PME: Signaling with IRQ 123
[    0.886264] pcieport 0000:00:07.0: PME: Signaling with IRQ 124
[    0.886286] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.886604] pcieport 0000:00:1c.0: PME: Signaling with IRQ 125
[    0.886890] pcieport 0000:00:1c.7: PME: Signaling with IRQ 126
[    0.887195] pcieport 0000:00:1d.0: PME: Signaling with IRQ 127
[    0.887308] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.887607] Monitor-Mwait will be used to enter C-1 state
[    0.887612] Monitor-Mwait will be used to enter C-2 state
[    0.887615] Monitor-Mwait will be used to enter C-3 state
[    0.887618] ACPI: \_SB_.PR00: Found 3 idle states
[    0.888753] ACPI: AC: AC Adapter [ADP1] (off-line)
[    0.888820] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.888850] ACPI: button: Lid Switch [LID0]
[    0.888874] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.889543] ACPI: button: Power Button [PWRB]
[    0.889594] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.889820] ACPI: button: Power Button [PWRF]
[    0.897335] ACPI: thermal: [Firmware Bug]: Invalid critical threshold (0)
[    0.897592] ACPI: \_TZ_.TZ01: Invalid passive threshold
[    0.899865] thermal LNXTHERM:00: registered as thermal_zone0
[    0.899868] ACPI: thermal: Thermal Zone [TZ01] (36 C)
[    0.900245] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.901644] hpet_acpi_add: no address or irqs in _CRS
[    0.901702] Non-volatile memory driver v1.3
[    0.901703] Linux agpgart interface v0.103
[    0.901705] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.901819] ACPI: bus type drm_connector registered
[    0.903254] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.903257] ehci-pci: EHCI PCI platform driver
[    0.903265] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.903267] ohci-pci: OHCI PCI platform driver
[    0.903272] uhci_hcd: USB Universal Host Controller Interface driver
[    0.903301] usbcore: registered new interface driver usbserial_generic
[    0.903306] usbserial: USB Serial support registered for generic
[    0.903388] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.904223] rtc_cmos rtc_cmos: registered as rtc0
[    0.904387] rtc_cmos rtc_cmos: setting system clock to 2022-10-28T07:55:53 UTC (1666943753)
[    0.904399] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    0.905441] intel_pstate: Intel P-state driver initializing
[    0.907314] intel_pstate: HWP enabled
[    0.907514] ledtrig-cpu: registered to indicate activity on CPUs
[    0.907625] efifb: probing for efifb
[    0.907632] efifb: framebuffer at 0x4000000000, using 14400k, total 14400k
[    0.907634] efifb: mode is 2560x1440x32, linelength=10240, pages=1
[    0.907635] efifb: scrolling: redraw
[    0.907636] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.907689] Console: switching to colour frame buffer device 160x45
[    0.910192] fb0: EFI VGA frame buffer device
[    0.910207] hid: raw HID events driver (C) Jiri Kosina
[    0.910289] intel_pmc_core INT33A1:00:  initialized
[    0.910350] drop_monitor: Initializing network drop monitor service
[    0.918414] ACPI: battery: Slot [BAT0] (battery present)
[    0.920213] Initializing XFRM netlink socket
[    0.920262] NET: Registered PF_INET6 protocol family
[    0.922537] Segment Routing with IPv6
[    0.922538] RPL Segment Routing with IPv6
[    0.922544] In-situ OAM (IOAM) with IPv6
[    0.922561] NET: Registered PF_PACKET protocol family
[    0.924808] microcode: sig=0x806d1, pf=0x2, revision=0x40
[    0.925626] microcode: Microcode Update Driver: v2.2.
[    0.926000] resctrl: L2 allocation detected
[    0.926005] IPI shorthand broadcast: enabled
[    0.926025] sched_clock: Marking stable (917710418, 8282741)->(973282450, -47289291)
[    0.926349] registered taskstats version 1
[    0.928166] Loading compiled-in X.509 certificates
[    0.930166] Loaded X.509 cert 'Build time autogenerated kernel key: 8745dd950f98fb9c57addff659f1e9ba07314c03'
[    0.930916] zswap: loaded using pool lz4/z3fold
[    0.931479] Key type ._fscrypt registered
[    0.931479] Key type .fscrypt registered
[    0.931480] Key type fscrypt-provisioning registered
[    0.931733] integrity: Loading X.509 certificate: UEFI:db
[    0.931754] integrity: Loaded X.509 cert 'HP Inc.: HP UEFI Secure Boot DB 2017: d9c01b50cfcae89d3b05345c163aa76e5dd589e7'
[    0.931755] integrity: Loading X.509 certificate: UEFI:db
[    0.931769] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.931770] integrity: Loading X.509 certificate: UEFI:db
[    0.931785] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.932170] blacklist: Problem blacklisting hash (-13)
[    0.932201] blacklist: Problem blacklisting hash (-13)
[    0.932265] blacklist: Problem blacklisting hash (-13)
[    0.932316] blacklist: Problem blacklisting hash (-13)
[    0.932380] blacklist: Problem blacklisting hash (-13)
[    0.932426] blacklist: Problem blacklisting hash (-13)
[    0.933692] PM:   Magic number: 10:760:926
[    0.934077] RAS: Correctable Errors collector initialized.
[    0.939175] Freeing unused decrypted memory: 2036K
[    0.939873] Freeing unused kernel image (initmem) memory: 2120K
[    0.959746] Write protecting the kernel read-only data: 28672k
[    0.960614] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    0.960949] Freeing unused kernel image (rodata/data gap) memory: 972K
[    0.973062] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.973067] rodata_test: all tests were successful
[    0.973084] Run /init as init process
[    0.973085]   with arguments:
[    0.973087]     /init
[    0.973088]   with environment:
[    0.973088]     HOME=/
[    0.973089]     TERM=linux
[    0.973089]     BOOT_IMAGE=/boot/vmlinuz-linux
[    1.072323] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.072328] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.073530] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.075092] vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
[    1.075097] pci_bus 10000:e0: root bus resource [bus e0-ff]
[    1.075100] pci_bus 10000:e0: root bus resource [mem 0x6a000000-0x6bffffff]
[    1.075103] pci_bus 10000:e0: root bus resource [mem 0x642f102000-0x642f1fffff 64bit]
[    1.075132] pci 10000:e0:06.0: [8086:9a0f] type 01 class 0x060400
[    1.075203] pci 10000:e0:06.0: PME# supported from D0 D3hot D3cold
[    1.075238] pci 10000:e0:06.0: PTM enabled (root), 4ns granularity
[    1.075340] pci 10000:e0:06.0: Adding to iommu group 7
[    1.075374] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    1.075492] pci 10000:e1:00.0: [144d:a80a] type 00 class 0x010802
[    1.075517] pci 10000:e1:00.0: reg 0x10: [mem 0x6a000000-0x6a003fff 64bit]
[    1.075738] pci 10000:e1:00.0: Adding to iommu group 7
[    1.075775] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    1.075778] pci 10000:e0:06.0:   bridge window [io  0x0000-0x0fff]
[    1.075782] pci 10000:e0:06.0:   bridge window [mem 0x6a000000-0x6a0fffff]
[    1.075788] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    1.079168] pci 10000:e0:06.0: BAR 14: assigned [mem 0x6a000000-0x6a0fffff]
[    1.079171] pci 10000:e0:06.0: BAR 13: no space for [io  size 0x1000]
[    1.079174] pci 10000:e0:06.0: BAR 13: failed to assign [io  size 0x1000]
[    1.079177] pci 10000:e1:00.0: BAR 0: assigned [mem 0x6a000000-0x6a003fff 64bit]
[    1.079189] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    1.079193] pci 10000:e0:06.0:   bridge window [mem 0x6a000000-0x6a0fffff]
[    1.079212] pcieport 10000:e0:06.0: can't derive routing for PCI INT D
[    1.079281] pcieport 10000:e0:06.0: PCI INT D: no GSI
[    1.079403] pcieport 10000:e0:06.0: PME: Signaling with IRQ 147
[    1.079466] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    1.079477] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    1.079496] vmd 0000:00:0e.0: Bound to PCI domain 10000
[    1.080562] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    1.080845] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    1.080850] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    1.080853] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.080901] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
[    1.080904] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.080905] usb usb1: Product: xHCI Host Controller
[    1.080907] usb usb1: Manufacturer: Linux 6.0.2-arch1-1 xhci-hcd
[    1.080908] usb usb1: SerialNumber: 0000:00:0d.0
[    1.081007] hub 1-0:1.0: USB hub found
[    1.081015] hub 1-0:1.0: 1 port detected
[    1.081097] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
[    1.081099] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.081100] usb usb2: Product: xHCI Host Controller
[    1.081101] usb usb2: Manufacturer: Linux 6.0.2-arch1-1 xhci-hcd
[    1.081102] usb usb2: SerialNumber: 0000:00:0d.0
[    1.081165] hub 2-0:1.0: USB hub found
[    1.081174] hub 2-0:1.0: 4 ports detected
[    1.082400] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.082411] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.083528] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    1.083811] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.083813] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.083814] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    1.083840] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
[    1.083842] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.083843] usb usb3: Product: xHCI Host Controller
[    1.083844] usb usb3: Manufacturer: Linux 6.0.2-arch1-1 xhci-hcd
[    1.083845] usb usb3: SerialNumber: 0000:00:14.0
[    1.083988] hub 3-0:1.0: USB hub found
[    1.084012] hub 3-0:1.0: 16 ports detected
[    1.085858] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
[    1.085860] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.085861] usb usb4: Product: xHCI Host Controller
[    1.085862] usb usb4: Manufacturer: Linux 6.0.2-arch1-1 xhci-hcd
[    1.085863] usb usb4: SerialNumber: 0000:00:14.0
[    1.085944] hub 4-0:1.0: USB hub found
[    1.085964] hub 4-0:1.0: 8 ports detected
[    1.086603] usb: port power management may be unreliable
[    1.090740] sdhci: Secure Digital Host Controller Interface driver
[    1.090742] sdhci: Copyright(c) Pierre Ossman
[    1.099309] sdhci-pci 0000:2f:00.0: SDHCI controller found [17a0:9750] (rev 1)
[    1.113043] sdhci-pci 0000:2f:00.0: enabling device (0000 -> 0002)
[    1.127941] nvme nvme0: pci function 10000:e1:00.0
[    1.127959] pcieport 10000:e0:06.0: can't derive routing for PCI INT A
[    1.128056] nvme 10000:e1:00.0: PCI INT A: not connected
[    1.131371] mmc0: SDHCI controller on PCI [0000:2f:00.0] using ADMA
[    1.139958] nvme nvme0: Shutdown timeout set to 10 seconds
[    1.143740] nvme nvme0: 16/0/0 default/read/poll queues
[    1.146414]  nvme0n1: p1 p2 p3
[    1.173261] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.320945] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
[    1.336181] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[    1.377019] systemd[1]: systemd 251.7-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    1.377023] systemd[1]: Detected architecture x86-64.
[    1.380909] systemd[1]: Hostname set to <refine>.
[    1.457579] systemd[1]: Queued start job for default target Graphical Interface.
[    1.478098] usb 3-2: New USB device found, idVendor=046d, idProduct=c092, bcdDevice=52.00
[    1.478106] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.478108] usb 3-2: Product: G102 LIGHTSYNC Gaming Mouse
[    1.478110] usb 3-2: Manufacturer: Logitech
[    1.478112] usb 3-2: SerialNumber: 2078315D3532
[    1.503760] systemd[1]: Created slice Slice /system/getty.
[    1.506207] systemd[1]: Created slice Slice /system/modprobe.
[    1.508398] systemd[1]: Created slice Slice /system/systemd-fsck.
[    1.510419] systemd[1]: Created slice User and Session Slice.
[    1.512273] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.514076] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.515959] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.517613] systemd[1]: Reached target Local Encrypted Volumes.
[    1.519093] systemd[1]: Reached target Login Prompts.
[    1.520555] systemd[1]: Reached target Local Integrity Protected Volumes.
[    1.521688] systemd[1]: Reached target Path Units.
[    1.522788] systemd[1]: Reached target Remote File Systems.
[    1.523899] systemd[1]: Reached target Slice Units.
[    1.525212] systemd[1]: Reached target Swaps.
[    1.526485] systemd[1]: Reached target Local Verity Protected Volumes.
[    1.527629] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.528941] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.530487] systemd[1]: Listening on Process Core Dump Socket.
[    1.531370] systemd[1]: Listening on Journal Audit Socket.
[    1.532526] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.533944] systemd[1]: Listening on Journal Socket.
[    1.535137] systemd[1]: Listening on udev Control Socket.
[    1.536237] systemd[1]: Listening on udev Kernel Socket.
[    1.537466] systemd[1]: Mounting Huge Pages File System...
[    1.538727] systemd[1]: Mounting POSIX Message Queue File System...
[    1.540061] systemd[1]: Mounting Kernel Debug File System...
[    1.541455] systemd[1]: Mounting Kernel Trace File System...
[    1.542952] systemd[1]: Mounting Temporary Directory /tmp...
[    1.544428] systemd[1]: Starting Create List of Static Device Nodes...
[    1.545909] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.547435] systemd[1]: Starting Load Kernel Module configfs...
[    1.548962] systemd[1]: Starting Load Kernel Module drm...
[    1.550580] systemd[1]: Starting Load Kernel Module fuse...
[    1.551583] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    1.552933] systemd[1]: Starting Journal Service...
[    1.554831] systemd[1]: Starting Load Kernel Modules...
[    1.556303] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.557514] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    1.558251] systemd[1]: Starting Coldplug All udev Devices...
[    1.560509] systemd[1]: Mounted Huge Pages File System.
[    1.561790] systemd[1]: Mounted POSIX Message Queue File System.
[    1.562102] fuse: init (API version 7.36)
[    1.562302] EXT4-fs (nvme0n1p2): re-mounted. Quota mode: none.
[    1.563122] systemd[1]: Mounted Kernel Debug File System.
[    1.564126] systemd[1]: Mounted Kernel Trace File System.
[    1.565138] systemd[1]: Mounted Temporary Directory /tmp.
[    1.566434] systemd[1]: Finished Create List of Static Device Nodes.
[    1.567503] audit: type=1130 audit(1666943754.160:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.567636] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    1.567719] systemd[1]: Finished Load Kernel Module configfs.
[    1.568568] audit: type=1130 audit(1666943754.160:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.568575] audit: type=1131 audit(1666943754.160:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.568658] Asymmetric key parser 'pkcs8' registered
[    1.568748] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    1.568846] systemd[1]: Finished Load Kernel Module drm.
[    1.569710] audit: type=1130 audit(1666943754.163:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.569714] audit: type=1131 audit(1666943754.163:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.569889] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    1.570076] systemd[1]: Finished Load Kernel Module fuse.
[    1.571029] audit: type=1130 audit(1666943754.163:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.571041] audit: type=1131 audit(1666943754.163:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.571187] systemd[1]: Finished Load Kernel Modules.
[    1.572051] audit: type=1130 audit(1666943754.163:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.572175] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.573182] audit: type=1130 audit(1666943754.166:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.573920] systemd[1]: Mounting FUSE Control File System...
[    1.575529] systemd[1]: Mounting Kernel Configuration File System...
[    1.576489] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    1.576896] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    1.577755] systemd[1]: Starting Load/Save Random Seed...
[    1.579166] systemd[1]: Starting Apply Kernel Variables...
[    1.580080] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    1.580878] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.582266] systemd[1]: Mounted FUSE Control File System.
[    1.583242] systemd[1]: Mounted Kernel Configuration File System.
[    1.584939] systemd[1]: Finished Apply Kernel Variables.
[    1.597434] systemd[1]: Finished Load/Save Random Seed.
[    1.598486] systemd[1]: Started Journal Service.
[    1.604959] systemd-journald[322]: Received client request to flush runtime journal.
[    1.611308] usb 3-6: new high-speed USB device number 3 using xhci_hcd
[    1.693401] wmi_bus wmi_bus-PNP0C14:00: WQ00 data block query control method not found
[    1.701017] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.706941] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.763550] usb 3-6: New USB device found, idVendor=30c9, idProduct=000e, bcdDevice= 0.02
[    1.763560] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.763564] usb 3-6: Product: HP Wide Vision HD Camera
[    1.763567] usb 3-6: Manufacturer: DJKANA1RSF23E1
[    1.809702] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    1.818928] ACPI: bus type thunderbolt registered
[    1.818978] thunderbolt 0000:00:0d.2: enabling device (0000 -> 0002)
[    1.822160] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.822222] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.825540] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    1.825993] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.827084] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:03 [mem 0xfedc0000-0xfedc7fff]
[    1.828879] caller __uncore_imc_init_box+0xc4/0x120 [intel_uncore] mapping multiple BARs
[    1.833670] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    1.833691] spi-nor spi0.0: unrecognized JEDEC id bytes: c2 75 18 c2 75 18
[    1.844550] cryptd: max_cpu_qlen set to 1000
[    1.848061] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    1.849273] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    1.888974] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Quota mode: none.
[    1.889532] usb 3-7: new full-speed USB device number 4 using xhci_hcd
[    1.929993] r8169 0000:2d:00.0: enabling device (0000 -> 0003)
[    1.930280] r8169 0000:2d:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.930513] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.932643] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.933394] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    1.935338] cfg80211: failed to load regulatory.db
[    1.943581] input: ELAN0753:00 04F3:31C2 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0753:00/0018:04F3:31C2.0001/input/input5
[    1.943769] input: ELAN0753:00 04F3:31C2 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0753:00/0018:04F3:31C2.0001/input/input7
[    1.944058] hid-generic 0018:04F3:31C2.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0753:00 04F3:31C2] on i2c-ELAN0753:00
[    1.949032] r8169 0000:2d:00.0 eth0: RTL8168h/8111h, 48:9e:bd:33:70:8f, XID 541, IRQ 185
[    1.949043] r8169 0000:2d:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.960859] AVX2 version of gcm_enc/dec engaged.
[    1.960958] AES CTR mode by8 optimization enabled
[    2.031091] Intel(R) Wireless WiFi driver for Linux
[    2.031360] iwlwifi 0000:2e:00.0: enabling device (0000 -> 0002)
[    2.036413] iwlwifi 0000:2e:00.0: Direct firmware load for iwlwifi-ty-a0-gf-a0-72.ucode failed with error -2
[    2.040886] usb 3-7: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
[    2.040897] usb 3-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.078725] iwlwifi 0000:2e:00.0: api flags index 2 larger than supported by driver
[    2.078748] iwlwifi 0000:2e:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.36
[    2.079275] iwlwifi 0000:2e:00.0: loaded firmware version 71.058653f6.0 ty-a0-gf-a0-71.ucode op_mode iwlmvm
[    2.162854] usb 3-8: new full-speed USB device number 5 using xhci_hcd
[    2.307586] usb 3-8: New USB device found, idVendor=0461, idProduct=4e9a, bcdDevice= 3.19
[    2.307590] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.307592] usb 3-8: Product: HP OMEN 17 KBM
[    2.307593] usb 3-8: Manufacturer: PRiMAX
[    2.399262] typec port0: bound usb3-port4 (ops connector_ops)
[    2.399269] typec port0: bound usb2-port1 (ops connector_ops)
[    2.399889] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[    2.400258] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    2.401909] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    2.435018] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.435048] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.435376] input: Logitech G102 LIGHTSYNC Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:046D:C092.0002/input/input8
[    2.435988] hid-generic 0003:046D:C092.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:00:14.0-2/input0
[    2.437755] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    2.437980] Console: switching to colour dummy device 80x25
[    2.437984] input: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:046D:C092.0003/input/input9
[    2.438067] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.438165] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    2.438551] iwlwifi 0000:2e:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[    2.438666] thermal thermal_zone1: failed to read out thermal zone (-61)
[    2.440378] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    2.443615] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[    2.492973] hid-generic 0003:046D:C092.0003: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:00:14.0-2/input1
[    2.493630] input: PRiMAX HP OMEN 17 KBM Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/0003:0461:4E9A.0004/input/input12
[    2.513067] iTCO_vendor_support: vendor-support=0
[    2.513544] mc: Linux media interface: v0.10
[    2.549913] input: PRiMAX HP OMEN 17 KBM Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/0003:0461:4E9A.0004/input/input13
[    2.550317] hid-generic 0003:0461:4E9A.0004: input,hidraw3: USB HID v1.11 Keyboard [PRiMAX HP OMEN 17 KBM] on usb-0000:00:14.0-8/input0
[    2.551337] input: PRiMAX HP OMEN 17 KBM Keypad as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.1/0003:0461:4E9A.0005/input/input19
[    2.587248] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input14
[    2.588696] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    2.596649] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    2.596819] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.596872] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    2.597318] iwlwifi 0000:2e:00.0: loaded PNVM version 881c99e1
[    2.597663] videodev: Linux video capture interface: v2.00
[    2.604027] input: HP WMI hotkeys as /devices/virtual/input/input22
[    2.606260] input: PRiMAX HP OMEN 17 KBM Wireless Radio Control as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.1/0003:0461:4E9A.0005/input/input20
[    2.606357] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input15
[    2.606449] input: PRiMAX HP OMEN 17 KBM Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.1/0003:0461:4E9A.0005/input/input21
[    2.606487] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input16
[    2.606557] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input17
[    2.606573] hid-generic 0003:0461:4E9A.0005: input,hidraw4: USB HID v1.11 Keypad [PRiMAX HP OMEN 17 KBM] on usb-0000:00:14.0-8/input1
[    2.606622] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input18
[    2.607081] hid-generic 0003:0461:4E9A.0006: hiddev97,hidraw5: USB HID v1.11 Device [PRiMAX HP OMEN 17 KBM] on usb-0000:00:14.0-8/input2
[    2.607116] usbcore: registered new interface driver usbhid
[    2.607117] usbhid: USB HID core driver
[    2.608556] iwlwifi 0000:2e:00.0: Detected RF GF, rfid=0x10d000
[    2.625415] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[    2.625598] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    2.682313] iwlwifi 0000:2e:00.0: base HW address: 28:d0:ea:ff:7b:98
[    2.686852] input: ELAN0753:00 04F3:31C2 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0753:00/0018:04F3:31C2.0001/input/input23
[    2.687004] input: ELAN0753:00 04F3:31C2 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0753:00/0018:04F3:31C2.0001/input/input25
[    2.687169] hid-multitouch 0018:04F3:31C2.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0753:00 04F3:31C2] on i2c-ELAN0753:00
[    2.698142] r8169 0000:2d:00.0 eno1: renamed from eth0
[    2.759647] Generic FE-GE Realtek PHY r8169-0-2d00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2d00:00, irq=MAC)
[    2.778690] mousedev: PS/2 mouse device common for all mice
[    2.805554] Bluetooth: Core ver 2.22
[    2.805580] NET: Registered PF_BLUETOOTH protocol family
[    2.805582] Bluetooth: HCI device and connection manager initialized
[    2.805586] Bluetooth: HCI socket layer initialized
[    2.805588] Bluetooth: L2CAP socket layer initialized
[    2.805591] Bluetooth: SCO socket layer initialized
[    2.812272] intel_tcc_cooling: Programmable TCC Offset detected
[    2.824634] usb 3-6: Found UVC 1.00 device HP Wide Vision HD Camera (30c9:000e)
[    2.843670] input: HP Wide Vision HD Camera: HP Wi as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input26
[    2.843729] usbcore: registered new interface driver uvcvideo
[    2.931732] usbcore: registered new interface driver btusb
[    2.934354] Bluetooth: hci0: Firmware timestamp 2022.28 buildtype 1 build 47489
[    2.949631] r8169 0000:2d:00.0 eno1: Link is Down
[    2.973837] Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
[    2.974062] Bluetooth: hci0: Boot Address: 0x100800
[    2.974067] Bluetooth: hci0: Firmware Version: 129-28.22
[    2.974072] Bluetooth: hci0: Firmware already loaded
[    3.042490] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.042493] Bluetooth: BNEP filters: protocol multicast
[    3.042497] Bluetooth: BNEP socket layer initialized
[    3.046486] intel_rapl_common: Found RAPL domain package
[    3.046488] intel_rapl_common: Found RAPL domain core
[    3.046489] intel_rapl_common: Found RAPL domain uncore
[    3.046491] intel_rapl_common: Found RAPL domain psys
[    3.047040] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[    3.047070] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    3.047077] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[    3.047350] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[    3.067898] Bluetooth: MGMT ver 1.22
[    3.137728] NET: Registered PF_ALG protocol family
[    3.642846] bbswitch: loading out-of-tree module taints kernel.
[    3.660533] bbswitch: module verification failed: signature and/or required key missing - tainting kernel
[    3.660995] bbswitch: version 0.8
[    3.661001] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PC00.GFX0
[    3.661009] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PC00.PEG1.PEGP
[    3.661023] ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
[    3.661210] bbswitch: detected an Optimus _DSM function
[    3.661221] pci 0000:01:00.0: enabling device (0000 -> 0003)
[    3.661318] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[    3.662017] bbswitch: disabling discrete graphics
[    3.719023] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    3.720481] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    3.720918] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    3.721549] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input27
[    3.725248] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.725953] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input28
[    3.726226] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.729031] fbcon: i915drmfb (fb0) is primary device
[    3.734627] Console: switching to colour frame buffer device 160x45
[    3.746016] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.768189] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    3.871254] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[    3.871257] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[    3.871260] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
[    3.872045] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[    3.872047] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[    3.872051] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[    3.958405] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[    3.958411] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[    3.976206] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[    3.976446] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[    4.000187] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC245: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[    4.000190] snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.000191] snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    4.000192] snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
[    4.000193] snd_hda_codec_realtek ehdaudio0D0:    inputs:
[    4.000194] snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
[    4.044918] snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
[    4.044968] snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
[    4.045326] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
[    4.045372] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
[    4.045418] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
[    4.045466] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten
[    4.045513] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten
[    4.045562] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten
[    4.045610] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten
[    4.045659] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten
[    4.045711] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten
[    4.045760] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten
[    4.045810] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten
[    4.045964] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[    4.063060] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input29
[    4.063119] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input30
[    4.063190] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input31
[    4.063289] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input32
[    4.063379] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input33
[    4.424636] snd_hda_intel 0000:01:00.1: Unable to change power state from D0 to D3hot, device inaccessible
[    5.368218] nvidia: module license 'NVIDIA' taints kernel.
[    5.368222] Disabling lock debugging due to kernel taint
[    5.517851] nvidia-nvlink: Nvlink Core is being initialized, major device number 511

[    5.517893] traps: Missing ENDBR: _nv011889rm+0x0/0x10 [nvidia]
[    5.518163] ------------[ cut here ]------------
[    5.518163] kernel BUG at arch/x86/kernel/traps.c:253!
[    5.518167] invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
[    5.518169] CPU: 7 PID: 620 Comm: modprobe Tainted: P           OE      6.0.2-arch1-1 #1 50c0f0880a1bf780734fcafd72b58c22e0d25b99
[    5.518171] Hardware name: HP OMEN by HP Laptop 17-ck0xxx/88FE, BIOS F.04 05/28/2021
[    5.518172] RIP: 0010:exc_control_protection+0xc2/0xd0
[    5.518176] Code: fb ff 45 31 c9 49 89 d8 b9 09 00 00 00 48 8b 93 80 00 00 00 be fa 00 00 00 48 c7 c7 29 5e 69 a6 e8 c3 5f 4b ff e9 64 ff ff ff <0f> 0b 66 66 2e 0f 1f 84 00 00 00 00 00 90 66 0f 1f 00 55 53 48 89
[    5.518177] RSP: 0018:ffffb75b410cfbc8 EFLAGS: 00010002
[    5.518179] RAX: 0000000000000033 RBX: ffffb75b410cfbe8 RCX: 0000000000000027
[    5.518180] RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff9211379e1660
[    5.518181] RBP: 0000000000000003 R08: 0000000000000000 R09: ffffb75b410cfa60
[    5.518182] R10: 0000000000000003 R11: ffffffffa6ecb508 R12: 0000000000000000
[    5.518182] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[    5.518183] FS:  00007f2647c76740(0000) GS:ffff9211379c0000(0000) knlGS:0000000000000000
[    5.518185] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    5.518186] CR2: 00007f26468cc000 CR3: 0000000103e06002 CR4: 0000000000f70ee0
[    5.518187] PKRU: 55555554
[    5.518187] Call Trace:
[    5.518188]  <TASK>
[    5.518189]  asm_exc_control_protection+0x26/0x30
[    5.518192] RIP: 0010:_nv011889rm+0x0/0x10 [nvidia]
[    5.518456] Code: 66 2e 0f 1f 84 00 00 00 00 00 48 83 ec 08 e8 47 3a 1f 00 48 83 c4 08 48 89 c7 e9 bb ff ff ff 66 2e 0f 1f 84 00 00 00 00 00 90 <48> 89 f7 e9 18 08 00 00 0f 1f 84 00 00 00 00 00 48 89 f7 e9 18 08
[    5.518458] RSP: 0018:ffffb75b410cfc90 EFLAGS: 00010202
[    5.518459] RAX: ffffffffc3218e30 RBX: ffffffffc6197ad0 RCX: 0000000000000000
[    5.518460] RDX: 000000000001bb65 RSI: 0000000000000010 RDI: ffffffffc6197ad0
[    5.518461] RBP: ffff9209e36d2fe0 R08: ffffb75b410cfc50 R09: ffffffffc6197b10
[    5.518462] R10: ffffffffc6162e10 R11: 0000000000000000 R12: 0000000000000010
[    5.518463] R13: ffff9209e36d0000 R14: 0000561fe1d2fcb2 R15: ffffb75b410cfe10
[    5.518465]  ? _nv037178rm+0x20/0x20 [nvidia 2d40d2c6d2c08350d8412d83c82225befc5323f3]
[    5.518733]  _nv011887rm+0x24/0xe0 [nvidia 2d40d2c6d2c08350d8412d83c82225befc5323f3]
[    5.519037]  _nv037179rm+0xe/0xa0 [nvidia 2d40d2c6d2c08350d8412d83c82225befc5323f3]
[    5.519332]  _nv037182rm+0x1d/0x30 [nvidia 2d40d2c6d2c08350d8412d83c82225befc5323f3]
[    5.519625]  _nv037184rm+0x2f/0x40 [nvidia 2d40d2c6d2c08350d8412d83c82225befc5323f3]
[    5.519946]  _nv016464rm+0x15/0x70 [nvidia 2d40d2c6d2c08350d8412d83c82225befc5323f3]
[    5.520172]  _nv000672rm+0x9/0x20 [nvidia 2d40d2c6d2c08350d8412d83c82225befc5323f3]
[    5.520396]  ? cdev_add+0x50/0x70
[    5.520401]  rm_init_rm+0x17/0x60 [nvidia 2d40d2c6d2c08350d8412d83c82225befc5323f3]
[    5.520662]  nvidia_init_module+0x242/0x616 [nvidia 2d40d2c6d2c08350d8412d83c82225befc5323f3]
[    5.520852]  ? nvidia_init_module+0x616/0x616 [nvidia 2d40d2c6d2c08350d8412d83c82225befc5323f3]
[    5.521039]  nvidia_frontend_init_module+0x50/0x94 [nvidia 2d40d2c6d2c08350d8412d83c82225befc5323f3]
[    5.521225]  ? nvidia_init_module+0x616/0x616 [nvidia 2d40d2c6d2c08350d8412d83c82225befc5323f3]
[    5.521413]  do_one_initcall+0x5a/0x220
[    5.521417]  do_init_module+0x4a/0x1e0
[    5.521420]  __do_sys_init_module+0x17f/0x1b0
[    5.521422]  do_syscall_64+0x5c/0x90
[    5.521426]  ? syscall_exit_to_user_mode+0x1b/0x40
[    5.521429]  ? do_syscall_64+0x6b/0x90
[    5.521430]  ? exc_page_fault+0x74/0x170
[    5.521432]  entry_SYSCALL_64_after_hwframe+0x63/0xcd
[    5.521434] RIP: 0033:0x7f2647721eae
[    5.521436] Code: 48 8b 0d dd ee 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d aa ee 0c 00 f7 d8 64 89 01 48
[    5.521437] RSP: 002b:00007ffdc88b9208 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[    5.521439] RAX: ffffffffffffffda RBX: 0000561fe25e0db0 RCX: 00007f2647721eae
[    5.521440] RDX: 0000561fe1d2fcb2 RSI: 0000000004c34f68 RDI: 00007f2641c98010
[    5.521441] RBP: 0000561fe1d2fcb2 R08: 0000561fe25e10d0 R09: 0000000000000000
[    5.521442] R10: 0000000000000005 R11: 0000000000000246 R12: 0000000000040000
[    5.521443] R13: 0000561fe25e0e50 R14: 0000000000000000 R15: 0000561fe25e1080
[    5.521444]  </TASK>
[    5.521445] Modules linked in: nvidia(POE+) snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_hda_dsp_common snd_soc_hdac_hdmi snd_sof_probes snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio bbswitch(OE) cmac algif_hash algif_skcipher af_alg snd_soc_dmic snd_sof_pci_intel_tgl intel_rapl_msr bnep intel_rapl_common snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof btusb snd_sof_utils btrtl snd_soc_hdac_hda btbcm btintel snd_hda_ext_core uvcvideo btmtk intel_tcc_cooling snd_soc_acpi_intel_match videobuf2_vmalloc x86_pkg_temp_thermal videobuf2_memops snd_soc_acpi intel_powerclamp bluetooth soundwire_bus joydev mousedev videobuf2_v4l2 coretemp ecdh_generic snd_soc_core hid_multitouch videobuf2_common snd_compress iTCO_wdt hp_wmi mei_hdcp ee1004 videodev ac97_bus kvm_intel sparse_keymap intel_pmc_bxt mei_pxp iTCO_vendor_support mc snd_hda_codec_hdmi platform_profile snd_pcm_dmaengine kvm iwlmvm
[    5.521474]  wmi_bmof usbhid nvidia_wmi_ec_backlight mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul crc32_pclmul snd_intel_sdw_acpi libarc4 polyval_clmulni i915 polyval_generic snd_hda_codec gf128mul iwlwifi ghash_clmulni_intel snd_hda_core vfat drm_buddy aesni_intel snd_hwdep fat crypto_simd r8169 snd_pcm ttm cryptd cfg80211 realtek ucsi_acpi intel_cstate snd_timer mei_me drm_display_helper spi_nor intel_lpss_pci typec_ucsi mdio_devres intel_uncore typec snd i2c_i801 cec intel_lpss pcspkr mtd thunderbolt rfkill i2c_smbus libphy mei soundcore idma64 intel_gtt roles i2c_hid_acpi i2c_hid mac_hid video wmi acpi_pad acpi_tad pkcs8_key_parser crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 nvme serio_raw atkbd sdhci_pci nvme_core libps2 cqhci nvme_common vivaldi_fmap sdhci spi_intel_pci xhci_pci mmc_core crc32c_intel spi_intel vmd xhci_pci_renesas i8042 serio
[    5.521512] Unloaded tainted modules: pcc_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 pcc_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 fjes():1 acpi_cpufreq():1 acpi_cpufreq():1 fjes():1 pcc_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 fjes():1
[    5.521579]  acpi_cpufreq():1 pcc_cpufreq():1 fjes():1 acpi_cpufreq():1 fjes():1 pcc_cpufreq():1 acpi_cpufreq():1 pcc_cpufreq():1 fjes():1 acpi_cpufreq():1 fjes():1 acpi_cpufreq():1
[    5.521612] ---[ end trace 0000000000000000 ]---
[    5.521617] RIP: 0010:exc_control_protection+0xc2/0xd0
[    5.521627] Code: fb ff 45 31 c9 49 89 d8 b9 09 00 00 00 48 8b 93 80 00 00 00 be fa 00 00 00 48 c7 c7 29 5e 69 a6 e8 c3 5f 4b ff e9 64 ff ff ff <0f> 0b 66 66 2e 0f 1f 84 00 00 00 00 00 90 66 0f 1f 00 55 53 48 89
[    5.521640] RSP: 0018:ffffb75b410cfbc8 EFLAGS: 00010002
[    5.521645] RAX: 0000000000000033 RBX: ffffb75b410cfbe8 RCX: 0000000000000027
[    5.521650] RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff9211379e1660
[    5.521653] RBP: 0000000000000003 R08: 0000000000000000 R09: ffffb75b410cfa60
[    5.521657] R10: 0000000000000003 R11: ffffffffa6ecb508 R12: 0000000000000000
[    5.521661] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[    5.521665] FS:  00007f2647c76740(0000) GS:ffff9211379c0000(0000) knlGS:0000000000000000
[    5.521670] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    5.521674] CR2: 00007f26468cc000 CR3: 0000000103e06002 CR4: 0000000000f70ee0
[    5.521679] PKRU: 55555554
[    6.520767] snd_hda_intel 0000:01:00.1: Unable to change power state from D3cold to D0, device inaccessible
[    6.836041] kauditd_printk_skb: 36 callbacks suppressed
[    6.836047] audit: type=1100 audit(1666943759.426:47): pid=646 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.836077] audit: type=1101 audit(1666943759.426:48): pid=646 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.836512] audit: type=1103 audit(1666943759.430:49): pid=646 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.880481] audit: type=1130 audit(1666943759.473:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.886321] snd_hda_codec_hdmi hdaudioC0D0: Unable to sync register 0x4f0800. -5
[    6.886337] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[    6.886348] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[    6.886358] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[    6.886367] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[    6.886376] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[    6.886385] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[    6.886394] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[    6.886403] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[    6.891499] audit: type=1101 audit(1666943759.483:51): pid=648 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.891529] audit: type=1103 audit(1666943759.483:52): pid=648 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    6.891596] audit: type=1006 audit(1666943759.483:53): pid=648 uid=0 old-auid=4294967295 auid=972 tty=(none) old-ses=4294967295 ses=1 res=1
[    6.891603] audit: type=1300 audit(1666943759.483:53): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffd65187410 a2=3 a3=7ffd65187125 items=0 ppid=1 pid=648 auid=972 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
[    6.891610] audit: type=1327 audit(1666943759.483:53): proctitle="(systemd)"
[    6.893482] audit: type=1105 audit(1666943759.486:54): pid=648 uid=0 auid=972 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.211442] kauditd_printk_skb: 24 callbacks suppressed
[   12.211447] audit: type=1131 audit(1666943764.803:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.258538] audit: type=1130 audit(1666943764.850:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.266266] audit: type=1130 audit(1666943764.860:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.459122] Bluetooth: RFCOMM TTY layer initialized
[   12.459133] Bluetooth: RFCOMM socket layer initialized
[   12.459139] Bluetooth: RFCOMM ver 1.11
[   12.884463] audit: type=1130 audit(1666943765.476:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.903173] snd_hda_intel 0000:01:00.1: Unable to change power state from D3cold to D0, device inaccessible
[   13.202062] wlan0: authenticate with 9e:8a:9c:95:12:1d
[   13.226324] wlan0: Invalid HE elem, Disable HE
[   13.226330] wlan0: 80 MHz not supported, disabling VHT
[   13.237292] wlan0: send auth to 9e:8a:9c:95:12:1d (try 1/3)
[   13.283015] snd_hda_codec_hdmi hdaudioC0D0: Unable to sync register 0x4f0800. -5
[   13.283040] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[   13.283052] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[   13.283061] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[   13.283071] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[   13.283081] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[   13.283091] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[   13.283100] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[   13.283109] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[   13.300854] wlan0: authenticate with 9e:8a:9c:95:12:1d
[   13.316198] wlan0: send auth to 9e:8a:9c:95:12:1d (try 1/3)
[   13.321993] wlan0: authenticated
[   13.355432] wlan0: associate with 9e:8a:9c:95:12:1d (try 1/3)
[   13.363503] wlan0: RX AssocResp from 9e:8a:9c:95:12:1d (capab=0x1431 status=0 aid=4)
[   13.388204] wlan0: associated
[   13.510663] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   13.620725] audit: type=1130 audit(1666943766.213:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.560075] audit: type=1131 audit(1666943773.153:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.612764] audit: type=1131 audit(1666943773.203:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.633138] audit: type=1131 audit(1666943776.226:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.071759] audit: type=1131 audit(1666943785.663:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.173032] audit: type=1334 audit(1666943785.766:84): prog-id=0 op=UNLOAD
[   33.173045] audit: type=1334 audit(1666943785.766:85): prog-id=0 op=UNLOAD
[   33.173050] audit: type=1334 audit(1666943785.766:86): prog-id=0 op=UNLOAD
[  336.863755] audit: type=1100 audit(1666944089.456:87): pid=1640 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="teem" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  336.864001] audit: type=1101 audit(1666944089.456:88): pid=1640 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="teem" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  336.865335] audit: type=1110 audit(1666944089.456:89): pid=1640 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  336.865481] audit: type=1105 audit(1666944089.456:90): pid=1640 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  336.886433] audit: type=1106 audit(1666944089.480:91): pid=1640 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  336.886570] audit: type=1104 audit(1666944089.480:92): pid=1640 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  357.669351] audit: type=1101 audit(1666944110.260:93): pid=1647 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="teem" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  357.669908] audit: type=1110 audit(1666944110.263:94): pid=1647 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  357.670085] audit: type=1105 audit(1666944110.263:95): pid=1647 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

Offline

#4 2022-10-28 08:12:58

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,460

Re: [SOLVED] NVIDIA driver not loaded

[    5.517893] traps: Missing ENDBR: _nv011889rm+0x0/0x10 [nvidia]

The note that says "ibt=off"

Offline

#5 2022-10-28 08:29:45

teemo
Member
Registered: 2022-10-27
Posts: 3

Re: [SOLVED] NVIDIA driver not loaded

Thanks, after I added ibt=off, nvidia-smi could run well.
Happy days. Many thanks!

Offline

#6 2022-10-28 08:36:15

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: [SOLVED] NVIDIA driver not loaded

Please, edit your 1st post adding [SOLVED] to the title, thank you.

Last edited by d.ALT (2022-10-28 08:36:29)


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

Board footer

Powered by FluxBB