thesofproject / linux

Linux kernel source tree
Other
91 stars 131 forks source link

Dell XPS 17 (9710) No Audio #3057

Closed mblack154 closed 3 years ago

mblack154 commented 3 years ago

File bug with Ubuntu #1935850. https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1935850

Filing bug based on last comment:

According to #15, it looks like the topology file is not suitable for this machine. Please file a bug to Intel/sof, let Intel engineers take a look at this issue. https://github.com/thesofproject/linux/issues/new

Let me know what other info you need. Running Ubuntu 21.04

plbossart commented 3 years ago

@mblack154 I see this in your dmesg log:

[ 4.655486] sof-audio-pci 0000:00:1f.3: ASoC: physical link SDW3-Capture (id 4) not exist

That points to a missing quirk in the machine driver, we typically have to skip some BE IDs to keep consistency across devices.

Can you please attach the output of 'sudo dmidecode'? Also please add this file sof-dyndbg.conf.txt as /etc/modprobe.d/sof-dyndbg.conf and attach the dmesg log. I need to check which SoundWire devices you have on this system.

Thanks!

mblack154 commented 3 years ago

Here are the files. dmidecode.txt dmesg.txt

plbossart commented 3 years ago

thanks @mblack154 can you try the patch in https://github.com/thesofproject/linux/pull/3059/commits/a312717b3d2a911a103e09dd313e533bb58d0dd0

You may need to rename the RT711_JD2 as SOF_RT711_JD_SRC_JD2 since a recent commit changed the JD definition. https://lore.kernel.org/alsa-devel/20210712203240.46960-7-pierre-louis.bossart@linux.intel.com/

mblack154 commented 3 years ago

Can you send me the build instructions. Have the branch downloaded and replaced the patch file. Thanks

plbossart commented 3 years ago

Sorry @mblack154 I don't know what setup you have. can you work with @jason77-wang on this?

plbossart commented 3 years ago

FWIW I use ktest.pl with the instructions listed here: https://thesofproject.github.io/latest/getting_started/setup/setup_ktest_environment.html

But if you want to change a specific Ubuntu kernel that's a different story

mblack154 commented 3 years ago

Do you have another option? Looks like ktest wants to do this over an ssh connection. Keep current kernel version

mblack154 commented 3 years ago

I can contact @jason77-wang

plbossart commented 3 years ago

https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

mblack154 commented 3 years ago

Thanks

Compiling now. Trying with RT711_JD2 first. If that doesn't work will try with SOF_RT711_JD_SRC_JD2.

Let you know what happens.

mohitt commented 3 years ago

Hi @mblack154 I am newbie, did the compiling helped. I am also facing the same issue. I can also try to recompile, if there are clear set of instructions

perrysteger commented 3 years ago

Thanks

Compiling now. Trying with RT711_JD2 first. If that doesn't work will try with SOF_RT711_JD_SRC_JD2.

Let you know what happens.

Hi @mblack154 -- any luck getting your shiny new XPS 9710 booting error-free into Ubuntu 21.04? I have the identical issue.

mblack154 commented 3 years ago

Not yet. Get the kernel compiled, but it is locking up on boot.

joeracer321 commented 3 years ago

Not yet. Get the kernel compiled, but it is locking up on boot.

I noticed this note on the Ubuntu mainline kernel wiki and I am curious if the out of tree modules are the reason your kernel is not booting:

First, if one is using select proprietary or out-of-tree modules (e.g. bcmwl, fglrx, NVIDIA proprietary graphics drivers, VirtualBox, etc.) unless there is an extra package available for the version you are testing, you will need to uninstall the module first, in order to test the mainline kernel. If you do not uninstall these modules first, then the upstream kernel may fail to install, or boot.

mblack154 commented 3 years ago

Any idea what is causing this when doing sudo make modules_install (binutils is installed)

arch/x86/Makefile:148: CONFIG_X86_X32 enabled but no binutils support sed: can't read modules.order: No such file or directory make: *** [Makefile:1485: __modinst_pre] Error 2

joeracer321 commented 3 years ago

Any idea what is causing this when doing sudo make modules_install (binutils is installed)

arch/x86/Makefile:148: CONFIG_X86_X32 enabled but no binutils support sed: can't read modules.order: No such file or directory make: *** [Makefile:1485: __modinst_pre] Error 2

Are the 32bit libraries and bin utils installed? Did you try disabling 32bit support in the meantime?

mblack154 commented 3 years ago

Don't have the 32bit libraries installed but have disable 32bit in the .config file.

mblack154 commented 3 years ago

Got the kernel compiled this morning with the patch and I have sound. (5.14-rc2)

plbossart commented 3 years ago

Thanks @mblack154, will send this upstream.

mohitt commented 3 years ago

@mblack154 I suppose this would be 5.14-rc4 correct ?

plbossart commented 3 years ago

upstream commit is b8cab69b0ed9ee10f2a86670ce41ffad991c8dc9, will tentatively land in 5.15

wzrdtales commented 3 years ago

@plbossart I tested 5.14 with https://github.com/thesofproject/linux/commit/b8cab69b0ed9ee10f2a86670ce41ffad991c8dc9 patched in. Sound worked, however the microphone is still not picking anything up (it appears as soundwire microphones though), so I guess not completely fixed yet.

if that helps output of dmesg

[    0.000000] Linux version 5.14.2-arch1-2 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #3 SMP PREEMPT Sun, 12 Sep 2021 21:55:13 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme1n1p6:luks:allow-discards quiet
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005f779fff] usable
[    0.000000] BIOS-e820: [mem 0x000000005f77a000-0x000000005f89cfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000005f89d000-0x0000000063510fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000063511000-0x0000000063d71fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000063d72000-0x0000000063ffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000063fff000-0x0000000063ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000064000000-0x0000000067ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000069400000-0x00000000695fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000069e00000-0x00000000707fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000108f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by Dell
[    0.000000] efi: ACPI=0x63ffe000 ACPI 2.0=0x63ffe014 SMBIOS=0x5fec5000 TPMFinalLog=0x63ca8000 ESRT=0x5fd90298 MEMATTR=0x5a9bd018 
[    0.000000] SMBIOS 3.2 present.
[    0.000000] DMI: Dell Inc. XPS 17 9710/0TXN0W, BIOS 1.2.1 07/23/2021
[    0.000000] tsc: Detected 2300.000 MHz processor
[    0.000000] tsc: Detected 2304.000 MHz TSC
[    0.000004] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000006] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000009] last_pfn = 0x108f800 max_arch_pfn = 0x400000000
[    0.000132] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000957] last_pfn = 0x64000 max_arch_pfn = 0x400000000
[    0.007534] esrt: Reserving ESRT space from 0x000000005fd90298 to 0x000000005fd90320.
[    0.007543] Using GB pages for direct mapping
[    0.007696] Secure boot disabled
[    0.007696] RAMDISK: [mem 0x34999000-0x364c3fff]
[    0.007699] ACPI: Early table checksum verification disabled
[    0.007700] ACPI: RSDP 0x0000000063FFE014 000024 (v02 DELL  )
[    0.007703] ACPI: XSDT 0x0000000063F79188 000114 (v01 DELL   Dell Inc 00000002      01000013)
[    0.007706] ACPI: FACP 0x0000000063FF2000 000114 (v06 DELL   Dell Inc 00000002      01000013)
[    0.007710] ACPI: DSDT 0x0000000063F94000 05AF0A (v02 DELL   Dell Inc 00000002      01000013)
[    0.007711] ACPI: FACS 0x0000000063CDB000 000040
[    0.007713] ACPI: SSDT 0x0000000063FFA000 0024D0 (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
[    0.007715] ACPI: SSDT 0x0000000063FF4000 005EAC (v02 DptfTb DptfTabl 00001000 INTL 20191018)
[    0.007717] ACPI: HEST 0x0000000063FF3000 0000A8 (v01 DELL   Dell Inc 00000000 DELL 00000000)
[    0.007719] ACPI: HPET 0x0000000063FF1000 000038 (v01 DELL   Dell Inc 00000002      01000013)
[    0.007721] ACPI: APIC 0x0000000063FF0000 00012C (v04 DELL   Dell Inc 00000002      01000013)
[    0.007723] ACPI: MCFG 0x0000000063FEF000 00003C (v01 DELL   Dell Inc 00000002      01000013)
[    0.007724] ACPI: SSDT 0x0000000063F93000 000B1D (v02 DELL   DellRtd3 00001000 INTL 20191018)
[    0.007727] ACPI: NHLT 0x0000000063F92000 00002D (v00 DELL   Dell Inc 00000002      01000013)
[    0.007729] ACPI: SSDT 0x0000000063F91000 00007B (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
[    0.007730] ACPI: SSDT 0x0000000063F8F000 0012D2 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
[    0.007732] ACPI: SSDT 0x0000000063F83000 00B3B2 (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
[    0.007735] ACPI: SSDT 0x0000000063F82000 000CFC (v02 DELL   UsbCTabl 00001000 INTL 20191018)
[    0.007736] ACPI: LPIT 0x0000000063F81000 0000CC (v01 DELL   Dell Inc 00000002      01000013)
[    0.007738] ACPI: WSMT 0x0000000063F80000 000028 (v01 DELL   Dell Inc 00000002      01000013)
[    0.007740] ACPI: SSDT 0x0000000063F7F000 000B75 (v02 DELL   PtidDevc 00001000 INTL 20191018)
[    0.007743] ACPI: SSDT 0x0000000063F7E000 00012A (v02 DELL   TbtTypeC 00000000 INTL 20191018)
[    0.007744] ACPI: DBGP 0x0000000063F7D000 000034 (v01 DELL   Dell Inc 00000002      01000013)
[    0.007746] ACPI: DBG2 0x0000000063F7C000 000054 (v00 DELL   Dell Inc 00000002      01000013)
[    0.007748] ACPI: BOOT 0x0000000063F7B000 000028 (v01 DELL   CBX3     00000002      01000013)
[    0.007750] ACPI: SSDT 0x0000000063F7A000 00060E (v02 DELL   Tpm2Tabl 00001000 INTL 20191018)
[    0.007752] ACPI: TPM2 0x0000000063FFD000 00004C (v04 DELL   Dell Inc 00000002      01000013)
[    0.007754] ACPI: MSDM 0x0000000063F78000 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.007756] ACPI: DMAR 0x0000000063F77000 0000E8 (v02 INTEL  Dell Inc 00000002      01000013)
[    0.007758] ACPI: SSDT 0x0000000063F70000 005F57 (v02 DELL   NvdTable 00001000 INTL 20191018)
[    0.007760] ACPI: SSDT 0x0000000063F76000 000ADB (v02 DELL   xh_Dell_ 00000000 INTL 20191018)
[    0.007762] ACPI: SSDT 0x0000000063F6F000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
[    0.007764] ACPI: PTDT 0x0000000063F6E000 000D44 (v00 DELL   Dell Inc 00000005 MSFT 0100000D)
[    0.007766] ACPI: BGRT 0x0000000063F6D000 000038 (v01 DELL   Dell Inc 00000002      01000013)
[    0.007768] ACPI: FPDT 0x0000000063F6C000 000034 (v01 DELL   Dell Inc 00000002      01000013)
[    0.007769] ACPI: Reserving FACP table memory at [mem 0x63ff2000-0x63ff2113]
[    0.007770] ACPI: Reserving DSDT table memory at [mem 0x63f94000-0x63feef09]
[    0.007771] ACPI: Reserving FACS table memory at [mem 0x63cdb000-0x63cdb03f]
[    0.007772] ACPI: Reserving SSDT table memory at [mem 0x63ffa000-0x63ffc4cf]
[    0.007772] ACPI: Reserving SSDT table memory at [mem 0x63ff4000-0x63ff9eab]
[    0.007772] ACPI: Reserving HEST table memory at [mem 0x63ff3000-0x63ff30a7]
[    0.007773] ACPI: Reserving HPET table memory at [mem 0x63ff1000-0x63ff1037]
[    0.007774] ACPI: Reserving APIC table memory at [mem 0x63ff0000-0x63ff012b]
[    0.007774] ACPI: Reserving MCFG table memory at [mem 0x63fef000-0x63fef03b]
[    0.007775] ACPI: Reserving SSDT table memory at [mem 0x63f93000-0x63f93b1c]
[    0.007775] ACPI: Reserving NHLT table memory at [mem 0x63f92000-0x63f9202c]
[    0.007776] ACPI: Reserving SSDT table memory at [mem 0x63f91000-0x63f9107a]
[    0.007776] ACPI: Reserving SSDT table memory at [mem 0x63f8f000-0x63f902d1]
[    0.007776] ACPI: Reserving SSDT table memory at [mem 0x63f83000-0x63f8e3b1]
[    0.007777] ACPI: Reserving SSDT table memory at [mem 0x63f82000-0x63f82cfb]
[    0.007777] ACPI: Reserving LPIT table memory at [mem 0x63f81000-0x63f810cb]
[    0.007778] ACPI: Reserving WSMT table memory at [mem 0x63f80000-0x63f80027]
[    0.007778] ACPI: Reserving SSDT table memory at [mem 0x63f7f000-0x63f7fb74]
[    0.007779] ACPI: Reserving SSDT table memory at [mem 0x63f7e000-0x63f7e129]
[    0.007779] ACPI: Reserving DBGP table memory at [mem 0x63f7d000-0x63f7d033]
[    0.007780] ACPI: Reserving DBG2 table memory at [mem 0x63f7c000-0x63f7c053]
[    0.007780] ACPI: Reserving BOOT table memory at [mem 0x63f7b000-0x63f7b027]
[    0.007781] ACPI: Reserving SSDT table memory at [mem 0x63f7a000-0x63f7a60d]
[    0.007781] ACPI: Reserving TPM2 table memory at [mem 0x63ffd000-0x63ffd04b]
[    0.007782] ACPI: Reserving MSDM table memory at [mem 0x63f78000-0x63f78054]
[    0.007782] ACPI: Reserving DMAR table memory at [mem 0x63f77000-0x63f770e7]
[    0.007783] ACPI: Reserving SSDT table memory at [mem 0x63f70000-0x63f75f56]
[    0.007783] ACPI: Reserving SSDT table memory at [mem 0x63f76000-0x63f76ada]
[    0.007784] ACPI: Reserving SSDT table memory at [mem 0x63f6f000-0x63f6f143]
[    0.007785] ACPI: Reserving PTDT table memory at [mem 0x63f6e000-0x63f6ed43]
[    0.007785] ACPI: Reserving BGRT table memory at [mem 0x63f6d000-0x63f6d037]
[    0.007786] ACPI: Reserving FPDT table memory at [mem 0x63f6c000-0x63f6c033]
[    0.007966] No NUMA configuration found
[    0.007966] Faking a node at [mem 0x0000000000000000-0x000000108f7fffff]
[    0.007969] NODE_DATA(0) allocated [mem 0x108f7fc000-0x108f7fffff]
[    0.008003] Zone ranges:
[    0.008004]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008005]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008006]   Normal   [mem 0x0000000100000000-0x000000108f7fffff]
[    0.008006]   Device   empty
[    0.008007] Movable zone start for each node
[    0.008007] Early memory node ranges
[    0.008008]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.008009]   node   0: [mem 0x0000000000100000-0x000000005f779fff]
[    0.008009]   node   0: [mem 0x0000000063fff000-0x0000000063ffffff]
[    0.008010]   node   0: [mem 0x0000000100000000-0x000000108f7fffff]
[    0.008012] Initmem setup node 0 [mem 0x0000000000001000-0x000000108f7fffff]
[    0.008015] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.008031] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.009601] On node 0, zone DMA32: 18565 pages in unavailable ranges
[    0.072911] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.072921] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.073269] Reserving Intel graphics memory at [mem 0x6c800000-0x707fffff]
[    0.073976] ACPI: PM-Timer IO Port: 0x1808
[    0.073981] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.073981] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.073982] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.073982] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.073983] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.073983] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.073983] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.073984] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.073984] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.073985] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.073985] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.073985] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.073986] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.073986] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.073987] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.073987] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.074025] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.074027] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.074028] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.074030] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.074031] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.074036] e820: update [mem 0x5a88d000-0x5a904fff] usable ==> reserved
[    0.074041] TSC deadline timer available
[    0.074041] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.074050] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.074051] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.074052] PM: hibernation: Registered nosave memory: [mem 0x5a88d000-0x5a904fff]
[    0.074053] PM: hibernation: Registered nosave memory: [mem 0x5f77a000-0x5f89cfff]
[    0.074054] PM: hibernation: Registered nosave memory: [mem 0x5f89d000-0x63510fff]
[    0.074054] PM: hibernation: Registered nosave memory: [mem 0x63511000-0x63d71fff]
[    0.074054] PM: hibernation: Registered nosave memory: [mem 0x63d72000-0x63ffefff]
[    0.074055] PM: hibernation: Registered nosave memory: [mem 0x64000000-0x67ffffff]
[    0.074056] PM: hibernation: Registered nosave memory: [mem 0x68000000-0x693fffff]
[    0.074056] PM: hibernation: Registered nosave memory: [mem 0x69400000-0x695fffff]
[    0.074057] PM: hibernation: Registered nosave memory: [mem 0x69600000-0x69dfffff]
[    0.074057] PM: hibernation: Registered nosave memory: [mem 0x69e00000-0x707fffff]
[    0.074057] PM: hibernation: Registered nosave memory: [mem 0x70800000-0xbfffffff]
[    0.074058] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.074058] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfed1ffff]
[    0.074058] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.074059] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff]
[    0.074059] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.074060] [mem 0x70800000-0xbfffffff] available for PCI devices
[    0.074061] Booting paravirtualized kernel on bare hardware
[    0.074063] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.077206] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.077423] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.077427] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.077429] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.077444] Built 1 zonelists, mobility grouping on.  Total pages: 16446141
[    0.077445] Policy zone: Normal
[    0.077445] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme1n1p6:luks:allow-discards quiet
[    0.077474] Unknown command line parameters: BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/nvme1n1p6:luks:allow-discards
[    0.079187] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.080052] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.080200] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.165142] Memory: 65406456K/66829412K available (14344K kernel code, 2062K rwdata, 9348K rodata, 1800K init, 4084K bss, 1422696K reserved, 0K cma-reserved)
[    0.165145] random: get_random_u64 called from __kmem_cache_create+0x2a/0x5a0 with crng_init=0
[    0.165221] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.165228] ftrace: allocating 42541 entries in 167 pages
[    0.173478] ftrace: allocated 167 pages with 5 groups
[    0.173550] rcu: Preemptible hierarchical RCU implementation.
[    0.173550] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    0.173550] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.173551] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.173552]  Trampoline variant of Tasks RCU enabled.
[    0.173552]  Rude variant of Tasks RCU enabled.
[    0.173552]  Tracing variant of Tasks RCU enabled.
[    0.173553] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.173554] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.175710] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.176109] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.176205] Console: colour dummy device 80x25
[    0.176212] printk: console [tty0] enabled
[    0.176223] ACPI: Core revision 20210604
[    0.176535] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.176651] APIC: Switch to symmetric I/O mode setup
[    0.176652] DMAR: Host address width 39
[    0.176653] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.176656] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.176658] DMAR: DRHD base: 0x000000fed84000 flags: 0x0
[    0.176661] DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.176663] DMAR: DRHD base: 0x000000fed85000 flags: 0x0
[    0.176666] DMAR: dmar2: reg_base_addr fed85000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.176667] DMAR: DRHD base: 0x000000fed86000 flags: 0x0
[    0.176671] DMAR: dmar3: reg_base_addr fed86000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.176672] DMAR: DRHD base: 0x000000fed87000 flags: 0x0
[    0.176675] DMAR: dmar4: reg_base_addr fed87000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.176676] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.176681] DMAR: dmar5: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.176682] DMAR: RMRR base: 0x0000006c000000 end: 0x000000707fffff
[    0.176684] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 5
[    0.176685] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.176686] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.178903] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.178905] x2apic enabled
[    0.178945] Switched APIC routing to cluster x2apic.
[    0.183559] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.199927] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    0.199932] Calibrating delay loop (skipped), value calculated using timer frequency.. 4609.00 BogoMIPS (lpj=7680000)
[    0.199934] pid_max: default: 32768 minimum: 301
[    0.202139] LSM: Security Framework initializing
[    0.202145] landlock: Up and running.
[    0.202146] Yama: becoming mindful.
[    0.202150] LSM support for eBPF active
[    0.202234] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.202302] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.202452] CPU0: Thermal monitoring enabled (TM1)
[    0.202453] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.202559] process: using mwait in idle threads
[    0.202560] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.202561] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.202563] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.202565] Spectre V2 : Mitigation: Enhanced IBRS
[    0.202565] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.202566] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.202567] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.205558] Freeing SMP alternatives memory: 36K
[    0.206681] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2003
[    0.206701] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (family: 0x6, model: 0x8d, stepping: 0x1)
[    0.206838] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.206849] ... version:                5
[    0.206849] ... bit width:              48
[    0.206850] ... generic registers:      8
[    0.206850] ... value mask:             0000ffffffffffff
[    0.206851] ... max period:             00007fffffffffff
[    0.206851] ... fixed-purpose events:   4
[    0.206852] ... event mask:             0001000f000000ff
[    0.206935] rcu: Hierarchical SRCU implementation.
[    0.207841] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.207931] smp: Bringing up secondary CPUs ...
[    0.207990] x86: Booting SMP configuration:
[    0.207991] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.244027] smp: Brought up 1 node, 16 CPUs
[    0.244027] smpboot: Max logical packages: 1
[    0.244027] smpboot: Total of 16 processors activated (73757.00 BogoMIPS)
[    0.248154] devtmpfs: initialized
[    0.248154] x86/mm: Memory block size: 2048MB
[    0.248154] ACPI: PM: Registering ACPI NVS region [mem 0x63511000-0x63d71fff] (8785920 bytes)
[    0.248154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.248154] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.248154] pinctrl core: initialized pinctrl subsystem
[    0.248154] PM: RTC time: 22:28:30, date: 2021-09-12
[    0.248154] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.248154] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.248154] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.248154] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.248154] audit: initializing netlink subsys (disabled)
[    0.248154] audit: type=2000 audit(1631485710.066:1): state=initialized audit_enabled=0 res=1
[    0.248154] thermal_sys: Registered thermal governor 'fair_share'
[    0.248154] thermal_sys: Registered thermal governor 'bang_bang'
[    0.248154] thermal_sys: Registered thermal governor 'step_wise'
[    0.248154] thermal_sys: Registered thermal governor 'user_space'
[    0.248154] thermal_sys: Registered thermal governor 'power_allocator'
[    0.248154] cpuidle: using governor ladder
[    0.248154] cpuidle: using governor menu
[    0.249952] Simple Boot Flag at 0x47 set to 0x80
[    0.249979] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[    0.249983] ACPI: bus type PCI registered
[    0.249985] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.250055] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.250059] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.250071] PCI: Using configuration type 1 for base access
[    0.250345] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.250562] Kprobes globally optimized
[    0.250565] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.250565] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.250565] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.250565] ACPI: PRMT not present
[    0.250565] ACPI: Added _OSI(Module Device)
[    0.250565] ACPI: Added _OSI(Processor Device)
[    0.250565] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.250565] ACPI: Added _OSI(Processor Aggregator Device)
[    0.250565] ACPI: Added _OSI(Linux-Dell-Video)
[    0.250565] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.250565] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.313394] ACPI: 14 ACPI AML tables successfully acquired and loaded
[    0.328930] ACPI: Dynamic OEM Table Load:
[    0.328937] ACPI: SSDT 0xFFFF900100288A00 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
[    0.329670] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.331675] ACPI: Dynamic OEM Table Load:
[    0.331680] ACPI: SSDT 0xFFFF900103011800 000496 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
[    0.332496] ACPI: Dynamic OEM Table Load:
[    0.332500] ACPI: SSDT 0xFFFF900103017800 00051E (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
[    0.333339] ACPI: Dynamic OEM Table Load:
[    0.333343] ACPI: SSDT 0xFFFF90010241A800 000313 (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
[    0.334508] ACPI: Dynamic OEM Table Load:
[    0.334514] ACPI: SSDT 0xFFFF90010300C000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
[    0.335604] ACPI: Dynamic OEM Table Load:
[    0.335608] ACPI: SSDT 0xFFFF900103017000 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
[    0.336473] ACPI: Dynamic OEM Table Load:
[    0.336476] ACPI: SSDT 0xFFFF900103014800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
[    0.337329] ACPI: Dynamic OEM Table Load:
[    0.337334] ACPI: SSDT 0xFFFF900103012000 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
[    0.344023] ACPI: EC: EC started
[    0.344024] ACPI: EC: interrupt blocked
[    0.346459] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.346461] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.346462] ACPI: Interpreter enabled
[    0.346525] ACPI: PM: (supports S0 S4 S5)
[    0.346526] ACPI: Using IOAPIC for interrupt routing
[    0.346605] HEST: Table parsing has been initialized.
[    0.346607] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.348691] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.349204] ACPI: PM: Power Resource [PG00]
[    0.349464] ACPI: PM: Power Resource [PG01]
[    0.357345] ACPI: PM: Power Resource [PG02]
[    0.357608] ACPI: PM: Power Resource [PG03]
[    0.360192] ACPI: PM: Power Resource [BTRT]
[    0.368521] ACPI: PM: Power Resource [V0PR]
[    0.368665] ACPI: PM: Power Resource [V1PR]
[    0.368801] ACPI: PM: Power Resource [V2PR]
[    0.372984] ACPI: PM: Power Resource [WRST]
[    0.375489] ACPI: PM: Power Resource [TBT0]
[    0.375497] ACPI: PM: Power Resource [TBT1]
[    0.375506] ACPI: PM: Power Resource [D3C]
[    0.827333] ACPI: PM: Power Resource [PIN]
[    0.827664] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.827669] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.829332] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.832349] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.835607] PCI host bridge to bus 0000:00
[    0.835608] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.835610] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.835610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.835611] pci_bus 0000:00: root bus resource [mem 0x70800000-0xbfffffff window]
[    0.835612] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.835613] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.835632] pci 0000:00:00.0: [8086:9a36] type 00 class 0x060000
[    0.836794] pci 0000:00:01.0: [8086:9a01] type 01 class 0x060400
[    0.836859] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.836880] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.838406] pci 0000:00:01.1: [8086:9a05] type 01 class 0x060400
[    0.838485] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.838514] pci 0000:00:01.1: PTM enabled (root), 4ns granularity
[    0.839926] pci 0000:00:02.0: [8086:9a60] type 00 class 0x030000
[    0.839933] pci 0000:00:02.0: reg 0x10: [mem 0x628c000000-0x628cffffff 64bit]
[    0.839938] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.839941] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.839956] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.839957] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.839979] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.839980] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.839984] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.839985] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.841112] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[    0.841129] pci 0000:00:04.0: reg 0x10: [mem 0x628d180000-0x628d19ffff 64bit]
[    0.842420] pci 0000:00:06.0: [8086:9a0f] type 01 class 0x060400
[    0.842496] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.842525] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[    0.843971] pci 0000:00:07.0: [8086:9a2b] type 01 class 0x060400
[    0.845120] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.845141] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[    0.845714] pci 0000:00:07.1: [8086:9a2d] type 01 class 0x060400
[    0.846786] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.846806] pci 0000:00:07.1: DPC: RP PIO log size 0 is invalid
[    0.847420] pci 0000:00:07.2: [8086:9a2f] type 01 class 0x060400
[    0.848481] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[    0.848500] pci 0000:00:07.2: DPC: RP PIO log size 0 is invalid
[    0.849059] pci 0000:00:07.3: [8086:9a31] type 01 class 0x060400
[    0.850119] pci 0000:00:07.3: PME# supported from D0 D3hot D3cold
[    0.850139] pci 0000:00:07.3: DPC: RP PIO log size 0 is invalid
[    0.850811] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
[    0.850819] pci 0000:00:0a.0: reg 0x10: [mem 0x628d1d0000-0x628d1d7fff 64bit]
[    0.850843] pci 0000:00:0a.0: enabling Extended Tags
[    0.852102] pci 0000:00:0d.0: [8086:9a17] type 00 class 0x0c0330
[    0.852115] pci 0000:00:0d.0: reg 0x10: [mem 0x628d1c0000-0x628d1cffff 64bit]
[    0.852176] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.853420] pci 0000:00:0d.2: [8086:9a1f] type 00 class 0x0c0340
[    0.853430] pci 0000:00:0d.2: reg 0x10: [mem 0x628d140000-0x628d17ffff 64bit]
[    0.853437] pci 0000:00:0d.2: reg 0x18: [mem 0x628d1ea000-0x628d1eafff 64bit]
[    0.853470] pci 0000:00:0d.2: supports D1 D2
[    0.853471] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.854691] pci 0000:00:0d.3: [8086:9a21] type 00 class 0x0c0340
[    0.854703] pci 0000:00:0d.3: reg 0x10: [mem 0x628d100000-0x628d13ffff 64bit]
[    0.854711] pci 0000:00:0d.3: reg 0x18: [mem 0x628d1e9000-0x628d1e9fff 64bit]
[    0.854746] pci 0000:00:0d.3: supports D1 D2
[    0.854746] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.855901] pci 0000:00:12.0: [8086:43fc] type 00 class 0x070000
[    0.855921] pci 0000:00:12.0: reg 0x10: [mem 0x628d1b0000-0x628d1bffff 64bit]
[    0.855988] pci 0000:00:12.0: PME# supported from D0 D3hot
[    0.857278] pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330
[    0.857297] pci 0000:00:14.0: reg 0x10: [mem 0x628d1a0000-0x628d1affff 64bit]
[    0.857376] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.858836] pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000
[    0.858855] pci 0000:00:14.2: reg 0x10: [mem 0x628d1e0000-0x628d1e3fff 64bit]
[    0.858867] pci 0000:00:14.2: reg 0x18: [mem 0x628d1e8000-0x628d1e8fff 64bit]
[    0.859970] pci 0000:00:14.3: [8086:43f0] type 00 class 0x028000
[    0.859989] pci 0000:00:14.3: reg 0x10: [mem 0x628d1dc000-0x628d1dffff 64bit]
[    0.860102] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.861450] pci 0000:00:15.0: [8086:43e8] type 00 class 0x0c8000
[    0.861477] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.862843] pci 0000:00:15.1: [8086:43e9] type 00 class 0x0c8000
[    0.862871] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.864255] pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000
[    0.864277] pci 0000:00:16.0: reg 0x10: [mem 0x628d1e5000-0x628d1e5fff 64bit]
[    0.864359] pci 0000:00:16.0: PME# supported from D3hot
[    0.865740] pci 0000:00:1c.0: [8086:43be] type 01 class 0x060400
[    0.865839] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.865874] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.867423] pci 0000:00:1f.0: [8086:4389] type 00 class 0x060100
[    0.868809] pci 0000:00:1f.3: [8086:43c8] type 00 class 0x040100
[    0.868851] pci 0000:00:1f.3: reg 0x10: [mem 0x628d1d8000-0x628d1dbfff 64bit]
[    0.868903] pci 0000:00:1f.3: reg 0x20: [mem 0x628d000000-0x628d0fffff 64bit]
[    0.869003] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.870271] pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500
[    0.870292] pci 0000:00:1f.4: reg 0x10: [mem 0x628d1e4000-0x628d1e40ff 64bit]
[    0.870312] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.871543] pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000
[    0.871560] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.872692] pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
[    0.872701] pci 0000:01:00.0: reg 0x10: [mem 0xa9000000-0xa9ffffff]
[    0.872708] pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x61ffffffff 64bit pref]
[    0.872716] pci 0000:01:00.0: reg 0x1c: [mem 0x6200000000-0x6201ffffff 64bit pref]
[    0.872721] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.872726] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.872771] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.872828] pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.872942] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
[    0.872950] pci 0000:01:00.1: reg 0x10: [mem 0xaa000000-0xaa003fff]
[    0.873037] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.873039] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.873040] pci 0000:00:01.0:   bridge window [mem 0xa9000000-0xaa0fffff]
[    0.873043] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.873281] pci 0000:02:00.0: [144d:a80a] type 00 class 0x010802
[    0.873297] pci 0000:02:00.0: reg 0x10: [mem 0xaa300000-0xaa303fff 64bit]
[    0.873485] pci 0000:00:01.1: PCI bridge to [bus 02]
[    0.873488] pci 0000:00:01.1:   bridge window [mem 0xaa300000-0xaa3fffff]
[    0.873832] pci 0000:03:00.0: [144d:a808] type 00 class 0x010802
[    0.873847] pci 0000:03:00.0: reg 0x10: [mem 0xaa200000-0xaa203fff 64bit]
[    0.874031] pci 0000:00:06.0: PCI bridge to [bus 03]
[    0.874034] pci 0000:00:06.0:   bridge window [mem 0xaa200000-0xaa2fffff]
[    0.874065] pci 0000:00:07.0: PCI bridge to [bus 04-2d]
[    0.874069] pci 0000:00:07.0:   bridge window [mem 0x9c000000-0xa81fffff]
[    0.874072] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.874101] pci 0000:00:07.1: PCI bridge to [bus 2e-57]
[    0.874104] pci 0000:00:07.1:   bridge window [mem 0x8e000000-0x9a1fffff]
[    0.874107] pci 0000:00:07.1:   bridge window [mem 0x6230000000-0x624bffffff 64bit pref]
[    0.874136] pci 0000:00:07.2: PCI bridge to [bus 58-81]
[    0.874139] pci 0000:00:07.2:   bridge window [mem 0x80000000-0x8c1fffff]
[    0.874142] pci 0000:00:07.2:   bridge window [mem 0x6250000000-0x626bffffff 64bit pref]
[    0.874171] pci 0000:00:07.3: PCI bridge to [bus 82-ab]
[    0.874174] pci 0000:00:07.3:   bridge window [mem 0x72000000-0x7e1fffff]
[    0.874178] pci 0000:00:07.3:   bridge window [mem 0x6270000000-0x628bffffff 64bit pref]
[    0.874244] pci 0000:ac:00.0: [10ec:5260] type 00 class 0xff0000
[    0.874260] pci 0000:ac:00.0: reg 0x10: [mem 0xaa100000-0xaa100fff]
[    0.874392] pci 0000:ac:00.0: supports D1 D2
[    0.874393] pci 0000:ac:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.874542] pci 0000:00:1c.0: PCI bridge to [bus ac]
[    0.874546] pci 0000:00:1c.0:   bridge window [mem 0xaa100000-0xaa1fffff]
[    0.904338] ACPI: EC: interrupt unblocked
[    0.904339] ACPI: EC: event unblocked
[    0.904349] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.904351] ACPI: EC: GPE=0x6e
[    0.904352] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.904354] ACPI: \_SB_.PC00.LPCB.ECDV: EC: Used to handle transactions and events
[    0.904425] iommu: Default domain type: Translated 
[    0.904464] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.904464] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.904464] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.904464] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.904464] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.904464] vgaarb: loaded
[    0.904464] SCSI subsystem initialized
[    0.904464] libata version 3.00 loaded.
[    0.904464] ACPI: bus type USB registered
[    0.904464] usbcore: registered new interface driver usbfs
[    0.904464] usbcore: registered new interface driver hub
[    0.904464] usbcore: registered new device driver usb
[    0.904464] pps_core: LinuxPPS API ver. 1 registered
[    0.904464] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.904464] PTP clock support registered
[    0.904464] EDAC MC: Ver: 3.0.0
[    0.904464] Registered efivars operations
[    0.904464] NetLabel: Initializing
[    0.904464] NetLabel:  domain hash size = 128
[    0.904464] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.904464] NetLabel:  unlabeled traffic allowed by default
[    0.904464] PCI: Using ACPI for IRQ routing
[    0.917787] PCI: pci_cache_line_size set to 64 bytes
[    0.918491] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.919190] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.919191] e820: reserve RAM buffer [mem 0x5a88d000-0x5bffffff]
[    0.919191] e820: reserve RAM buffer [mem 0x5f77a000-0x5fffffff]
[    0.919192] e820: reserve RAM buffer [mem 0x108f800000-0x108fffffff]
[    0.919198] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.919198] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.920997] clocksource: Switched to clocksource tsc-early
[    0.924985] VFS: Disk quotas dquot_6.6.0
[    0.924994] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.925036] pnp: PnP ACPI init
[    0.925173] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.925175] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.925253] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.925541] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.925541] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.925541] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.925541] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.925541] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.925541] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.925541] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.925541] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.927235] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.927237] system 00:05: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.927239] system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.927240] system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.927242] system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.927244] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.927245] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.927247] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.927248] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.927250] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.927582] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.931321] pnp: PnP ACPI: found 8 devices
[    0.936534] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.936563] NET: Registered PF_INET protocol family
[    0.936677] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.937720] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.937995] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.938375] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.938418] TCP: Hash tables configured (established 524288 bind 65536)
[    0.938559] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.938721] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.938842] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.938930] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.938933] NET: Registered PF_XDP protocol family
[    0.938936] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.938939] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 04-2d] add_size 1000
[    0.938941] pci 0000:00:07.1: bridge window [io  0x1000-0x0fff] to [bus 2e-57] add_size 1000
[    0.938942] pci 0000:00:07.2: bridge window [io  0x1000-0x0fff] to [bus 58-81] add_size 1000
[    0.938943] pci 0000:00:07.3: bridge window [io  0x1000-0x0fff] to [bus 82-ab] add_size 1000
[    0.938950] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.938952] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    0.938955] pci 0000:00:07.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.938956] pci 0000:00:07.1: BAR 13: assigned [io  0x6000-0x6fff]
[    0.938957] pci 0000:00:07.2: BAR 13: assigned [io  0x7000-0x7fff]
[    0.938958] pci 0000:00:07.3: BAR 13: assigned [io  0x8000-0x8fff]
[    0.938959] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
[    0.939017] pci 0000:00:15.1: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit]
[    0.939033] pci 0000:00:1f.5: BAR 0: assigned [mem 0x70800000-0x70800fff]
[    0.939044] pci 0000:01:00.0: BAR 6: assigned [mem 0xaa080000-0xaa0fffff pref]
[    0.939046] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.939047] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.939049] pci 0000:00:01.0:   bridge window [mem 0xa9000000-0xaa0fffff]
[    0.939051] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.939053] pci 0000:00:01.1: PCI bridge to [bus 02]
[    0.939056] pci 0000:00:01.1:   bridge window [mem 0xaa300000-0xaa3fffff]
[    0.939061] pci 0000:00:06.0: PCI bridge to [bus 03]
[    0.939067] pci 0000:00:06.0:   bridge window [mem 0xaa200000-0xaa2fffff]
[    0.939071] pci 0000:00:07.0: PCI bridge to [bus 04-2d]
[    0.939073] pci 0000:00:07.0:   bridge window [io  0x5000-0x5fff]
[    0.939075] pci 0000:00:07.0:   bridge window [mem 0x9c000000-0xa81fffff]
[    0.939078] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.939081] pci 0000:00:07.1: PCI bridge to [bus 2e-57]
[    0.939082] pci 0000:00:07.1:   bridge window [io  0x6000-0x6fff]
[    0.939085] pci 0000:00:07.1:   bridge window [mem 0x8e000000-0x9a1fffff]
[    0.939087] pci 0000:00:07.1:   bridge window [mem 0x6230000000-0x624bffffff 64bit pref]
[    0.939090] pci 0000:00:07.2: PCI bridge to [bus 58-81]
[    0.939092] pci 0000:00:07.2:   bridge window [io  0x7000-0x7fff]
[    0.939094] pci 0000:00:07.2:   bridge window [mem 0x80000000-0x8c1fffff]
[    0.939096] pci 0000:00:07.2:   bridge window [mem 0x6250000000-0x626bffffff 64bit pref]
[    0.939100] pci 0000:00:07.3: PCI bridge to [bus 82-ab]
[    0.939101] pci 0000:00:07.3:   bridge window [io  0x8000-0x8fff]
[    0.939104] pci 0000:00:07.3:   bridge window [mem 0x72000000-0x7e1fffff]
[    0.939106] pci 0000:00:07.3:   bridge window [mem 0x6270000000-0x628bffffff 64bit pref]
[    0.939110] pci 0000:00:1c.0: PCI bridge to [bus ac]
[    0.939118] pci 0000:00:1c.0:   bridge window [mem 0xaa100000-0xaa1fffff]
[    0.939125] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.939126] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.939127] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.939128] pci_bus 0000:00: resource 7 [mem 0x70800000-0xbfffffff window]
[    0.939129] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.939130] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.939130] pci_bus 0000:01: resource 1 [mem 0xa9000000-0xaa0fffff]
[    0.939131] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.939132] pci_bus 0000:02: resource 1 [mem 0xaa300000-0xaa3fffff]
[    0.939133] pci_bus 0000:03: resource 1 [mem 0xaa200000-0xaa2fffff]
[    0.939133] pci_bus 0000:04: resource 0 [io  0x5000-0x5fff]
[    0.939134] pci_bus 0000:04: resource 1 [mem 0x9c000000-0xa81fffff]
[    0.939135] pci_bus 0000:04: resource 2 [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.939135] pci_bus 0000:2e: resource 0 [io  0x6000-0x6fff]
[    0.939136] pci_bus 0000:2e: resource 1 [mem 0x8e000000-0x9a1fffff]
[    0.939137] pci_bus 0000:2e: resource 2 [mem 0x6230000000-0x624bffffff 64bit pref]
[    0.939137] pci_bus 0000:58: resource 0 [io  0x7000-0x7fff]
[    0.939138] pci_bus 0000:58: resource 1 [mem 0x80000000-0x8c1fffff]
[    0.939139] pci_bus 0000:58: resource 2 [mem 0x6250000000-0x626bffffff 64bit pref]
[    0.939139] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    0.939140] pci_bus 0000:82: resource 1 [mem 0x72000000-0x7e1fffff]
[    0.939141] pci_bus 0000:82: resource 2 [mem 0x6270000000-0x628bffffff 64bit pref]
[    0.939142] pci_bus 0000:ac: resource 1 [mem 0xaa100000-0xaa1fffff]
[    0.939255] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.939604] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.940241] PCI: CLS 0 bytes, default 64
[    0.940277] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.940278] software IO TLB: mapped [mem 0x000000005688d000-0x000000005a88d000] (64MB)
[    0.940291] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    0.940319] clocksource: Switched to clocksource tsc
[    0.940319] Trying to unpack rootfs image as initramfs...
[    0.947988] Initialise system trusted keyrings
[    0.947997] Key type blacklist registered
[    0.948028] workingset: timestamp_bits=41 max_order=24 bucket_order=0
[    0.948751] zbud: loaded
[    0.955651] Key type asymmetric registered
[    0.955652] Asymmetric key parser 'x509' registered
[    0.955655] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.955689] io scheduler mq-deadline registered
[    0.955690] io scheduler kyber registered
[    0.955707] io scheduler bfq registered
[    0.958017] pcieport 0000:00:01.0: PME: Signaling with IRQ 126
[    0.958180] pcieport 0000:00:01.1: PME: Signaling with IRQ 127
[    0.958359] pcieport 0000:00:06.0: PME: Signaling with IRQ 128
[    0.958528] pcieport 0000:00:07.0: PME: Signaling with IRQ 129
[    0.958541] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.958758] pcieport 0000:00:07.1: PME: Signaling with IRQ 130
[    0.958771] pcieport 0000:00:07.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.958947] pcieport 0000:00:07.2: PME: Signaling with IRQ 131
[    0.958959] pcieport 0000:00:07.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.959137] pcieport 0000:00:07.3: PME: Signaling with IRQ 132
[    0.959148] pcieport 0000:00:07.3: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.959350] pcieport 0000:00:1c.0: PME: Signaling with IRQ 133
[    0.959437] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.959456] efifb: probing for efifb
[    0.959469] efifb: Ignoring BGRT: unexpected or invalid BMP data
[    0.959469] efifb: framebuffer at 0x4000000000, using 3072k, total 3072k
[    0.959471] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.959472] efifb: scrolling: redraw
[    0.959472] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.959500] fbcon: Deferring console take-over
[    0.959500] fb0: EFI VGA frame buffer device
[    0.959701] Monitor-Mwait will be used to enter C-1 state
[    0.959715] Monitor-Mwait will be used to enter C-2 state
[    0.959723] Monitor-Mwait will be used to enter C-3 state
[    0.959726] ACPI: \_SB_.PR00: Found 3 idle states
[    0.962541] ACPI: AC: AC Adapter [AC] (off-line)
[    0.962584] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.962609] ACPI: button: Lid Switch [LID0]
[    0.962624] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.962640] ACPI: button: Power Button [PBTN]
[    0.962655] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.962665] ACPI: button: Sleep Button [SBTN]
[    0.968321] GHES: APEI firmware first mode is enabled by APEI bit.
[    0.968549] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.969860] serial 0000:00:12.0: enabling device (0000 -> 0002)
[    0.971156] Non-volatile memory driver v1.3
[    0.971157] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.971158] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.973288] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    0.973321] nvme nvme0: pci function 0000:02:00.0
[    0.973335] nvme 0000:03:00.0: platform quirk: setting simple suspend
[    0.973354] nvme nvme1: pci function 0000:03:00.0
[    0.973388] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.973391] ehci-pci: EHCI PCI platform driver
[    0.973396] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.973397] ohci-pci: OHCI PCI platform driver
[    0.973401] uhci_hcd: USB Universal Host Controller Interface driver
[    0.973434] usbcore: registered new interface driver usbserial_generic
[    0.973437] usbserial: USB Serial support registered for generic
[    0.973502] rtc_cmos 00:01: RTC can wake from S4
[    0.974228] rtc_cmos 00:01: registered as rtc0
[    0.974625] rtc_cmos 00:01: setting system clock to 2021-09-12T22:28:31 UTC (1631485711)
[    0.974635] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    0.984109] intel_pstate: Intel P-state driver initializing
[    0.990022] intel_pstate: HWP enabled
[    0.992394] ledtrig-cpu: registered to indicate activity on CPUs
[    0.992720] hid: raw HID events driver (C) Jiri Kosina
[    0.993409] intel_pmc_core INT33A1:00:  initialized
[    0.993461] drop_monitor: Initializing network drop monitor service
[    0.993506] Initializing XFRM netlink socket
[    0.993562] NET: Registered PF_INET6 protocol family
[    1.002909] nvme nvme1: Shutdown timeout set to 8 seconds
[    1.003915] nvme nvme0: Shutdown timeout set to 10 seconds
[    1.004402] ACPI: battery: Slot [BAT0] (battery present)
[    1.008018] nvme nvme0: 16/0/0 default/read/poll queues
[    1.009674]  nvme0n1: p1 p2 p3 p4 p5 p6
[    1.019625] nvme nvme1: 16/0/0 default/read/poll queues
[    1.022037]  nvme1n1: p1 p2 p3 p4 p5 p6
[    1.026859] Freeing initrd memory: 27820K
[    1.030887] Segment Routing with IPv6
[    1.030890] RPL Segment Routing with IPv6
[    1.030908] NET: Registered PF_PACKET protocol family
[    1.033035] microcode: sig=0x806d1, pf=0x2, revision=0x34
[    1.033486] microcode: Microcode Update Driver: v2.2.
[    1.034486] resctrl: L2 allocation detected
[    1.034487] resctrl: L2DATA allocation detected
[    1.034487] resctrl: L2CODE allocation detected
[    1.034489] IPI shorthand broadcast: enabled
[    1.034497] sched_clock: Marking stable (1030593259, 3886785)->(1109617986, -75137942)
[    1.035032] registered taskstats version 1
[    1.036045] Loading compiled-in X.509 certificates
[    1.038875] Loaded X.509 cert 'Build time autogenerated kernel key: c707aba650b26e0cb08fb683c9ceebf0df32e8cc'
[    1.039324] zswap: loaded using pool lz4/z3fold
[    1.039747] Key type ._fscrypt registered
[    1.039750] Key type .fscrypt registered
[    1.039751] Key type fscrypt-provisioning registered
[    1.040188] PM:   Magic number: 5:182:502
[    1.040263] acpi DLL0A5D:00: hash matches
[    1.040487] RAS: Correctable Errors collector initialized.
[    1.043072] Freeing unused decrypted memory: 2036K
[    1.043362] Freeing unused kernel image (initmem) memory: 1800K
[    1.083470] Write protecting the kernel read-only data: 26624k
[    1.084298] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.084617] Freeing unused kernel image (rodata/data gap) memory: 892K
[    1.093560] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.093563] rodata_test: all tests were successful
[    1.093565] Run /init as init process
[    1.093566]   with arguments:
[    1.093567]     /init
[    1.093567]   with environment:
[    1.093568]     HOME=/
[    1.093568]     TERM=linux
[    1.093568]     BOOT_IMAGE=/vmlinuz-linux
[    1.093569]     cryptdevice=/dev/nvme1n1p6:luks:allow-discards
[    1.111007] fbcon: Taking over console
[    1.111052] Console: switching to colour frame buffer device 128x48
[    1.171241] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.171322] wmi_bus wmi_bus-PNP0C14:02: WQBC data block query control method not found
[    1.171324] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.172739] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.172742] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.173073] i8042: Warning: Keylock active
[    1.173321] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.176030] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    1.176036] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    1.176311] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.177124] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    1.177517] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.177521] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.177523] usb usb1: Product: xHCI Host Controller
[    1.177525] usb usb1: Manufacturer: Linux 5.14.2-arch1-2 xhci-hcd
[    1.177526] usb usb1: SerialNumber: 0000:00:0d.0
[    1.177748] hub 1-0:1.0: USB hub found
[    1.177758] hub 1-0:1.0: 1 port detected
[    1.178242] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    1.178244] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    1.178247] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.178276] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.178278] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.178279] usb usb2: Product: xHCI Host Controller
[    1.178280] usb usb2: Manufacturer: Linux 5.14.2-arch1-2 xhci-hcd
[    1.178281] usb usb2: SerialNumber: 0000:00:0d.0
[    1.178443] hub 2-0:1.0: USB hub found
[    1.178452] hub 2-0:1.0: 4 ports detected
[    1.178722] rtsx_pci 0000:ac:00.0: enabling device (0000 -> 0002)
[    1.179926] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.179945] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.180568] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.180665] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.180756] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.180811] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.181053] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    1.181247] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    1.181249] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.181250] usb usb3: Product: xHCI Host Controller
[    1.181251] usb usb3: Manufacturer: Linux 5.14.2-arch1-2 xhci-hcd
[    1.181252] usb usb3: SerialNumber: 0000:00:14.0
[    1.181359] hub 3-0:1.0: USB hub found
[    1.181388] hub 3-0:1.0: 16 ports detected
[    1.182799] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.182804] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.182807] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    1.182874] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    1.182877] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.182880] usb usb4: Product: xHCI Host Controller
[    1.182882] usb usb4: Manufacturer: Linux 5.14.2-arch1-2 xhci-hcd
[    1.182883] usb usb4: SerialNumber: 0000:00:14.0
[    1.183020] hub 4-0:1.0: USB hub found
[    1.183038] hub 4-0:1.0: 6 ports detected
[    1.183226] usb: port power management may be unreliable
[    1.183477] cryptd: max_cpu_qlen set to 1000
[    1.189890] AVX2 version of gcm_enc/dec engaged.
[    1.189954] AES CTR mode by8 optimization enabled
[    1.198868] random: fast init done
[    1.204045] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.228339] device-mapper: uevent: version 1.0.3
[    1.228373] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    1.232383] Key type encrypted registered
[    1.236184] random: cryptsetup: uninitialized urandom read (4 bytes read)
[    1.238753] random: cryptsetup: uninitialized urandom read (4 bytes read)
[    1.433384] usb 3-10: new full-speed USB device number 2 using xhci_hcd
[    1.575994] usb 3-10: New USB device found, idVendor=27c6, idProduct=63ac, bcdDevice= 1.00
[    1.576002] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.576005] usb 3-10: Product: Goodix USB2.0 MISC
[    1.576007] usb 3-10: Manufacturer: Goodix Technology Co., Ltd.
[    1.576009] usb 3-10: SerialNumber: UID5A5CDBE9_XXXX_MOC_B0
[    1.700054] usb 3-11: new high-speed USB device number 3 using xhci_hcd
[    1.855922] usb 3-11: New USB device found, idVendor=0c45, idProduct=672e, bcdDevice= 9.11
[    1.855931] usb 3-11: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.855934] usb 3-11: Product: Integrated_Webcam_HD
[    1.855935] usb 3-11: Manufacturer: CN07JX4K8LG00162B5SSA00
[    1.980065] usb 3-14: new full-speed USB device number 4 using xhci_hcd
[    2.123360] usb 3-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    2.123369] usb 3-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.242729] random: crng init done
[    6.718394] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    6.808440] systemd[1]: systemd 249.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    6.823351] systemd[1]: Detected architecture x86-64.
[    6.823671] systemd[1]: Hostname set to <ln-fn-tg>.
[    7.006053] systemd[1]: Queued start job for default target Graphical Interface.
[    7.007340] systemd[1]: Created slice Slice /system/getty.
[    7.007479] systemd[1]: Created slice Slice /system/modprobe.
[    7.007635] systemd[1]: Created slice Slice /system/systemd-fsck.
[    7.007720] systemd[1]: Created slice User and Session Slice.
[    7.007752] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    7.007772] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    7.007846] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    7.007864] systemd[1]: Reached target Local Encrypted Volumes.
[    7.007872] systemd[1]: Reached target Login Prompts.
[    7.007886] systemd[1]: Reached target Remote File Systems.
[    7.007891] systemd[1]: Reached target Slice Units.
[    7.007904] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    7.007941] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    7.008172] systemd[1]: Listening on LVM2 poll daemon socket.
[    7.008780] systemd[1]: Listening on Process Core Dump Socket.
[    7.008838] systemd[1]: Listening on Journal Audit Socket.
[    7.008880] systemd[1]: Listening on Journal Socket (/dev/log).
[    7.008915] systemd[1]: Listening on Journal Socket.
[    7.009152] systemd[1]: Listening on udev Control Socket.
[    7.009184] systemd[1]: Listening on udev Kernel Socket.
[    7.009543] systemd[1]: Mounting Huge Pages File System...
[    7.009869] systemd[1]: Mounting POSIX Message Queue File System...
[    7.010316] systemd[1]: Mounting Kernel Debug File System...
[    7.010759] systemd[1]: Mounting Kernel Trace File System...
[    7.011270] systemd[1]: Starting Create List of Static Device Nodes...
[    7.011712] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    7.012244] systemd[1]: Starting Load Kernel Module configfs...
[    7.012710] systemd[1]: Starting Load Kernel Module drm...
[    7.013246] systemd[1]: Starting Load Kernel Module fuse...
[    7.014221] systemd[1]: Starting Set Up Additional Binary Formats...
[    7.014252] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    7.015737] systemd[1]: Starting Journal Service...
[    7.016526] systemd[1]: Starting Load Kernel Modules...
[    7.017055] systemd[1]: Starting Remount Root and Kernel File Systems...
[    7.017110] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    7.017658] systemd[1]: Starting Coldplug All udev Devices...
[    7.018885] systemd[1]: Mounted Huge Pages File System.
[    7.018941] systemd[1]: Mounted POSIX Message Queue File System.
[    7.018981] systemd[1]: Mounted Kernel Debug File System.
[    7.019020] systemd[1]: Mounted Kernel Trace File System.
[    7.019191] systemd[1]: Finished Create List of Static Device Nodes.
[    7.019354] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    7.019474] systemd[1]: Finished Load Kernel Module configfs.
[    7.019536] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 468 (systemd-binfmt)
[    7.020110] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    7.020626] fuse: init (API version 7.34)
[    7.020800] systemd[1]: Mounting Kernel Configuration File System...
[    7.021090] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    7.021278] systemd[1]: Finished Load Kernel Module fuse.
[    7.021317] audit: type=1130 audit(1631485717.543:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.021323] audit: type=1131 audit(1631485717.543:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.021561] EXT4-fs (dm-2): re-mounted. Opts: data=ordered. Quota mode: none.
[    7.021950] systemd[1]: Mounting FUSE Control File System...
[    7.022161] acpi_call: loading out-of-tree module taints kernel.
[    7.022188] acpi_call: module verification failed: signature and/or required key missing - tainting kernel
[    7.022546] systemd[1]: Finished Remount Root and Kernel File Systems.
[    7.022582] audit: type=1130 audit(1631485717.543:4): 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'
[    7.022642] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    7.022702] systemd[1]: Mounted Kernel Configuration File System.
[    7.022752] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    7.023923] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    7.024672] systemd[1]: Starting Load/Save Random Seed...
[    7.024707] systemd[1]: Condition check resulted in Create System Users being skipped.
[    7.025195] systemd[1]: Starting Create Static Device Nodes in /dev...
[    7.025894] systemd[1]: Finished Set Up Additional Binary Formats.
[    7.025942] audit: type=1130 audit(1631485717.546:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.026011] systemd[1]: Mounted FUSE Control File System.
[    7.026993] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    7.027188] systemd[1]: Finished Load Kernel Module drm.
[    7.027209] audit: type=1130 audit(1631485717.550:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.027214] audit: type=1131 audit(1631485717.550:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.034796] Asymmetric key parser 'pkcs8' registered
[    7.035897] systemd[1]: Finished Load/Save Random Seed.
[    7.035933] audit: type=1130 audit(1631485717.556:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.035980] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    7.047356] systemd[1]: Finished Create Static Device Nodes in /dev.
[    7.047388] audit: type=1130 audit(1631485717.570:9): 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'
[    7.047914] audit: type=1334 audit(1631485717.570:10): prog-id=14 op=LOAD
[    7.047960] audit: type=1334 audit(1631485717.570:11): prog-id=15 op=LOAD
[    7.048262] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    7.048329] systemd[1]: Started Journal Service.
[    7.052331] systemd-journald[469]: Received client request to flush runtime journal.
[    7.056081] vboxdrv: Found 16 processor cores
[    7.076748] vboxdrv: TSC mode is Invariant, tentative frequency 2303999362 Hz
[    7.076750] vboxdrv: Successfully loaded version 6.1.26 r145957 (interface 0x00300000)
[    7.079654] VBoxNetAdp: Successfully started.
[    7.084833] VBoxNetFlt: Successfully started.
[    7.137666] input: Intel HID events as /devices/platform/INTC1051:00/input/input4
[    7.137894] intel-hid INTC1051:00: platform supports 5 button array
[    7.138028] input: Intel HID 5 button array as /devices/platform/INTC1051:00/input/input5
[    7.185449] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[    7.188833] intel-pmt 0000:00:0a.0: Watcher not supported
[    7.188839] intel-pmt 0000:00:0a.0: Crashlog not supported
[    7.188845] Linux agpgart interface v0.103
[    7.193727] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    7.198239] ACPI: bus type thunderbolt registered
[    7.199164] intel_rapl_common: Found RAPL domain package
[    7.284395] Bluetooth: Core ver 2.22
[    7.284427] NET: Registered PF_BLUETOOTH protocol family
[    7.284429] Bluetooth: HCI device and connection manager initialized
[    7.284434] Bluetooth: HCI socket layer initialized
[    7.284437] Bluetooth: L2CAP socket layer initialized
[    7.284442] Bluetooth: SCO socket layer initialized
[    7.307886] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    7.308392] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    7.308427] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    7.308641] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.310518] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    7.312268] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.313359] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    7.313364] cfg80211: failed to load regulatory.db
[    7.314120] intel-spi 0000:00:1f.5: w25q256 (32768 Kbytes)
[    7.315026] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.315328] snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[    7.315379] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    7.315552] snd_hda_intel 0000:01:00.1: Disabling MSI
[    7.315559] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    7.316232] Creating 1 MTD partitions on "0000:00:1f.5":
[    7.316236] 0x000000000000-0x000002000000 : "BIOS"
[    7.326626] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    7.327163] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    7.406632] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    7.407566] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    7.420165] Bluetooth: HCI UART driver ver 2.3
[    7.420171] Bluetooth: HCI UART protocol H4 registered
[    7.420172] Bluetooth: HCI UART protocol BCSP registered
[    7.420193] Bluetooth: HCI UART protocol LL registered
[    7.420195] Bluetooth: HCI UART protocol ATH3K registered
[    7.420210] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    7.420245] Bluetooth: HCI UART protocol Intel registered
[    7.420314] Bluetooth: HCI UART protocol Broadcom registered
[    7.420324] Bluetooth: HCI UART protocol QCA registered
[    7.420326] Bluetooth: HCI UART protocol AG6XX registered
[    7.420335] Bluetooth: HCI UART protocol Marvell registered
[    7.423069] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    7.426941] Intel(R) Wireless WiFi driver for Linux
[    7.427236] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    7.429763] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-64.ucode failed with error -2
[    7.432159] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[    7.432178] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[    7.432452] iwlwifi 0000:00:14.3: loaded firmware version 63.c04f3485.0 QuZ-a0-hr-b0-63.ucode op_mode iwlmvm
[    7.439310] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input7
[    7.439356] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input8
[    7.439393] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input9
[    7.439431] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input10
[    7.439471] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input11
[    7.439507] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input12
[    7.439555] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input13
[    7.465850] input: ELAN2097:00 04F3:2A16 Touchscreen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN2097:00/0018:04F3:2A16.0001/input/input14
[    7.465902] input: ELAN2097:00 04F3:2A16 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN2097:00/0018:04F3:2A16.0001/input/input15
[    7.465938] input: ELAN2097:00 04F3:2A16 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN2097:00/0018:04F3:2A16.0001/input/input16
[    7.465979] hid-generic 0018:04F3:2A16.0001: input,hidraw0: I2C HID v1.00 Device [ELAN2097:00 04F3:2A16] on i2c-ELAN2097:00
[    7.527240] input: Dell Privacy Driver as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/6932965F-1671-4CEB-B988-D3AB0A901919/input/input18
[    7.532196] input: Dell WMI hotkeys as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input19
[    7.557814] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    7.558308] i2c i2c-0: Successfully instantiated SPD at 0x50
[    7.560531] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[    7.560539] caller tgl_uncore_imc_freerunning_init_box+0xbf/0x100 [intel_uncore] mapping multiple BARs
[    7.577496] checking generic (4000000000 300000) vs hw (628c000000 1000000)
[    7.577499] checking generic (4000000000 300000) vs hw (4000000000 10000000)
[    7.577500] fb0: switching to inteldrmfb from EFI VGA
[    7.577576] Console: switching to colour dummy device 80x25
[    7.577601] i915 0000:00:02.0: vgaarb: deactivate vga console
[    7.620286] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    7.622391] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_08.bin (v2.8)
[    7.678072] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    7.680346] ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    7.682772] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input20
[    7.688035] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.717025] input: DELL0A5D:00 04F3:311C Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0A5D:00/0018:04F3:311C.0002/input/input22
[    7.717075] input: DELL0A5D:00 04F3:311C Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0A5D:00/0018:04F3:311C.0002/input/input23
[    7.717114] hid-generic 0018:04F3:311C.0002: input,hidraw1: I2C HID v1.00 Mouse [DELL0A5D:00 04F3:311C] on i2c-DELL0A5D:00
[    7.718274] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX203, REV=0x354
[    7.731773] thermal thermal_zone8: failed to read out thermal zone (-61)
[    7.734671] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input21
[    7.745581] fbcon: i915 (fb0) is primary device
[    7.776853] Console: switching to colour frame buffer device 240x75
[    7.809242] intel_tcc_cooling: Programmable TCC Offset detected
[    7.812340] i915 0000:00:02.0: [drm] fb0: i915 frame buffer device
[    7.818122] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.818136] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[    7.818146] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[    7.819086] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[    7.819148] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.826114] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    7.838114] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4
[    7.840685] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8
[    7.840687] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0
[    7.840692] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[    7.841419] iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
[    7.906803] iwlwifi 0000:00:14.3: base HW address: 08:5b:d6:c4:9e:e7
[    7.922251] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8
[    7.922255] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0
[    7.925328] dell_smm_hwmon: unable to get SMM Dell signature
[    7.926000] soundwire sdw:0:025d:0711:00: PARITY error detected before INT mask is enabled
[    7.930684] Adding 8388604k swap on /dev/mapper/vg0-swap.  Priority:-2 extents:1 across:8388604k SSFS
[    7.941143] intel_rapl_common: Found RAPL domain package
[    7.941145] intel_rapl_common: Found RAPL domain core
[    7.941147] intel_rapl_common: Found RAPL domain uncore
[    7.941149] intel_rapl_common: Found RAPL domain psys
[    8.018375] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: data=ordered. Quota mode: none.
[    8.031047] iTCO_vendor_support: vendor-support=0
[    8.032130] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    8.033998] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    8.034113] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    8.112091] input: ELAN2097:00 04F3:2A16 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN2097:00/0018:04F3:2A16.0001/input/input25
[    8.112135] input: ELAN2097:00 04F3:2A16 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN2097:00/0018:04F3:2A16.0001/input/input26
[    8.112170] input: ELAN2097:00 04F3:2A16 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN2097:00/0018:04F3:2A16.0001/input/input27
[    8.112211] hid-multitouch 0018:04F3:2A16.0001: input,hidraw0: I2C HID v1.00 Device [ELAN2097:00 04F3:2A16] on i2c-ELAN2097:00
[    8.120787] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    8.121936] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1
[    8.124439] hid-generic 001F:8087:0AC2.0003: hidraw2: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[    8.167804] input: DELL0A5D:00 04F3:311C Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0A5D:00/0018:04F3:311C.0002/input/input29
[    8.167870] input: DELL0A5D:00 04F3:311C Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0A5D:00/0018:04F3:311C.0002/input/input30
[    8.168017] hid-multitouch 0018:04F3:311C.0002: input,hidraw1: I2C HID v1.00 Mouse [DELL0A5D:00 04F3:311C] on i2c-DELL0A5D:00
[    8.173010] mousedev: PS/2 mouse device common for all mice
[    8.175271] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:18:1 Kernel ABI 3:18:0
[    8.192729] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
[    8.326174] mc: Linux media interface: v0.10
[    8.359122] videodev: Linux video capture interface: v2.00
[    8.430321] usbcore: registered new interface driver btusb
[    8.432216] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[    8.434146] Bluetooth: hci0: Device revision is 2
[    8.434155] Bluetooth: hci0: Secure boot is enabled
[    8.434158] Bluetooth: hci0: OTP lock is enabled
[    8.434160] Bluetooth: hci0: API lock is enabled
[    8.434162] Bluetooth: hci0: Debug lock is disabled
[    8.434164] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    8.435886] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[    8.480680] usb 3-11: Found UVC 1.00 device Integrated_Webcam_HD (0c45:672e)
[    8.492299] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11:1.0/input/input33
[    8.493326] usb 3-11: Found UVC 1.00 device Integrated_Webcam_HD (0c45:672e)
[    8.501738] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11:1.2/input/input34
[    8.501790] usbcore: registered new interface driver uvcvideo
[    8.537463] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.537467] Bluetooth: BNEP filters: protocol multicast
[    8.537471] Bluetooth: BNEP socket layer initialized
[    8.588387] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3

[    8.588391] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 4

[    8.588392] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 5

[    8.588394] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 6

[    8.588395] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 7

[    8.588396] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 8

[    8.608309] input: sof-soundwire Headset Jack as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input32
[    8.608354] input: sof-soundwire HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input35
[    8.608385] input: sof-soundwire HDMI/DP,pcm=6 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input36
[    8.608417] input: sof-soundwire HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input37
[   10.234055] Bluetooth: hci0: Waiting for firmware download to complete
[   10.235006] Bluetooth: hci0: Firmware loaded in 1756952 usecs
[   10.235046] Bluetooth: hci0: Waiting for device to boot
[   10.250020] Bluetooth: hci0: Device booted in 14638 usecs
[   10.250993] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[   10.253031] Bluetooth: hci0: Applying Intel DDC parameters completed
[   10.255989] Bluetooth: hci0: Firmware revision 0.0 build 191 week 21 2021
[   10.316011] Bluetooth: hci0: MSFT filter_enable is already on
[   10.329237] NET: Registered PF_ALG protocol family
[   12.294131] nvidia: module license 'NVIDIA' taints kernel.
[   12.294135] Disabling lock debugging due to kernel taint
[   12.311347] nvidia-nvlink: Nvlink Core is being initialized, major device number 508

[   12.311832] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[   12.311948] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[   12.355222] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  470.63.01  Tue Aug  3 20:44:16 UTC 2021
[   12.842385] ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210604/nsarguments-61)
[   13.487152] kauditd_printk_skb: 179 callbacks suppressed
[   13.487156] audit: type=1131 audit(1631485724.010:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.238447] wlan0: authenticate with e0:63:da:25:e1:e0
[   14.244423] wlan0: send auth to e0:63:da:25:e1:e0 (try 1/3)
[   14.363337] wlan0: authenticated
[   14.366632] wlan0: associate with e0:63:da:25:e1:e0 (try 1/3)
[   14.369352] wlan0: RX AssocResp from e0:63:da:25:e1:e0 (capab=0x11 status=0 aid=1)
[   14.375342] wlan0: associated
[   14.672271] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   14.713937] audit: type=1325 audit(1631485725.236:110): table=filter family=2 entries=111 op=xt_replace pid=1414 comm="iptables-restor"
[   14.713945] audit: type=1300 audit(1631485725.236:110): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55dec3c992a0 items=0 ppid=842 pid=1414 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-legacy-multi" key=(null)
[   14.713948] audit: type=1327 audit(1631485725.236:110): proctitle=2F7573722F62696E2F69707461626C65732D726573746F7265002D77002D6E
[   14.714126] audit: type=1325 audit(1631485725.236:111): table=raw family=2 entries=55 op=xt_replace pid=1414 comm="iptables-restor"
[   14.714137] audit: type=1300 audit(1631485725.236:111): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55dec3c991c0 items=0 ppid=842 pid=1414 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-legacy-multi" key=(null)
[   14.714140] audit: type=1327 audit(1631485725.236:111): proctitle=2F7573722F62696E2F69707461626C65732D726573746F7265002D77002D6E
[   14.714310] audit: type=1325 audit(1631485725.236:112): table=nat family=2 entries=86 op=xt_replace pid=1414 comm="iptables-restor"
[   14.714319] audit: type=1300 audit(1631485725.236:112): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55dec3c991c0 items=0 ppid=842 pid=1414 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-legacy-multi" key=(null)
[   14.714322] audit: type=1327 audit(1631485725.236:112): proctitle=2F7573722F62696E2F69707461626C65732D726573746F7265002D77002D6E
[   15.606043] rfkill: input handler disabled
[   15.895161] Bluetooth: hci0: MSFT filter_enable is already on
[   16.067229] usb 3-10: reset full-speed USB device number 2 using xhci_hcd
[   18.463844] usb 3-10: reset full-speed USB device number 2 using xhci_hcd
[   20.692442] kauditd_printk_skb: 26 callbacks suppressed
[   20.692447] audit: type=1100 audit(1631485731.213:129): pid=1677 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="tobi" exe="/usr/lib/gdm-session-worker" hostname=ln-fn-tg addr=? terminal=/dev/tty1 res=success'
[   20.695896] audit: type=1101 audit(1631485731.216:130): pid=1677 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="tobi" exe="/usr/lib/gdm-session-worker" hostname=ln-fn-tg addr=? terminal=/dev/tty1 res=success'
[   20.697955] audit: type=1103 audit(1631485731.220:131): pid=1677 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="tobi" exe="/usr/lib/gdm-session-worker" hostname=ln-fn-tg addr=? terminal=/dev/tty1 res=success'
[   20.709363] audit: type=1006 audit(1631485731.230:132): pid=1677 uid=0 old-auid=4294967295 auid=1001 tty=(none) old-ses=4294967295 ses=3 res=1
[   20.709373] audit: type=1300 audit(1631485731.230:132): arch=c000003e syscall=1 success=yes exit=4 a0=a a1=7ffe273909d0 a2=4 a3=3e9 items=0 ppid=1296 pid=1677 auid=1001 uid=0 gid=1001 euid=0 suid=0 fsuid=0 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=3 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
[   20.709377] audit: type=1327 audit(1631485731.230:132): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D70617373776F72645D
[   20.725688] audit: type=1130 audit(1631485731.246:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.730887] audit: type=1101 audit(1631485731.253:134): pid=1700 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="tobi" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.730905] audit: type=1103 audit(1631485731.253:135): pid=1700 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="tobi" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   20.731058] audit: type=1006 audit(1631485731.253:136): pid=1700 uid=0 old-auid=4294967295 auid=1001 tty=(none) old-ses=4294967295 ses=4 res=1
[   21.161180] rfkill: input handler enabled
[   23.705207] rfkill: input handler disabled
[   25.258529] Bluetooth: RFCOMM TTY layer initialized
[   25.258536] Bluetooth: RFCOMM socket layer initialized
[   25.258542] Bluetooth: RFCOMM ver 1.11
[   25.736207] kauditd_printk_skb: 38 callbacks suppressed
[   25.736212] audit: type=1105 audit(1631485736.256:171): pid=2986 uid=1001 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[   25.830977] audit: type=1105 audit(1631485736.353:172): pid=3042 uid=1001 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[   25.950013] audit: type=1105 audit(1631485736.473:173): pid=3078 uid=1001 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[   26.047494] audit: type=1105 audit(1631485736.570:174): pid=3114 uid=1001 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[   26.133803] audit: type=1106 audit(1631485736.656:175): pid=1304 uid=0 auid=120 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=ln-fn-tg addr=? terminal=/dev/tty1 res=success'
[   26.133813] audit: type=1104 audit(1631485736.656:176): pid=1304 uid=0 auid=120 ses=1 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=ln-fn-tg addr=? terminal=/dev/tty1 res=success'
[   26.140397] audit: type=1105 audit(1631485736.663:177): pid=3144 uid=1001 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[   26.217853] audit: type=1105 audit(1631485736.740:178): pid=3165 uid=1001 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[   26.257518] audit: type=1105 audit(1631485736.780:179): pid=3181 uid=1001 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[   26.300090] audit: type=1105 audit(1631485736.823:180): pid=3196 uid=1001 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[   36.461385] kauditd_printk_skb: 13 callbacks suppressed
[   36.461388] audit: type=1131 audit(1631485746.983:194): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.465984] audit: type=1131 audit(1631485746.986:195): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   51.330794] audit: type=1131 audit(1631485761.541:196): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   51.453400] audit: type=1334 audit(1631485761.663:197): prog-id=30 op=UNLOAD
[   54.254248] audit: type=1131 audit(1631485764.437:198): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   54.282401] audit: type=1334 audit(1631485764.467:199): prog-id=34 op=UNLOAD
[   54.282410] audit: type=1334 audit(1631485764.467:200): prog-id=33 op=UNLOAD
[   54.282414] audit: type=1334 audit(1631485764.467:201): prog-id=32 op=UNLOAD
[   54.979647] audit: type=1131 audit(1631485765.156:202): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   55.215468] audit: type=1334 audit(1631485765.394:203): prog-id=23 op=UNLOAD
[   55.215478] audit: type=1334 audit(1631485765.394:204): prog-id=22 op=UNLOAD
[   55.215482] audit: type=1334 audit(1631485765.394:205): prog-id=21 op=UNLOAD
[   59.736026] audit: type=1334 audit(1631485769.892:206): prog-id=35 op=LOAD
[   59.736103] audit: type=1334 audit(1631485769.892:207): prog-id=36 op=LOAD
[   59.736129] audit: type=1334 audit(1631485769.892:208): prog-id=37 op=LOAD
[   59.768991] audit: type=1130 audit(1631485769.925:209): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   60.129420] audit: type=1131 audit(1631485770.284:210): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   60.288831] audit: type=1334 audit(1631485770.440:211): prog-id=27 op=UNLOAD
[   60.288835] audit: type=1334 audit(1631485770.440:212): prog-id=26 op=UNLOAD
[   60.288837] audit: type=1334 audit(1631485770.440:213): prog-id=25 op=UNLOAD
[   82.655601] audit: type=1100 audit(1631485792.789:214): pid=5015 uid=1001 auid=1001 ses=4 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="tobi" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   82.657765] audit: type=1101 audit(1631485792.793:215): pid=5015 uid=1001 auid=1001 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tobi" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   82.658646] audit: type=1110 audit(1631485792.793:216): pid=5015 uid=1001 auid=1001 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   82.660249] audit: type=1105 audit(1631485792.796:217): pid=5015 uid=1001 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   82.679199] audit: type=1106 audit(1631485792.813:218): pid=5015 uid=1001 auid=1001 ses=4 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   82.679271] audit: type=1104 audit(1631485792.813:219): pid=5015 uid=1001 auid=1001 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   89.820500] audit: type=1131 audit(1631485799.957:220): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   89.855835] audit: type=1334 audit(1631485799.994:221): prog-id=37 op=UNLOAD
[   89.855844] audit: type=1334 audit(1631485799.994:222): prog-id=36 op=UNLOAD
[   89.855847] audit: type=1334 audit(1631485799.994:223): prog-id=35 op=UNLOAD
[  141.599952] audit: type=1101 audit(1631485851.736:224): pid=5632 uid=1001 auid=1001 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tobi" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  141.600735] audit: type=1110 audit(1631485851.739:225): pid=5632 uid=1001 auid=1001 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  141.602036] audit: type=1105 audit(1631485851.739:226): pid=5632 uid=1001 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  151.825700] audit: type=1106 audit(1631485861.962:227): pid=5632 uid=1001 auid=1001 ses=4 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  151.825711] audit: type=1104 audit(1631485861.962:228): pid=5632 uid=1001 auid=1001 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  160.984499] audit: type=1101 audit(1631485871.121:229): pid=5858 uid=1001 auid=1001 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tobi" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  160.985430] audit: type=1110 audit(1631485871.124:230): pid=5858 uid=1001 auid=1001 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  160.987010] audit: type=1105 audit(1631485871.124:231): pid=5858 uid=1001 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  161.001743] audit: type=1106 audit(1631485871.138:232): pid=5858 uid=1001 auid=1001 ses=4 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  161.001783] audit: type=1104 audit(1631485871.141:233): pid=5858 uid=1001 auid=1001 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  291.868529] audit: type=1101 audit(1631486002.003:234): pid=7218 uid=1001 auid=1001 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tobi" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  291.869346] audit: type=1110 audit(1631486002.003:235): pid=7218 uid=1001 auid=1001 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  291.871028] audit: type=1105 audit(1631486002.006:236): pid=7218 uid=1001 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
plbossart commented 3 years ago

@mblack154 You may want to play with alsamixer values for the RT714/715 which deals with the microphone, i vaguely remember that we modified a control and it may not be set right with your version of UCM files.

Try to see if the switches are all on with 'alsamixer'

wzrdtales commented 3 years ago

@plbossart I am not using alsa right now but pulse, in pulse I can't find those values though.

wzrdtales commented 3 years ago

Also little weird, if I boot the system with an external audio interface connected, the soundwire devices don't even start appearing. And sometimes when hooking up the docking station with the external audio interface they also disappear (and seem to crash the gnome interface while they're doing)

plbossart commented 3 years ago

@wzrdtales try with "alsamixer -Dhw:0"

you can see if the soundwire devices are present by opening a terminal and using 'aplay -l' and 'arecord -l'.

I am not sure what you mean by external audio interface and docking station, this is orthogonal to SoundWire. Are you referring to USB cards?

wzrdtales commented 3 years ago

yes it is a usb sound card (or any other device which comes with its own driver bluetooth, ...)

wzrdtales commented 3 years ago

playing with rt715 doesnt change anything

plbossart commented 3 years ago

I can only suggest you go through https://thesofproject.github.io/latest/getting_started/index.html#debug-audio-issues-on-intel-platforms to see if the problem is indeed with the SOF driver/firmware, or a userspace setup issue. I am not aware of any issue with SoundWire on capture.

wzrdtales commented 3 years ago

Ok were the right hints from you. Turns out https://wiki.archlinux.org/title/Dell_XPS_17_(9700)#Audio the modprobe was necessary to make it function properly. After that playing around with rt715 indeed helped.

plbossart commented 3 years ago

@wzrdtales the information in that wiki makes no sense. If you are using the SOF driver, that line is irrelevant... This snd-hda-intel driver is not used if SOF is used, they register for the same PCI ID but are mutually exclusive, and we have logic to pick the SOF driver on SoundWire device.

To enable audio from the internal microphone, run the following command:

# tee /etc/modprobe.d/snd-hda-intel.conf <<< "options snd-hda-intel enable_msi=1"

I really don't know how this might have helped...

wzrdtales commented 3 years ago

Can't tell you. But fact is, after doing this there appeared more options inside alsamixer and I could configure it properly.

wzrdtales commented 3 years ago

The Dell 9070 also used SOF before already and required this step, so I don't think it should surprise too much as well. @plbossart

plbossart commented 3 years ago

We have pretty much all Dell devices with SoundWire enabled, and we've never needed this configuration. if you can trace the history and who came up with the information that would be great. ArchWiki has a lot of information but in the case of SOF we routinely find 'surprising' information that isn't aligned with what we test/do.

Adding @kv2019i to this thread in case he's got any idea of what this might mean.

wzrdtales commented 3 years ago

my guess would be just the flag is important enable_msi

plbossart commented 3 years ago

@wzrdtales try doing a blacklist snd-hda-intel and see what happens. I would bet there is no impact.

if you see the SOF driver code, we have a different option with MSI enabled by default.

#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG)
static bool hda_use_msi = true;
module_param_named(use_msi, hda_use_msi, bool, 0444);
MODULE_PARM_DESC(use_msi, "SOF HDA use PCI MSI mode");
#else
#define hda_use_msi (1)
#endif
wzrdtales commented 3 years ago

Avanderbergh made that change though. I will try to blacklist it once and let you know

wzrdtales commented 3 years ago

ok @plbossart indeed, now if I blacklist or delete that modprobe entry. no difference. mic works and the options appear in alsamixer. Not sure what made this behave that weird. I initially installed alsa-utils which wasn't there before, but since that is no kernel component that shouldn't have had such a weird behavior. Dunno, a lot of things are weird currently on the new Dell 9710. I for example still get a non responding keyboard or trackpad randomly after booting or after some while of usage (didn't figure out yet where this comes from though). So I am surprised about exactly nothing right now...

plbossart commented 3 years ago

@wzrdtales I have a tentative explanation: there is some level of sync between alsa-ctrl and UCM, the former relies on UCM files for initial mixer controls on boot. If you didn't have alsa-ctrl it's possible that the RT715 mixer values present in /usr/share/alsa/ucm2/codecs/rt715/init.conf were not set, and now they are.

wzrdtales commented 3 years ago

hm might be, but then rather caused by the first change to the rt715 values and the following reboot, rather than installing alsa-utils I guess. Now everything seems to work fine, also the soundwire audio devices did not yet disappear again, but will report back should that happen again.

szbergeron commented 2 years ago

Currently seeing the same behavior on a 9700. AFAIK it uses the exact same sound hardware as 9710. Maybe extend quirk to include 9700 as well?

plbossart commented 2 years ago

@szbergeron please attach the results of 'alsa-info' so that we can check if the hardware is different, thanks!

szbergeron commented 2 years ago

@plbossart here's the output from alsa-info.sh

alsa-info.txt

plbossart commented 2 years ago

@szbergeron we've had support for the SKU 098F for about two years now, it's a rather classic CometLake device with 2 amplifiers. The card is created alright and you expose the right configuration to userspace.

what is the issue you're seeing?

The only surprising things I see in your setup is the loopback, not sure why it's needed? and the configuration for servers looks weird

!!Sound Servers on this system
!!----------------------------

PipeWire:
      Installed - Yes (/usr/bin/pipewire)
      Running - Yes

No sound servers found. <<<< that's very odd since PipeWire is listed above.
szbergeron commented 2 years ago

@plbossart I get no signal for the built-in microphone or headphone microphone (but get input fine when using a usb headphone dac or wireless earbuds, so I think pw is handling input correctly). If it's off topic for this issue I can make a new one though

plbossart commented 2 years ago

@szbergeron The headset mic is handled by the RT711 chip, and the local mics by the RT715 chips. They are exposed as separate ALSA devices.

you can try at the ALSA level by doing something like

alsaucm -c sof_sdw set _verb HiFi set _enadev Microphone arecord -Dhw:1,4 -c2 -r48000 -f S16_LE

alsaucm -c sof_sdw set _verb HiFi set _enadev 'Jack In' arecord -Dhw:1,1 -c2 -r48000 -f S16_LE

If you see any activity on the console then it proves my point that userspace is not working.

szbergeron commented 2 years ago

@plbossart I don't have an sof_sdw device, only sof-soundwire. On that I don't have any entries in _enadevs to pick from: image

The given command augmented with -c sof-soundwire yields: image

plbossart commented 2 years ago

try this @szbergeron

alsaucm -c sof-soundwire set _verb HiFi set _enadev Mic alsaucm -c sof-soundwire set _verb HiFi set _enadev Headset

szbergeron commented 2 years ago

try this @szbergeron

alsaucm -c sof-soundwire set _verb HiFi set _enadev Mic alsaucm -c sof-soundwire set _verb HiFi set _enadev Headset

That does seem to make arecord show terminal activity. Bummer, guess the problem is higher up.

plbossart commented 2 years ago

@szbergeron I would try an update of alsa-ucm-conf and pipewire, it's likely between those two that there is a mismatch.