You are not logged in.

#1 2021-05-08 23:48:52

CPerezz
Member
Registered: 2021-05-07
Posts: 2

Ath11k loaded but wlan0 does not appear Killer AX500 DBS

I'm one of the unfortunate ones who owns now a Dell XPS15 with the Killer AX500 Intel Wireless chip.

Basically, the issue is simple. `ip link` just shows loopback but no `wlan0` or any other wireless device/interface.

dmesg after booting with suggestions from Kalle Vallo in https://bugzilla.kernel.org/show_bug.cgi?id=210923#c4 and  turn on vt-d in bios and add the kernel parameter `intel_iommu=on`

[1.680503] ath11k_pci 0000:6c:00.0: BAR 0: assigned [mem 0xd2100000-0xd21fffff 64bit]
[1.680503] ath11k_pci 0000:6c:00.0: enabling device (000 -> 002)

lsmod|grep ath11k

ath11k_pci             24576  0
mhi                    81920  1 ath11k_pci
ath11k                454656  1 ath11k_pci
qmi_helpers            32768  1 ath11k
mac80211             1110016  1 ath11k
cfg80211              987136  2 ath11k,mac80211

lspci

05:00.0 Network controller: Qualcomm Device 1101 (rev 01)
        Subsystem: Bigfoot Networks, Inc. Device a501
        Flags: fast devsel
        Memory at d2100000 (64-bit, non-prefetchable) [size=1M]
        Capabilities: <access denied>
        Kernel modules: ath11k_pci

It's really weird, or I'm missing something really basic. Since the driver seems to be working and loaded properly. But when I run `ip link` I just get loopback reported. And there's no way to get to a wireless interface.

Also, I think it's important to mention that when I installed Arch (dual boot with windows (which works fine)) the arch-iso from the USB was able to see `wlan0` when GRUB was not executed. But instead now that GRUB is my bootloader, wlan0 seems to never appear anywhere.

Last edited by CPerezz (2021-05-08 23:50:23)

Offline

#2 2021-05-09 07:54:55

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Ath11k loaded but wlan0 does not appear Killer AX500 DBS

Please post the complete dmesg and ensure you've linux-firmware installed.

Offline

#3 2021-05-11 11:48:56

CPerezz
Member
Registered: 2021-05-07
Posts: 2

Re: Ath11k loaded but wlan0 does not appear Killer AX500 DBS

Yes. I installed linux-firmware toghether with base and linux packages with pacstrap during the installation.

Dmesg | grep ath11k  showed something extra today:

[    2.293545] ath11k_pci 0000:6c:00.0: BAR 0: assigned [mem 0xb4200000-0xb42fffff 64bit]
[    2.293573] ath11k_pci 0000:6c:00.0: enabling device (0000 -> 0002)
[    3.087155] ath11k_pci 0000:6c:00.0: firmware crashed: MHI_CB_SYS_ERROR
[    8.272062] ath11k_pci 0000:6c:00.0: qmi failed memory request, err = -110
[    8.272072] ath11k_pci 0000:6c:00.0: qmi failed to respond fw mem req:-110

Full dmesg

[    0.000000] Linux version 5.12.2-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Fri, 07 May 2021 15:36:06 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fb0382c9-0df5-4d3f-a299-93beb721f81c rw loglevel=3 quiet
[    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 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    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[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: xstate_offset[9]:  960, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x21f, context size is 968 bytes, using 'compacted' format.
[    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-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040400000-0x0000000050f0ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000050f10000-0x0000000050f10fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000050f11000-0x0000000050f11fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000050f12000-0x0000000062725fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000062726000-0x0000000062915fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062916000-0x0000000062917fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062918000-0x000000006291bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006291c000-0x000000006291cfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000006291d000-0x0000000062920fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062921000-0x0000000062921fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062922000-0x0000000062926fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062927000-0x0000000062927fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062928000-0x000000006292cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006292d000-0x000000006292ffff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062930000-0x0000000062933fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062934000-0x0000000062935fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062936000-0x0000000062939fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006293a000-0x000000006293afff] type 20
[    0.000000] BIOS-e820: [mem 0x000000006293b000-0x000000006293efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006293f000-0x0000000062940fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062941000-0x0000000062945fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062946000-0x0000000062947fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062948000-0x000000006294cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006294d000-0x000000006294ffff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062950000-0x0000000062954fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062955000-0x000000006296bfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000006296c000-0x000000006298efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006298f000-0x000000006298ffff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062990000-0x0000000062993fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062994000-0x0000000062994fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062995000-0x0000000062999fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006299a000-0x000000006299afff] type 20
[    0.000000] BIOS-e820: [mem 0x000000006299b000-0x000000006299ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000629a0000-0x00000000629a0fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000629a1000-0x00000000629a4fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000629a5000-0x00000000629a6fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000629a7000-0x00000000629abfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000629ac000-0x00000000629adfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000629ae000-0x00000000657b4fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000657b5000-0x0000000065e24fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000065e25000-0x0000000065efefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000065eff000-0x0000000065efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000065f00000-0x000000006e7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000088d7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by Dell
[    0.000000] efi: SMBIOS=0x63163000 TPMFinalLog=0x65e1d000 ACPI=0x65efe000 ACPI 2.0=0x65efe014 ESRT=0x63048a18 MEMATTR=0x60423298 PROP=0x4fce0130 
[    0.000000] SMBIOS 3.2 present.
[    0.000000] DMI: Dell Inc. XPS 15 9500/0XWT2F, BIOS 1.6.1 12/24/2020
[    0.000000] tsc: Detected 2400.000 MHz processor
[    0.000720] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000722] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000728] last_pfn = 0x88d800 max_arch_pfn = 0x400000000
[    0.000828] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001431] last_pfn = 0x65f00 max_arch_pfn = 0x400000000
[    0.010019] esrt: Reserving ESRT space from 0x0000000063048a18 to 0x0000000063048aa0.
[    0.010027] check: Scanning 1 areas for low memory corruption
[    0.010030] Using GB pages for direct mapping
[    0.010823] Secure boot could not be determined
[    0.010823] RAMDISK: [mem 0x37073000-0x37830fff]
[    0.010825] ACPI: Early table checksum verification disabled
[    0.010826] ACPI: RSDP 0x0000000065EFE014 000024 (v02 DELL  )
[    0.010829] ACPI: XSDT 0x0000000065E92188 0000F4 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010832] ACPI: FACP 0x0000000065EF0000 000114 (v06 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010835] ACPI: DSDT 0x0000000065EA2000 04ACAC (v02 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010837] ACPI: FACS 0x0000000065D85000 000040
[    0.010838] ACPI: SSDT 0x0000000065EFA000 00203C (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.010840] ACPI: SSDT 0x0000000065EF3000 0063E8 (v02 INTEL  DptfTabl 00001000 INTL 20160527)
[    0.010842] ACPI: SSDT 0x0000000065EF1000 00134A (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.010844] ACPI: HPET 0x0000000065EEF000 000038 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010845] ACPI: APIC 0x0000000065EEE000 000164 (v03 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010847] ACPI: MCFG 0x0000000065EED000 00003C (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010848] ACPI: SSDT 0x0000000065EA0000 001749 (v02 DELL   DellRtd3 00001000 INTL 20160527)
[    0.010850] ACPI: SSDT 0x0000000065E9F000 000CB0 (v02 DELL   xh_Dell_ 00000000 INTL 20160527)
[    0.010852] ACPI: NHLT 0x0000000065E9E000 00002D (v00 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010854] ACPI: SSDT 0x0000000065E9D000 000C78 (v02 DELL   UsbCTabl 00001000 INTL 20160527)
[    0.010855] ACPI: LPIT 0x0000000065E9C000 000094 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010857] ACPI: WSMT 0x0000000065E9B000 000028 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010858] ACPI: SSDT 0x0000000065E9A000 000B75 (v02 DELL   PtidDevc 00001000 INTL 20160527)
[    0.010860] ACPI: DBGP 0x0000000065E99000 000034 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010862] ACPI: DBG2 0x0000000065E98000 000054 (v00 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010863] ACPI: SSDT 0x0000000065E97000 00060E (v02 DELL   Tpm2Tabl 00001000 INTL 20160527)
[    0.010865] ACPI: TPM2 0x0000000065E96000 000034 (v04 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010867] ACPI: SLIC 0x0000000065E95000 000176 (v03 DELL   CBX3     06222004 MSFT 00010013)
[    0.010868] ACPI: BOOT 0x0000000065E94000 000028 (v01 DELL   CBX3     20170001 INTL 20160422)
[    0.010870] ACPI: MSDM 0x0000000065E93000 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.010872] ACPI: DMAR 0x0000000065EFD000 0000A8 (v01 INTEL  Dell Inc 00000002      01000013)
[    0.010873] ACPI: SSDT 0x0000000065E8D000 0041A0 (v01 DELL   NvdTable 00001000 INTL 20160527)
[    0.010875] ACPI: SSDT 0x0000000065E8C000 000156 (v02 Dell   ADebTabl 00001000 INTL 20160527)
[    0.010876] ACPI: BGRT 0x0000000065E8B000 000038 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010878] ACPI: FPDT 0x0000000065E8A000 000034 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.010879] ACPI: Reserving FACP table memory at [mem 0x65ef0000-0x65ef0113]
[    0.010880] ACPI: Reserving DSDT table memory at [mem 0x65ea2000-0x65eeccab]
[    0.010881] ACPI: Reserving FACS table memory at [mem 0x65d85000-0x65d8503f]
[    0.010882] ACPI: Reserving SSDT table memory at [mem 0x65efa000-0x65efc03b]
[    0.010882] ACPI: Reserving SSDT table memory at [mem 0x65ef3000-0x65ef93e7]
[    0.010883] ACPI: Reserving SSDT table memory at [mem 0x65ef1000-0x65ef2349]
[    0.010883] ACPI: Reserving HPET table memory at [mem 0x65eef000-0x65eef037]
[    0.010884] ACPI: Reserving APIC table memory at [mem 0x65eee000-0x65eee163]
[    0.010885] ACPI: Reserving MCFG table memory at [mem 0x65eed000-0x65eed03b]
[    0.010885] ACPI: Reserving SSDT table memory at [mem 0x65ea0000-0x65ea1748]
[    0.010886] ACPI: Reserving SSDT table memory at [mem 0x65e9f000-0x65e9fcaf]
[    0.010886] ACPI: Reserving NHLT table memory at [mem 0x65e9e000-0x65e9e02c]
[    0.010887] ACPI: Reserving SSDT table memory at [mem 0x65e9d000-0x65e9dc77]
[    0.010888] ACPI: Reserving LPIT table memory at [mem 0x65e9c000-0x65e9c093]
[    0.010888] ACPI: Reserving WSMT table memory at [mem 0x65e9b000-0x65e9b027]
[    0.010889] ACPI: Reserving SSDT table memory at [mem 0x65e9a000-0x65e9ab74]
[    0.010889] ACPI: Reserving DBGP table memory at [mem 0x65e99000-0x65e99033]
[    0.010890] ACPI: Reserving DBG2 table memory at [mem 0x65e98000-0x65e98053]
[    0.010890] ACPI: Reserving SSDT table memory at [mem 0x65e97000-0x65e9760d]
[    0.010891] ACPI: Reserving TPM2 table memory at [mem 0x65e96000-0x65e96033]
[    0.010892] ACPI: Reserving SLIC table memory at [mem 0x65e95000-0x65e95175]
[    0.010892] ACPI: Reserving BOOT table memory at [mem 0x65e94000-0x65e94027]
[    0.010893] ACPI: Reserving MSDM table memory at [mem 0x65e93000-0x65e93054]
[    0.010893] ACPI: Reserving DMAR table memory at [mem 0x65efd000-0x65efd0a7]
[    0.010894] ACPI: Reserving SSDT table memory at [mem 0x65e8d000-0x65e9119f]
[    0.010895] ACPI: Reserving SSDT table memory at [mem 0x65e8c000-0x65e8c155]
[    0.010895] ACPI: Reserving BGRT table memory at [mem 0x65e8b000-0x65e8b037]
[    0.010896] ACPI: Reserving FPDT table memory at [mem 0x65e8a000-0x65e8a033]
[    0.010906] ACPI: Local APIC address 0xfee00000
[    0.011093] No NUMA configuration found
[    0.011093] Faking a node at [mem 0x0000000000000000-0x000000088d7fffff]
[    0.011096] NODE_DATA(0) allocated [mem 0x88d7fc000-0x88d7fffff]
[    0.011124] Zone ranges:
[    0.011125]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011126]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.011127]   Normal   [mem 0x0000000100000000-0x000000088d7fffff]
[    0.011128]   Device   empty
[    0.011128] Movable zone start for each node
[    0.011129] Early memory node ranges
[    0.011129]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.011130]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[    0.011131]   node   0: [mem 0x0000000040400000-0x0000000050f0ffff]
[    0.011131]   node   0: [mem 0x0000000050f12000-0x0000000062725fff]
[    0.011132]   node   0: [mem 0x0000000065eff000-0x0000000065efffff]
[    0.011132]   node   0: [mem 0x0000000100000000-0x000000088d7fffff]
[    0.011134] Initmem setup node 0 [mem 0x0000000000001000-0x000000088d7fffff]
[    0.011135] On node 0 totalpages: 8321731
[    0.011136]   DMA zone: 64 pages used for memmap
[    0.011136]   DMA zone: 24 pages reserved
[    0.011137]   DMA zone: 3998 pages, LIFO batch:0
[    0.011341]   DMA zone: 28770 pages in unavailable ranges
[    0.011342]   DMA32 zone: 6221 pages used for memmap
[    0.011342]   DMA32 zone: 398117 pages, LIFO batch:63
[    0.013133]   DMA32 zone: 23771 pages in unavailable ranges
[    0.013133]   Normal zone: 123744 pages used for memmap
[    0.013134]   Normal zone: 7919616 pages, LIFO batch:63
[    0.047396]   Normal zone: 10240 pages in unavailable ranges
[    0.047418] Reserving Intel graphics memory at [mem 0x6a800000-0x6e7fffff]
[    0.047980] ACPI: PM-Timer IO Port: 0x1808
[    0.047980] ACPI: Local APIC address 0xfee00000
[    0.047984] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.047985] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.047986] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.047986] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.047987] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.047987] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.047988] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.047988] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.047989] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.047989] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.047989] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.047990] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.047990] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.047991] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.047991] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.047992] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.047992] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.047993] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.047993] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.047993] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.048028] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.048030] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.048031] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.048032] ACPI: IRQ0 used by override.
[    0.048033] ACPI: IRQ9 used by override.
[    0.048034] Using ACPI (MADT) for SMP configuration information
[    0.048034] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.048039] e820: update [mem 0x5f5bf000-0x5f63bfff] usable ==> reserved
[    0.048048] TSC deadline timer available
[    0.048048] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.048086] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.048088] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.048089] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x403fffff]
[    0.048091] PM: hibernation: Registered nosave memory: [mem 0x50f10000-0x50f10fff]
[    0.048091] PM: hibernation: Registered nosave memory: [mem 0x50f11000-0x50f11fff]
[    0.048092] PM: hibernation: Registered nosave memory: [mem 0x5f5bf000-0x5f63bfff]
[    0.048094] PM: hibernation: Registered nosave memory: [mem 0x62726000-0x62915fff]
[    0.048094] PM: hibernation: Registered nosave memory: [mem 0x62916000-0x62917fff]
[    0.048095] PM: hibernation: Registered nosave memory: [mem 0x62918000-0x6291bfff]
[    0.048095] PM: hibernation: Registered nosave memory: [mem 0x6291c000-0x6291cfff]
[    0.048096] PM: hibernation: Registered nosave memory: [mem 0x6291d000-0x62920fff]
[    0.048096] PM: hibernation: Registered nosave memory: [mem 0x62921000-0x62921fff]
[    0.048096] PM: hibernation: Registered nosave memory: [mem 0x62922000-0x62926fff]
[    0.048097] PM: hibernation: Registered nosave memory: [mem 0x62927000-0x62927fff]
[    0.048097] PM: hibernation: Registered nosave memory: [mem 0x62928000-0x6292cfff]
[    0.048098] PM: hibernation: Registered nosave memory: [mem 0x6292d000-0x6292ffff]
[    0.048098] PM: hibernation: Registered nosave memory: [mem 0x62930000-0x62933fff]
[    0.048098] PM: hibernation: Registered nosave memory: [mem 0x62934000-0x62935fff]
[    0.048099] PM: hibernation: Registered nosave memory: [mem 0x62936000-0x62939fff]
[    0.048099] PM: hibernation: Registered nosave memory: [mem 0x6293a000-0x6293afff]
[    0.048100] PM: hibernation: Registered nosave memory: [mem 0x6293b000-0x6293efff]
[    0.048100] PM: hibernation: Registered nosave memory: [mem 0x6293f000-0x62940fff]
[    0.048101] PM: hibernation: Registered nosave memory: [mem 0x62941000-0x62945fff]
[    0.048101] PM: hibernation: Registered nosave memory: [mem 0x62946000-0x62947fff]
[    0.048101] PM: hibernation: Registered nosave memory: [mem 0x62948000-0x6294cfff]
[    0.048102] PM: hibernation: Registered nosave memory: [mem 0x6294d000-0x6294ffff]
[    0.048102] PM: hibernation: Registered nosave memory: [mem 0x62950000-0x62954fff]
[    0.048103] PM: hibernation: Registered nosave memory: [mem 0x62955000-0x6296bfff]
[    0.048103] PM: hibernation: Registered nosave memory: [mem 0x6296c000-0x6298efff]
[    0.048103] PM: hibernation: Registered nosave memory: [mem 0x6298f000-0x6298ffff]
[    0.048104] PM: hibernation: Registered nosave memory: [mem 0x62990000-0x62993fff]
[    0.048104] PM: hibernation: Registered nosave memory: [mem 0x62994000-0x62994fff]
[    0.048105] PM: hibernation: Registered nosave memory: [mem 0x62995000-0x62999fff]
[    0.048105] PM: hibernation: Registered nosave memory: [mem 0x6299a000-0x6299afff]
[    0.048106] PM: hibernation: Registered nosave memory: [mem 0x6299b000-0x6299ffff]
[    0.048106] PM: hibernation: Registered nosave memory: [mem 0x629a0000-0x629a0fff]
[    0.048106] PM: hibernation: Registered nosave memory: [mem 0x629a1000-0x629a4fff]
[    0.048107] PM: hibernation: Registered nosave memory: [mem 0x629a5000-0x629a6fff]
[    0.048107] PM: hibernation: Registered nosave memory: [mem 0x629a7000-0x629abfff]
[    0.048108] PM: hibernation: Registered nosave memory: [mem 0x629ac000-0x629adfff]
[    0.048108] PM: hibernation: Registered nosave memory: [mem 0x629ae000-0x657b4fff]
[    0.048108] PM: hibernation: Registered nosave memory: [mem 0x657b5000-0x65e24fff]
[    0.048109] PM: hibernation: Registered nosave memory: [mem 0x65e25000-0x65efefff]
[    0.048110] PM: hibernation: Registered nosave memory: [mem 0x65f00000-0x6e7fffff]
[    0.048111] PM: hibernation: Registered nosave memory: [mem 0x6e800000-0xdfffffff]
[    0.048111] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.048111] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfeffffff]
[    0.048112] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.048113] [mem 0x6e800000-0xdfffffff] available for PCI devices
[    0.048113] Booting paravirtualized kernel on bare hardware
[    0.048115] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.050858] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.051062] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.051068] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.051070] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.051090] Built 1 zonelists, mobility grouping on.  Total pages: 8191678
[    0.051091] Policy zone: Normal
[    0.051091] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fb0382c9-0df5-4d3f-a299-93beb721f81c rw loglevel=3 quiet
[    0.052161] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.052683] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.052817] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.100271] Memory: 32502976K/33286924K available (14344K kernel code, 2040K rwdata, 8988K rodata, 1652K init, 4348K bss, 783688K reserved, 0K cma-reserved)
[    0.100276] random: get_random_u64 called from __kmem_cache_create+0x22/0x530 with crng_init=0
[    0.100348] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.100355] ftrace: allocating 41952 entries in 164 pages
[    0.108999] ftrace: allocated 164 pages with 3 groups
[    0.109067] rcu: Preemptible hierarchical RCU implementation.
[    0.109068] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.109068] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.109069] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.109070] 	Trampoline variant of Tasks RCU enabled.
[    0.109070] 	Rude variant of Tasks RCU enabled.
[    0.109070] 	Tracing variant of Tasks RCU enabled.
[    0.109071] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.109071] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.111092] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.111529] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.111567] Console: colour dummy device 80x25
[    0.111579] printk: console [tty0] enabled
[    0.111591] ACPI: Core revision 20210105
[    0.111902] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.112029] APIC: Switch to symmetric I/O mode setup
[    0.112031] DMAR: Host address width 39
[    0.112032] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.112036] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.112038] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.112041] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.112042] DMAR: RMRR base: 0x00000065321000 end: 0x00000065340fff
[    0.112044] DMAR: RMRR base: 0x0000006a000000 end: 0x0000006e7fffff
[    0.112046] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.112047] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.112048] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.113645] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.113647] x2apic enabled
[    0.113671] Switched APIC routing to cluster x2apic.
[    0.118624] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.135290] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns
[    0.135293] Calibrating delay loop (skipped), value calculated using timer frequency.. 4801.00 BogoMIPS (lpj=8000000)
[    0.135295] pid_max: default: 32768 minimum: 301
[    0.137269] LSM: Security Framework initializing
[    0.137274] Yama: becoming mindful.
[    0.137280] LSM support for eBPF active
[    0.137338] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.137379] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.137518] x86/cpu: SGX disabled by BIOS
[    0.137521] CPU0: Thermal monitoring enabled (TM1)
[    0.137546] process: using mwait in idle threads
[    0.137547] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.137548] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.137550] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.137551] Spectre V2 : Mitigation: Enhanced IBRS
[    0.137551] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.137552] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.137553] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.137701] Freeing SMP alternatives memory: 36K
[    0.138710] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2133
[    0.138727] smpboot: CPU0: Intel(R) Core(TM) i9-10885H CPU @ 2.40GHz (family: 0x6, model: 0xa5, stepping: 0x2)
[    0.138810] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.138817] ... version:                4
[    0.138817] ... bit width:              48
[    0.138818] ... generic registers:      4
[    0.138818] ... value mask:             0000ffffffffffff
[    0.138818] ... max period:             00007fffffffffff
[    0.138819] ... fixed-purpose events:   3
[    0.138819] ... event mask:             000000070000000f
[    0.138876] rcu: Hierarchical SRCU implementation.
[    0.139414] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.139478] smp: Bringing up secondary CPUs ...
[    0.139529] x86: Booting SMP configuration:
[    0.139530] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.148952] smp: Brought up 1 node, 16 CPUs
[    0.148952] smpboot: Max logical packages: 1
[    0.148952] smpboot: Total of 16 processors activated (76830.00 BogoMIPS)
[    0.152870] devtmpfs: initialized
[    0.152870] x86/mm: Memory block size: 128MB
[    0.153270] PM: Registering ACPI NVS region [mem 0x50f10000-0x50f10fff] (4096 bytes)
[    0.153270] PM: Registering ACPI NVS region [mem 0x657b5000-0x65e24fff] (6750208 bytes)
[    0.153270] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.153270] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.153270] pinctrl core: initialized pinctrl subsystem
[    0.153270] PM: RTC time: 10:02:58, date: 2021-05-11
[    0.153270] NET: Registered protocol family 16
[    0.153270] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.153270] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.155488] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.155494] audit: initializing netlink subsys (disabled)
[    0.155499] audit: type=2000 audit(1620727378.039:1): state=initialized audit_enabled=0 res=1
[    0.155499] thermal_sys: Registered thermal governor 'fair_share'
[    0.155499] thermal_sys: Registered thermal governor 'bang_bang'
[    0.155499] thermal_sys: Registered thermal governor 'step_wise'
[    0.155499] thermal_sys: Registered thermal governor 'user_space'
[    0.155499] thermal_sys: Registered thermal governor 'power_allocator'
[    0.155499] cpuidle: using governor ladder
[    0.155499] cpuidle: using governor menu
[    0.155499] Simple Boot Flag at 0x47 set to 0x80
[    0.155499] ACPI: bus type PCI registered
[    0.155499] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.155499] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.155499] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.155499] PCI: Using configuration type 1 for base access
[    0.155923] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.156075] Kprobes globally optimized
[    0.156078] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.156078] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.156078] ACPI: Added _OSI(Module Device)
[    0.156078] ACPI: Added _OSI(Processor Device)
[    0.156078] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.156078] ACPI: Added _OSI(Processor Aggregator Device)
[    0.156078] ACPI: Added _OSI(Linux-Dell-Video)
[    0.156078] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.156078] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.202710] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.276823] ACPI: Dynamic OEM Table Load:
[    0.276834] ACPI: SSDT 0xFFFF921301D95300 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.278086] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.279808] ACPI: Dynamic OEM Table Load:
[    0.279816] ACPI: SSDT 0xFFFF921301DBA800 000502 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.281208] ACPI: Dynamic OEM Table Load:
[    0.281216] ACPI: SSDT 0xFFFF921301DBD000 00053F (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.282557] ACPI: Dynamic OEM Table Load:
[    0.282563] ACPI: SSDT 0xFFFF921301DA1200 00016C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.283699] ACPI: Dynamic OEM Table Load:
[    0.283708] ACPI: SSDT 0xFFFF921301DB1000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.285099] ACPI: Dynamic OEM Table Load:
[    0.285106] ACPI: SSDT 0xFFFF921301DBF000 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.286439] ACPI: Dynamic OEM Table Load:
[    0.286446] ACPI: SSDT 0xFFFF921301DABC00 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.287632] ACPI: Dynamic OEM Table Load:
[    0.287639] ACPI: SSDT 0xFFFF921301DB0000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.289476] ACPI: Dynamic OEM Table Load:
[    0.289482] ACPI: SSDT 0xFFFF921301DAE400 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.295880] ACPI: EC: EC started
[    0.295881] ACPI: EC: interrupt blocked
[    0.298745] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.298747] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.298748] ACPI: Interpreter enabled
[    0.298789] ACPI: (supports S0 S3 S4 S5)
[    0.298790] ACPI: Using IOAPIC for interrupt routing
[    0.298824] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.299648] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.299969] ACPI: PM: Power Resource [PG00] (on)
[    0.306373] ACPI: PM: Power Resource [USBC] (on)
[    0.308869] ACPI: PM: Power Resource [PXP] (on)
[    0.310813] ACPI: PM: Power Resource [WRST] (on)
[    0.310855] ACPI: PM: Power Resource [DRST] (on)
[    0.314545] ACPI: PM: Power Resource [V0PR] (on)
[    0.314700] ACPI: PM: Power Resource [V1PR] (on)
[    0.314849] ACPI: PM: Power Resource [V2PR] (on)
[    0.318070] ACPI: PM: Power Resource [WRST] (on)
[    0.325374] ACPI: PM: Power Resource [PIN] (off)
[    0.325711] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.325717] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.326875] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.328979] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.331683] PCI host bridge to bus 0000:00
[    0.331685] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.331686] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.331688] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.331689] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.331689] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.331690] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.331691] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.331692] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.331694] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.331694] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.331695] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.331696] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.331697] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.331698] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.331699] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.331700] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.331700] pci_bus 0000:00: root bus resource [mem 0x6e800000-0xdfffffff window]
[    0.331701] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.331702] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.331703] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.331720] pci 0000:00:00.0: [8086:9b44] type 00 class 0x060000
[    0.332675] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.332709] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.333798] pci 0000:00:02.0: [8086:9bc4] type 00 class 0x030000
[    0.333805] pci 0000:00:02.0: reg 0x10: [mem 0x604a000000-0x604affffff 64bit]
[    0.333810] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.333813] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.333826] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.334738] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.334745] pci 0000:00:04.0: reg 0x10: [mem 0x604b110000-0x604b117fff 64bit]
[    0.335712] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.335719] pci 0000:00:08.0: reg 0x10: [mem 0x604b127000-0x604b127fff 64bit]
[    0.336686] pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000
[    0.336701] pci 0000:00:12.0: reg 0x10: [mem 0x604b126000-0x604b126fff 64bit]
[    0.337713] pci 0000:00:13.0: [8086:06fc] type 00 class 0x070000
[    0.337729] pci 0000:00:13.0: reg 0x10: [mem 0x604b11e000-0x604b11ffff 64bit]
[    0.337784] pci 0000:00:13.0: PME# supported from D0 D3hot
[    0.338846] pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330
[    0.338860] pci 0000:00:14.0: reg 0x10: [mem 0x604b100000-0x604b10ffff 64bit]
[    0.338914] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.339936] pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000
[    0.339951] pci 0000:00:14.2: reg 0x10: [mem 0x604b11c000-0x604b11dfff 64bit]
[    0.339960] pci 0000:00:14.2: reg 0x18: [mem 0x604b125000-0x604b125fff 64bit]
[    0.340975] pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000
[    0.341026] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.342157] pci 0000:00:15.1: [8086:06e9] type 00 class 0x0c8000
[    0.342209] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.343301] pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000
[    0.343319] pci 0000:00:16.0: reg 0x10: [mem 0x604b122000-0x604b122fff 64bit]
[    0.343386] pci 0000:00:16.0: PME# supported from D3hot
[    0.344449] pci 0000:00:1c.0: [8086:06b8] type 01 class 0x060400
[    0.345359] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.345385] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.345661] pci 0000:00:1c.5: [8086:06bd] type 01 class 0x060400
[    0.345732] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.345754] pci 0000:00:1c.5: PTM enabled (root), 4ns granularity
[    0.346885] pci 0000:00:1c.6: [8086:06be] type 01 class 0x060400
[    0.346959] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.346983] pci 0000:00:1c.6: PTM enabled (root), 4ns granularity
[    0.348135] pci 0000:00:1d.0: [8086:06b0] type 01 class 0x060400
[    0.348209] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.348233] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.349485] pci 0000:00:1e.0: [8086:06a8] type 00 class 0x078000
[    0.349538] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.350738] pci 0000:00:1f.0: [8086:068e] type 00 class 0x060100
[    0.351801] pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040380
[    0.351830] pci 0000:00:1f.3: reg 0x10: [mem 0x604b118000-0x604b11bfff 64bit]
[    0.351867] pci 0000:00:1f.3: reg 0x20: [mem 0x604b000000-0x604b0fffff 64bit]
[    0.351941] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.353039] pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500
[    0.353060] pci 0000:00:1f.4: reg 0x10: [mem 0x604b120000-0x604b1200ff 64bit]
[    0.353082] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.354030] pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000
[    0.354044] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.355012] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030200
[    0.355030] pci 0000:01:00.0: reg 0x10: [mem 0xb3000000-0xb3ffffff]
[    0.355044] pci 0000:01:00.0: reg 0x14: [mem 0x70000000-0x7fffffff 64bit pref]
[    0.355059] pci 0000:01:00.0: reg 0x1c: [mem 0x80000000-0x81ffffff 64bit pref]
[    0.355067] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.355076] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.355155] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.355203] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.355295] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.355297] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.355299] pci 0000:00:01.0:   bridge window [mem 0xb3000000-0xb3ffffff]
[    0.355302] pci 0000:00:01.0:   bridge window [mem 0x70000000-0x81ffffff 64bit pref]
[    0.355367] pci 0000:02:00.0: [8086:15ea] type 01 class 0x060400
[    0.355414] pci 0000:02:00.0: enabling Extended Tags
[    0.355509] pci 0000:02:00.0: supports D1 D2
[    0.355509] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.355598] pci 0000:02:00.0: PTM enabled, 4ns granularity
[    0.355663] pci 0000:00:1c.0: PCI bridge to [bus 02-6b]
[    0.355667] pci 0000:00:1c.0:   bridge window [mem 0x84000000-0xb20fffff]
[    0.355670] pci 0000:00:1c.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.355745] pci 0000:03:00.0: [8086:15ea] type 01 class 0x060400
[    0.355796] pci 0000:03:00.0: enabling Extended Tags
[    0.355891] pci 0000:03:00.0: supports D1 D2
[    0.355891] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.356019] pci 0000:03:01.0: [8086:15ea] type 01 class 0x060400
[    0.356069] pci 0000:03:01.0: enabling Extended Tags
[    0.356165] pci 0000:03:01.0: supports D1 D2
[    0.356166] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.356290] pci 0000:03:02.0: [8086:15ea] type 01 class 0x060400
[    0.356340] pci 0000:03:02.0: enabling Extended Tags
[    0.356453] pci 0000:03:02.0: supports D1 D2
[    0.356454] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.356583] pci 0000:03:04.0: [8086:15ea] type 01 class 0x060400
[    0.356633] pci 0000:03:04.0: enabling Extended Tags
[    0.356730] pci 0000:03:04.0: supports D1 D2
[    0.356731] pci 0000:03:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.356858] pci 0000:02:00.0: PCI bridge to [bus 03-6b]
[    0.356866] pci 0000:02:00.0:   bridge window [mem 0x84000000-0xb1ffffff]
[    0.356871] pci 0000:02:00.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.356933] pci 0000:04:00.0: [8086:15eb] type 00 class 0x088000
[    0.356949] pci 0000:04:00.0: reg 0x10: [mem 0xb1f00000-0xb1f3ffff]
[    0.356957] pci 0000:04:00.0: reg 0x14: [mem 0xb1f40000-0xb1f40fff]
[    0.357001] pci 0000:04:00.0: enabling Extended Tags
[    0.357103] pci 0000:04:00.0: supports D1 D2
[    0.357104] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.357229] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.357236] pci 0000:03:00.0:   bridge window [mem 0xb1f00000-0xb1ffffff]
[    0.357279] pci 0000:03:01.0: PCI bridge to [bus 05-37]
[    0.357286] pci 0000:03:01.0:   bridge window [mem 0x9b000000-0xb1efffff]
[    0.357292] pci 0000:03:01.0:   bridge window [mem 0x6025000000-0x6049ffffff 64bit pref]
[    0.357370] pci 0000:38:00.0: [8086:15ec] type 00 class 0x0c0330
[    0.357391] pci 0000:38:00.0: reg 0x10: [mem 0x9af00000-0x9af0ffff]
[    0.357465] pci 0000:38:00.0: enabling Extended Tags
[    0.357582] pci 0000:38:00.0: supports D1 D2
[    0.357582] pci 0000:38:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.357676] pci 0000:38:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.357744] pci 0000:03:02.0: PCI bridge to [bus 38]
[    0.357752] pci 0000:03:02.0:   bridge window [mem 0x9af00000-0x9affffff]
[    0.357794] pci 0000:03:04.0: PCI bridge to [bus 39-6b]
[    0.357802] pci 0000:03:04.0:   bridge window [mem 0x84000000-0x9aefffff]
[    0.357807] pci 0000:03:04.0:   bridge window [mem 0x6000000000-0x6024ffffff 64bit pref]
[    0.357892] pci 0000:6c:00.0: [17cb:1101] type 00 class 0x028000
[    0.357911] pci 0000:6c:00.0: reg 0x10: [mem 0xb4200000-0xb42fffff 64bit]
[    0.358024] pci 0000:6c:00.0: PME# supported from D0 D3hot D3cold
[    0.358083] pci 0000:6c:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:1c.5 (capable of 7.876 Gb/s with 8.0 GT/s PCIe x1 link)
[    0.358195] pci 0000:00:1c.5: PCI bridge to [bus 6c]
[    0.358199] pci 0000:00:1c.5:   bridge window [mem 0xb4200000-0xb42fffff]
[    0.358259] pci 0000:6d:00.0: [10ec:5260] type 00 class 0xff0000
[    0.358277] pci 0000:6d:00.0: reg 0x10: [mem 0xb4100000-0xb4100fff]
[    0.358389] pci 0000:6d:00.0: supports D1 D2
[    0.358390] pci 0000:6d:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.358527] pci 0000:00:1c.6: PCI bridge to [bus 6d]
[    0.358530] pci 0000:00:1c.6:   bridge window [mem 0xb4100000-0xb41fffff]
[    0.358581] pci 0000:6e:00.0: [1179:011a] type 00 class 0x010802
[    0.358601] pci 0000:6e:00.0: reg 0x10: [mem 0xb4000000-0xb4003fff 64bit]
[    0.358809] pci 0000:00:1d.0: PCI bridge to [bus 6e]
[    0.358813] pci 0000:00:1d.0:   bridge window [mem 0xb4000000-0xb40fffff]
[    0.379088] ACPI: EC: interrupt unblocked
[    0.379089] ACPI: EC: event unblocked
[    0.379097] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.379098] ACPI: EC: GPE=0x6e
[    0.379099] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.379101] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    0.379159] iommu: Default domain type: Translated 
[    0.379168] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.379168] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.379168] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.379168] vgaarb: loaded
[    0.379168] SCSI subsystem initialized
[    0.379168] libata version 3.00 loaded.
[    0.379168] ACPI: bus type USB registered
[    0.379168] usbcore: registered new interface driver usbfs
[    0.379168] usbcore: registered new interface driver hub
[    0.379168] usbcore: registered new device driver usb
[    0.379168] pps_core: LinuxPPS API ver. 1 registered
[    0.379168] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.379168] PTP clock support registered
[    0.379168] EDAC MC: Ver: 3.0.0
[    0.379168] Registered efivars operations
[    0.379168] NetLabel: Initializing
[    0.379168] NetLabel:  domain hash size = 128
[    0.379168] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.379168] NetLabel:  unlabeled traffic allowed by default
[    0.379168] PCI: Using ACPI for IRQ routing
[    0.409480] PCI: pci_cache_line_size set to 64 bytes
[    0.409707] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.409709] e820: reserve RAM buffer [mem 0x50f10000-0x53ffffff]
[    0.409710] e820: reserve RAM buffer [mem 0x5f5bf000-0x5fffffff]
[    0.409711] e820: reserve RAM buffer [mem 0x62726000-0x63ffffff]
[    0.409714] e820: reserve RAM buffer [mem 0x65f00000-0x67ffffff]
[    0.409714] e820: reserve RAM buffer [mem 0x88d800000-0x88fffffff]
[    0.409719] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.409719] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.410747] clocksource: Switched to clocksource tsc-early
[    0.412071] VFS: Disk quotas dquot_6.6.0
[    0.412071] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.412071] pnp: PnP ACPI init
[    0.412071] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[    0.412071] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.412071] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.412071] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.412071] system 00:01: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.412071] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.412071] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.412071] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.412071] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    0.412071] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.412071] system 00:02: [io  0x2000-0x20fe] has been reserved
[    0.412071] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.412071] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.412071] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.412071] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.412071] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.412071] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.412071] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.412071] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.412071] pnp 00:07: Plug and Play ACPI device, IDs DLL097d PNP0f13 (active)
[    0.416228] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.416231] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.416232] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.416235] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.416237] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.416238] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.416240] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.416241] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.416245] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.416595] system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
[    0.416598] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.420035] pnp: PnP ACPI: found 10 devices
[    0.425256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.425300] NET: Registered protocol family 2
[    0.425488] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.425617] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.425832] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.425888] TCP: Hash tables configured (established 262144 bind 65536)
[    0.425982] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.426072] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.426136] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.426201] NET: Registered protocol family 1
[    0.426204] NET: Registered protocol family 44
[    0.426206] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.426211] pci 0000:03:01.0: bridge window [io  0x1000-0x0fff] to [bus 05-37] add_size 1000
[    0.426214] pci 0000:03:04.0: bridge window [io  0x1000-0x0fff] to [bus 39-6b] add_size 1000
[    0.426216] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03-6b] add_size 2000
[    0.426217] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02-6b] add_size 3000
[    0.426227] pci 0000:00:15.0: BAR 0: assigned [mem 0x4010000000-0x4010000fff 64bit]
[    0.426276] pci 0000:00:15.1: BAR 0: assigned [mem 0x4010001000-0x4010001fff 64bit]
[    0.426318] pci 0000:00:1c.0: BAR 13: assigned [io  0x5000-0x7fff]
[    0.426322] pci 0000:00:1e.0: BAR 0: assigned [mem 0x4010002000-0x4010002fff 64bit]
[    0.426364] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
[    0.426365] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
[    0.426367] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.426368] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.426370] pci 0000:00:01.0:   bridge window [mem 0xb3000000-0xb3ffffff]
[    0.426372] pci 0000:00:01.0:   bridge window [mem 0x70000000-0x81ffffff 64bit pref]
[    0.426375] pci 0000:02:00.0: BAR 13: assigned [io  0x5000-0x6fff]
[    0.426377] pci 0000:03:01.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.426378] pci 0000:03:04.0: BAR 13: assigned [io  0x6000-0x6fff]
[    0.426380] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.426387] pci 0000:03:00.0:   bridge window [mem 0xb1f00000-0xb1ffffff]
[    0.426395] pci 0000:03:01.0: PCI bridge to [bus 05-37]
[    0.426397] pci 0000:03:01.0:   bridge window [io  0x5000-0x5fff]
[    0.426401] pci 0000:03:01.0:   bridge window [mem 0x9b000000-0xb1efffff]
[    0.426405] pci 0000:03:01.0:   bridge window [mem 0x6025000000-0x6049ffffff 64bit pref]
[    0.426410] pci 0000:03:02.0: PCI bridge to [bus 38]
[    0.426415] pci 0000:03:02.0:   bridge window [mem 0x9af00000-0x9affffff]
[    0.426422] pci 0000:03:04.0: PCI bridge to [bus 39-6b]
[    0.426424] pci 0000:03:04.0:   bridge window [io  0x6000-0x6fff]
[    0.426428] pci 0000:03:04.0:   bridge window [mem 0x84000000-0x9aefffff]
[    0.426431] pci 0000:03:04.0:   bridge window [mem 0x6000000000-0x6024ffffff 64bit pref]
[    0.426437] pci 0000:02:00.0: PCI bridge to [bus 03-6b]
[    0.426439] pci 0000:02:00.0:   bridge window [io  0x5000-0x6fff]
[    0.426443] pci 0000:02:00.0:   bridge window [mem 0x84000000-0xb1ffffff]
[    0.426446] pci 0000:02:00.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.426451] pci 0000:00:1c.0: PCI bridge to [bus 02-6b]
[    0.426452] pci 0000:00:1c.0:   bridge window [io  0x5000-0x7fff]
[    0.426455] pci 0000:00:1c.0:   bridge window [mem 0x84000000-0xb20fffff]
[    0.426457] pci 0000:00:1c.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.426461] pci 0000:00:1c.5: PCI bridge to [bus 6c]
[    0.426464] pci 0000:00:1c.5:   bridge window [mem 0xb4200000-0xb42fffff]
[    0.426469] pci 0000:00:1c.6: PCI bridge to [bus 6d]
[    0.426472] pci 0000:00:1c.6:   bridge window [mem 0xb4100000-0xb41fffff]
[    0.426476] pci 0000:00:1d.0: PCI bridge to [bus 6e]
[    0.426479] pci 0000:00:1d.0:   bridge window [mem 0xb4000000-0xb40fffff]
[    0.426485] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.426486] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.426487] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.426488] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.426489] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.426490] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.426491] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.426492] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.426493] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.426494] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.426495] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.426496] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.426497] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.426498] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.426499] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.426500] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.426501] pci_bus 0000:00: resource 20 [mem 0x6e800000-0xdfffffff window]
[    0.426502] pci_bus 0000:00: resource 21 [mem 0x4000000000-0x7fffffffff window]
[    0.426503] pci_bus 0000:00: resource 22 [mem 0xfc800000-0xfe7fffff window]
[    0.426504] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.426505] pci_bus 0000:01: resource 1 [mem 0xb3000000-0xb3ffffff]
[    0.426506] pci_bus 0000:01: resource 2 [mem 0x70000000-0x81ffffff 64bit pref]
[    0.426507] pci_bus 0000:02: resource 0 [io  0x5000-0x7fff]
[    0.426508] pci_bus 0000:02: resource 1 [mem 0x84000000-0xb20fffff]
[    0.426509] pci_bus 0000:02: resource 2 [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.426510] pci_bus 0000:03: resource 0 [io  0x5000-0x6fff]
[    0.426511] pci_bus 0000:03: resource 1 [mem 0x84000000-0xb1ffffff]
[    0.426512] pci_bus 0000:03: resource 2 [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.426513] pci_bus 0000:04: resource 1 [mem 0xb1f00000-0xb1ffffff]
[    0.426514] pci_bus 0000:05: resource 0 [io  0x5000-0x5fff]
[    0.426515] pci_bus 0000:05: resource 1 [mem 0x9b000000-0xb1efffff]
[    0.426516] pci_bus 0000:05: resource 2 [mem 0x6025000000-0x6049ffffff 64bit pref]
[    0.426517] pci_bus 0000:38: resource 1 [mem 0x9af00000-0x9affffff]
[    0.426518] pci_bus 0000:39: resource 0 [io  0x6000-0x6fff]
[    0.426519] pci_bus 0000:39: resource 1 [mem 0x84000000-0x9aefffff]
[    0.426519] pci_bus 0000:39: resource 2 [mem 0x6000000000-0x6024ffffff 64bit pref]
[    0.426521] pci_bus 0000:6c: resource 1 [mem 0xb4200000-0xb42fffff]
[    0.426522] pci_bus 0000:6d: resource 1 [mem 0xb4100000-0xb41fffff]
[    0.426523] pci_bus 0000:6e: resource 1 [mem 0xb4000000-0xb40fffff]
[    0.426654] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.427393] PCI: CLS 0 bytes, default 64
[    0.427420] Trying to unpack rootfs image as initramfs...
[    0.467365] Freeing initrd memory: 7928K
[    0.467401] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.467401] software IO TLB: mapped [mem 0x000000005b5bf000-0x000000005f5bf000] (64MB)
[    0.468202] check: Scanning for low memory corruption every 60 seconds
[    0.468445] Initialise system trusted keyrings
[    0.468453] Key type blacklist registered
[    0.468478] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.469168] zbud: loaded
[    0.475871] Key type asymmetric registered
[    0.475872] Asymmetric key parser 'x509' registered
[    0.475877] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.475902] io scheduler mq-deadline registered
[    0.475903] io scheduler kyber registered
[    0.475917] io scheduler bfq registered
[    0.478316] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    0.478385] pcieport 0000:00:1c.0: PME: Signaling with IRQ 123
[    0.478399] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.478596] pcieport 0000:00:1c.5: PME: Signaling with IRQ 124
[    0.478782] pcieport 0000:00:1c.6: PME: Signaling with IRQ 125
[    0.478941] pcieport 0000:00:1d.0: PME: Signaling with IRQ 126
[    0.479399] pcieport 0000:03:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.479752] pcieport 0000:03:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.479897] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.479917] efifb: probing for efifb
[    0.479932] efifb: Ignoring BGRT: unexpected or invalid BMP data
[    0.479932] efifb: framebuffer at 0x4000000000, using 36032k, total 36032k
[    0.479934] efifb: mode is 3840x2400x32, linelength=15360, pages=1
[    0.479935] efifb: scrolling: redraw
[    0.479935] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.479956] fbcon: Deferring console take-over
[    0.479957] fb0: EFI VGA frame buffer device
[    0.480194] Monitor-Mwait will be used to enter C-1 state
[    0.480200] Monitor-Mwait will be used to enter C-2 state
[    0.480205] Monitor-Mwait will be used to enter C-3 state
[    0.480208] ACPI: \_SB_.PR00: Found 3 idle states
[    0.481470] ACPI: AC: AC Adapter [AC] (on-line)
[    0.481521] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.481991] ACPI: button: Lid Switch [LID0]
[    0.482016] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.482034] ACPI: button: Power Button [PBTN]
[    0.482187] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2133
[    0.485433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.486513] serial 0000:00:13.0: enabling device (0000 -> 0002)
[    0.487369] Non-volatile memory driver v1.3
[    0.487370] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.487370] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.488514] nvme 0000:6e:00.0: platform quirk: setting simple suspend
[    0.488534] nvme nvme0: pci function 0000:6e:00.0
[    0.488566] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.488569] ehci-pci: EHCI PCI platform driver
[    0.488575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.488576] ohci-pci: OHCI PCI platform driver
[    0.488581] uhci_hcd: USB Universal Host Controller Interface driver
[    0.488607] usbcore: registered new interface driver usbserial_generic
[    0.488609] usbserial: USB Serial support registered for generic
[    0.488711] rtc_cmos 00:04: RTC can wake from S4
[    0.490296] rtc_cmos 00:04: registered as rtc0
[    0.490628] rtc_cmos 00:04: setting system clock to 2021-05-11T10:02:58 UTC (1620727378)
[    0.490638] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    0.491173] intel_pstate: Intel P-state driver initializing
[    0.492220] intel_pstate: HWP enabled
[    0.492652] ledtrig-cpu: registered to indicate activity on CPUs
[    0.492863] hid: raw HID events driver (C) Jiri Kosina
[    0.492911] intel_pmc_core INT33A1:00:  initialized
[    0.492957] drop_monitor: Initializing network drop monitor service
[    0.493002] Initializing XFRM netlink socket
[    0.493064] NET: Registered protocol family 10
[    0.497410] Segment Routing with IPv6
[    0.497411] RPL Segment Routing with IPv6
[    0.497425] NET: Registered protocol family 17
[    0.498304] microcode: sig=0xa0652, pf=0x20, revision=0xe2
[    0.498400] microcode: Microcode Update Driver: v2.2.
[    0.498404] IPI shorthand broadcast: enabled
[    0.498413] sched_clock: Marking stable (494455190, 3814747)->(504632452, -6362515)
[    0.498489] registered taskstats version 1
[    0.498495] Loading compiled-in X.509 certificates
[    0.500915] Loaded X.509 cert 'Build time autogenerated kernel key: 7aa42e235967d3c2efce9cf71e4f42fe7c2df51f'
[    0.501340] zswap: loaded using pool lz4/z3fold
[    0.501690] Key type ._fscrypt registered
[    0.501691] Key type .fscrypt registered
[    0.501692] Key type fscrypt-provisioning registered
[    0.501730] nvme nvme0: 16/0/0 default/read/poll queues
[    0.503724]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[    0.512126] PM:   Magic number: 5:839:21
[    0.512137] pci_express 0000:03:04.0:pcie210: hash matches
[    0.512213] memory memory61: hash matches
[    0.512401] RAS: Correctable Errors collector initialized.
[    0.520493] ACPI: battery: Slot [BAT0] (battery present)
[    0.521250] Freeing unused decrypted memory: 2036K
[    0.521430] Freeing unused kernel image (initmem) memory: 1652K
[    0.555492] Write protecting the kernel read-only data: 26624k
[    0.556512] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.556982] Freeing unused kernel image (rodata/data gap) memory: 1252K
[    0.569291] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.569294] rodata_test: all tests were successful
[    0.569297] Run /init as init process
[    0.569298]   with arguments:
[    0.569299]     /init
[    0.569299]   with environment:
[    0.569300]     HOME=/
[    0.569300]     TERM=linux
[    0.569301]     BOOT_IMAGE=/boot/vmlinuz-linux
[    0.663316] fbcon: Taking over console
[    0.663364] Console: switching to colour frame buffer device 240x75
[    0.733978] rtsx_pci 0000:6d:00.0: enabling device (0000 -> 0002)
[    0.735393] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.735399] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.735836] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.736288] i8042: Warning: Keylock active
[    0.736501] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    0.736703] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    0.736707] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.736709] usb usb1: Product: xHCI Host Controller
[    0.736710] usb usb1: Manufacturer: Linux 5.12.2-arch1-1 xhci-hcd
[    0.736712] usb usb1: SerialNumber: 0000:00:14.0
[    0.736810] hub 1-0:1.0: USB hub found
[    0.736825] hub 1-0:1.0: 16 ports detected
[    0.738516] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.738520] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.738524] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.738552] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.738588] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[    0.738590] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.738591] usb usb2: Product: xHCI Host Controller
[    0.738592] usb usb2: Manufacturer: Linux 5.12.2-arch1-1 xhci-hcd
[    0.738593] usb usb2: SerialNumber: 0000:00:14.0
[    0.738596] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.738713] hub 2-0:1.0: USB hub found
[    0.738729] hub 2-0:1.0: 10 ports detected
[    0.739093] usb: port power management may be unreliable
[    0.740071] xhci_hcd 0000:38:00.0: xHCI Host Controller
[    0.740078] xhci_hcd 0000:38:00.0: new USB bus registered, assigned bus number 3
[    0.741207] xhci_hcd 0000:38:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[    0.741401] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    0.741404] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.741405] usb usb3: Product: xHCI Host Controller
[    0.741406] usb usb3: Manufacturer: Linux 5.12.2-arch1-1 xhci-hcd
[    0.741407] usb usb3: SerialNumber: 0000:38:00.0
[    0.741485] hub 3-0:1.0: USB hub found
[    0.741496] hub 3-0:1.0: 2 ports detected
[    0.741901] xhci_hcd 0000:38:00.0: xHCI Host Controller
[    0.741904] xhci_hcd 0000:38:00.0: new USB bus registered, assigned bus number 4
[    0.741907] xhci_hcd 0000:38:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.741951] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[    0.741955] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.741957] usb usb4: Product: xHCI Host Controller
[    0.741958] usb usb4: Manufacturer: Linux 5.12.2-arch1-1 xhci-hcd
[    0.741963] usb usb4: SerialNumber: 0000:38:00.0
[    0.742060] hub 4-0:1.0: USB hub found
[    0.742071] hub 4-0:1.0: 2 ports detected
[    0.748777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.774116] random: fast init done
[    1.065301] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    1.079619] EXT4-fs (nvme0n1p8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.184076] systemd[1]: systemd 248-5-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    1.198773] systemd[1]: Detected architecture x86-64.
[    1.199338] systemd[1]: Hostname set to <arch>.
[    1.203977] usb 1-3: New USB device found, idVendor=2109, idProduct=2211, bcdDevice= 4.94
[    1.203981] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.203982] usb 1-3: Product: USB2.0 Hub             
[    1.203983] usb 1-3: Manufacturer: VIA Labs, Inc.         
[    1.204533] hub 1-3:1.0: USB hub found
[    1.204781] hub 1-3:1.0: 4 ports detected
[    1.223928] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    1.269805] systemd[1]: Queued start job for default target Graphical Interface.
[    1.270754] systemd[1]: Created slice system-getty.slice.
[    1.270912] systemd[1]: Created slice system-modprobe.slice.
[    1.271055] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.271164] systemd[1]: Created slice User and Session Slice.
[    1.271200] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.271226] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.271312] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.271334] systemd[1]: Reached target Local Encrypted Volumes.
[    1.271343] systemd[1]: Reached target Login Prompts.
[    1.271355] systemd[1]: Reached target Paths.
[    1.271363] systemd[1]: Reached target Remote File Systems.
[    1.271369] systemd[1]: Reached target Slices.
[    1.271383] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    1.271422] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.271472] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.272183] systemd[1]: Listening on Process Core Dump Socket.
[    1.272270] systemd[1]: Listening on Journal Audit Socket.
[    1.272323] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.272380] systemd[1]: Listening on Journal Socket.
[    1.272561] systemd[1]: Listening on udev Control Socket.
[    1.272607] systemd[1]: Listening on udev Kernel Socket.
[    1.273065] systemd[1]: Mounting Huge Pages File System...
[    1.273495] systemd[1]: Mounting POSIX Message Queue File System...
[    1.273932] systemd[1]: Mounting Kernel Debug File System...
[    1.274366] systemd[1]: Mounting Kernel Trace File System...
[    1.274858] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    1.275257] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.275720] systemd[1]: Starting Load Kernel Module configfs...
[    1.276194] systemd[1]: Starting Load Kernel Module drm...
[    1.276643] systemd[1]: Starting Load Kernel Module fuse...
[    1.276948] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    1.276973] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    1.277188] random: lvm: uninitialized urandom read (4 bytes read)
[    1.278230] systemd[1]: Starting Journal Service...
[    1.278941] systemd[1]: Starting Load Kernel Modules...
[    1.279465] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.279509] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    1.280018] systemd[1]: Starting Coldplug All udev Devices...
[    1.280062] Linux agpgart interface v0.103
[    1.280984] systemd[1]: Mounted Huge Pages File System.
[    1.281047] systemd[1]: Mounted POSIX Message Queue File System.
[    1.281103] systemd[1]: Mounted Kernel Debug File System.
[    1.281156] systemd[1]: Mounted Kernel Trace File System.
[    1.281322] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    1.281493] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    1.281619] systemd[1]: Finished Load Kernel Module configfs.
[    1.282217] systemd[1]: Mounting Kernel Configuration File System...
[    1.283245] EXT4-fs (nvme0n1p8): re-mounted. Opts: (null). Quota mode: none.
[    1.283885] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.283982] audit: type=1130 audit(1620727379.290:2): 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.284064] systemd[1]: Mounted Kernel Configuration File System.
[    1.284144] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    1.284409] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    1.284875] systemd[1]: Starting Load/Save Random Seed...
[    1.285382] systemd[1]: Starting Create System Users...
[    1.285766] systemd[1]: Finished Load Kernel Modules.
[    1.285797] audit: type=1130 audit(1620727379.293:3): 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.286401] systemd[1]: Starting Apply Kernel Variables...
[    1.288175] fuse: init (API version 7.33)
[    1.288594] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    1.288755] systemd[1]: Finished Load Kernel Module fuse.
[    1.288784] audit: type=1130 audit(1620727379.296:4): 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.288794] audit: type=1131 audit(1620727379.296:5): 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.289347] systemd[1]: Mounting FUSE Control File System...
[    1.291025] systemd[1]: Finished Apply Kernel Variables.
[    1.291061] audit: type=1130 audit(1620727379.296:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.291127] systemd[1]: Mounted FUSE Control File System.
[    1.292124] systemd[1]: Starting CLI Netfilter Manager...
[    1.299694] systemd[1]: Finished CLI Netfilter Manager.
[    1.299746] audit: type=1130 audit(1620727379.306:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ufw comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.301036] systemd[1]: Finished Create System Users.
[    1.301079] audit: type=1130 audit(1620727379.306:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.301503] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.307304] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    1.307471] systemd[1]: Finished Load Kernel Module drm.
[    1.307499] audit: type=1130 audit(1620727379.313:9): 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.307509] audit: type=1131 audit(1620727379.313:10): 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.312823] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.313868] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.314304] systemd[1]: Started Journal Service.
[    1.318041] systemd-journald[320]: Received client request to flush runtime journal.
[    1.321367] systemd-journald[320]: File /var/log/journal/1afae8e98aa54ae792d63e4d9f805852/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    1.369188] input: Intel HID events as /devices/platform/INT33D5:00/input/input4
[    1.369342] intel-hid INT33D5:00: platform supports 5 button array
[    1.369371] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input5
[    1.430438] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.430486] wmi_bus wmi_bus-PNP0C14:03: WQBC data block query control method not found
[    1.430488] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.440218] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.444905] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.445214] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.445262] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.445299] acpi PNP0C14:08: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.472087] tsc: Refined TSC clocksource calibration: 2400.018 MHz
[    1.472094] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x229848b50c4, max_idle_ns: 440795322125 ns
[    1.472185] clocksource: Switched to clocksource tsc
[    1.550035] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.566110] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
[    1.571588] thunderbolt 0000:04:00.0: enabling device (0000 -> 0002)
[    1.577425] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    1.580323] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    1.582086] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    1.582642] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.582745] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.583214] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[    1.587276] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[    1.587327] intel_rapl_common: Found RAPL domain package
[    1.587329] intel_rapl_common: Found RAPL domain dram
[    1.588920] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    1.589268] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    1.592223] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    1.617071] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    1.617475] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.618641] Adding 67108860k swap on /dev/nvme0n1p7.  Priority:-2 extents:1 across:67108860k SSFS
[    1.625305] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    1.625558] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    1.655342] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[    1.655560] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    1.666522] ioremap error for 0x65d73000-0x65d74000, requested 0x2, got 0x0
[    1.666857] ucsi_acpi: probe of USBC000:00 failed with error -12
[    1.732299] Bluetooth: Core ver 2.22
[    1.732323] NET: Registered protocol family 31
[    1.732325] Bluetooth: HCI device and connection manager initialized
[    1.732331] Bluetooth: HCI socket layer initialized
[    1.732332] Bluetooth: L2CAP socket layer initialized
[    1.732336] Bluetooth: SCO socket layer initialized
[    1.756980] input: ELAN29E2:00 04F3:29E2 Touchscreen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN29E2:00/0018:04F3:29E2.0001/input/input8
[    1.757065] input: ELAN29E2:00 04F3:29E2 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN29E2:00/0018:04F3:29E2.0001/input/input9
[    1.757178] input: ELAN29E2:00 04F3:29E2 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN29E2:00/0018:04F3:29E2.0001/input/input10
[    1.757253] hid-generic 0018:04F3:29E2.0001: input,hidraw0: I2C HID v1.00 Device [ELAN29E2:00 04F3:29E2] on i2c-ELAN29E2:00
[    1.757852] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.758015] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    1.758018] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    1.758019] RAPL PMU: hw unit of domain package 2^-14 Joules
[    1.758021] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    1.758022] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    1.758023] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    1.760781] cryptd: max_cpu_qlen set to 1000
[    1.764066] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.779671] input: DELL097D:00 04F3:311C Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL097D:00/0018:04F3:311C.0002/input/input12
[    1.779756] input: DELL097D:00 04F3:311C Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL097D:00/0018:04F3:311C.0002/input/input13
[    1.779797] hid-generic 0018:04F3:311C.0002: input,hidraw1: I2C HID v1.00 Mouse [DELL097D:00 04F3:311C] on i2c-DELL097D:00
[    1.898211] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    1.953119] AVX2 version of gcm_enc/dec engaged.
[    1.953156] AES CTR mode by8 optimization enabled
[    1.956581] usb 2-1: New USB device found, idVendor=2109, idProduct=0211, bcdDevice= 4.94
[    1.956586] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.956588] usb 2-1: Product: USB3.0 Hub             
[    1.956590] usb 2-1: Manufacturer: VIA Labs, Inc.         
[    1.959117] hub 2-1:1.0: USB hub found
[    1.959314] hub 2-1:1.0: 1 port detected
[    2.013699] ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210105/nsarguments-61)
[    2.013754] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210105/nsarguments-61)
[    2.013903] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[    2.013906] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
[    2.013906] nouveau: detected PR support, will not use DSM
[    2.013927] nouveau 0000:01:00.0: enabling device (0000 -> 0003)
[    2.014079] checking generic (4000000000 2330000) vs hw (b3000000 1000000)
[    2.014081] checking generic (4000000000 2330000) vs hw (70000000 10000000)
[    2.014082] checking generic (4000000000 2330000) vs hw (80000000 2000000)
[    2.014130] nouveau 0000:01:00.0: NVIDIA TU117 (167000a1)
[    2.077020] Bluetooth: HCI UART driver ver 2.3
[    2.077024] Bluetooth: HCI UART protocol H4 registered
[    2.077026] Bluetooth: HCI UART protocol BCSP registered
[    2.077042] Bluetooth: HCI UART protocol LL registered
[    2.077044] Bluetooth: HCI UART protocol ATH3K registered
[    2.077051] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.077093] Bluetooth: HCI UART protocol Intel registered
[    2.077143] Bluetooth: HCI UART protocol Broadcom registered
[    2.077151] Bluetooth: HCI UART protocol QCA registered
[    2.077152] Bluetooth: HCI UART protocol AG6XX registered
[    2.077160] Bluetooth: HCI UART protocol Marvell registered
[    2.078654] checking generic (4000000000 2330000) vs hw (604a000000 1000000)
[    2.078658] checking generic (4000000000 2330000) vs hw (4000000000 10000000)
[    2.078660] fb0: switching to inteldrmfb from EFI VGA
[    2.078748] Console: switching to colour dummy device 80x25
[    2.078789] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.079185] usb 1-10: new full-speed USB device number 3 using xhci_hcd
[    2.092705] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.095593] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    2.100738] nouveau 0000:01:00.0: bios: version 90.17.42.00.3a
[    2.103178] nouveau 0000:01:00.0: pmu: firmware unavailable
[    2.109644] nouveau 0000:01:00.0: fb: 4096 MiB GDDR6
[    2.111624] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    2.111664] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    2.194659] [TTM] Zone  kernel: Available graphics memory: 16305532 KiB
[    2.194663] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    2.194678] nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
[    2.194681] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[    2.194684] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    2.194686] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    2.194688] nouveau 0000:01:00.0: DRM: Pointer to TMDS table not found
[    2.194689] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    2.195074] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    2.195250] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[    2.195254] nouveau 0000:01:00.0: DRM: Disabling PCI power management to avoid bug
[    2.223861] usb 1-10: New USB device found, idVendor=27c6, idProduct=533c, bcdDevice= 1.00
[    2.223864] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.223866] usb 1-10: Product: FingerPrint
[    2.223866] usb 1-10: Manufacturer: Goodix
[    2.233776] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x0f5002)
[    2.234271] psmouse serio1: elantech: elantech_send_cmd query 0x02 failed.
[    2.234275] psmouse serio1: elantech: failed to query capabilities.
[    2.293545] ath11k_pci 0000:6c:00.0: BAR 0: assigned [mem 0xb4200000-0xb42fffff 64bit]
[    2.293573] ath11k_pci 0000:6c:00.0: enabling device (0000 -> 0002)
[    2.299232] urandom_read: 2 callbacks suppressed
[    2.299234] random: boltd: uninitialized urandom read (16 bytes read)
[    2.316791] random: polkitd: uninitialized urandom read (8 bytes read)
[    2.316799] random: polkitd: uninitialized urandom read (8 bytes read)
[    2.345297] usb 1-11: new high-speed USB device number 4 using xhci_hcd
[    2.351416] iTCO_vendor_support: vendor-support=0
[    2.351744] intel_rapl_common: Found RAPL domain package
[    2.351747] intel_rapl_common: Found RAPL domain core
[    2.351748] intel_rapl_common: Found RAPL domain uncore
[    2.351750] intel_rapl_common: Found RAPL domain dram
[    2.351751] intel_rapl_common: Found RAPL domain psys
[    2.352965] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    2.354789] NET: Registered protocol family 42
[    2.355429] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    2.356577] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    2.356684] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.363100] input: Dell WMI hotkeys as /devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input15
[    2.385573] dw-apb-uart.2: ttyS4 at MMIO 0x4010002000 (irq = 20, base_baud = 7500000) is a 16550A
[    2.400491] hci_uart_qca serial0-0: failed to acquire enable gpio
[    2.415262] serial serial0: tty port ttyS4 registered
[    2.415482] Bluetooth: hci0: setting up ROME/QCA6390
[    2.415942] mhi mhi0: Requested to power ON
[    2.416012] mhi mhi0: Power on setup success
[    2.419612] Bluetooth: hci0: Frame reassembly failed (-84)
[    2.451968] random: crng init done
[    2.451969] random: 2 urandom warning(s) missed due to ratelimiting
[    2.499160] usb 1-11: New USB device found, idVendor=0c45, idProduct=6a0c, bcdDevice= 1.30
[    2.499163] usb 1-11: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    2.499165] usb 1-11: Product: Integrated_Webcam_HD
[    2.499166] usb 1-11: Manufacturer: CKFJH67R017410008360
[    2.558760] usb 2-1.1: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[    2.603198] usb 2-1.1: New USB device found, idVendor=2109, idProduct=0815, bcdDevice= 7.04
[    2.603200] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.603201] usb 2-1.1: Product: USB3.0 Hub             
[    2.603202] usb 2-1.1: Manufacturer: VIA Labs, Inc.         
[    2.653079] hub 2-1.1:1.0: USB hub found
[    2.653245] hub 2-1.1:1.0: 4 ports detected
[    2.725329] usb 1-3.1: new high-speed USB device number 5 using xhci_hcd
[    2.752388] Bluetooth: hci0: QCA Product ID   :0x00000010
[    2.752390] Bluetooth: hci0: QCA SOC Version  :0x400a0200
[    2.752391] Bluetooth: hci0: QCA ROM Version  :0x00000200
[    2.752391] Bluetooth: hci0: QCA Patch Version:0x00000d2b
[    2.752392] Bluetooth: hci0: QCA controller version 0x02000200
[    2.752393] Bluetooth: hci0: QCA Downloading qca/htbtfw20.tlv
[    2.896769] usb 1-3.1: New USB device found, idVendor=2109, idProduct=2815, bcdDevice= 7.04
[    2.896771] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.896772] usb 1-3.1: Product: USB2.0 Hub             
[    2.896773] usb 1-3.1: Manufacturer: VIA Labs, Inc.         
[    2.897571] hub 1-3.1:1.0: USB hub found
[    2.897753] hub 1-3.1:1.0: 4 ports detected
[    3.053313] mc: Linux media interface: v0.10
[    3.056859] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1
[    3.057968] hid-generic 001F:8087:0AC2.0003: hidraw2: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[    3.068058] Bluetooth: hci0: unexpected event for opcode 0x0800
[    3.069217] Bluetooth: hci0: unexpected event for opcode 0x2d00
[    3.071358] Bluetooth: hci0: unexpected event for opcode 0xa020
[    3.073279] Bluetooth: hci0: unexpected event for opcode 0x3d00
[    3.074114] Bluetooth: hci0: unexpected event for opcode 0x7020
[    3.074115] Bluetooth: hci0: unexpected event for opcode 0x0172
[    3.078925] Bluetooth: hci0: unexpected event for opcode 0x042e
[    3.079962] Bluetooth: hci0: unexpected event for opcode 0x0002
[    3.080835] Bluetooth: hci0: Frame reassembly failed (-84)
[    3.080901] Bluetooth: hci0: Frame reassembly failed (-84)
[    3.081576] Bluetooth: hci0: unexpected event for opcode 0x9820
[    3.083226] Bluetooth: hci0: unexpected event for opcode 0x7f46
[    3.084782] Bluetooth: hci0: unexpected event for opcode 0x12a9
[    3.087155] ath11k_pci 0000:6c:00.0: firmware crashed: MHI_CB_SYS_ERROR
[    3.142006] usb 1-3.2: new full-speed USB device number 6 using xhci_hcd
[    3.292875] usb 1-3.2: not running at top speed; connect to a high speed hub
[    3.307772] usb 1-3.2: New USB device found, idVendor=413c, idProduct=b080, bcdDevice= 1.00
[    3.307775] usb 1-3.2: New USB device strings: Mfr=17, Product=18, SerialNumber=19
[    3.307777] usb 1-3.2: Product: Dell DA20 Adapter
[    3.307778] usb 1-3.2: Manufacturer: Luxshare
[    3.307779] usb 1-3.2: SerialNumber: 00000000000000000
[    3.362210] usb 2-1.1.3: new SuperSpeed Gen 1 USB device number 4 using xhci_hcd
[    3.406852] usb 2-1.1.3: New USB device found, idVendor=2109, idProduct=0815, bcdDevice= 7.04
[    3.406855] usb 2-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.406857] usb 2-1.1.3: Product: USB3.0 Hub             
[    3.406858] usb 2-1.1.3: Manufacturer: VIA Labs, Inc.         
[    3.408370] hub 2-1.1.3:1.0: USB hub found
[    3.408538] hub 2-1.1.3:1.0: 4 ports detected
[    4.048802] usb 2-1.1.3.3: new SuperSpeed Gen 1 USB device number 5 using xhci_hcd
[    4.066554] usb 2-1.1.3.3: New USB device found, idVendor=1058, idProduct=25e1, bcdDevice=10.21
[    4.066556] usb 2-1.1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.066558] usb 2-1.1.3.3: Product: My Passport 25E1
[    4.066558] usb 2-1.1.3.3: Manufacturer: Western Digital
[    4.066559] usb 2-1.1.3.3: SerialNumber: 575856314133383245373337
[    6.162354] hub_port_connect: 28 callbacks suppressed
[    6.162356] usb 1-3.1-port1: connect-debounce failed
[    6.285339] usb 1-3.1.3: new high-speed USB device number 7 using xhci_hcd
[    6.426917] usb 1-3.1.3: New USB device found, idVendor=2109, idProduct=2815, bcdDevice= 7.04
[    6.426920] usb 1-3.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.426921] usb 1-3.1.3: Product: USB2.0 Hub             
[    6.426923] usb 1-3.1.3: Manufacturer: VIA Labs, Inc.         
[    6.427962] hub 1-3.1.3:1.0: USB hub found
[    6.428146] hub 1-3.1.3:1.0: 4 ports detected
[    6.672015] usb 1-3.1.4: new low-speed USB device number 8 using xhci_hcd
[    6.816309] usb 1-3.1.4: New USB device found, idVendor=093a, idProduct=2510, bcdDevice= 1.00
[    6.816329] usb 1-3.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.816330] usb 1-3.1.4: Product: USB Optical Mouse
[    6.816331] usb 1-3.1.4: Manufacturer: PixArt
[    6.930632] audit: type=1131 audit(1620727384.934:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lxdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    7.222578] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    7.232024] ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    7.232067] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input16
[    7.255693] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.256959] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input17
[    7.281944] audit: type=1130 audit(1620727385.288:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lxdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.281955] audit: type=1131 audit(1620727385.288:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lxdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.283894] audit: type=1130 audit(1620727385.288:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lxdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.311015] input: DELL097D:00 04F3:311C Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL097D:00/0018:04F3:311C.0002/input/input18
[    7.322396] input: DELL097D:00 04F3:311C Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL097D:00/0018:04F3:311C.0002/input/input19
[    7.322411] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.322507] hid-multitouch 0018:04F3:311C.0002: input,hidraw0: I2C HID v1.00 Mouse [DELL097D:00 04F3:311C] on i2c-DELL097D:00
[    7.323052] vga_switcheroo: enabled
[    7.325383] videodev: Linux video capture interface: v2.00
[    7.345893] input: ELAN29E2:00 04F3:29E2 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN29E2:00/0018:04F3:29E2.0001/input/input21
[    7.345968] input: ELAN29E2:00 04F3:29E2 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN29E2:00/0018:04F3:29E2.0001/input/input22
[    7.346035] input: ELAN29E2:00 04F3:29E2 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN29E2:00/0018:04F3:29E2.0001/input/input23
[    7.346138] hid-multitouch 0018:04F3:29E2.0001: input,hidraw1: I2C HID v1.00 Device [ELAN29E2:00 04F3:29E2] on i2c-ELAN29E2:00
[    7.351442] usb-storage 2-1.1.3.3:1.0: USB Mass Storage device detected
[    7.351570] scsi host0: usb-storage 2-1.1.3.3:1.0
[    7.351674] usbcore: registered new interface driver usb-storage
[    7.352508] mousedev: PS/2 mouse device common for all mice
[    7.352887] fbcon: i915drmfb (fb0) is primary device
[    7.352951] Console: switching to colour frame buffer device 240x33
[    7.352957] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    7.355280] usbcore: registered new interface driver uas
[    7.377008] audit: type=1130 audit(1620727385.381:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.392358] input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input7
[    7.441841] usb 1-11: Found UVC 1.00 device Integrated_Webcam_HD (0c45:6a0c)
[    7.450832] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC289: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
[    7.450839] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.450841] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    7.450843] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    7.450844] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    7.450845] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[    7.450848] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1b
[    7.450849] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    7.451868] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/input/input25
[    7.452836] usb 1-11: Found UVC 1.00 device Integrated_Webcam_HD (0c45:6a0c)
[    7.461080] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/input/input26
[    7.461124] usbcore: registered new interface driver uvcvideo
[    8.060794] audit: type=1131 audit(1620727386.064:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.272062] ath11k_pci 0000:6c:00.0: qmi failed memory request, err = -110
[    8.272072] ath11k_pci 0000:6c:00.0: qmi failed to respond fw mem req:-110
[    8.352613] scsi 0:0:0:0: Direct-Access     WD       My Passport 25E1 1021 PQ: 0 ANSI: 6
[    8.352876] scsi 0:0:0:1: Enclosure         WD       SES Device       1021 PQ: 0 ANSI: 6
[    8.354713] sd 0:0:0:0: [sda] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
[    8.355067] sd 0:0:0:0: [sda] Write Protect is off
[    8.355071] sd 0:0:0:0: [sda] Mode Sense: 47 00 10 08
[    8.355380] sd 0:0:0:0: [sda] No Caching mode page found
[    8.355384] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    8.364891] scsi 0:0:0:1: Wrong diagnostic page; asked for 1 got 8
[    8.364893] scsi 0:0:0:1: Failed to get diagnostic page 0x1
[    8.364894] scsi 0:0:0:1: Failed to bind enclosure -19
[    8.395087]  sda: sda1
[    8.396254] sd 0:0:0:0: [sda] Attached SCSI disk
[    8.396306] ses 0:0:0:1: Attached Enclosure device
[    8.721910] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[    8.721945] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[    8.721981] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[    8.722022] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[    8.722049] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
[    8.722072] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
[    8.860640] i915 0000:00:02.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[    9.525050] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1.4/1-3.1.4:1.0/0003:093A:2510.0004/input/input33
[    9.525258] hid-generic 0003:093A:2510.0004: input,hidraw2: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-3.1.4/input0
[    9.525374] usbcore: registered new interface driver usbhid
[    9.525379] usbhid: USB HID core driver
[   12.965398] Bluetooth: hci0: QCA Failed to send TLV segment (-110)
[   12.965432] Bluetooth: hci0: QCA Failed to download patch (-110)
[   12.965436] Bluetooth: hci0: Retry BT power ON:0
[   13.285928] Bluetooth: hci0: QCA Product ID   :0x00000010
[   13.285939] Bluetooth: hci0: QCA SOC Version  :0x400a0200
[   13.285942] Bluetooth: hci0: QCA ROM Version  :0x00000200
[   13.285945] Bluetooth: hci0: QCA Patch Version:0x00002baa
[   13.285950] Bluetooth: hci0: QCA controller version 0x02000200
[   13.285954] Bluetooth: hci0: QCA Downloading qca/htbtfw20.tlv
[   13.319266] Bluetooth: hci0: QCA Failed to send TLV segment (-12)
[   13.319298] Bluetooth: hci0: QCA Failed to download patch (-12)
[   13.319302] Bluetooth: hci0: Retry BT power ON:1
[   15.738899] Bluetooth: hci0: command 0xfc00 tx timeout

Offline

#4 2021-05-11 11:57:33

seth
Member
Registered: 2012-09-03
Posts: 49,981

Offline

#5 2021-05-14 07:55:48

tors42
Member
Registered: 2020-11-14
Posts: 4

Re: Ath11k loaded but wlan0 does not appear Killer AX500 DBS

Edit,
oh - I'm most probably hit by https://bugs.archlinux.org/task/70849
Sorry for the noise. (Should I delete this forum post somehow, or could it still add some value?)

----


I just noticed the same problem.
Will investigate a bit more, but one thing I found in my dmesg after a while,
is some printout from "mhi"  (I saw your dmesg output stopped at 15.xxx , maybe the same printout shows up for you as well, if you wait?) 

$ sudo dmesg | grep mhi
[    6.626770] mhi mhi0: Requested to power ON
[    6.626892] mhi mhi0: Power on setup success
[   97.090300] mhi mhi0: Device Ready timeout
[   97.090308] mhi mhi0: MHI did not enter READY state

Full dmesg,

[    0.000000] Linux version 5.12.3-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed, 12 May 2021 17:54:18 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=44894835-6b30-423b-b9bf-25e862cd7276 rw cryptdevice=UUID=a97b18ae-59ca-4a86-9dda-c5753e365acc:cryptroot root=/dev/mapper/cryptroot loglevel=3 quiet nvidia-drm.modeset=1
[    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 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    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[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: xstate_offset[9]:  960, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x21f, context size is 968 bytes, using 'compacted' format.
[    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-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040400000-0x000000004ea88fff] usable
[    0.000000] BIOS-e820: [mem 0x000000004ea89000-0x000000004ea89fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ea8a000-0x0000000050f0ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000050f10000-0x0000000050f10fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000050f11000-0x0000000050f11fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000050f12000-0x0000000062725fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000062726000-0x0000000062915fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062916000-0x0000000062917fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062918000-0x000000006291bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006291c000-0x000000006291cfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000006291d000-0x0000000062920fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062921000-0x0000000062921fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062922000-0x0000000062926fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062927000-0x0000000062927fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062928000-0x000000006292cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006292d000-0x000000006292ffff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062930000-0x0000000062933fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062934000-0x0000000062935fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062936000-0x0000000062939fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006293a000-0x000000006293afff] type 20
[    0.000000] BIOS-e820: [mem 0x000000006293b000-0x000000006293efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006293f000-0x0000000062940fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062941000-0x0000000062945fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062946000-0x0000000062947fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062948000-0x000000006294cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006294d000-0x000000006294ffff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062950000-0x0000000062954fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062955000-0x000000006296bfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000006296c000-0x000000006298efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006298f000-0x000000006298ffff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062990000-0x0000000062993fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062994000-0x0000000062994fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000062995000-0x0000000062999fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006299a000-0x000000006299afff] type 20
[    0.000000] BIOS-e820: [mem 0x000000006299b000-0x000000006299ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000629a0000-0x00000000629a0fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000629a1000-0x00000000629a4fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000629a5000-0x00000000629a6fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000629a7000-0x00000000629abfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000629ac000-0x00000000629adfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000629ae000-0x00000000657b4fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000657b5000-0x0000000065e24fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000065e25000-0x0000000065efefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000065eff000-0x0000000065efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000065f00000-0x000000006e7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000108d7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by Dell
[    0.000000] efi: SMBIOS=0x63163000 TPMFinalLog=0x65e1d000 ACPI=0x65efe000 ACPI 2.0=0x65efe014 ESRT=0x63047b98 MEMATTR=0x5f74f018 PROP=0x4fce0130 
[    0.000000] SMBIOS 3.2 present.
[    0.000000] DMI: Dell Inc. XPS 15 9500/0HH6JF, BIOS 1.6.1 12/24/2020
[    0.000000] tsc: Detected 2400.000 MHz processor
[    0.000678] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000680] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000687] last_pfn = 0x108d800 max_arch_pfn = 0x400000000
[    0.000793] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001455] last_pfn = 0x65f00 max_arch_pfn = 0x400000000
[    0.010090] esrt: Reserving ESRT space from 0x0000000063047b98 to 0x0000000063047c20.
[    0.010100] check: Scanning 1 areas for low memory corruption
[    0.010106] Using GB pages for direct mapping
[    0.011214] Secure boot could not be determined
[    0.011215] RAMDISK: [mem 0x35dc7000-0x36edafff]
[    0.011218] ACPI: Early table checksum verification disabled
[    0.011219] ACPI: RSDP 0x0000000065EFE014 000024 (v02 DELL  )
[    0.011222] ACPI: XSDT 0x0000000065E92188 0000F4 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011225] ACPI: FACP 0x0000000065EF0000 000114 (v06 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011228] ACPI: DSDT 0x0000000065EA2000 04ACAC (v02 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011230] ACPI: FACS 0x0000000065D85000 000040
[    0.011232] ACPI: SSDT 0x0000000065EFA000 00203C (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.011234] ACPI: SSDT 0x0000000065EF3000 0063E8 (v02 INTEL  DptfTabl 00001000 INTL 20160527)
[    0.011236] ACPI: SSDT 0x0000000065EF1000 00134A (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.011238] ACPI: HPET 0x0000000065EEF000 000038 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011240] ACPI: APIC 0x0000000065EEE000 000164 (v03 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011241] ACPI: MCFG 0x0000000065EED000 00003C (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011243] ACPI: SSDT 0x0000000065EA0000 001749 (v02 DELL   DellRtd3 00001000 INTL 20160527)
[    0.011245] ACPI: SSDT 0x0000000065E9F000 000CB0 (v02 DELL   xh_Dell_ 00000000 INTL 20160527)
[    0.011248] ACPI: NHLT 0x0000000065E9E000 00002D (v00 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011250] ACPI: SSDT 0x0000000065E9D000 000C78 (v02 DELL   UsbCTabl 00001000 INTL 20160527)
[    0.011253] ACPI: LPIT 0x0000000065E9C000 000094 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011255] ACPI: WSMT 0x0000000065E9B000 000028 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011256] ACPI: SSDT 0x0000000065E9A000 000B75 (v02 DELL   PtidDevc 00001000 INTL 20160527)
[    0.011258] ACPI: DBGP 0x0000000065E99000 000034 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011260] ACPI: DBG2 0x0000000065E98000 000054 (v00 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011262] ACPI: SSDT 0x0000000065E97000 00060E (v02 DELL   Tpm2Tabl 00001000 INTL 20160527)
[    0.011263] ACPI: TPM2 0x0000000065E96000 000034 (v04 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011265] ACPI: SLIC 0x0000000065E95000 000176 (v03 DELL   CBX3     06222004 MSFT 00010013)
[    0.011267] ACPI: BOOT 0x0000000065E94000 000028 (v01 DELL   CBX3     20170001 INTL 20160422)
[    0.011269] ACPI: MSDM 0x0000000065E93000 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.011270] ACPI: DMAR 0x0000000065EFD000 0000A8 (v01 INTEL  Dell Inc 00000002      01000013)
[    0.011272] ACPI: SSDT 0x0000000065E8D000 0041A0 (v01 DELL   NvdTable 00001000 INTL 20160527)
[    0.011274] ACPI: SSDT 0x0000000065E8C000 000156 (v02 Dell   ADebTabl 00001000 INTL 20160527)
[    0.011276] ACPI: BGRT 0x0000000065E8B000 000038 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011277] ACPI: FPDT 0x0000000065E8A000 000034 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.011279] ACPI: Reserving FACP table memory at [mem 0x65ef0000-0x65ef0113]
[    0.011280] ACPI: Reserving DSDT table memory at [mem 0x65ea2000-0x65eeccab]
[    0.011281] ACPI: Reserving FACS table memory at [mem 0x65d85000-0x65d8503f]
[    0.011281] ACPI: Reserving SSDT table memory at [mem 0x65efa000-0x65efc03b]
[    0.011282] ACPI: Reserving SSDT table memory at [mem 0x65ef3000-0x65ef93e7]
[    0.011283] ACPI: Reserving SSDT table memory at [mem 0x65ef1000-0x65ef2349]
[    0.011283] ACPI: Reserving HPET table memory at [mem 0x65eef000-0x65eef037]
[    0.011284] ACPI: Reserving APIC table memory at [mem 0x65eee000-0x65eee163]
[    0.011284] ACPI: Reserving MCFG table memory at [mem 0x65eed000-0x65eed03b]
[    0.011285] ACPI: Reserving SSDT table memory at [mem 0x65ea0000-0x65ea1748]
[    0.011286] ACPI: Reserving SSDT table memory at [mem 0x65e9f000-0x65e9fcaf]
[    0.011287] ACPI: Reserving NHLT table memory at [mem 0x65e9e000-0x65e9e02c]
[    0.011288] ACPI: Reserving SSDT table memory at [mem 0x65e9d000-0x65e9dc77]
[    0.011288] ACPI: Reserving LPIT table memory at [mem 0x65e9c000-0x65e9c093]
[    0.011289] ACPI: Reserving WSMT table memory at [mem 0x65e9b000-0x65e9b027]
[    0.011289] ACPI: Reserving SSDT table memory at [mem 0x65e9a000-0x65e9ab74]
[    0.011290] ACPI: Reserving DBGP table memory at [mem 0x65e99000-0x65e99033]
[    0.011291] ACPI: Reserving DBG2 table memory at [mem 0x65e98000-0x65e98053]
[    0.011291] ACPI: Reserving SSDT table memory at [mem 0x65e97000-0x65e9760d]
[    0.011292] ACPI: Reserving TPM2 table memory at [mem 0x65e96000-0x65e96033]
[    0.011293] ACPI: Reserving SLIC table memory at [mem 0x65e95000-0x65e95175]
[    0.011293] ACPI: Reserving BOOT table memory at [mem 0x65e94000-0x65e94027]
[    0.011294] ACPI: Reserving MSDM table memory at [mem 0x65e93000-0x65e93054]
[    0.011295] ACPI: Reserving DMAR table memory at [mem 0x65efd000-0x65efd0a7]
[    0.011295] ACPI: Reserving SSDT table memory at [mem 0x65e8d000-0x65e9119f]
[    0.011296] ACPI: Reserving SSDT table memory at [mem 0x65e8c000-0x65e8c155]
[    0.011297] ACPI: Reserving BGRT table memory at [mem 0x65e8b000-0x65e8b037]
[    0.011297] ACPI: Reserving FPDT table memory at [mem 0x65e8a000-0x65e8a033]
[    0.011305] ACPI: Local APIC address 0xfee00000
[    0.011494] No NUMA configuration found
[    0.011494] Faking a node at [mem 0x0000000000000000-0x000000108d7fffff]
[    0.011497] NODE_DATA(0) allocated [mem 0x108d7fc000-0x108d7fffff]
[    0.011540] Zone ranges:
[    0.011541]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011542]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.011543]   Normal   [mem 0x0000000100000000-0x000000108d7fffff]
[    0.011544]   Device   empty
[    0.011545] Movable zone start for each node
[    0.011545] Early memory node ranges
[    0.011546]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.011547]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[    0.011547]   node   0: [mem 0x0000000040400000-0x000000004ea88fff]
[    0.011548]   node   0: [mem 0x000000004ea8a000-0x0000000050f0ffff]
[    0.011548]   node   0: [mem 0x0000000050f12000-0x0000000062725fff]
[    0.011549]   node   0: [mem 0x0000000065eff000-0x0000000065efffff]
[    0.011549]   node   0: [mem 0x0000000100000000-0x000000108d7fffff]
[    0.011553] Initmem setup node 0 [mem 0x0000000000001000-0x000000108d7fffff]
[    0.011554] On node 0 totalpages: 16710338
[    0.011555]   DMA zone: 64 pages used for memmap
[    0.011555]   DMA zone: 24 pages reserved
[    0.011556]   DMA zone: 3998 pages, LIFO batch:0
[    0.011752]   DMA zone: 28770 pages in unavailable ranges
[    0.011753]   DMA32 zone: 6221 pages used for memmap
[    0.011754]   DMA32 zone: 398116 pages, LIFO batch:63
[    0.013416]   DMA32 zone: 23772 pages in unavailable ranges
[    0.013417]   Normal zone: 254816 pages used for memmap
[    0.013417]   Normal zone: 16308224 pages, LIFO batch:63
[    0.076147]   Normal zone: 10240 pages in unavailable ranges
[    0.076169] Reserving Intel graphics memory at [mem 0x6a800000-0x6e7fffff]
[    0.076672] ACPI: PM-Timer IO Port: 0x1808
[    0.076673] ACPI: Local APIC address 0xfee00000
[    0.076677] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.076678] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.076679] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.076679] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.076680] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.076680] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.076681] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.076681] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.076682] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.076682] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.076683] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.076683] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.076684] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.076684] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.076684] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.076685] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.076685] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.076686] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.076686] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.076687] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.076720] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.076722] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.076723] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.076724] ACPI: IRQ0 used by override.
[    0.076725] ACPI: IRQ9 used by override.
[    0.076726] Using ACPI (MADT) for SMP configuration information
[    0.076726] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.076731] e820: update [mem 0x5f5bf000-0x5f63bfff] usable ==> reserved
[    0.076739] TSC deadline timer available
[    0.076740] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.076779] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.076781] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.076783] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x403fffff]
[    0.076784] PM: hibernation: Registered nosave memory: [mem 0x4ea89000-0x4ea89fff]
[    0.076786] PM: hibernation: Registered nosave memory: [mem 0x50f10000-0x50f10fff]
[    0.076786] PM: hibernation: Registered nosave memory: [mem 0x50f11000-0x50f11fff]
[    0.076788] PM: hibernation: Registered nosave memory: [mem 0x5f5bf000-0x5f63bfff]
[    0.076789] PM: hibernation: Registered nosave memory: [mem 0x62726000-0x62915fff]
[    0.076790] PM: hibernation: Registered nosave memory: [mem 0x62916000-0x62917fff]
[    0.076790] PM: hibernation: Registered nosave memory: [mem 0x62918000-0x6291bfff]
[    0.076790] PM: hibernation: Registered nosave memory: [mem 0x6291c000-0x6291cfff]
[    0.076791] PM: hibernation: Registered nosave memory: [mem 0x6291d000-0x62920fff]
[    0.076791] PM: hibernation: Registered nosave memory: [mem 0x62921000-0x62921fff]
[    0.076792] PM: hibernation: Registered nosave memory: [mem 0x62922000-0x62926fff]
[    0.076792] PM: hibernation: Registered nosave memory: [mem 0x62927000-0x62927fff]
[    0.076793] PM: hibernation: Registered nosave memory: [mem 0x62928000-0x6292cfff]
[    0.076793] PM: hibernation: Registered nosave memory: [mem 0x6292d000-0x6292ffff]
[    0.076794] PM: hibernation: Registered nosave memory: [mem 0x62930000-0x62933fff]
[    0.076794] PM: hibernation: Registered nosave memory: [mem 0x62934000-0x62935fff]
[    0.076795] PM: hibernation: Registered nosave memory: [mem 0x62936000-0x62939fff]
[    0.076795] PM: hibernation: Registered nosave memory: [mem 0x6293a000-0x6293afff]
[    0.076796] PM: hibernation: Registered nosave memory: [mem 0x6293b000-0x6293efff]
[    0.076796] PM: hibernation: Registered nosave memory: [mem 0x6293f000-0x62940fff]
[    0.076797] PM: hibernation: Registered nosave memory: [mem 0x62941000-0x62945fff]
[    0.076797] PM: hibernation: Registered nosave memory: [mem 0x62946000-0x62947fff]
[    0.076798] PM: hibernation: Registered nosave memory: [mem 0x62948000-0x6294cfff]
[    0.076798] PM: hibernation: Registered nosave memory: [mem 0x6294d000-0x6294ffff]
[    0.076798] PM: hibernation: Registered nosave memory: [mem 0x62950000-0x62954fff]
[    0.076799] PM: hibernation: Registered nosave memory: [mem 0x62955000-0x6296bfff]
[    0.076799] PM: hibernation: Registered nosave memory: [mem 0x6296c000-0x6298efff]
[    0.076800] PM: hibernation: Registered nosave memory: [mem 0x6298f000-0x6298ffff]
[    0.076800] PM: hibernation: Registered nosave memory: [mem 0x62990000-0x62993fff]
[    0.076801] PM: hibernation: Registered nosave memory: [mem 0x62994000-0x62994fff]
[    0.076801] PM: hibernation: Registered nosave memory: [mem 0x62995000-0x62999fff]
[    0.076802] PM: hibernation: Registered nosave memory: [mem 0x6299a000-0x6299afff]
[    0.076802] PM: hibernation: Registered nosave memory: [mem 0x6299b000-0x6299ffff]
[    0.076803] PM: hibernation: Registered nosave memory: [mem 0x629a0000-0x629a0fff]
[    0.076803] PM: hibernation: Registered nosave memory: [mem 0x629a1000-0x629a4fff]
[    0.076804] PM: hibernation: Registered nosave memory: [mem 0x629a5000-0x629a6fff]
[    0.076804] PM: hibernation: Registered nosave memory: [mem 0x629a7000-0x629abfff]
[    0.076804] PM: hibernation: Registered nosave memory: [mem 0x629ac000-0x629adfff]
[    0.076805] PM: hibernation: Registered nosave memory: [mem 0x629ae000-0x657b4fff]
[    0.076805] PM: hibernation: Registered nosave memory: [mem 0x657b5000-0x65e24fff]
[    0.076806] PM: hibernation: Registered nosave memory: [mem 0x65e25000-0x65efefff]
[    0.076807] PM: hibernation: Registered nosave memory: [mem 0x65f00000-0x6e7fffff]
[    0.076808] PM: hibernation: Registered nosave memory: [mem 0x6e800000-0xdfffffff]
[    0.076808] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.076809] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfeffffff]
[    0.076809] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.076810] [mem 0x6e800000-0xdfffffff] available for PCI devices
[    0.076811] Booting paravirtualized kernel on bare hardware
[    0.076812] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.079572] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.079782] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.079788] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.079790] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.079812] Built 1 zonelists, mobility grouping on.  Total pages: 16449213
[    0.079813] Policy zone: Normal
[    0.079813] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=44894835-6b30-423b-b9bf-25e862cd7276 rw cryptdevice=UUID=a97b18ae-59ca-4a86-9dda-c5753e365acc:cryptroot root=/dev/mapper/cryptroot loglevel=3 quiet nvidia-drm.modeset=1
[    0.081813] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.082799] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.082934] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.172214] Memory: 65447348K/66841352K available (14344K kernel code, 2040K rwdata, 8992K rodata, 1652K init, 4348K bss, 1393744K reserved, 0K cma-reserved)
[    0.172219] random: get_random_u64 called from __kmem_cache_create+0x22/0x530 with crng_init=0
[    0.172292] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.172299] ftrace: allocating 41953 entries in 164 pages
[    0.181008] ftrace: allocated 164 pages with 3 groups
[    0.181078] rcu: Preemptible hierarchical RCU implementation.
[    0.181079] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.181079] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.181080] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.181081] 	Trampoline variant of Tasks RCU enabled.
[    0.181081] 	Rude variant of Tasks RCU enabled.
[    0.181081] 	Tracing variant of Tasks RCU enabled.
[    0.181082] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.181082] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.183198] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.183636] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.183675] Console: colour dummy device 80x25
[    0.183687] printk: console [tty0] enabled
[    0.183699] ACPI: Core revision 20210105
[    0.184019] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.184149] APIC: Switch to symmetric I/O mode setup
[    0.184150] DMAR: Host address width 39
[    0.184150] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.184154] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.184155] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.184158] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.184159] DMAR: RMRR base: 0x00000065321000 end: 0x00000065340fff
[    0.184160] DMAR: RMRR base: 0x0000006a000000 end: 0x0000006e7fffff
[    0.184162] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.184163] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.184164] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.185735] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.185736] x2apic enabled
[    0.185760] Switched APIC routing to cluster x2apic.
[    0.190708] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.204074] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns
[    0.204078] Calibrating delay loop (skipped), value calculated using timer frequency.. 4801.00 BogoMIPS (lpj=8000000)
[    0.204080] pid_max: default: 32768 minimum: 301
[    0.206229] LSM: Security Framework initializing
[    0.206233] Yama: becoming mindful.
[    0.206250] LSM support for eBPF active
[    0.206335] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.206403] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.206544] x86/cpu: SGX disabled by BIOS
[    0.206548] CPU0: Thermal monitoring enabled (TM1)
[    0.206573] process: using mwait in idle threads
[    0.206576] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.206577] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.206578] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.206579] Spectre V2 : Mitigation: Enhanced IBRS
[    0.206580] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.206581] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.206581] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.206732] Freeing SMP alternatives memory: 36K
[    0.207488] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2133
[    0.207505] smpboot: CPU0: Intel(R) Core(TM) i9-10885H CPU @ 2.40GHz (family: 0x6, model: 0xa5, stepping: 0x2)
[    0.207588] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.207594] ... version:                4
[    0.207595] ... bit width:              48
[    0.207595] ... generic registers:      4
[    0.207595] ... value mask:             0000ffffffffffff
[    0.207596] ... max period:             00007fffffffffff
[    0.207596] ... fixed-purpose events:   3
[    0.207597] ... event mask:             000000070000000f
[    0.207654] rcu: Hierarchical SRCU implementation.
[    0.208203] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.208272] smp: Bringing up secondary CPUs ...
[    0.208322] x86: Booting SMP configuration:
[    0.208322] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.221674] smp: Brought up 1 node, 16 CPUs
[    0.221674] smpboot: Max logical packages: 1
[    0.221674] smpboot: Total of 16 processors activated (76830.00 BogoMIPS)
[    0.225738] devtmpfs: initialized
[    0.225738] x86/mm: Memory block size: 2048MB
[    0.225738] PM: Registering ACPI NVS region [mem 0x50f10000-0x50f10fff] (4096 bytes)
[    0.225738] PM: Registering ACPI NVS region [mem 0x657b5000-0x65e24fff] (6750208 bytes)
[    0.225738] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.225738] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.225738] pinctrl core: initialized pinctrl subsystem
[    0.225738] PM: RTC time: 08:28:17, date: 2021-05-14
[    0.225738] NET: Registered protocol family 16
[    0.225738] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.225738] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.225738] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.225738] audit: initializing netlink subsys (disabled)
[    0.225738] audit: type=2000 audit(1620980897.039:1): state=initialized audit_enabled=0 res=1
[    0.225738] thermal_sys: Registered thermal governor 'fair_share'
[    0.225738] thermal_sys: Registered thermal governor 'bang_bang'
[    0.225738] thermal_sys: Registered thermal governor 'step_wise'
[    0.225738] thermal_sys: Registered thermal governor 'user_space'
[    0.225738] thermal_sys: Registered thermal governor 'power_allocator'
[    0.225738] cpuidle: using governor ladder
[    0.225738] cpuidle: using governor menu
[    0.225738] Simple Boot Flag at 0x47 set to 0x80
[    0.225738] ACPI: bus type PCI registered
[    0.225738] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.225738] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.225738] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.225738] PCI: Using configuration type 1 for base access
[    0.227545] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.227973] Kprobes globally optimized
[    0.227975] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.227975] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.227975] ACPI: Added _OSI(Module Device)
[    0.227975] ACPI: Added _OSI(Processor Device)
[    0.227975] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.227975] ACPI: Added _OSI(Processor Aggregator Device)
[    0.227975] ACPI: Added _OSI(Linux-Dell-Video)
[    0.227975] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.227975] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.265831] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.335670] ACPI: Dynamic OEM Table Load:
[    0.335682] ACPI: SSDT 0xFFFF9481814F3D00 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.336938] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.338636] ACPI: Dynamic OEM Table Load:
[    0.338645] ACPI: SSDT 0xFFFF948181D97000 000502 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.340041] ACPI: Dynamic OEM Table Load:
[    0.340049] ACPI: SSDT 0xFFFF948181D92000 00053F (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.341560] ACPI: Dynamic OEM Table Load:
[    0.341567] ACPI: SSDT 0xFFFF948181C91800 00016C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.342900] ACPI: Dynamic OEM Table Load:
[    0.342909] ACPI: SSDT 0xFFFF948181DDA000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.344383] ACPI: Dynamic OEM Table Load:
[    0.344390] ACPI: SSDT 0xFFFF948181D97800 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.345718] ACPI: Dynamic OEM Table Load:
[    0.345724] ACPI: SSDT 0xFFFF948181781400 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.347048] ACPI: Dynamic OEM Table Load:
[    0.347055] ACPI: SSDT 0xFFFF948181DDB000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.349041] ACPI: Dynamic OEM Table Load:
[    0.349047] ACPI: SSDT 0xFFFF948181780800 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.355644] ACPI: EC: EC started
[    0.355645] ACPI: EC: interrupt blocked
[    0.358392] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.358394] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.358395] ACPI: Interpreter enabled
[    0.358432] ACPI: (supports S0 S3 S4 S5)
[    0.358433] ACPI: Using IOAPIC for interrupt routing
[    0.358459] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.359145] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.360926] ACPI: PM: Power Resource [PG00] (on)
[    0.364962] ACPI: PM: Power Resource [USBC] (on)
[    0.366875] ACPI: PM: Power Resource [PXP] (on)
[    0.368381] ACPI: PM: Power Resource [WRST] (on)
[    0.368413] ACPI: PM: Power Resource [DRST] (on)
[    0.371398] ACPI: PM: Power Resource [V0PR] (on)
[    0.371525] ACPI: PM: Power Resource [V1PR] (on)
[    0.371649] ACPI: PM: Power Resource [V2PR] (on)
[    0.374205] ACPI: PM: Power Resource [WRST] (on)
[    0.380306] ACPI: PM: Power Resource [PIN] (off)
[    0.380580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.380585] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.381728] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.383816] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.385983] PCI host bridge to bus 0000:00
[    0.385984] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.385985] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.385986] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.385987] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.385988] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.385989] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.385989] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.385990] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.385991] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.385991] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.385992] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.385993] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.385993] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.385994] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.385995] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.385995] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.385996] pci_bus 0000:00: root bus resource [mem 0x6e800000-0xdfffffff window]
[    0.385997] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.385998] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.385998] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.386014] pci 0000:00:00.0: [8086:9b44] type 00 class 0x060000
[    0.386783] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.386811] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.387706] pci 0000:00:02.0: [8086:9bc4] type 00 class 0x030000
[    0.387712] pci 0000:00:02.0: reg 0x10: [mem 0x604a000000-0x604affffff 64bit]
[    0.387716] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.387719] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.387730] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.388471] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.388477] pci 0000:00:04.0: reg 0x10: [mem 0x604b110000-0x604b117fff 64bit]
[    0.389258] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.389264] pci 0000:00:08.0: reg 0x10: [mem 0x604b127000-0x604b127fff 64bit]
[    0.390032] pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000
[    0.390044] pci 0000:00:12.0: reg 0x10: [mem 0x604b126000-0x604b126fff 64bit]
[    0.390847] pci 0000:00:13.0: [8086:06fc] type 00 class 0x070000
[    0.390863] pci 0000:00:13.0: reg 0x10: [mem 0x604b11e000-0x604b11ffff 64bit]
[    0.390917] pci 0000:00:13.0: PME# supported from D0 D3hot
[    0.391728] pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330
[    0.391741] pci 0000:00:14.0: reg 0x10: [mem 0x604b100000-0x604b10ffff 64bit]
[    0.391789] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.392576] pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000
[    0.392590] pci 0000:00:14.2: reg 0x10: [mem 0x604b11c000-0x604b11dfff 64bit]
[    0.392599] pci 0000:00:14.2: reg 0x18: [mem 0x604b125000-0x604b125fff 64bit]
[    0.393398] pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000
[    0.393449] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.394337] pci 0000:00:15.1: [8086:06e9] type 00 class 0x0c8000
[    0.394387] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.395267] pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000
[    0.395285] pci 0000:00:16.0: reg 0x10: [mem 0x604b122000-0x604b122fff 64bit]
[    0.395350] pci 0000:00:16.0: PME# supported from D3hot
[    0.396225] pci 0000:00:1c.0: [8086:06b8] type 01 class 0x060400
[    0.396965] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.396990] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.397219] pci 0000:00:1c.5: [8086:06bd] type 01 class 0x060400
[    0.397284] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.397305] pci 0000:00:1c.5: PTM enabled (root), 4ns granularity
[    0.398204] pci 0000:00:1d.0: [8086:06b0] type 01 class 0x060400
[    0.398280] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.398306] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.399261] pci 0000:00:1e.0: [8086:06a8] type 00 class 0x078000
[    0.399312] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.400207] pci 0000:00:1f.0: [8086:068e] type 00 class 0x060100
[    0.401056] pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040380
[    0.401086] pci 0000:00:1f.3: reg 0x10: [mem 0x604b118000-0x604b11bfff 64bit]
[    0.401122] pci 0000:00:1f.3: reg 0x20: [mem 0x604b000000-0x604b0fffff 64bit]
[    0.401195] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.402083] pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500
[    0.402104] pci 0000:00:1f.4: reg 0x10: [mem 0x604b120000-0x604b1200ff 64bit]
[    0.402125] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.402900] pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000
[    0.402912] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.403705] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030200
[    0.403722] pci 0000:01:00.0: reg 0x10: [mem 0xb3000000-0xb3ffffff]
[    0.403737] pci 0000:01:00.0: reg 0x14: [mem 0x70000000-0x7fffffff 64bit pref]
[    0.403751] pci 0000:01:00.0: reg 0x1c: [mem 0x80000000-0x81ffffff 64bit pref]
[    0.403759] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.403767] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.403842] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.403889] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.403967] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.403969] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.403971] pci 0000:00:01.0:   bridge window [mem 0xb3000000-0xb3ffffff]
[    0.403973] pci 0000:00:01.0:   bridge window [mem 0x70000000-0x81ffffff 64bit pref]
[    0.404029] pci 0000:02:00.0: [8086:15ea] type 01 class 0x060400
[    0.404075] pci 0000:02:00.0: enabling Extended Tags
[    0.404165] pci 0000:02:00.0: supports D1 D2
[    0.404166] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.404252] pci 0000:02:00.0: PTM enabled, 4ns granularity
[    0.404311] pci 0000:00:1c.0: PCI bridge to [bus 02-6b]
[    0.404315] pci 0000:00:1c.0:   bridge window [mem 0x84000000-0xb20fffff]
[    0.404318] pci 0000:00:1c.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.404388] pci 0000:03:00.0: [8086:15ea] type 01 class 0x060400
[    0.404436] pci 0000:03:00.0: enabling Extended Tags
[    0.404526] pci 0000:03:00.0: supports D1 D2
[    0.404527] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.404645] pci 0000:03:01.0: [8086:15ea] type 01 class 0x060400
[    0.404693] pci 0000:03:01.0: enabling Extended Tags
[    0.404785] pci 0000:03:01.0: supports D1 D2
[    0.404785] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.404903] pci 0000:03:02.0: [8086:15ea] type 01 class 0x060400
[    0.404951] pci 0000:03:02.0: enabling Extended Tags
[    0.405039] pci 0000:03:02.0: supports D1 D2
[    0.405040] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.405159] pci 0000:03:04.0: [8086:15ea] type 01 class 0x060400
[    0.405207] pci 0000:03:04.0: enabling Extended Tags
[    0.405298] pci 0000:03:04.0: supports D1 D2
[    0.405299] pci 0000:03:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.405417] pci 0000:02:00.0: PCI bridge to [bus 03-6b]
[    0.405424] pci 0000:02:00.0:   bridge window [mem 0x84000000-0xb1ffffff]
[    0.405428] pci 0000:02:00.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.405486] pci 0000:04:00.0: [8086:15eb] type 00 class 0x088000
[    0.405502] pci 0000:04:00.0: reg 0x10: [mem 0xb1f00000-0xb1f3ffff]
[    0.405509] pci 0000:04:00.0: reg 0x14: [mem 0xb1f40000-0xb1f40fff]
[    0.405551] pci 0000:04:00.0: enabling Extended Tags
[    0.405648] pci 0000:04:00.0: supports D1 D2
[    0.405648] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.405763] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.405770] pci 0000:03:00.0:   bridge window [mem 0xb1f00000-0xb1ffffff]
[    0.405809] pci 0000:03:01.0: PCI bridge to [bus 05-37]
[    0.405816] pci 0000:03:01.0:   bridge window [mem 0x9b000000-0xb1efffff]
[    0.405821] pci 0000:03:01.0:   bridge window [mem 0x6025000000-0x6049ffffff 64bit pref]
[    0.405888] pci 0000:38:00.0: [8086:15ec] type 00 class 0x0c0330
[    0.405908] pci 0000:38:00.0: reg 0x10: [mem 0x9af00000-0x9af0ffff]
[    0.405979] pci 0000:38:00.0: enabling Extended Tags
[    0.406090] pci 0000:38:00.0: supports D1 D2
[    0.406091] pci 0000:38:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.406182] pci 0000:38:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.406241] pci 0000:03:02.0: PCI bridge to [bus 38]
[    0.406248] pci 0000:03:02.0:   bridge window [mem 0x9af00000-0x9affffff]
[    0.406286] pci 0000:03:04.0: PCI bridge to [bus 39-6b]
[    0.406293] pci 0000:03:04.0:   bridge window [mem 0x84000000-0x9aefffff]
[    0.406298] pci 0000:03:04.0:   bridge window [mem 0x6000000000-0x6024ffffff 64bit pref]
[    0.406369] pci 0000:6c:00.0: [17cb:1101] type 00 class 0x028000
[    0.406387] pci 0000:6c:00.0: reg 0x10: [mem 0xb4100000-0xb41fffff 64bit]
[    0.406494] pci 0000:6c:00.0: PME# supported from D0 D3hot D3cold
[    0.406551] pci 0000:6c:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:1c.5 (capable of 7.876 Gb/s with 8.0 GT/s PCIe x1 link)
[    0.406646] pci 0000:00:1c.5: PCI bridge to [bus 6c]
[    0.406649] pci 0000:00:1c.5:   bridge window [mem 0xb4100000-0xb41fffff]
[    0.406710] pci 0000:6d:00.0: [15b7:5006] type 00 class 0x010802
[    0.406728] pci 0000:6d:00.0: reg 0x10: [mem 0xb4000000-0xb4003fff 64bit]
[    0.406753] pci 0000:6d:00.0: reg 0x20: [mem 0xb4004000-0xb40040ff 64bit]
[    0.406922] pci 0000:00:1d.0: PCI bridge to [bus 6d]
[    0.406925] pci 0000:00:1d.0:   bridge window [mem 0xb4000000-0xb40fffff]
[    0.423152] ACPI: EC: interrupt unblocked
[    0.423153] ACPI: EC: event unblocked
[    0.423161] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.423162] ACPI: EC: GPE=0x6e
[    0.423163] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.423164] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    0.423170] iommu: Default domain type: Translated 
[    0.423170] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.423170] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.423170] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.423170] vgaarb: loaded
[    0.423170] SCSI subsystem initialized
[    0.423170] libata version 3.00 loaded.
[    0.423170] ACPI: bus type USB registered
[    0.423170] usbcore: registered new interface driver usbfs
[    0.423170] usbcore: registered new interface driver hub
[    0.423170] usbcore: registered new device driver usb
[    0.423170] pps_core: LinuxPPS API ver. 1 registered
[    0.423170] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.423170] PTP clock support registered
[    0.423170] EDAC MC: Ver: 3.0.0
[    0.423170] Registered efivars operations
[    0.424155] NetLabel: Initializing
[    0.424155] NetLabel:  domain hash size = 128
[    0.424156] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.424164] NetLabel:  unlabeled traffic allowed by default
[    0.424166] PCI: Using ACPI for IRQ routing
[    0.453592] PCI: pci_cache_line_size set to 64 bytes
[    0.453810] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.453820] e820: reserve RAM buffer [mem 0x4ea89000-0x4fffffff]
[    0.453821] e820: reserve RAM buffer [mem 0x50f10000-0x53ffffff]
[    0.453821] e820: reserve RAM buffer [mem 0x5f5bf000-0x5fffffff]
[    0.453822] e820: reserve RAM buffer [mem 0x62726000-0x63ffffff]
[    0.453824] e820: reserve RAM buffer [mem 0x65f00000-0x67ffffff]
[    0.453825] e820: reserve RAM buffer [mem 0x108d800000-0x108fffffff]
[    0.454363] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.454367] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.456441] clocksource: Switched to clocksource tsc-early
[    0.458384] VFS: Disk quotas dquot_6.6.0
[    0.458384] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.458384] pnp: PnP ACPI init
[    0.458384] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[    0.458384] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.458384] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.458384] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.458384] system 00:01: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.458384] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.458384] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.458384] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.458384] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    0.458384] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.458384] system 00:02: [io  0x2000-0x20fe] has been reserved
[    0.458384] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.458384] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.458384] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.458384] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.458384] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.458384] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.458384] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.458384] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.458384] pnp 00:07: Plug and Play ACPI device, IDs DLL097d PNP0f13 (active)
[    0.458384] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.458384] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.458384] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.458384] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.458384] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.458384] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.458384] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.458384] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.458384] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.458384] system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
[    0.458384] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.463633] pnp: PnP ACPI: found 10 devices
[    0.468787] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.468825] NET: Registered protocol family 2
[    0.469009] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.469206] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.469497] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.469540] TCP: Hash tables configured (established 524288 bind 65536)
[    0.469675] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.469811] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.469918] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.470001] NET: Registered protocol family 1
[    0.470004] NET: Registered protocol family 44
[    0.470007] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.470011] pci 0000:03:01.0: bridge window [io  0x1000-0x0fff] to [bus 05-37] add_size 1000
[    0.470013] pci 0000:03:04.0: bridge window [io  0x1000-0x0fff] to [bus 39-6b] add_size 1000
[    0.470014] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03-6b] add_size 2000
[    0.470015] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02-6b] add_size 3000
[    0.470023] pci 0000:00:15.0: BAR 0: assigned [mem 0x4010000000-0x4010000fff 64bit]
[    0.470069] pci 0000:00:15.1: BAR 0: assigned [mem 0x4010001000-0x4010001fff 64bit]
[    0.470111] pci 0000:00:1c.0: BAR 13: assigned [io  0x5000-0x7fff]
[    0.470114] pci 0000:00:1e.0: BAR 0: assigned [mem 0x4010002000-0x4010002fff 64bit]
[    0.470156] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
[    0.470157] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
[    0.470158] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.470159] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.470161] pci 0000:00:01.0:   bridge window [mem 0xb3000000-0xb3ffffff]
[    0.470162] pci 0000:00:01.0:   bridge window [mem 0x70000000-0x81ffffff 64bit pref]
[    0.470165] pci 0000:02:00.0: BAR 13: assigned [io  0x5000-0x6fff]
[    0.470166] pci 0000:03:01.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.470167] pci 0000:03:04.0: BAR 13: assigned [io  0x6000-0x6fff]
[    0.470168] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.470175] pci 0000:03:00.0:   bridge window [mem 0xb1f00000-0xb1ffffff]
[    0.470182] pci 0000:03:01.0: PCI bridge to [bus 05-37]
[    0.470184] pci 0000:03:01.0:   bridge window [io  0x5000-0x5fff]
[    0.470187] pci 0000:03:01.0:   bridge window [mem 0x9b000000-0xb1efffff]
[    0.470190] pci 0000:03:01.0:   bridge window [mem 0x6025000000-0x6049ffffff 64bit pref]
[    0.470195] pci 0000:03:02.0: PCI bridge to [bus 38]
[    0.470199] pci 0000:03:02.0:   bridge window [mem 0x9af00000-0x9affffff]
[    0.470206] pci 0000:03:04.0: PCI bridge to [bus 39-6b]
[    0.470208] pci 0000:03:04.0:   bridge window [io  0x6000-0x6fff]
[    0.470212] pci 0000:03:04.0:   bridge window [mem 0x84000000-0x9aefffff]
[    0.470214] pci 0000:03:04.0:   bridge window [mem 0x6000000000-0x6024ffffff 64bit pref]
[    0.470219] pci 0000:02:00.0: PCI bridge to [bus 03-6b]
[    0.470221] pci 0000:02:00.0:   bridge window [io  0x5000-0x6fff]
[    0.470225] pci 0000:02:00.0:   bridge window [mem 0x84000000-0xb1ffffff]
[    0.470227] pci 0000:02:00.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.470232] pci 0000:00:1c.0: PCI bridge to [bus 02-6b]
[    0.470233] pci 0000:00:1c.0:   bridge window [io  0x5000-0x7fff]
[    0.470236] pci 0000:00:1c.0:   bridge window [mem 0x84000000-0xb20fffff]
[    0.470237] pci 0000:00:1c.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.470241] pci 0000:00:1c.5: PCI bridge to [bus 6c]
[    0.470243] pci 0000:00:1c.5:   bridge window [mem 0xb4100000-0xb41fffff]
[    0.470247] pci 0000:00:1d.0: PCI bridge to [bus 6d]
[    0.470250] pci 0000:00:1d.0:   bridge window [mem 0xb4000000-0xb40fffff]
[    0.470255] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.470256] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.470257] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.470258] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.470259] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.470259] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.470260] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.470261] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.470261] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.470262] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.470263] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.470264] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.470264] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.470265] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.470266] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.470266] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.470267] pci_bus 0000:00: resource 20 [mem 0x6e800000-0xdfffffff window]
[    0.470268] pci_bus 0000:00: resource 21 [mem 0x4000000000-0x7fffffffff window]
[    0.470269] pci_bus 0000:00: resource 22 [mem 0xfc800000-0xfe7fffff window]
[    0.470270] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.470270] pci_bus 0000:01: resource 1 [mem 0xb3000000-0xb3ffffff]
[    0.470271] pci_bus 0000:01: resource 2 [mem 0x70000000-0x81ffffff 64bit pref]
[    0.470272] pci_bus 0000:02: resource 0 [io  0x5000-0x7fff]
[    0.470273] pci_bus 0000:02: resource 1 [mem 0x84000000-0xb20fffff]
[    0.470273] pci_bus 0000:02: resource 2 [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.470274] pci_bus 0000:03: resource 0 [io  0x5000-0x6fff]
[    0.470275] pci_bus 0000:03: resource 1 [mem 0x84000000-0xb1ffffff]
[    0.470276] pci_bus 0000:03: resource 2 [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.470277] pci_bus 0000:04: resource 1 [mem 0xb1f00000-0xb1ffffff]
[    0.470277] pci_bus 0000:05: resource 0 [io  0x5000-0x5fff]
[    0.470278] pci_bus 0000:05: resource 1 [mem 0x9b000000-0xb1efffff]
[    0.470279] pci_bus 0000:05: resource 2 [mem 0x6025000000-0x6049ffffff 64bit pref]
[    0.470280] pci_bus 0000:38: resource 1 [mem 0x9af00000-0x9affffff]
[    0.470280] pci_bus 0000:39: resource 0 [io  0x6000-0x6fff]
[    0.470281] pci_bus 0000:39: resource 1 [mem 0x84000000-0x9aefffff]
[    0.470282] pci_bus 0000:39: resource 2 [mem 0x6000000000-0x6024ffffff 64bit pref]
[    0.470283] pci_bus 0000:6c: resource 1 [mem 0xb4100000-0xb41fffff]
[    0.470283] pci_bus 0000:6d: resource 1 [mem 0xb4000000-0xb40fffff]
[    0.470408] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.471045] PCI: CLS 0 bytes, default 64
[    0.471068] Trying to unpack rootfs image as initramfs...
[    0.530619] Freeing initrd memory: 17488K
[    0.530659] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.530661] software IO TLB: mapped [mem 0x000000005b5bf000-0x000000005f5bf000] (64MB)
[    0.531308] check: Scanning for low memory corruption every 60 seconds
[    0.531523] Initialise system trusted keyrings
[    0.531530] Key type blacklist registered
[    0.531555] workingset: timestamp_bits=41 max_order=24 bucket_order=0
[    0.532111] zbud: loaded
[    0.537447] Key type asymmetric registered
[    0.537447] Asymmetric key parser 'x509' registered
[    0.537451] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.537474] io scheduler mq-deadline registered
[    0.537475] io scheduler kyber registered
[    0.537486] io scheduler bfq registered
[    0.539796] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    0.539858] pcieport 0000:00:1c.0: PME: Signaling with IRQ 123
[    0.539870] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.540048] pcieport 0000:00:1c.5: PME: Signaling with IRQ 124
[    0.540188] pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
[    0.540605] pcieport 0000:03:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.540941] pcieport 0000:03:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.541094] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.541110] efifb: probing for efifb
[    0.541121] efifb: Ignoring BGRT: unexpected or invalid BMP data
[    0.541122] efifb: framebuffer at 0x4000000000, using 36032k, total 36032k
[    0.541123] efifb: mode is 3840x2400x32, linelength=15360, pages=1
[    0.541125] efifb: scrolling: redraw
[    0.541126] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.541146] fbcon: Deferring console take-over
[    0.541146] fb0: EFI VGA frame buffer device
[    0.541330] Monitor-Mwait will be used to enter C-1 state
[    0.541338] Monitor-Mwait will be used to enter C-2 state
[    0.541341] Monitor-Mwait will be used to enter C-3 state
[    0.541343] ACPI: \_SB_.PR00: Found 3 idle states
[    0.542421] ACPI: AC: AC Adapter [AC] (on-line)
[    0.542464] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.544145] ACPI: button: Lid Switch [LID0]
[    0.544192] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.547463] ACPI: button: Power Button [PBTN]
[    0.547599] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2133
[    0.550890] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.552578] serial 0000:00:13.0: enabling device (0000 -> 0002)
[    0.553373] Non-volatile memory driver v1.3
[    0.553375] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.553375] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.554409] nvme 0000:6d:00.0: platform quirk: setting simple suspend
[    0.554450] nvme nvme0: pci function 0000:6d:00.0
[    0.554472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.554474] ehci-pci: EHCI PCI platform driver
[    0.554478] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.554479] ohci-pci: OHCI PCI platform driver
[    0.554482] uhci_hcd: USB Universal Host Controller Interface driver
[    0.554519] usbcore: registered new interface driver usbserial_generic
[    0.554521] usbserial: USB Serial support registered for generic
[    0.554691] rtc_cmos 00:04: RTC can wake from S4
[    0.555991] rtc_cmos 00:04: registered as rtc0
[    0.556432] rtc_cmos 00:04: setting system clock to 2021-05-14T08:28:17 UTC (1620980897)
[    0.556440] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    0.556912] intel_pstate: Intel P-state driver initializing
[    0.557726] intel_pstate: HWP enabled
[    0.558024] ledtrig-cpu: registered to indicate activity on CPUs
[    0.558168] hid: raw HID events driver (C) Jiri Kosina
[    0.558207] intel_pmc_core INT33A1:00:  initialized
[    0.558244] drop_monitor: Initializing network drop monitor service
[    0.558278] Initializing XFRM netlink socket
[    0.558329] NET: Registered protocol family 10
[    0.561051] Segment Routing with IPv6
[    0.561052] RPL Segment Routing with IPv6
[    0.561062] NET: Registered protocol family 17
[    0.561873] microcode: sig=0xa0652, pf=0x20, revision=0xe2
[    0.562117] microcode: Microcode Update Driver: v2.2.
[    0.562121] IPI shorthand broadcast: enabled
[    0.562130] sched_clock: Marking stable (561320718, 494663)->(568529673, -6714292)
[    0.562235] registered taskstats version 1
[    0.562242] Loading compiled-in X.509 certificates
[    0.563830] Loaded X.509 cert 'Build time autogenerated kernel key: b7dd4c6f26f0841761999fbe1c2bba3248c3959d'
[    0.564162] zswap: loaded using pool lz4/z3fold
[    0.564300] Key type ._fscrypt registered
[    0.564301] Key type .fscrypt registered
[    0.564302] Key type fscrypt-provisioning registered
[    0.566635] nvme nvme0: 16/0/0 default/read/poll queues
[    0.569050]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[    0.572818] PM:   Magic number: 5:817:472
[    0.572887] acpi LNXSYSTM:00: hash matches
[    0.572978] RAS: Correctable Errors collector initialized.
[    0.581764] ACPI: battery: Slot [BAT0] (battery present)
[    0.582453] Freeing unused decrypted memory: 2036K
[    0.582639] Freeing unused kernel image (initmem) memory: 1652K
[    0.620865] Write protecting the kernel read-only data: 26624k
[    0.621529] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.621798] Freeing unused kernel image (rodata/data gap) memory: 1248K
[    0.637645] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.637650] rodata_test: all tests were successful
[    0.637657] Run /init as init process
[    0.637658]   with arguments:
[    0.637660]     /init
[    0.637662]   with environment:
[    0.637663]     HOME=/
[    0.637664]     TERM=linux
[    0.637665]     BOOT_IMAGE=/vmlinuz-linux
[    0.637666]     cryptdevice=UUID=a97b18ae-59ca-4a86-9dda-c5753e365acc:cryptroot
[    0.747127] fbcon: Taking over console
[    0.747176] Console: switching to colour frame buffer device 240x75
[    0.805631] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    0.805687] wmi_bus wmi_bus-PNP0C14:03: WQBC data block query control method not found
[    0.805689] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    0.806739] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.806745] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.806946] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.807577] i8042: Warning: Keylock active
[    0.807837] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    0.807996] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    0.807998] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.807999] usb usb1: Product: xHCI Host Controller
[    0.808000] usb usb1: Manufacturer: Linux 5.12.3-arch1-1 xhci-hcd
[    0.808001] usb usb1: SerialNumber: 0000:00:14.0
[    0.808123] hub 1-0:1.0: USB hub found
[    0.808142] hub 1-0:1.0: 16 ports detected
[    0.808474] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    0.810126] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.810228] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.810915] cryptd: max_cpu_qlen set to 1000
[    0.812455] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.812460] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.812464] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.812511] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[    0.812513] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.812515] usb usb2: Product: xHCI Host Controller
[    0.812517] usb usb2: Manufacturer: Linux 5.12.3-arch1-1 xhci-hcd
[    0.812518] usb usb2: SerialNumber: 0000:00:14.0
[    0.812608] hub 2-0:1.0: USB hub found
[    0.812622] hub 2-0:1.0: 10 ports detected
[    0.813000] usb: port power management may be unreliable
[    0.814001] xhci_hcd 0000:38:00.0: xHCI Host Controller
[    0.814006] xhci_hcd 0000:38:00.0: new USB bus registered, assigned bus number 3
[    0.815140] xhci_hcd 0000:38:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[    0.815355] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    0.815358] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.815359] usb usb3: Product: xHCI Host Controller
[    0.815361] usb usb3: Manufacturer: Linux 5.12.3-arch1-1 xhci-hcd
[    0.815362] usb usb3: SerialNumber: 0000:38:00.0
[    0.815456] hub 3-0:1.0: USB hub found
[    0.815467] hub 3-0:1.0: 2 ports detected
[    0.815555] AVX2 version of gcm_enc/dec engaged.
[    0.815590] AES CTR mode by8 optimization enabled
[    0.815916] xhci_hcd 0000:38:00.0: xHCI Host Controller
[    0.815925] xhci_hcd 0000:38:00.0: new USB bus registered, assigned bus number 4
[    0.815928] xhci_hcd 0000:38:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.815967] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[    0.815970] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.815971] usb usb4: Product: xHCI Host Controller
[    0.815973] usb usb4: Manufacturer: Linux 5.12.3-arch1-1 xhci-hcd
[    0.815974] usb usb4: SerialNumber: 0000:38:00.0
[    0.816080] hub 4-0:1.0: USB hub found
[    0.816090] hub 4-0:1.0: 2 ports detected
[    0.817364] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    0.817503] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    0.817575] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    0.817675] acpi PNP0C14:08: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    0.827809] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.837366] device-mapper: uevent: version 1.0.3
[    0.837402] device-mapper: ioctl: 4.44.0-ioctl (2021-02-01) initialised: dm-devel@redhat.com
[    0.840629] Key type encrypted registered
[    0.844333] random: cryptsetup: uninitialized urandom read (4 bytes read)
[    0.846626] random: cryptsetup: uninitialized urandom read (4 bytes read)
[    1.140888] usb 1-10: new full-speed USB device number 2 using xhci_hcd
[    1.286222] usb 1-10: New USB device found, idVendor=27c6, idProduct=533c, bcdDevice= 1.00
[    1.286233] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.286238] usb 1-10: Product: FingerPrint
[    1.286241] usb 1-10: Manufacturer: Goodix
[    1.411028] usb 1-11: new high-speed USB device number 3 using xhci_hcd
[    1.544410] tsc: Refined TSC clocksource calibration: 2399.994 MHz
[    1.544430] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x229831eaaf8, max_idle_ns: 440795283826 ns
[    1.544541] clocksource: Switched to clocksource tsc
[    1.566855] usb 1-11: New USB device found, idVendor=0c45, idProduct=6d14, bcdDevice=92.67
[    1.566871] usb 1-11: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.566875] usb 1-11: Product: Integrated_Webcam_HD
[    1.566879] usb 1-11: Manufacturer: Sonix Technology Co., Ltd.
[    5.481943] random: cryptsetup: uninitialized urandom read (2 bytes read)
[    5.536126] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    5.544717] random: fast init done
[    5.656732] systemd[1]: systemd 248.2-2-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    5.670979] systemd[1]: Detected architecture x86-64.
[    5.671572] systemd[1]: Hostname set to <xps>.
[    5.769552] systemd[1]: Queued start job for default target Graphical Interface.
[    5.770443] systemd[1]: Created slice system-getty.slice.
[    5.770590] systemd[1]: Created slice system-modprobe.slice.
[    5.770722] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    5.770861] systemd[1]: Created slice User and Session Slice.
[    5.770898] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.770920] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.771002] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.771021] systemd[1]: Reached target Local Encrypted Volumes.
[    5.771041] systemd[1]: Reached target Paths.
[    5.771049] systemd[1]: Reached target Remote File Systems.
[    5.771054] systemd[1]: Reached target Slices.
[    5.771064] systemd[1]: Reached target Swap.
[    5.771073] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    5.771108] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.771792] systemd[1]: Listening on Process Core Dump Socket.
[    5.771870] systemd[1]: Listening on Journal Audit Socket.
[    5.771920] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.771970] systemd[1]: Listening on Journal Socket.
[    5.772146] systemd[1]: Listening on udev Control Socket.
[    5.772193] systemd[1]: Listening on udev Kernel Socket.
[    5.772578] systemd[1]: Mounting Huge Pages File System...
[    5.772979] systemd[1]: Mounting POSIX Message Queue File System...
[    5.773387] systemd[1]: Mounting Kernel Debug File System...
[    5.773785] systemd[1]: Mounting Kernel Trace File System...
[    5.774828] systemd[1]: Mounting Temporary Directory (/tmp)...
[    5.775268] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    5.775676] systemd[1]: Starting Load Kernel Module configfs...
[    5.776091] systemd[1]: Starting Load Kernel Module drm...
[    5.776491] systemd[1]: Starting Load Kernel Module fuse...
[    5.776828] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    5.776853] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    5.777871] systemd[1]: Starting Journal Service...
[    5.778708] systemd[1]: Starting Load Kernel Modules...
[    5.779174] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.779203] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    5.779609] systemd[1]: Starting Coldplug All udev Devices...
[    5.780444] systemd[1]: Mounted Huge Pages File System.
[    5.780503] systemd[1]: Mounted POSIX Message Queue File System.
[    5.780548] systemd[1]: Mounted Kernel Debug File System.
[    5.780592] systemd[1]: Mounted Kernel Trace File System.
[    5.780634] systemd[1]: Mounted Temporary Directory (/tmp).
[    5.780788] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    5.780863] Linux agpgart interface v0.103
[    5.780956] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    5.781058] systemd[1]: Finished Load Kernel Module configfs.
[    5.781495] systemd[1]: Mounting Kernel Configuration File System...
[    5.782395] EXT4-fs (dm-0): re-mounted. Opts: (null). Quota mode: none.
[    5.782833] systemd[1]: Finished Remount Root and Kernel File Systems.
[    5.782863] audit: type=1130 audit(1620980902.721:2): 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'
[    5.782919] systemd[1]: Mounted Kernel Configuration File System.
[    5.782984] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    5.783526] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    5.783983] systemd[1]: Starting Load/Save Random Seed...
[    5.784024] systemd[1]: Condition check resulted in Create System Users being skipped.
[    5.784458] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.784796] systemd[1]: Finished Load Kernel Modules.
[    5.784824] audit: type=1130 audit(1620980902.724:3): 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'
[    5.785312] systemd[1]: Starting Apply Kernel Variables...
[    5.788898] systemd[1]: Finished Apply Kernel Variables.
[    5.788925] audit: type=1130 audit(1620980902.728:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.790077] fuse: init (API version 7.33)
[    5.790554] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    5.790672] systemd[1]: Finished Load Kernel Module fuse.
[    5.790697] audit: type=1130 audit(1620980902.728:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.790704] audit: type=1131 audit(1620980902.728:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.791176] systemd[1]: Mounting FUSE Control File System...
[    5.792259] systemd[1]: Mounted FUSE Control File System.
[    5.796716] systemd[1]: Finished Create Static Device Nodes in /dev.
[    5.796738] audit: type=1130 audit(1620980902.734:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.796773] systemd[1]: Reached target Local File Systems (Pre).
[    5.796791] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
[    5.797189] audit: type=1334 audit(1620980902.734:8): prog-id=14 op=LOAD
[    5.797238] audit: type=1334 audit(1620980902.734:9): prog-id=15 op=LOAD
[    5.797269] audit: type=1334 audit(1620980902.734:10): prog-id=16 op=LOAD
[    5.797523] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    5.807078] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    5.807211] systemd[1]: Finished Load Kernel Module drm.
[    5.807243] audit: type=1130 audit(1620980902.744:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.809924] systemd[1]: Started Journal Service.
[    5.812996] systemd-journald[457]: Received client request to flush runtime journal.
[    5.846419] input: Intel HID events as /devices/platform/INT33D5:00/input/input4
[    5.846551] intel-hid INT33D5:00: platform supports 5 button array
[    5.846576] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input5
[    5.912621] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
[    5.915174] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[    5.918902] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    5.919050] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    5.919109] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.921369] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    5.927871] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[    5.927903] intel_rapl_common: Found RAPL domain package
[    5.927905] intel_rapl_common: Found RAPL domain dram
[    5.929487] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    5.932148] mc: Linux media interface: v0.10
[    5.936000] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    5.936398] i2c i2c-0: Successfully instantiated SPD at 0x50
[    5.937424] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    5.937630] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    5.940004] thunderbolt 0000:04:00.0: enabling device (0000 -> 0002)
[    5.967533] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    5.967888] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    5.976810] EXT4-fs (nvme0n1p7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    5.994093] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[    5.994347] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    6.004143] ioremap error for 0x65d73000-0x65d74000, requested 0x2, got 0x0
[    6.004202] ucsi_acpi: probe of USBC000:00 failed with error -12
[    6.041988] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    6.045315] videodev: Linux video capture interface: v2.00
[    6.046616] Bluetooth: Core ver 2.22
[    6.046634] NET: Registered protocol family 31
[    6.046635] Bluetooth: HCI device and connection manager initialized
[    6.046639] Bluetooth: HCI socket layer initialized
[    6.046641] Bluetooth: L2CAP socket layer initialized
[    6.046644] Bluetooth: SCO socket layer initialized
[    6.050979] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    6.058872] input: Dell WMI hotkeys as /devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input8
[    6.095207] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    6.099046] input: ELAN29E4:00 04F3:29E4 Touchscreen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN29E4:00/0018:04F3:29E4.0001/input/input9
[    6.099086] input: ELAN29E4:00 04F3:29E4 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN29E4:00/0018:04F3:29E4.0001/input/input10
[    6.099114] input: ELAN29E4:00 04F3:29E4 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN29E4:00/0018:04F3:29E4.0001/input/input11
[    6.099143] hid-generic 0018:04F3:29E4.0001: input,hidraw0: I2C HID v1.00 Device [ELAN29E4:00 04F3:29E4] on i2c-ELAN29E4:00
[    6.101488] random: crng init done
[    6.118338] input: DELL097D:00 04F3:311C Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL097D:00/0018:04F3:311C.0002/input/input13
[    6.118369] input: DELL097D:00 04F3:311C Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL097D:00/0018:04F3:311C.0002/input/input14
[    6.118396] hid-generic 0018:04F3:311C.0002: input,hidraw1: I2C HID v1.00 Mouse [DELL097D:00 04F3:311C] on i2c-DELL097D:00
[    6.159411] usb 1-11: Found UVC 1.00 device Integrated_Webcam_HD (0c45:6d14)
[    6.160400] Bluetooth: HCI UART driver ver 2.3
[    6.160403] Bluetooth: HCI UART protocol H4 registered
[    6.160404] Bluetooth: HCI UART protocol BCSP registered
[    6.160414] Bluetooth: HCI UART protocol LL registered
[    6.160415] Bluetooth: HCI UART protocol ATH3K registered
[    6.160420] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    6.160453] Bluetooth: HCI UART protocol Intel registered
[    6.160488] Bluetooth: HCI UART protocol Broadcom registered
[    6.160493] Bluetooth: HCI UART protocol QCA registered
[    6.160493] Bluetooth: HCI UART protocol AG6XX registered
[    6.160498] Bluetooth: HCI UART protocol Marvell registered
[    6.172444] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.174773] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.174956] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    6.174959] cfg80211: failed to load regulatory.db
[    6.175216] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/input/input16
[    6.176073] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    6.176098] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.176099] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.176100] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.176101] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.176102] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    6.176216] usb 1-11: Found UVC 1.00 device Integrated_Webcam_HD (0c45:6d14)
[    6.178602] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    6.190916] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    6.196362] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/input/input17
[    6.196425] usbcore: registered new interface driver uvcvideo
[    6.339588] checking generic (4000000000 2330000) vs hw (604a000000 1000000)
[    6.339591] checking generic (4000000000 2330000) vs hw (4000000000 10000000)
[    6.339593] fb0: switching to inteldrmfb from EFI VGA
[    6.339674] Console: switching to colour dummy device 80x25
[    6.339705] i915 0000:00:02.0: vgaarb: deactivate vga console
[    6.365000] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    6.366664] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    6.466196] intel_rapl_common: Found RAPL domain package
[    6.466199] intel_rapl_common: Found RAPL domain core
[    6.466200] intel_rapl_common: Found RAPL domain uncore
[    6.466202] intel_rapl_common: Found RAPL domain dram
[    6.466203] intel_rapl_common: Found RAPL domain psys
[    6.473293] iTCO_vendor_support: vendor-support=0
[    6.473366] ath11k_pci 0000:6c:00.0: BAR 0: assigned [mem 0xb4100000-0xb41fffff 64bit]
[    6.473386] ath11k_pci 0000:6c:00.0: enabling device (0000 -> 0002)
[    6.552312] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x0f5002)
[    6.552993] psmouse serio1: elantech: elantech_send_cmd query 0x02 failed.
[    6.552995] psmouse serio1: elantech: failed to query capabilities.
[    6.566794] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    6.567004] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.567130] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    6.567267] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    6.568632] NET: Registered protocol family 42
[    6.581138] dw-apb-uart.2: ttyS4 at MMIO 0x4010002000 (irq = 20, base_baud = 7500000) is a 16550A
[    6.592561] hci_uart_qca serial0-0: failed to acquire enable gpio
[    6.601678] serial serial0: tty port ttyS4 registered
[    6.601832] Bluetooth: hci0: setting up ROME/QCA6390
[    6.606084] Bluetooth: hci0: Frame reassembly failed (-84)
[    6.626770] mhi mhi0: Requested to power ON
[    6.626892] mhi mhi0: Power on setup success
[    6.679754] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.679757] Bluetooth: BNEP filters: protocol multicast
[    6.679759] Bluetooth: BNEP socket layer initialized
[    6.682161] input: ELAN29E4:00 04F3:29E4 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN29E4:00/0018:04F3:29E4.0001/input/input18
[    6.682197] input: ELAN29E4:00 04F3:29E4 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN29E4:00/0018:04F3:29E4.0001/input/input19
[    6.682224] input: ELAN29E4:00 04F3:29E4 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN29E4:00/0018:04F3:29E4.0001/input/input20
[    6.682254] hid-multitouch 0018:04F3:29E4.0001: input,hidraw0: I2C HID v1.00 Device [ELAN29E4:00 04F3:29E4] on i2c-ELAN29E4:00
[    6.683976] i2c_hid_acpi i2c-ELAN29E4:00: i2c_hid_get_input: IRQ triggered but there's no data
[    6.760700] input: DELL097D:00 04F3:311C Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL097D:00/0018:04F3:311C.0002/input/input22
[    6.760786] input: DELL097D:00 04F3:311C Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL097D:00/0018:04F3:311C.0002/input/input23
[    6.760893] hid-multitouch 0018:04F3:311C.0002: input,hidraw1: I2C HID v1.00 Mouse [DELL097D:00 04F3:311C] on i2c-DELL097D:00
[    6.765451] mousedev: PS/2 mouse device common for all mice
[    6.931512] Bluetooth: hci0: QCA Product ID   :0x00000010
[    6.931515] Bluetooth: hci0: QCA SOC Version  :0x400a0200
[    6.931516] Bluetooth: hci0: QCA ROM Version  :0x00000200
[    6.931517] Bluetooth: hci0: QCA Patch Version:0x00000d2b
[    6.931518] Bluetooth: hci0: QCA controller version 0x02000200
[    6.931519] Bluetooth: hci0: QCA Downloading qca/htbtfw20.tlv
[    6.970534] nvidia: loading out-of-tree module taints kernel.
[    6.970542] nvidia: module license 'NVIDIA' taints kernel.
[    6.970543] Disabling lock debugging due to kernel taint
[    7.361277] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    7.365050] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1
[    7.366119] hid-generic 001F:8087:0AC2.0003: hidraw2: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[    7.371399] nvidia-nvlink: Nvlink Core is being initialized, major device number 234

[    7.371725] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[    7.413164] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  465.27  Thu Apr 22 23:21:03 UTC 2021
[    7.807404] Bluetooth: hci0: QCA Downloading qca/htnv20.bin
[    8.542494] Bluetooth: hci0: QCA setup on UART is completed
[   10.774250] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[   10.826628] ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[   10.826654] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input25
[   10.828228] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   10.828795] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input26
[   10.828937] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   10.836610] fbcon: i915drmfb (fb0) is primary device
[   10.858691] Console: switching to colour frame buffer device 240x75
[   10.884477] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   11.612442] NET: Registered protocol family 38
[   11.612932] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  465.27  Thu Apr 22 23:12:47 UTC 2021
[   11.619894] kauditd_printk_skb: 47 callbacks suppressed
[   11.619896] audit: type=1130 audit(1620980908.558:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.620669] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   11.623041] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC289: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
[   11.623044] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   11.623046] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   11.623047] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   11.623048] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   11.623049] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[   11.623050] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1b
[   11.623051] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   11.642930] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210105/nsarguments-61)
[   11.666025] audit: type=1131 audit(1620980908.605:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.679846] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[   11.679875] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[   11.679898] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[   11.679919] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[   11.679941] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
[   11.679961] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
[   11.694763] input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input7
[   12.278575] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[   16.015927] audit: type=1131 audit(1620980912.955:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.715891] audit: type=1131 audit(1620980933.655:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.860833] audit: type=1334 audit(1620980933.802:57): prog-id=22 op=UNLOAD
[   36.860839] audit: type=1334 audit(1620980933.802:58): prog-id=21 op=UNLOAD
[   36.860842] audit: type=1334 audit(1620980933.802:59): prog-id=20 op=UNLOAD
[   97.090300] mhi mhi0: Device Ready timeout
[   97.090308] mhi mhi0: MHI did not enter READY state
$ lsmod | grep ath11k
ath11k_pci             28672  0
ath11k                475136  1 ath11k_pci
qmi_helpers            32768  1 ath11k
mac80211             1167360  1 ath11k
cfg80211             1036288  2 ath11k,mac80211
mhi                    81920  1 ath11k_pci

Hmm, my Subsystem and flags differ from your lspci output,

$ lspci -v
...
6c:00.0 Network controller: Qualcomm Device 1101 (rev 01)
    Subsystem: Rivet Networks Device a501
    Flags: bus master, fast devsel, latency 0, IRQ 167
    Memory at b4100000 (64-bit, non-prefetchable) [size=1M]
    Capabilities: <access denied>
    Kernel driver in use: ath11k_pci
    Kernel modules: ath11k_pci
...

It seems it was working on the 5.12.2 and was first seen on the 5.12.3 boot for me,
so maybe we actually have different problems.

$ last | grep reboot
reboot   system boot  5.12.3-arch1-1   Fri May 14 08:45 - 08:47  (00:01)
reboot   system boot  5.12.2-arch1-1   Wed May 12 06:54 - 23:05 (1+16:11)
reboot   system boot  5.12.2-arch1-1   Tue May 11 08:48 - 22:57  (14:08)
...
$ cat /var/log/pacman.log
...
[2021-05-11T22:38:34+0200] [PACMAN] Running 'pacman -Syu'
[2021-05-11T22:38:34+0200] [PACMAN] synchronizing package lists
[2021-05-11T22:38:35+0200] [PACMAN] starting full system upgrade
[2021-05-11T22:38:37+0200] [ALPM] transaction started
[2021-05-11T22:38:37+0200] [ALPM] upgraded md4c (0.4.7-1 -> 0.4.8-1)
[2021-05-11T22:38:37+0200] [ALPM] upgraded mpg123 (1.27.0-1 -> 1.27.2-1)
[2021-05-11T22:38:38+0200] [ALPM] upgraded runc (1.0.0rc93-2 -> 1.0.0rc94-1)
[2021-05-11T22:38:38+0200] [ALPM] transaction completed
[2021-05-11T22:38:38+0200] [ALPM] running '30-systemd-update.hook'...
[2021-05-12T06:54:56+0200] [PACMAN] Running 'pacman -Syu'
[2021-05-12T06:54:56+0200] [PACMAN] synchronizing package lists
[2021-05-12T06:54:57+0200] [PACMAN] starting full system upgrade
[2021-05-12T06:54:59+0200] [ALPM] transaction started
[2021-05-12T06:54:59+0200] [ALPM] upgraded python-pep517 (0.10.0-1 -> 0.10.0-2)
[2021-05-12T06:54:59+0200] [ALPM] transaction completed
[2021-05-12T06:54:59+0200] [ALPM] running '30-systemd-update.hook'...
[2021-05-12T17:38:57+0200] [PACMAN] Running 'pacman -Syu'
[2021-05-12T17:38:57+0200] [PACMAN] synchronizing package lists
[2021-05-12T17:38:57+0200] [PACMAN] starting full system upgrade
[2021-05-12T17:39:02+0200] [ALPM] transaction started
[2021-05-12T17:39:02+0200] [ALPM] upgraded mousepad (0.5.4-1 -> 0.5.5-2)
[2021-05-12T17:39:02+0200] [ALPM] upgraded python-click (7.1.2-4 -> 8.0.0-1)
[2021-05-12T17:39:02+0200] [ALPM] upgraded python-jinja (2.11.3-2 -> 3.0.0-1)
[2021-05-12T17:39:02+0200] [ALPM] upgraded spirv-tools (2020.7-1 -> 2021.1-1)
[2021-05-12T17:39:02+0200] [ALPM] upgraded shaderc (2020.5-1 -> 2021.0-1)
[2021-05-12T17:39:02+0200] [ALPM] transaction completed
[2021-05-12T17:39:02+0200] [ALPM] running '30-systemd-update.hook'...
[2021-05-12T17:39:02+0200] [ALPM] running 'glib-compile-schemas.hook'...
[2021-05-12T17:39:02+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-05-12T17:39:02+0200] [ALPM] running 'update-desktop-database.hook'...
[2021-05-12T17:42:33+0200] [PACMAN] Running '/usr/bin/pacman -U /home/tors/build/packages/neovim-nightly-bin-0.5.0+dev+1318+g61aefaf29-1-x86_64.pkg.tar.zst'
[2021-05-12T17:42:34+0200] [ALPM] transaction started
[2021-05-12T17:42:34+0200] [ALPM] upgraded neovim-nightly-bin (0.5.0+dev+1315+g133351cbf-1 -> 0.5.0+dev+1318+g61aefaf29-1)
[2021-05-12T17:42:34+0200] [ALPM-SCRIPTLET] :: If you have any questions, check the following page first:
[2021-05-12T17:42:34+0200] [ALPM-SCRIPTLET]    https://github.com/neovim/neovim/wiki/FAQ
[2021-05-12T17:42:34+0200] [ALPM-SCRIPTLET] :: Remember this a pre-release build, see 'Following HEAD' for more info
[2021-05-12T17:42:34+0200] [ALPM-SCRIPTLET]    https://github.com/neovim/neovim/wiki/Following-HEAD
[2021-05-12T17:42:34+0200] [ALPM] transaction completed
[2021-05-12T17:42:34+0200] [ALPM] running '30-systemd-update.hook'...
[2021-05-12T17:42:34+0200] [ALPM] running 'update-desktop-database.hook'...
[2021-05-12T21:50:17+0200] [PACMAN] Running 'pacman -Syu'
[2021-05-12T21:50:17+0200] [PACMAN] synchronizing package lists
[2021-05-12T21:50:17+0200] [PACMAN] starting full system upgrade
[2021-05-12T21:50:21+0200] [ALPM] transaction started
[2021-05-12T21:50:21+0200] [ALPM] upgraded python (3.9.5-1 -> 3.9.5-2)
[2021-05-12T21:50:21+0200] [ALPM] upgraded wpebackend-fdo (1.9.91-1 -> 1.9.92-1)
[2021-05-12T21:50:21+0200] [ALPM] transaction completed
[2021-05-12T21:50:21+0200] [ALPM] running '30-systemd-update.hook'...
[2021-05-13T16:15:40+0200] [PACMAN] Running 'pacman -Syu'
[2021-05-13T16:15:40+0200] [PACMAN] synchronizing package lists
[2021-05-13T16:15:41+0200] [PACMAN] starting full system upgrade
[2021-05-13T16:15:56+0200] [ALPM] running '60-mkinitcpio-remove.hook'...
[2021-05-13T16:15:56+0200] [ALPM] running '71-dkms-remove.hook'...
[2021-05-13T16:15:57+0200] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod -m nvidia -v 465.27 -k 5.12.2-arch1-1
[2021-05-13T16:15:57+0200] [ALPM-SCRIPTLET] ==> depmod 5.12.2-arch1-1
[2021-05-13T16:16:11+0200] [ALPM] transaction started
[2021-05-13T16:16:11+0200] [ALPM] upgraded bash (5.1.004-1 -> 5.1.008-1)
[2021-05-13T16:16:11+0200] [ALPM] upgraded containerd (1.5.0-1 -> 1.5.0-2)
[2021-05-13T16:16:11+0200] [ALPM] upgraded glib2 (2.68.1-1 -> 2.68.2-1)
[2021-05-13T16:16:13+0200] [ALPM] upgraded linux (5.12.2.arch1-1 -> 5.12.3.arch1-1)
[2021-05-13T16:16:17+0200] [ALPM] upgraded linux-headers (5.12.2.arch1-1 -> 5.12.3.arch1-1)
[2021-05-13T16:16:17+0200] [ALPM] upgraded python-markupsafe (1.1.1-7 -> 2.0.0-1)
[2021-05-13T16:16:17+0200] [ALPM] upgraded python-sphinx (4.0.1-1 -> 4.0.1-2)
[2021-05-13T16:16:17+0200] [ALPM] transaction completed
[2021-05-13T16:16:18+0200] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-05-13T16:16:19+0200] [ALPM] running '30-systemd-update.hook'...
[2021-05-13T16:16:19+0200] [ALPM] running '60-depmod.hook'...
[2021-05-13T16:16:32+0200] [ALPM] running '70-dkms-install.hook'...
[2021-05-13T16:16:32+0200] [ALPM-SCRIPTLET] ==> dkms install --no-depmod -m nvidia -v 465.27 -k 5.12.3-arch1-1
[2021-05-13T16:17:36+0200] [ALPM-SCRIPTLET] ==> depmod 5.12.3-arch1-1
[2021-05-13T16:17:50+0200] [ALPM] running '90-mkinitcpio-install.hook'...
[2021-05-13T16:17:50+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2021-05-13T16:17:50+0200] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2021-05-13T16:17:50+0200] [ALPM-SCRIPTLET] ==> Starting build: 5.12.3-arch1-1
[2021-05-13T16:17:50+0200] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-05-13T16:17:50+0200] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-05-13T16:17:51+0200] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-05-13T16:17:51+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2021-05-13T16:17:53+0200] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2021-05-13T16:17:53+0200] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-05-13T16:17:53+0200] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-05-13T16:17:54+0200] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2021-05-13T16:17:55+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qat_4xxx
[2021-05-13T16:17:56+0200] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-05-13T16:17:56+0200] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2021-05-13T16:17:57+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-05-13T16:17:57+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2021-05-13T16:17:57+0200] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-05-13T16:17:57+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2021-05-13T16:17:57+0200] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2021-05-13T16:17:57+0200] [ALPM-SCRIPTLET] ==> Starting build: 5.12.3-arch1-1
[2021-05-13T16:17:57+0200] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-05-13T16:17:58+0200] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-05-13T16:17:58+0200] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-05-13T16:17:58+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2021-05-13T16:18:00+0200] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-05-13T16:18:00+0200] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-05-13T16:18:01+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2021-05-13T16:18:02+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2021-05-13T16:18:03+0200] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2021-05-13T16:18:04+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qat_4xxx
[2021-05-13T16:18:04+0200] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-05-13T16:18:05+0200] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2021-05-13T16:18:06+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-05-13T16:18:07+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2021-05-13T16:18:07+0200] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-05-13T16:18:07+0200] [ALPM] running 'texinfo-install.hook'...
[2021-05-13T16:21:49+0200] [PACMAN] Running 'pacman -Syu'
[2021-05-13T16:21:49+0200] [PACMAN] synchronizing package lists
[2021-05-13T16:21:50+0200] [PACMAN] starting full system upgrade
[2021-05-13T20:04:06+0200] [PACMAN] Running 'pacman -Syu'
[2021-05-13T20:04:06+0200] [PACMAN] synchronizing package lists
[2021-05-13T20:04:07+0200] [PACMAN] starting full system upgrade
[2021-05-13T20:04:09+0200] [ALPM] transaction started
[2021-05-13T20:04:09+0200] [ALPM] upgraded chrony (4.0-1 -> 4.1-1)
[2021-05-13T20:04:09+0200] [ALPM] transaction completed
[2021-05-13T20:04:09+0200] [ALPM] running '20-systemd-sysusers.hook'...
[2021-05-13T20:04:09+0200] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-05-13T20:04:09+0200] [ALPM] running '30-systemd-tmpfiles.hook'...
[2021-05-13T20:04:09+0200] [ALPM] running '30-systemd-update.hook'...
[2021-05-13T22:25:33+0200] [PACMAN] Running 'pacman -Syu'
[2021-05-13T22:25:33+0200] [PACMAN] synchronizing package lists
[2021-05-13T22:25:35+0200] [PACMAN] starting full system upgrade
[2021-05-13T22:25:39+0200] [ALPM] transaction started
[2021-05-13T22:25:39+0200] [ALPM] upgraded python-virtualenv (20.4.5-1 -> 20.4.6-1)
[2021-05-13T22:25:39+0200] [ALPM] transaction completed
[2021-05-13T22:25:39+0200] [ALPM] running '30-systemd-update.hook'...
[2021-05-14T08:46:20+0200] [PACMAN] Running 'pacman -Syu'
[2021-05-14T08:46:20+0200] [PACMAN] synchronizing package lists
[2021-05-14T09:42:14+0200] [PACMAN] Running 'pacman -Syu'
[2021-05-14T09:42:14+0200] [PACMAN] synchronizing package lists
[2021-05-14T09:42:15+0200] [PACMAN] starting full system upgrade
[2021-05-14T09:57:58+0200] [PACMAN] Running 'pacman -Syu'
[2021-05-14T09:57:58+0200] [PACMAN] synchronizing package lists
[2021-05-14T09:57:59+0200] [PACMAN] starting full system upgrade

Last edited by tors42 (2021-05-14 10:49:12)

Offline

Board footer

Powered by FluxBB