You are not logged in.

#1 2021-08-17 16:27:05

Marquetes2
Member
Registered: 2021-08-17
Posts: 2

[SOLVED] Wireless Interface not showing

I've been using Arch Linux for a week or so. I follow a course in other to set up the whole system and my wireless internet connection has been working fine until today. I really don't know what happened and as I'm kind of noobie, I do not exactly how to solve the problem. I've tried to look for similar posts, but what I saw, didn't seem to solve the problem.

I think, the basic problem is that my wireless interface is not being detected:
ifconfig output: (I'm using a cable connect to my router in other to use the Internet right now)

 
enp60s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.99  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::5e40:33e9:ad43:6b85  prefixlen 64  scopeid 0x20<link>
        ether 04:0e:3c:00:bd:9f  txqueuelen 1000  (Ethernet)
        RX packets 17420  bytes 19302558 (18.4 MiB)
        RX errors 0  dropped 74  overruns 0  frame 0
        TX packets 6940  bytes 1294613 (1.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 16  bytes 1248 (1.2 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 16  bytes 1248 (1.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0 

Also "nmcli device wifi list" has no output. I'm going to list some other output to commands that I saw in other similar posts:

lspci | grep Network

 3e:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a) 

dmesg

 
[    0.000000] Linux version 5.13.10-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 12 Aug 2021 21:59:14 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=24239879-861f-4050-88ba-07ce1af699d8 rw loglevel=3 quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000005efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000005f000-0x000000000005ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000060000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000073a0cfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000073a0d000-0x0000000075281fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000075282000-0x000000007530dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007530e000-0x00000000757eafff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000757eb000-0x0000000078b4ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078b50000-0x0000000078c0dfff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000078c0e000-0x0000000078c0efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000078c0f000-0x00000000797fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004847fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI 2.0=0x752a6000 ACPI=0x752a6000 TPMFinalLog=0x75751000 SMBIOS=0x789a4000 SMBIOS 3.0=0x789a3000 MEMATTR=0x71f5e818 ESRT=0x6f794e98 
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: HP OMEN by HP Laptop 15-dh0xxx/8600, BIOS F.33 09/16/2020
[    0.000000] tsc: Detected 2600.000 MHz processor
[    0.000000] tsc: Detected 2599.992 MHz TSC
[    0.000329] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000331] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000335] last_pfn = 0x484800 max_arch_pfn = 0x400000000
[    0.000435] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001052] last_pfn = 0x78c0f max_arch_pfn = 0x400000000
[    0.006109] found SMP MP-table at [mem 0x000fcf10-0x000fcf1f]
[    0.006117] esrt: Reserving ESRT space from 0x000000006f794e98 to 0x000000006f794ed0.
[    0.006121] e820: update [mem 0x6f794000-0x6f794fff] usable ==> reserved
[    0.006131] Using GB pages for direct mapping
[    0.006305] Secure boot disabled
[    0.006306] RAMDISK: [mem 0x3700b000-0x377fcfff]
[    0.006307] ACPI: Early table checksum verification disabled
[    0.006309] ACPI: RSDP 0x00000000752A6000 000024 (v02 HPQOEM)
[    0.006312] ACPI: XSDT 0x00000000752A60D0 00011C (v01 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.006316] ACPI: FACP 0x00000000752F0A50 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.006319] ACPI: DSDT 0x00000000752A6278 04A7D1 (v02 HPQOEM 8600     01072009 ACPI 20160527)
[    0.006321] ACPI: FACS 0x00000000757E6080 000040
[    0.006323] ACPI: APIC 0x00000000752F0B68 0000F4 (v04 HPQOEM 8600     01072009 HP   00010013)
[    0.006325] ACPI: FPDT 0x00000000752F0C60 000044 (v01 HPQOEM 8600     01072009 HP   00010013)
[    0.006327] ACPI: FIDT 0x00000000752F0CA8 00009C (v01 HPQOEM 8600     01072009 HP   00010013)
[    0.006329] ACPI: MCFG 0x00000000752F0D48 00003C (v01 HPQOEM 8600     01072009 HP   00000097)
[    0.006331] ACPI: SSDT 0x00000000752F0D88 001B5F (v02 HPQOEM 8600     00003000 ACPI 20160527)
[    0.006333] ACPI: MSDM 0x00000000752F28E8 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00010013)
[    0.006335] ACPI: SSDT 0x00000000752F2940 0031C6 (v02 HPQOEM 8600     00003000 ACPI 20160527)
[    0.006337] ACPI: SSDT 0x00000000752F5B08 002461 (v02 HPQOEM 8600     00001000 ACPI 20160527)
[    0.006339] ACPI: HPET 0x00000000752F7F70 000038 (v01 HPQOEM 8600     00000002 HP   01000013)
[    0.006341] ACPI: SSDT 0x00000000752F7FA8 003213 (v02 HPQOEM 8600     00001000 ACPI 20160527)
[    0.006343] ACPI: SSDT 0x00000000752FB1C0 000FE5 (v02 HPQOEM 8600     00001000 ACPI 20160527)
[    0.006345] ACPI: SSDT 0x00000000752FC1A8 002FE8 (v02 HPQOEM 8600     00000000 ACPI 20160527)
[    0.006347] ACPI: SSDT 0x00000000752FF190 0000F5 (v02 HPQOEM 8600     00003000 ACPI 20160527)
[    0.006349] ACPI: UEFI 0x00000000752FF288 000042 (v01 HPQOEM 8600     00000002 HP   01000013)
[    0.006350] ACPI: LPIT 0x00000000752FF2D0 000094 (v01 HPQOEM 8600     00000002 HP   01000013)
[    0.006352] ACPI: SSDT 0x00000000752FF368 0027DE (v02 HPQOEM 8600     00001000 ACPI 20160527)
[    0.006354] ACPI: SSDT 0x0000000075301B48 0005D9 (v02 HPQOEM 8600     00000000 ACPI 20160527)
[    0.006356] ACPI: DBGP 0x0000000075302128 000034 (v01 HPQOEM 8600     00000002 HP   01000013)
[    0.006358] ACPI: DBG2 0x0000000075302160 000054 (v00 HPQOEM 8600     00000002 HP   01000013)
[    0.006360] ACPI: SSDT 0x00000000753021B8 00151C (v02 HPQOEM 8600     00001000 ACPI 20160527)
[    0.006362] ACPI: DMAR 0x00000000753036D8 000070 (v01 HPQOEM 8600     00000002 HP   01000013)
[    0.006364] ACPI: SSDT 0x0000000075303748 000144 (v02 HPQOEM 8600     00001000 ACPI 20160527)
[    0.006366] ACPI: NHLT 0x0000000075303890 00189E (v00 HPQOEM 8600     00000002 HP   01000013)
[    0.006368] ACPI: SSDT 0x0000000075305130 000060 (v01 HPQOEM 8600     00000001 ACPI 20160527)
[    0.006370] ACPI: UEFI 0x0000000075305190 00063A (v01 HPQOEM 8600     00000000 HP   00000000)
[    0.006372] ACPI: UEFI 0x00000000753057D0 00005C (v01 HPQOEM 8600     00000000 HP   00000000)
[    0.006373] ACPI: TPM2 0x0000000075305830 000034 (v04 HPQOEM 8600     00000001 HP   00000000)
[    0.006375] ACPI: SSDT 0x0000000075305868 007A11 (v01 HPQOEM 8600     00001000 ACPI 20160527)
[    0.006377] ACPI: WSMT 0x000000007530D280 000028 (v01 HPQOEM 8600     01072009 HP   00010013)
[    0.006379] ACPI: BGRT 0x000000007530D2A8 000038 (v01 HPQOEM 8600     01072009 HP   00010013)
[    0.006381] ACPI: Reserving FACP table memory at [mem 0x752f0a50-0x752f0b63]
[    0.006382] ACPI: Reserving DSDT table memory at [mem 0x752a6278-0x752f0a48]
[    0.006383] ACPI: Reserving FACS table memory at [mem 0x757e6080-0x757e60bf]
[    0.006383] ACPI: Reserving APIC table memory at [mem 0x752f0b68-0x752f0c5b]
[    0.006384] ACPI: Reserving FPDT table memory at [mem 0x752f0c60-0x752f0ca3]
[    0.006384] ACPI: Reserving FIDT table memory at [mem 0x752f0ca8-0x752f0d43]
[    0.006385] ACPI: Reserving MCFG table memory at [mem 0x752f0d48-0x752f0d83]
[    0.006386] ACPI: Reserving SSDT table memory at [mem 0x752f0d88-0x752f28e6]
[    0.006386] ACPI: Reserving MSDM table memory at [mem 0x752f28e8-0x752f293c]
[    0.006387] ACPI: Reserving SSDT table memory at [mem 0x752f2940-0x752f5b05]
[    0.006388] ACPI: Reserving SSDT table memory at [mem 0x752f5b08-0x752f7f68]
[    0.006388] ACPI: Reserving HPET table memory at [mem 0x752f7f70-0x752f7fa7]
[    0.006389] ACPI: Reserving SSDT table memory at [mem 0x752f7fa8-0x752fb1ba]
[    0.006390] ACPI: Reserving SSDT table memory at [mem 0x752fb1c0-0x752fc1a4]
[    0.006390] ACPI: Reserving SSDT table memory at [mem 0x752fc1a8-0x752ff18f]
[    0.006391] ACPI: Reserving SSDT table memory at [mem 0x752ff190-0x752ff284]
[    0.006392] ACPI: Reserving UEFI table memory at [mem 0x752ff288-0x752ff2c9]
[    0.006392] ACPI: Reserving LPIT table memory at [mem 0x752ff2d0-0x752ff363]
[    0.006393] ACPI: Reserving SSDT table memory at [mem 0x752ff368-0x75301b45]
[    0.006394] ACPI: Reserving SSDT table memory at [mem 0x75301b48-0x75302120]
[    0.006394] ACPI: Reserving DBGP table memory at [mem 0x75302128-0x7530215b]
[    0.006395] ACPI: Reserving DBG2 table memory at [mem 0x75302160-0x753021b3]
[    0.006396] ACPI: Reserving SSDT table memory at [mem 0x753021b8-0x753036d3]
[    0.006397] ACPI: Reserving DMAR table memory at [mem 0x753036d8-0x75303747]
[    0.006397] ACPI: Reserving SSDT table memory at [mem 0x75303748-0x7530388b]
[    0.006398] ACPI: Reserving NHLT table memory at [mem 0x75303890-0x7530512d]
[    0.006399] ACPI: Reserving SSDT table memory at [mem 0x75305130-0x7530518f]
[    0.006399] ACPI: Reserving UEFI table memory at [mem 0x75305190-0x753057c9]
[    0.006400] ACPI: Reserving UEFI table memory at [mem 0x753057d0-0x7530582b]
[    0.006401] ACPI: Reserving TPM2 table memory at [mem 0x75305830-0x75305863]
[    0.006401] ACPI: Reserving SSDT table memory at [mem 0x75305868-0x7530d278]
[    0.006402] ACPI: Reserving WSMT table memory at [mem 0x7530d280-0x7530d2a7]
[    0.006403] ACPI: Reserving BGRT table memory at [mem 0x7530d2a8-0x7530d2df]
[    0.006413] ACPI: Local APIC address 0xfee00000
[    0.006689] No NUMA configuration found
[    0.006689] Faking a node at [mem 0x0000000000000000-0x00000004847fffff]
[    0.006692] NODE_DATA(0) allocated [mem 0x4847fc000-0x4847fffff]
[    0.006712] Zone ranges:
[    0.006712]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006714]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006715]   Normal   [mem 0x0000000100000000-0x00000004847fffff]
[    0.006716]   Device   empty
[    0.006717] Movable zone start for each node
[    0.006717] Early memory node ranges
[    0.006717]   node   0: [mem 0x0000000000001000-0x000000000005efff]
[    0.006719]   node   0: [mem 0x0000000000060000-0x000000000009ffff]
[    0.006719]   node   0: [mem 0x0000000000100000-0x0000000073a0cfff]
[    0.006720]   node   0: [mem 0x0000000078c0e000-0x0000000078c0efff]
[    0.006721]   node   0: [mem 0x0000000100000000-0x00000004847fffff]
[    0.006722] Initmem setup node 0 [mem 0x0000000000001000-0x00000004847fffff]
[    0.006723] On node 0 totalpages: 4161964
[    0.006724]   DMA zone: 64 pages used for memmap
[    0.006725]   DMA zone: 158 pages reserved
[    0.006725]   DMA zone: 3998 pages, LIFO batch:0
[    0.006726]   DMA32 zone: 7337 pages used for memmap
[    0.006727]   DMA32 zone: 469518 pages, LIFO batch:63
[    0.006728]   Normal zone: 57632 pages used for memmap
[    0.006728]   Normal zone: 3688448 pages, LIFO batch:63
[    0.006730] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006731] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006746] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.008891] On node 0, zone DMA32: 20993 pages in unavailable ranges
[    0.025268] On node 0, zone Normal: 29681 pages in unavailable ranges
[    0.025358] On node 0, zone Normal: 14336 pages in unavailable ranges
[    0.025360] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.026594] ACPI: PM-Timer IO Port: 0x1808
[    0.026595] ACPI: Local APIC address 0xfee00000
[    0.026599] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.026600] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.026601] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.026601] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.026602] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.026602] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.026603] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.026603] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.026604] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.026604] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.026605] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.026605] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.026667] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.026669] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.026671] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.026672] ACPI: IRQ0 used by override.
[    0.026673] ACPI: IRQ9 used by override.
[    0.026674] Using ACPI (MADT) for SMP configuration information
[    0.026675] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.026680] e820: update [mem 0x6f7f2000-0x6f811fff] usable ==> reserved
[    0.026686] TSC deadline timer available
[    0.026686] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[    0.026699] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.026701] PM: hibernation: Registered nosave memory: [mem 0x0005f000-0x0005ffff]
[    0.026702] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.026704] PM: hibernation: Registered nosave memory: [mem 0x6f794000-0x6f794fff]
[    0.026705] PM: hibernation: Registered nosave memory: [mem 0x6f7f2000-0x6f811fff]
[    0.026706] PM: hibernation: Registered nosave memory: [mem 0x73a0d000-0x75281fff]
[    0.026706] PM: hibernation: Registered nosave memory: [mem 0x75282000-0x7530dfff]
[    0.026707] PM: hibernation: Registered nosave memory: [mem 0x7530e000-0x757eafff]
[    0.026707] PM: hibernation: Registered nosave memory: [mem 0x757eb000-0x78b4ffff]
[    0.026708] PM: hibernation: Registered nosave memory: [mem 0x78b50000-0x78c0dfff]
[    0.026709] PM: hibernation: Registered nosave memory: [mem 0x78c0f000-0x797fffff]
[    0.026710] PM: hibernation: Registered nosave memory: [mem 0x79800000-0xdfffffff]
[    0.026710] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.026711] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.026711] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.026712] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.026712] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.026713] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.026713] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.026714] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
[    0.026714] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.026715] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.026715] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.026716] [mem 0x79800000-0xdfffffff] available for PCI devices
[    0.026717] Booting paravirtualized kernel on bare hardware
[    0.026718] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.030182] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:12 nr_node_ids:1
[    0.030381] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.030385] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.030387] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.030405] Built 1 zonelists, mobility grouping on.  Total pages: 4096773
[    0.030406] Policy zone: Normal
[    0.030407] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=24239879-861f-4050-88ba-07ce1af699d8 rw loglevel=3 quiet
[    0.031179] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.031441] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.031511] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.057682] Memory: 16197652K/16647856K available (14344K kernel code, 2049K rwdata, 9084K rodata, 1792K init, 4136K bss, 449944K reserved, 0K cma-reserved)
[    0.057686] random: get_random_u64 called from __kmem_cache_create+0x2a/0x580 with crng_init=0
[    0.057774] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.057784] Kernel/User page tables isolation: enabled
[    0.057797] ftrace: allocating 42292 entries in 166 pages
[    0.067518] ftrace: allocated 166 pages with 4 groups
[    0.067593] rcu: Preemptible hierarchical RCU implementation.
[    0.067594] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.067594] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
[    0.067595] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.067596] 	Trampoline variant of Tasks RCU enabled.
[    0.067596] 	Rude variant of Tasks RCU enabled.
[    0.067596] 	Tracing variant of Tasks RCU enabled.
[    0.067597] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.067597] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.070151] NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
[    0.070752] Console: colour dummy device 80x25
[    0.070764] printk: console [tty0] enabled
[    0.070777] ACPI: Core revision 20210331
[    0.071009] APIC: Switch to symmetric I/O mode setup
[    0.071011] DMAR: Host address width 39
[    0.071012] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.071015] DMAR: dmar0: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.071017] DMAR: RMRR base: 0x000000764a9000 end: 0x000000766f2fff
[    0.071019] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 0
[    0.071020] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.071021] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.073991] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.073992] x2apic enabled
[    0.074023] Switched APIC routing to cluster x2apic.
[    0.083149] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a34a6eea, max_idle_ns: 440795264358 ns
[    0.083154] Calibrating delay loop (skipped), value calculated using timer frequency.. 5202.65 BogoMIPS (lpj=8666640)
[    0.083156] pid_max: default: 32768 minimum: 301
[    0.085058] LSM: Security Framework initializing
[    0.085064] landlock: Up and running.
[    0.085065] Yama: becoming mindful.
[    0.085070] LSM support for eBPF active
[    0.085098] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.085119] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.085279] x86/cpu: SGX disabled by BIOS.
[    0.085283] CPU0: Thermal monitoring enabled (TM1)
[    0.085326] process: using mwait in idle threads
[    0.085327] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.085328] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.085330] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.085331] Spectre V2 : Mitigation: Full generic retpoline
[    0.085331] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.085332] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.085333] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.085333] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.085334] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.085338] SRBDS: Mitigation: Microcode
[    0.085338] MDS: Mitigation: Clear CPU buffers
[    0.086486] Freeing SMP alternatives memory: 36K
[    0.086486] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1654
[    0.086486] smpboot: CPU0: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (family: 0x6, model: 0x9e, stepping: 0xa)
[    0.086486] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.086486] ... version:                4
[    0.086486] ... bit width:              48
[    0.086486] ... generic registers:      4
[    0.086486] ... value mask:             0000ffffffffffff
[    0.086486] ... max period:             00007fffffffffff
[    0.086486] ... fixed-purpose events:   3
[    0.086486] ... event mask:             000000070000000f
[    0.086486] rcu: Hierarchical SRCU implementation.
[    0.086486] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.086486] smp: Bringing up secondary CPUs ...
[    0.086486] x86: Booting SMP configuration:
[    0.086486] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
[    0.087039] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.087039]   #7  #8  #9 #10 #11
[    0.087039] smp: Brought up 1 node, 12 CPUs
[    0.087039] smpboot: Max logical packages: 1
[    0.087039] smpboot: Total of 12 processors activated (62424.80 BogoMIPS)
[    0.093155] devtmpfs: initialized
[    0.093182] x86/mm: Memory block size: 128MB
[    0.093759] PM: Registering ACPI NVS region [mem 0x7530e000-0x757eafff] (5099520 bytes)
[    0.093759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.093759] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.093759] pinctrl core: initialized pinctrl subsystem
[    0.093759] PM: RTC time: 17:57:27, date: 2021-08-17
[    0.093759] NET: Registered protocol family 16
[    0.093873] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.093954] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.094033] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.094037] audit: initializing netlink subsys (disabled)
[    0.094041] audit: type=2000 audit(1629223047.009:1): state=initialized audit_enabled=0 res=1
[    0.094041] thermal_sys: Registered thermal governor 'fair_share'
[    0.094041] thermal_sys: Registered thermal governor 'bang_bang'
[    0.094041] thermal_sys: Registered thermal governor 'step_wise'
[    0.094041] thermal_sys: Registered thermal governor 'user_space'
[    0.094041] thermal_sys: Registered thermal governor 'power_allocator'
[    0.094041] cpuidle: using governor ladder
[    0.094041] cpuidle: using governor menu
[    0.094041] ACPI: bus type PCI registered
[    0.094041] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.094041] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.094041] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.094041] PCI: Using configuration type 1 for base access
[    0.094041] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.094041] Kprobes globally optimized
[    0.094041] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.094041] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.094041] ACPI: Added _OSI(Module Device)
[    0.094041] ACPI: Added _OSI(Processor Device)
[    0.094041] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.094041] ACPI: Added _OSI(Processor Aggregator Device)
[    0.094041] ACPI: Added _OSI(Linux-Dell-Video)
[    0.094041] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.094041] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.139394] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.I2C2.TPD0], AE_NOT_FOUND (20210331/dswload2-162)
[    0.139399] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210331/psobject-220)
[    0.139401] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.139421] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.I2C3.TPL1], AE_NOT_FOUND (20210331/dswload2-162)
[    0.139423] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210331/psobject-220)
[    0.139425] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.166052] ACPI: 14 ACPI AML tables successfully acquired and loaded
[    0.238111] ACPI: Dynamic OEM Table Load:
[    0.238118] ACPI: SSDT 0xFFFF8B66016D6D00 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.239675] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.241875] ACPI: Dynamic OEM Table Load:
[    0.241882] ACPI: SSDT 0xFFFF8B66016DF000 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.243590] ACPI: Dynamic OEM Table Load:
[    0.243596] ACPI: SSDT 0xFFFF8B66016CA000 000581 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.245397] ACPI: Dynamic OEM Table Load:
[    0.245403] ACPI: SSDT 0xFFFF8B66016D2000 000149 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.246988] ACPI: Dynamic OEM Table Load:
[    0.246994] ACPI: SSDT 0xFFFF8B66016CC000 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.248673] ACPI: Dynamic OEM Table Load:
[    0.248678] ACPI: SSDT 0xFFFF8B66016C9000 0005FC (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.250222] ACPI: Dynamic OEM Table Load:
[    0.250227] ACPI: SSDT 0xFFFF8B66016D9C00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.251802] ACPI: Dynamic OEM Table Load:
[    0.251808] ACPI: SSDT 0xFFFF8B6600F22000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.253762] ACPI: Dynamic OEM Table Load:
[    0.253767] ACPI: SSDT 0xFFFF8B66016DA000 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.259593] ACPI: EC: EC started
[    0.259594] ACPI: EC: interrupt blocked
[    0.259853] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.259854] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.259855] ACPI: Interpreter enabled
[    0.259888] ACPI: (supports S0 S3 S4 S5)
[    0.259889] ACPI: Using IOAPIC for interrupt routing
[    0.259919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.261051] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.264148] ACPI: PM: Power Resource [PG00] (on)
[    0.267740] ACPI: PM: Power Resource [PXP] (on)
[    0.380988] ACPI: PM: Power Resource [WRST] (on)
[    0.381345] ACPI: PM: Power Resource [DRST] (on)
[    0.381450] ACPI: PM: Power Resource [PXP] (on)
[    0.392361] ACPI: PM: Power Resource [USBC] (on)
[    0.392554] ACPI: PM: Power Resource [PAUD] (on)
[    0.396156] ACPI: PM: Power Resource [V0PR] (on)
[    0.396672] ACPI: PM: Power Resource [V1PR] (on)
[    0.397118] ACPI: PM: Power Resource [V2PR] (on)
[    0.400128] ACPI: PM: Power Resource [PXTC] (on)
[    0.400553] ACPI: PM: Power Resource [PXTC] (off)
[    0.402420] ACPI: PM: Power Resource [WRST] (on)
[    0.467942] ACPI: PM: Power Resource [FN00] (off)
[    0.468048] ACPI: PM: Power Resource [FN01] (off)
[    0.468148] ACPI: PM: Power Resource [FN02] (off)
[    0.468249] ACPI: PM: Power Resource [FN03] (off)
[    0.468348] ACPI: PM: Power Resource [FN04] (off)
[    0.468987] ACPI: PM: Power Resource [PIN] (off)
[    0.469746] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.469753] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.471603] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.475021] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.476244] PCI host bridge to bus 0000:00
[    0.476246] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.476248] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.476250] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.476251] pci_bus 0000:00: root bus resource [mem 0x79800000-0xdfffffff window]
[    0.476252] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.476254] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.476275] pci 0000:00:00.0: [8086:3ec4] type 00 class 0x060000
[    0.476495] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.476540] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.480005] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.480005] pci 0000:00:08.0: reg 0x10: [mem 0xda220000-0xda220fff 64bit]
[    0.486618] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[    0.486648] pci 0000:00:12.0: reg 0x10: [mem 0xda21f000-0xda21ffff 64bit]
[    0.490040] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[    0.490040] pci 0000:00:14.0: reg 0x10: [mem 0xda200000-0xda20ffff 64bit]
[    0.490112] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.491565] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[    0.491565] pci 0000:00:14.2: reg 0x10: [mem 0xda216000-0xda217fff 64bit]
[    0.491565] pci 0000:00:14.2: reg 0x18: [mem 0xda21e000-0xda21efff 64bit]
[    0.491565] pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000
[    0.491565] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.493977] pci 0000:00:15.1: [8086:a369] type 00 class 0x0c8000
[    0.494516] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.497047] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[    0.497078] pci 0000:00:16.0: reg 0x10: [mem 0xda21b000-0xda21bfff 64bit]
[    0.497190] pci 0000:00:16.0: PME# supported from D3hot
[    0.497709] pci 0000:00:17.0: [8086:282a] type 00 class 0x010400
[    0.497735] pci 0000:00:17.0: reg 0x10: [mem 0xda214000-0xda215fff]
[    0.497750] pci 0000:00:17.0: reg 0x14: [mem 0xda21a000-0xda21a0ff]
[    0.497764] pci 0000:00:17.0: reg 0x18: [io  0x5050-0x5057]
[    0.497778] pci 0000:00:17.0: reg 0x1c: [io  0x5040-0x5043]
[    0.497792] pci 0000:00:17.0: reg 0x20: [io  0x5020-0x503f]
[    0.497807] pci 0000:00:17.0: reg 0x24: [mem 0xda219000-0xda2197ff]
[    0.497884] pci 0000:00:17.0: PME# supported from D3hot
[    0.498264] pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
[    0.498491] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.498536] pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
[    0.499239] pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
[    0.499426] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.499469] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.500147] pci 0000:00:1d.5: [8086:a335] type 01 class 0x060400
[    0.500323] pci 0000:00:1d.5: PME# supported from D0 D3hot D3cold
[    0.500363] pci 0000:00:1d.5: PTM enabled (root), 4ns granularity
[    0.501012] pci 0000:00:1d.6: [8086:a336] type 01 class 0x060400
[    0.501190] pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
[    0.501229] pci 0000:00:1d.6: PTM enabled (root), 4ns granularity
[    0.501880] pci 0000:00:1d.7: [8086:a337] type 01 class 0x060400
[    0.502057] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.502096] pci 0000:00:1d.7: PTM enabled (root), 4ns granularity
[    0.502743] pci 0000:00:1f.0: [8086:a30d] type 00 class 0x060100
[    0.503269] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040100
[    0.503328] pci 0000:00:1f.3: reg 0x10: [mem 0xda210000-0xda213fff 64bit]
[    0.503403] pci 0000:00:1f.3: reg 0x20: [mem 0xda100000-0xda1fffff 64bit]
[    0.503549] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.506540] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[    0.506636] pci 0000:00:1f.4: reg 0x10: [mem 0xda218000-0xda2180ff 64bit]
[    0.506797] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.507230] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[    0.507254] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.507468] pci 0000:01:00.0: [10de:1f50] type 00 class 0x030000
[    0.507478] pci 0000:01:00.0: reg 0x10: [mem 0xdb000000-0xdbffffff]
[    0.507486] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.507494] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.507500] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.507505] pci 0000:01:00.0: reg 0x30: [mem 0xdc000000-0xdc07ffff pref]
[    0.507520] pci 0000:01:00.0: BAR 3: assigned to efifb
[    0.507552] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.507596] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.507759] pci 0000:01:00.1: [10de:10f9] type 00 class 0x040300
[    0.507769] pci 0000:01:00.1: reg 0x10: [mem 0xdc080000-0xdc083fff]
[    0.507868] pci 0000:01:00.2: [10de:1ada] type 00 class 0x0c0330
[    0.507880] pci 0000:01:00.2: reg 0x10: [mem 0xc2000000-0xc203ffff 64bit pref]
[    0.507893] pci 0000:01:00.2: reg 0x1c: [mem 0xc2040000-0xc204ffff 64bit pref]
[    0.507936] pci 0000:01:00.2: PME# supported from D0 D3hot
[    0.507991] pci 0000:01:00.3: [10de:1adb] type 00 class 0x0c8000
[    0.508000] pci 0000:01:00.3: reg 0x10: [mem 0xdc084000-0xdc084fff]
[    0.508062] pci 0000:01:00.3: PME# supported from D0 D3hot
[    0.508119] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.508120] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.508122] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
[    0.508124] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
[    0.508257] pci 0000:02:00.0: [8086:15e7] type 01 class 0x060400
[    0.508343] pci 0000:02:00.0: enabling Extended Tags
[    0.508513] pci 0000:02:00.0: supports D1 D2
[    0.508514] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.508685] pci 0000:02:00.0: PTM enabled, 4ns granularity
[    0.508806] pci 0000:00:1b.0: PCI bridge to [bus 02-3a]
[    0.508815] pci 0000:00:1b.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.508823] pci 0000:00:1b.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.508935] pci 0000:03:00.0: [8086:15e7] type 01 class 0x060400
[    0.509022] pci 0000:03:00.0: enabling Extended Tags
[    0.509189] pci 0000:03:00.0: supports D1 D2
[    0.509190] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.509401] pci 0000:03:01.0: [8086:15e7] type 01 class 0x060400
[    0.509489] pci 0000:03:01.0: enabling Extended Tags
[    0.509658] pci 0000:03:01.0: supports D1 D2
[    0.509659] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.509857] pci 0000:03:02.0: [8086:15e7] type 01 class 0x060400
[    0.509944] pci 0000:03:02.0: enabling Extended Tags
[    0.510107] pci 0000:03:02.0: supports D1 D2
[    0.510108] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.513405] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[    0.513405] pci 0000:02:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.513405] pci 0000:02:00.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.513466] pci 0000:04:00.0: [8086:15e8] type 00 class 0x088000
[    0.513493] pci 0000:04:00.0: reg 0x10: [mem 0xda000000-0xda03ffff]
[    0.513507] pci 0000:04:00.0: reg 0x14: [mem 0xda040000-0xda040fff]
[    0.513590] pci 0000:04:00.0: enabling Extended Tags
[    0.513747] pci 0000:04:00.0: supports D1 D2
[    0.513748] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.513949] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.513962] pci 0000:03:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[    0.514030] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[    0.514043] pci 0000:03:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[    0.514052] pci 0000:03:01.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.514169] pci 0000:3a:00.0: [8086:15e9] type 00 class 0x0c0330
[    0.514197] pci 0000:3a:00.0: reg 0x10: [mem 0xd9f00000-0xd9f0ffff]
[    0.514300] pci 0000:3a:00.0: enabling Extended Tags
[    0.514466] pci 0000:3a:00.0: supports D1 D2
[    0.514467] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.514615] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.514705] pci 0000:03:02.0: PCI bridge to [bus 3a]
[    0.514718] pci 0000:03:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[    0.515111] pci 0000:3b:00.0: [144d:a808] type 00 class 0x010802
[    0.515145] pci 0000:3b:00.0: reg 0x10: [mem 0xdc500000-0xdc503fff 64bit]
[    0.515666] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.515666] pci 0000:00:1d.0:   bridge window [mem 0xdc500000-0xdc5fffff]
[    0.515666] pci 0000:3c:00.0: [10ec:8168] type 00 class 0x020000
[    0.515666] pci 0000:3c:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.515666] pci 0000:3c:00.0: reg 0x18: [mem 0xdc404000-0xdc404fff 64bit]
[    0.515666] pci 0000:3c:00.0: reg 0x20: [mem 0xdc400000-0xdc403fff 64bit]
[    0.515666] pci 0000:3c:00.0: supports D1 D2
[    0.515666] pci 0000:3c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.515666] pci 0000:00:1d.5: PCI bridge to [bus 3c]
[    0.515666] pci 0000:00:1d.5:   bridge window [io  0x3000-0x3fff]
[    0.515666] pci 0000:00:1d.5:   bridge window [mem 0xdc400000-0xdc4fffff]
[    0.515666] pci 0000:3d:00.0: [17a0:9750] type 00 class 0x080501
[    0.515666] pci 0000:3d:00.0: reg 0x10: [mem 0xdc300000-0xdc300fff]
[    0.515666] pci 0000:3d:00.0: supports D1 D2
[    0.515666] pci 0000:3d:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.515666] pci 0000:00:1d.6: PCI bridge to [bus 3d]
[    0.515666] pci 0000:00:1d.6:   bridge window [mem 0xdc300000-0xdc3fffff]
[    0.515820] pci 0000:3e:00.0: [8086:2723] type 00 class 0x028000
[    0.516537] pci 0000:3e:00.0: reg 0x10: [mem 0xdc200000-0xdc203fff 64bit]
[    0.519405] pci 0000:3e:00.0: PME# supported from D0 D3hot D3cold
[    0.521678] pci 0000:00:1d.7: PCI bridge to [bus 3e]
[    0.521688] pci 0000:00:1d.7:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.524395] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.524469] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.524541] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.524614] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.524686] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.524757] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.524829] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.524901] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.533993] acpi LNXPOWER:12: Turning OFF
[    0.533998] acpi LNXPOWER:0c: Turning OFF
[    0.534002] acpi LNXPOWER:0b: Turning OFF
[    0.534616] acpi LNXPOWER:0a: Turning OFF
[    0.534821] acpi LNXPOWER:03: Turning OFF
[    0.535054] acpi LNXPOWER:02: Turning OFF
[    0.535310] ACPI: EC: interrupt unblocked
[    0.535310] ACPI: EC: event unblocked
[    0.535310] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.535310] pci_bus 0000:04: Allocating resources
[    0.535310] ACPI: EC: GPE=0x14
[    0.535310] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.535310] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.535310] pci_bus 0000:3a: Allocating resources
[    0.535310] iommu: Default domain type: Translated 
[    0.535310] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.535310] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.535310] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.535310] vgaarb: loaded
[    0.535310] SCSI subsystem initialized
[    0.535310] libata version 3.00 loaded.
[    0.535310] ACPI: bus type USB registered
[    0.535310] usbcore: registered new interface driver usbfs
[    0.535310] usbcore: registered new interface driver hub
[    0.535310] usbcore: registered new device driver usb
[    0.535310] pps_core: LinuxPPS API ver. 1 registered
[    0.535310] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.535310] PTP clock support registered
[    0.535310] EDAC MC: Ver: 3.0.0
[    0.535310] Registered efivars operations
[    0.535310] NetLabel: Initializing
[    0.535310] NetLabel:  domain hash size = 128
[    0.535310] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.535310] NetLabel:  unlabeled traffic allowed by default
[    0.535310] PCI: Using ACPI for IRQ routing
[    0.605140] PCI: pci_cache_line_size set to 64 bytes
[    0.605981] e820: reserve RAM buffer [mem 0x0005f000-0x0005ffff]
[    0.605982] e820: reserve RAM buffer [mem 0x6f794000-0x6fffffff]
[    0.605983] e820: reserve RAM buffer [mem 0x6f7f2000-0x6fffffff]
[    0.605984] e820: reserve RAM buffer [mem 0x73a0d000-0x73ffffff]
[    0.605984] e820: reserve RAM buffer [mem 0x78c0f000-0x7bffffff]
[    0.605985] e820: reserve RAM buffer [mem 0x484800000-0x487ffffff]
[    0.605988] clocksource: Switched to clocksource tsc-early
[    0.606929] VFS: Disk quotas dquot_6.6.0
[    0.606929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.606929] pnp: PnP ACPI init
[    0.606929] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[    0.606929] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.606929] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.606929] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.606929] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.606929] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.606929] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.606929] pnp 00:03: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[    0.606929] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.606929] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.606929] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.606929] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    0.606929] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.606929] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.606929] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.606929] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.606929] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.606929] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.606929] system 00:05: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.606929] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.606929] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.606929] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.606929] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.606929] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.606929] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.610059] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.610064] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.611296] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.612341] pnp: PnP ACPI: found 8 devices
[    0.617497] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.617534] NET: Registered protocol family 2
[    0.617627] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.618849] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.618900] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.619008] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.619052] TCP: Hash tables configured (established 131072 bind 65536)
[    0.619100] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.619135] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.619162] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.619200] NET: Registered protocol family 1
[    0.619203] NET: Registered protocol family 44
[    0.619207] pci 0000:03:01.0: bridge window [io  0x1000-0x0fff] to [bus 05-39] add_size 1000
[    0.619210] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03-3a] add_size 1000
[    0.619212] pci 0000:00:1b.0: bridge window [io  0x1000-0x0fff] to [bus 02-3a] add_size 2000
[    0.619220] pci 0000:00:15.0: BAR 0: assigned [mem 0x79800000-0x79800fff 64bit]
[    0.619492] pci 0000:00:15.1: BAR 0: assigned [mem 0x79801000-0x79801fff 64bit]
[    0.619758] pci 0000:00:1b.0: BAR 13: assigned [io  0x6000-0x7fff]
[    0.619761] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.619762] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.619764] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
[    0.619766] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
[    0.619769] pci 0000:02:00.0: BAR 13: assigned [io  0x6000-0x6fff]
[    0.619770] pci 0000:03:01.0: BAR 13: assigned [io  0x6000-0x6fff]
[    0.619771] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.619781] pci 0000:03:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[    0.619794] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[    0.619797] pci 0000:03:01.0:   bridge window [io  0x6000-0x6fff]
[    0.619803] pci 0000:03:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[    0.619808] pci 0000:03:01.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.619816] pci 0000:03:02.0: PCI bridge to [bus 3a]
[    0.619837] pci 0000:03:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[    0.619855] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[    0.619858] pci 0000:02:00.0:   bridge window [io  0x6000-0x6fff]
[    0.619864] pci 0000:02:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.619869] pci 0000:02:00.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.619878] pci 0000:00:1b.0: PCI bridge to [bus 02-3a]
[    0.619881] pci 0000:00:1b.0:   bridge window [io  0x6000-0x7fff]
[    0.619887] pci 0000:00:1b.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.619892] pci 0000:00:1b.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.619900] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.619908] pci 0000:00:1d.0:   bridge window [mem 0xdc500000-0xdc5fffff]
[    0.619921] pci 0000:00:1d.5: PCI bridge to [bus 3c]
[    0.619924] pci 0000:00:1d.5:   bridge window [io  0x3000-0x3fff]
[    0.619930] pci 0000:00:1d.5:   bridge window [mem 0xdc400000-0xdc4fffff]
[    0.619942] pci 0000:00:1d.6: PCI bridge to [bus 3d]
[    0.619948] pci 0000:00:1d.6:   bridge window [mem 0xdc300000-0xdc3fffff]
[    0.619960] pci 0000:00:1d.7: PCI bridge to [bus 3e]
[    0.619966] pci 0000:00:1d.7:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.619979] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.619980] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.619981] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.619982] pci_bus 0000:00: resource 7 [mem 0x79800000-0xdfffffff window]
[    0.619983] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[    0.619984] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.619985] pci_bus 0000:01: resource 1 [mem 0xdb000000-0xdc0fffff]
[    0.619985] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc20fffff 64bit pref]
[    0.619987] pci_bus 0000:02: resource 0 [io  0x6000-0x7fff]
[    0.619987] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
[    0.619988] pci_bus 0000:02: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.619989] pci_bus 0000:03: resource 0 [io  0x6000-0x6fff]
[    0.619990] pci_bus 0000:03: resource 1 [mem 0xc4000000-0xda0fffff]
[    0.619990] pci_bus 0000:03: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.619991] pci_bus 0000:04: resource 1 [mem 0xda000000-0xda0fffff]
[    0.619992] pci_bus 0000:05: resource 0 [io  0x6000-0x6fff]
[    0.619993] pci_bus 0000:05: resource 1 [mem 0xc4000000-0xd9efffff]
[    0.619994] pci_bus 0000:05: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.619995] pci_bus 0000:3a: resource 1 [mem 0xd9f00000-0xd9ffffff]
[    0.619996] pci_bus 0000:3b: resource 1 [mem 0xdc500000-0xdc5fffff]
[    0.619996] pci_bus 0000:3c: resource 0 [io  0x3000-0x3fff]
[    0.619997] pci_bus 0000:3c: resource 1 [mem 0xdc400000-0xdc4fffff]
[    0.619998] pci_bus 0000:3d: resource 1 [mem 0xdc300000-0xdc3fffff]
[    0.619999] pci_bus 0000:3e: resource 1 [mem 0xdc200000-0xdc2fffff]
[    0.620447] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.620463] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.620502] pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
[    0.620689] pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
[    0.620721] pci 0000:02:00.0: CLS mismatch (64 != 128), using 64 bytes
[    0.620803] pci 0000:02:00.0: enabling device (0006 -> 0007)
[    0.621019] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.621021] software IO TLB: mapped [mem 0x0000000067817000-0x000000006b817000] (64MB)
[    0.621035] Trying to unpack rootfs image as initramfs...
[    0.621067] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.621832] Initialise system trusted keyrings
[    0.621843] Key type blacklist registered
[    0.621863] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.623030] zbud: loaded
[    0.628631] Key type asymmetric registered
[    0.628633] Asymmetric key parser 'x509' registered
[    0.628639] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.628660] io scheduler mq-deadline registered
[    0.628661] io scheduler kyber registered
[    0.628695] io scheduler bfq registered
[    0.632898] pcieport 0000:00:01.0: PME: Signaling with IRQ 121
[    0.633027] pcieport 0000:00:1b.0: PME: Signaling with IRQ 122
[    0.633056] pcieport 0000:00:1b.0: pciehp: Slot #20 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.633391] pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
[    0.633678] pcieport 0000:00:1d.5: PME: Signaling with IRQ 124
[    0.633962] pcieport 0000:00:1d.6: PME: Signaling with IRQ 125
[    0.634253] pcieport 0000:00:1d.7: PME: Signaling with IRQ 126
[    0.634837] pcieport 0000:03:01.0: enabling device (0006 -> 0007)
[    0.634979] pcieport 0000:03:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.635441] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.635468] efifb: probing for efifb
[    0.635481] efifb: Ignoring BGRT: unexpected or invalid BMP data
[    0.635482] efifb: framebuffer at 0xc1000000, using 3072k, total 3072k
[    0.635483] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.635484] efifb: scrolling: redraw
[    0.635485] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.635512] fbcon: Deferring console take-over
[    0.635513] fb0: EFI VGA frame buffer device
[    0.636136] ACPI: AC: AC Adapter [ACAD] (on-line)
[    0.636186] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21/PNP0C0D:00/input/input0
[    0.636201] ACPI: button: Lid Switch [LID0]
[    0.636238] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.639910] ACPI: button: Power Button [PWRB]
[    0.639950] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.643199] ACPI: button: Power Button [PWRF]
[    0.643476] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1654
[    0.644914] thermal LNXTHERM:00: registered as thermal_zone0
[    0.644916] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    0.644959] thermal LNXTHERM:01: registered as thermal_zone1
[    0.644960] ACPI: thermal: Thermal Zone [TZ02] (10 C)
[    0.645146] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.646019] ACPI: battery: Slot [BAT1] (battery present)
[    0.646684] hpet_acpi_add: no address or irqs in _CRS
[    0.646708] Non-volatile memory driver v1.3
[    0.646709] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.646709] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.647611] nvme nvme0: pci function 0000:3b:00.0
[    0.647828] ahci 0000:00:17.0: version 3.0
[    0.648336] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl RAID mode
[    0.648338] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst 
[    0.648526] scsi host0: ahci
[    0.648562] ata1: SATA max UDMA/133 abar m2048@0xda219000 port 0xda219100 irq 131
[    0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.648592] ehci-pci: EHCI PCI platform driver
[    0.648599] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.648601] ohci-pci: OHCI PCI platform driver
[    0.648605] uhci_hcd: USB Universal Host Controller Interface driver
[    0.648624] usbcore: registered new interface driver usbserial_generic
[    0.648626] usbserial: USB Serial support registered for generic
[    0.648815] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.650252] rtc_cmos rtc_cmos: registered as rtc0
[    0.650621] rtc_cmos rtc_cmos: setting system clock to 2021-08-17T17:57:28 UTC (1629223048)
[    0.650643] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    0.651016] intel_pstate: Intel P-state driver initializing
[    0.652037] intel_pstate: Disabling energy efficiency optimization
[    0.652038] intel_pstate: HWP enabled
[    0.652225] ledtrig-cpu: registered to indicate activity on CPUs
[    0.652327] hid: raw HID events driver (C) Jiri Kosina
[    0.652367] intel_pmc_core INT33A1:00:  initialized
[    0.652413] drop_monitor: Initializing network drop monitor service
[    0.652449] Initializing XFRM netlink socket
[    0.652508] NET: Registered protocol family 10
[    0.657179] nvme nvme0: Shutdown timeout set to 8 seconds
[    0.663291] Freeing initrd memory: 8136K
[    0.667710] Segment Routing with IPv6
[    0.667711] RPL Segment Routing with IPv6
[    0.667745] NET: Registered protocol family 17
[    0.668600] microcode: sig=0x906ea, pf=0x20, revision=0xd2
[    0.668838] microcode: Microcode Update Driver: v2.2.
[    0.668842] IPI shorthand broadcast: enabled
[    0.668850] sched_clock: Marking stable (656004946, 12548104)->(680468262, -11915212)
[    0.669184] nvme nvme0: 12/0/0 default/read/poll queues
[    0.669240] registered taskstats version 1
[    0.669246] Loading compiled-in X.509 certificates
[    0.671257]  nvme0n1: p1 p2 p3 p4 p5 p6
[    0.671731] Loaded X.509 cert 'Build time autogenerated kernel key: 036c0196c4946d1ac2a4872ae77cefd53dde49f8'
[    0.672099] zswap: loaded using pool lz4/z3fold
[    0.672446] Key type ._fscrypt registered
[    0.672446] Key type .fscrypt registered
[    0.672447] Key type fscrypt-provisioning registered
[    0.672673] PM:   Magic number: 1:536:997
[    0.672839] RAS: Correctable Errors collector initialized.
[    0.963528] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.975703] ata1.00: ATA-10: ST1000LM049-2GH172, RPM2, max UDMA/100
[    0.975711] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.001422] ata1.00: configured for UDMA/100
[    1.001730] scsi 0:0:0:0: Direct-Access     ATA      ST1000LM049-2GH1 RPM2 PQ: 0 ANSI: 5
[    1.002126] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.002132] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.002147] sd 0:0:0:0: [sda] Write Protect is off
[    1.002151] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.002171] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.137962]  sda: sda1 sda2
[    1.170270] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.172441] Freeing unused decrypted memory: 2036K
[    1.173029] Freeing unused kernel image (initmem) memory: 1792K
[    1.173142] Write protecting the kernel read-only data: 26624k
[    1.174250] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.174808] Freeing unused kernel image (rodata/data gap) memory: 1156K
[    1.210708] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.210711] rodata_test: all tests were successful
[    1.210711] x86/mm: Checking user space page tables
[    1.244485] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.244487] Run /init as init process
[    1.244488]   with arguments:
[    1.244489]     /init
[    1.244489]   with environment:
[    1.244490]     HOME=/
[    1.244490]     TERM=linux
[    1.244491]     BOOT_IMAGE=/vmlinuz-linux
[    1.278012] fbcon: Taking over console
[    1.278052] Console: switching to colour frame buffer device 128x48
[    1.347383] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.347401] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.347570] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.347583] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.347994] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.348709] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    1.348921] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    1.348924] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.348925] usb usb1: Product: xHCI Host Controller
[    1.348927] usb usb1: Manufacturer: Linux 5.13.10-arch1-1 xhci-hcd
[    1.348929] usb usb1: SerialNumber: 0000:00:14.0
[    1.349022] hub 1-0:1.0: USB hub found
[    1.349060] hub 1-0:1.0: 16 ports detected
[    1.349521] sdhci: Secure Digital Host Controller Interface driver
[    1.349522] sdhci: Copyright(c) Pierre Ossman
[    1.350998] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.351002] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.351005] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.351040] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    1.351042] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.351043] usb usb2: Product: xHCI Host Controller
[    1.351044] usb usb2: Manufacturer: Linux 5.13.10-arch1-1 xhci-hcd
[    1.351045] usb usb2: SerialNumber: 0000:00:14.0
[    1.351131] hub 2-0:1.0: USB hub found
[    1.351149] hub 2-0:1.0: 8 ports detected
[    1.351511] usb: port power management may be unreliable
[    1.351916] xhci_hcd 0000:01:00.2: xHCI Host Controller
[    1.351920] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 3
[    1.352505] xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
[    1.352590] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    1.352592] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.352593] usb usb3: Product: xHCI Host Controller
[    1.352594] usb usb3: Manufacturer: Linux 5.13.10-arch1-1 xhci-hcd
[    1.352595] usb usb3: SerialNumber: 0000:01:00.2
[    1.352668] hub 3-0:1.0: USB hub found
[    1.352675] hub 3-0:1.0: 2 ports detected
[    1.352799] sdhci-pci 0000:3d:00.0: SDHCI controller found [17a0:9750] (rev 1)
[    1.353031] xhci_hcd 0000:01:00.2: xHCI Host Controller
[    1.353033] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 4
[    1.353035] xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
[    1.353059] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.353070] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    1.353074] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.353075] usb usb4: Product: xHCI Host Controller
[    1.353076] usb usb4: Manufacturer: Linux 5.13.10-arch1-1 xhci-hcd
[    1.353076] usb usb4: SerialNumber: 0000:01:00.2
[    1.353169] hub 4-0:1.0: USB hub found
[    1.353192] hub 4-0:1.0: 4 ports detected
[    1.353326] mmc0: SDHCI controller on PCI [0000:3d:00.0] using ADMA
[    1.353722] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[    1.353726] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 5
[    1.354919] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[    1.355133] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    1.355134] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.355135] usb usb5: Product: xHCI Host Controller
[    1.355136] usb usb5: Manufacturer: Linux 5.13.10-arch1-1 xhci-hcd
[    1.355137] usb usb5: SerialNumber: 0000:3a:00.0
[    1.355257] hub 5-0:1.0: USB hub found
[    1.355266] hub 5-0:1.0: 2 ports detected
[    1.355624] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[    1.355627] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 6
[    1.355628] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.355655] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    1.355657] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.355657] usb usb6: Product: xHCI Host Controller
[    1.355658] usb usb6: Manufacturer: Linux 5.13.10-arch1-1 xhci-hcd
[    1.355659] usb usb6: SerialNumber: 0000:3a:00.0
[    1.355718] hub 6-0:1.0: USB hub found
[    1.355729] hub 6-0:1.0: 2 ports detected
[    1.377538] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.600170] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    1.629931] tsc: Refined TSC clocksource calibration: 2592.005 MHz
[    1.629948] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cbb91cef, max_idle_ns: 440795297256 ns
[    1.630026] clocksource: Switched to clocksource tsc
[    1.747154] usb 1-2: New USB device found, idVendor=04d9, idProduct=f616, bcdDevice= 1.30
[    1.747164] usb 1-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    1.747169] usb 1-2: Product: USB Gaming Mouse
[    1.759311] input: USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:04D9:F616.0001/input/input4
[    1.759405] hid-generic 0003:04D9:F616.0001: input,hidraw0: USB HID v1.10 Mouse [USB Gaming Mouse] on usb-0000:00:14.0-2/input0
[    1.761549] input: USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:04D9:F616.0002/input/input5
[    1.816930] hid-generic 0003:04D9:F616.0002: input,hidraw1: USB HID v1.10 Keyboard [USB Gaming Mouse] on usb-0000:00:14.0-2/input1
[    1.821979] input: USB Gaming Mouse Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:04D9:F616.0003/input/input6
[    1.869857] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    1.876845] input: USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:04D9:F616.0003/input/input7
[    1.877371] hid-generic 0003:04D9:F616.0003: input,hiddev96,hidraw2: USB HID v1.10 Device [USB Gaming Mouse] on usb-0000:00:14.0-2/input2
[    1.877438] usbcore: registered new interface driver usbhid
[    1.877441] usbhid: USB HID core driver
[    1.963453] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.994538] random: fast init done
[    2.011487] usb 1-3: New USB device found, idVendor=0c45, idProduct=8006, bcdDevice= 1.53
[    2.011491] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.011493] usb 1-3: Product: USB DEVICE
[    2.011494] usb 1-3: Manufacturer: SONiX
[    2.013274] input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0C45:8006.0004/input/input8
[    2.070182] hid-generic 0003:0C45:8006.0004: input,hidraw3: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-3/input0
[    2.071225] input: SONiX USB DEVICE Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:8006.0005/input/input9
[    2.084888] systemd[1]: systemd 249.3-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)
[    2.100279] systemd[1]: Detected architecture x86-64.
[    2.100678] systemd[1]: Hostname set to <onepiece>.
[    2.126764] input: SONiX USB DEVICE System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:8006.0005/input/input10
[    2.126952] input: SONiX USB DEVICE Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:8006.0005/input/input11
[    2.127134] input: SONiX USB DEVICE Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:8006.0005/input/input12
[    2.127314] input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:8006.0005/input/input13
[    2.127589] hid-generic 0003:0C45:8006.0005: input,hiddev97,hidraw4: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-3/input1
[    2.148526] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    2.211338] systemd[1]: Queued start job for default target Graphical Interface.
[    2.212332] systemd[1]: Created slice Slice /system/getty.
[    2.212525] systemd[1]: Created slice Slice /system/modprobe.
[    2.212725] systemd[1]: Created slice Slice /system/systemd-fsck.
[    2.212854] systemd[1]: Created slice User and Session Slice.
[    2.212904] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.212944] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.213052] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.213080] systemd[1]: Reached target Local Encrypted Volumes.
[    2.213093] systemd[1]: Reached target Login Prompts.
[    2.213111] systemd[1]: Reached target Path Units.
[    2.213123] systemd[1]: Reached target Remote File Systems.
[    2.213131] systemd[1]: Reached target Slice Units.
[    2.213158] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    2.213223] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.213284] systemd[1]: Listening on LVM2 poll daemon socket.
[    2.214073] systemd[1]: Listening on Process Core Dump Socket.
[    2.214188] systemd[1]: Listening on Journal Audit Socket.
[    2.214257] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.214331] systemd[1]: Listening on Journal Socket.
[    2.214416] systemd[1]: Listening on udev Control Socket.
[    2.214475] systemd[1]: Listening on udev Kernel Socket.
[    2.214953] systemd[1]: Mounting Huge Pages File System...
[    2.215403] systemd[1]: Mounting POSIX Message Queue File System...
[    2.215893] systemd[1]: Mounting Kernel Debug File System...
[    2.216381] systemd[1]: Mounting Kernel Trace File System...
[    2.216946] systemd[1]: Starting Create List of Static Device Nodes...
[    2.217398] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    2.217898] systemd[1]: Starting Load Kernel Module configfs...
[    2.218396] systemd[1]: Starting Load Kernel Module drm...
[    2.218927] systemd[1]: Starting Load Kernel Module fuse...
[    2.219497] random: lvm: uninitialized urandom read (4 bytes read)
[    2.219657] systemd[1]: Starting Set Up Additional Binary Formats...
[    2.219690] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.220732] systemd[1]: Starting Journal Service...
[    2.221595] systemd[1]: Starting Load Kernel Modules...
[    2.221615] Linux agpgart interface v0.103
[    2.222276] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.222342] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    2.222899] systemd[1]: Starting Coldplug All udev Devices...
[    2.223876] systemd[1]: Mounted Huge Pages File System.
[    2.223936] systemd[1]: Mounted POSIX Message Queue File System.
[    2.223985] systemd[1]: Mounted Kernel Debug File System.
[    2.224035] systemd[1]: Mounted Kernel Trace File System.
[    2.224198] systemd[1]: Finished Create List of Static Device Nodes.
[    2.224425] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    2.224607] systemd[1]: Finished Load Kernel Module configfs.
[    2.224643] fuse: init (API version 7.34)
[    2.224689] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 269 (systemd-binfmt)
[    2.225120] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    2.225596] systemd[1]: Mounting Kernel Configuration File System...
[    2.225900] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    2.226083] systemd[1]: Finished Load Kernel Module fuse.
[    2.226125] audit: type=1130 audit(1629223050.069: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'
[    2.226135] audit: type=1131 audit(1629223050.069: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'
[    2.226369] EXT4-fs (nvme0n1p5): re-mounted. Opts: (null). Quota mode: none.
[    2.227286] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.227314] audit: type=1130 audit(1629223050.072: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'
[    2.227386] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    2.227465] systemd[1]: Mounted Kernel Configuration File System.
[    2.228123] systemd[1]: Mounting FUSE Control File System...
[    2.228168] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    2.228789] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.229231] systemd[1]: Starting Load/Save Random Seed...
[    2.229272] systemd[1]: Condition check resulted in Create System Users being skipped.
[    2.229691] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.230292] systemd[1]: Finished Set Up Additional Binary Formats.
[    2.230320] audit: type=1130 audit(1629223050.076: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'
[    2.230498] systemd[1]: Finished Load Kernel Modules.
[    2.230516] audit: type=1130 audit(1629223050.076:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.230572] systemd[1]: Mounted FUSE Control File System.
[    2.231049] systemd[1]: Starting Apply Kernel Variables...
[    2.235107] systemd[1]: Finished Apply Kernel Variables.
[    2.235135] audit: type=1130 audit(1629223050.079:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.236977] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    2.237105] systemd[1]: Finished Load Kernel Module drm.
[    2.237170] audit: type=1130 audit(1629223050.082:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.237173] audit: type=1131 audit(1629223050.082:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.246920] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.246964] audit: type=1130 audit(1629223050.092:10): 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'
[    2.247895] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    2.249831] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[    2.262357] systemd[1]: Started Journal Service.
[    2.265747] systemd-journald[270]: Received client request to flush runtime journal.
[    2.299735] input: HP Wireless hotkeys as /devices/virtual/input/input14
[    2.302063] hp_accel: laptop model unknown, using default axes configuration
[    2.306122] wmi_bus wmi_bus-PNP0C14:01: WQXM data block query control method not found
[    2.306326] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:03)
[    2.306433] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:03)
[    2.306942] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    2.306985] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    2.308018] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input15
[    2.330764] lis3lv02d: 8 bits 3DC sensor found
[    2.374981] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
[    2.379384] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    2.383383] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    2.383592] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    2.391132] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    2.391411] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    2.393199] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input16
[    2.395253] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    2.395336] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.400988] i2c i2c-2: 2/2 memory slots populated (from DMI)
[    2.401523] i2c i2c-2: Successfully instantiated SPD at 0x50
[    2.404618] libphy: r8169: probed
[    2.404784] r8169 0000:3c:00.0 eth0: RTL8168h/8111h, 04:0e:3c:00:bd:9f, XID 541, IRQ 166
[    2.404788] r8169 0000:3c:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.410759] usb 1-5: New USB device found, idVendor=04ca, idProduct=707f, bcdDevice= 0.03
[    2.410762] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.410763] usb 1-5: Product: HP Wide Vision HD Camera
[    2.410764] usb 1-5: Manufacturer: DHKQF019ICE88E
[    2.410765] usb 1-5: SerialNumber: 200901010001
[    2.449879] Adding 6291452k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:6291452k SSFS
[    2.468850] input: PC Speaker as /devices/platform/pcspkr/input/input17
[    2.469395] input: ELAN0711:00 04F3:30EB Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0711:00/0018:04F3:30EB.0006/input/input18
[    2.469463] input: ELAN0711:00 04F3:30EB Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0711:00/0018:04F3:30EB.0006/input/input20
[    2.469537] hid-generic 0018:04F3:30EB.0006: input,hidraw5: I2C HID v1.00 Mouse [ELAN0711:00 04F3:30EB] on i2c-ELAN0711:00
[    2.477030] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    2.477032] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.477033] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.477033] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.477039] intel-spi 0000:00:1f.5: XM25QH128A (16384 Kbytes)
[    2.479759] Creating 1 MTD partitions on "0000:00:1f.5":
[    2.479762] 0x000000000000-0x000001000000 : "BIOS"
[    2.486619] cryptd: max_cpu_qlen set to 1000
[    2.487236] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.489287] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.489921] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    2.489924] cfg80211: failed to load regulatory.db
[    2.539841] usb 1-14: new full-speed USB device number 5 using xhci_hcd
[    2.587842] AVX2 version of gcm_enc/dec engaged.
[    2.587877] AES CTR mode by8 optimization enabled
[    2.588159] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    2.588588] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.588593] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.592574] Intel(R) Wireless WiFi driver for Linux
[    2.592801] iwlwifi 0000:3e:00.0: enabling device (0000 -> 0002)
[    2.602292] iwlwifi 0000:3e:00.0: api flags index 2 larger than supported by driver
[    2.602306] iwlwifi 0000:3e:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[    2.602784] iwlwifi 0000:3e:00.0: loaded firmware version 63.c04f3485.0 cc-a0-63.ucode op_mode iwlmvm
[    2.681183] usb 1-14: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
[    2.681186] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.687604] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
[    2.687657] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
[    2.687697] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
[    2.687733] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
[    2.687766] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input25
[    2.687797] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input26
[    2.689594] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC285: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[    2.689598] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.689600] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.689608] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    2.689610] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    2.689611] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[    2.703883] mousedev: PS/2 mouse device common for all mice
[    2.706568] input: HP WMI hotkeys as /devices/virtual/input/input27
[    2.750699] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    2.751441] iwlwifi 0000:3e:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
[    2.752231] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[    2.752276] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[    2.886690] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    2.889086] r8169 0000:3c:00.0 enp60s0: renamed from eth0
[    3.017893] iTCO_vendor_support: vendor-support=0
[    3.055480] ee1004 2-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    3.055501] mc: Linux media interface: v0.10
[    3.055515] intel_tcc_cooling: Programmable TCC Offset detected
[    3.103710] random: crng init done
[    3.103712] random: 7 urandom warning(s) missed due to ratelimiting
[    3.114791] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    3.115369] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.144892] videodev: Linux video capture interface: v2.00
[    3.146506] Generic FE-GE Realtek PHY r8169-0-3c00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-3c00:00, irq=MAC)
[    3.201330] Bluetooth: Core ver 2.22
[    3.201349] NET: Registered protocol family 31
[    3.201350] Bluetooth: HCI device and connection manager initialized
[    3.201354] Bluetooth: HCI socket layer initialized
[    3.201356] Bluetooth: L2CAP socket layer initialized
[    3.201359] Bluetooth: SCO socket layer initialized
[    3.215499] input: ELAN0711:00 04F3:30EB Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0711:00/0018:04F3:30EB.0006/input/input30
[    3.216157] input: ELAN0711:00 04F3:30EB Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0711:00/0018:04F3:30EB.0006/input/input32
[    3.216423] hid-multitouch 0018:04F3:30EB.0006: input,hidraw5: I2C HID v1.00 Mouse [ELAN0711:00 04F3:30EB] on i2c-ELAN0711:00
[    3.230073] usbcore: registered new interface driver btusb
[    3.232855] Bluetooth: hci0: Firmware revision 0.0 build 191 week 21 2021
[    3.283347] usb 1-5: Found UVC 1.00 device HP Wide Vision HD Camera (04ca:707f)
[    3.283468] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.283470] Bluetooth: BNEP filters: protocol multicast
[    3.283472] Bluetooth: BNEP socket layer initialized
[    3.290214] intel_rapl_common: Found RAPL domain package
[    3.290216] intel_rapl_common: Found RAPL domain core
[    3.290217] intel_rapl_common: Found RAPL domain dram
[    3.290626] input: HP Wide Vision HD Camera: HP Wi as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input33
[    3.291276] usbcore: registered new interface driver uvcvideo
[    3.297013] Bluetooth: hci0: MSFT filter_enable is already on
[    3.337112] NET: Registered protocol family 38
[    3.347667] r8169 0000:3c:00.0 enp60s0: Link is Down
[    3.566338] nvidia: loading out-of-tree module taints kernel.
[    3.566346] nvidia: module license 'NVIDIA' taints kernel.
[    3.566347] Disabling lock debugging due to kernel taint
[    3.576822] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    3.589391] nvidia-nvlink: Nvlink Core is being initialized, major device number 510

[    3.589864] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    3.634402] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  470.63.01  Tue Aug  3 20:44:16 UTC 2021
[    3.688183] nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
[    3.688187] ucsi_ccg 0-0008: i2c_transfer failed -110
[    3.688189] ucsi_ccg 0-0008: ucsi_ccg_init failed - -110
[    3.688194] ucsi_ccg: probe of 0-0008 failed with error -110
[    3.778587] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  470.63.01  Tue Aug  3 20:30:55 UTC 2021
[    3.783392] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    3.783394] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    4.094767] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210331/nsarguments-61)
[    7.073877] kauditd_printk_skb: 41 callbacks suppressed
[    7.073879] audit: type=1103 audit(1629223054.919:52): pid=548 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    7.085857] audit: type=1130 audit(1629223054.929:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.094576] audit: type=1101 audit(1629223054.939:54): pid=552 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.094581] audit: type=1103 audit(1629223054.939:55): pid=552 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    7.094680] audit: type=1006 audit(1629223054.939:56): pid=552 uid=0 old-auid=4294967295 auid=974 tty=(none) old-ses=4294967295 ses=1 res=1
[    7.094685] audit: type=1300 audit(1629223054.939:56): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7fffda487050 a2=3 a3=3ce items=0 ppid=1 pid=552 auid=974 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
[    7.094688] audit: type=1327 audit(1629223054.939:56): proctitle="(systemd)"
[    7.097495] audit: type=1105 audit(1629223054.942:57): pid=552 uid=0 auid=974 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.104326] audit: type=1334 audit(1629223054.949:58): prog-id=23 op=LOAD
[    7.104343] audit: type=1300 audit(1629223054.949:58): arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffc2c37ada0 a2=78 a3=7ffc2c37ada0 items=0 ppid=1 pid=552 auid=974 uid=974 gid=974 euid=974 suid=974 fsuid=974 egid=974 sgid=974 fsgid=974 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
[   12.095832] kauditd_printk_skb: 7 callbacks suppressed
[   12.095834] audit: type=1106 audit(1629223059.939:65): pid=548 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   12.095850] audit: type=1104 audit(1629223059.939:66): pid=548 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   12.098591] audit: type=1103 audit(1629223059.942:67): pid=584 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="marcosrodrui" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   12.098665] audit: type=1006 audit(1629223059.942:68): pid=584 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   12.098670] audit: type=1300 audit(1629223059.942:68): arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffe480eb8e0 a2=4 a3=3e8 items=0 ppid=535 pid=584 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
[   12.098673] audit: type=1327 audit(1629223059.942:68): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003132003139
[   12.115661] audit: type=1130 audit(1629223059.959:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.119715] audit: type=1101 audit(1629223059.962:70): pid=593 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.119717] audit: type=1103 audit(1629223059.962:71): pid=593 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="marcosrodrui" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   12.119744] audit: type=1006 audit(1629223059.962:72): pid=593 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   12.514472] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD data byte 38
[   13.067134] Bluetooth: RFCOMM TTY layer initialized
[   13.067147] Bluetooth: RFCOMM socket layer initialized
[   13.067157] Bluetooth: RFCOMM ver 1.11
[   22.371141] kauditd_printk_skb: 13 callbacks suppressed
[   22.371142] audit: type=1131 audit(1629223070.216:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.376083] audit: type=1131 audit(1629223070.219:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.324365] audit: type=1131 audit(1629223081.169:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.453745] audit: type=1334 audit(1629223081.302:85): prog-id=22 op=UNLOAD
[   33.453756] audit: type=1334 audit(1629223081.302:86): prog-id=21 op=UNLOAD
[   33.453761] audit: type=1334 audit(1629223081.302:87): prog-id=20 op=UNLOAD
[  200.736959] r8169 0000:3c:00.0 enp60s0: Link is Up - 1Gbps/Full - flow control rx/tx
[  200.736987] IPv6: ADDRCONF(NETDEV_CHANGE): enp60s0: link becomes ready
[  202.767971] audit: type=1130 audit(1629223250.612:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  213.022520] audit: type=1131 audit(1629223260.866:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  396.373151] audit: type=1100 audit(1629223444.219:90): pid=1254 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=? acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
[  402.766525] audit: type=1100 audit(1629223450.612:91): pid=1254 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  402.766685] audit: type=1101 audit(1629223450.612:92): pid=1254 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  402.767443] audit: type=1110 audit(1629223450.612:93): pid=1254 uid=1000 auid=1000 ses=2 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'
[  402.768262] audit: type=1105 audit(1629223450.612:94): pid=1254 uid=1000 auid=1000 ses=2 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'
[  402.774925] audit: type=1106 audit(1629223450.619:95): pid=1254 uid=1000 auid=1000 ses=2 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'
[  402.775001] audit: type=1104 audit(1629223450.619:96): pid=1254 uid=1000 auid=1000 ses=2 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'
[  444.146123] audit: type=1101 audit(1629223491.989:97): pid=1266 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  444.146627] audit: type=1110 audit(1629223491.992:98): pid=1266 uid=1000 auid=1000 ses=2 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'
[  444.148126] audit: type=1105 audit(1629223491.992:99): pid=1266 uid=1000 auid=1000 ses=2 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'
[  446.269785] audit: type=1106 audit(1629223494.116:100): pid=1266 uid=1000 auid=1000 ses=2 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'
[  446.269874] audit: type=1104 audit(1629223494.116:101): pid=1266 uid=1000 auid=1000 ses=2 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'
[  616.727482] audit: type=1101 audit(1629223664.572:102): pid=1545 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  616.727839] audit: type=1110 audit(1629223664.572:103): pid=1545 uid=1000 auid=1000 ses=2 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'
[  616.729375] audit: type=1105 audit(1629223664.572:104): pid=1545 uid=1000 auid=1000 ses=2 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'
[  616.738949] audit: type=1106 audit(1629223664.582:105): pid=1545 uid=1000 auid=1000 ses=2 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'
[  616.739008] audit: type=1104 audit(1629223664.582:106): pid=1545 uid=1000 auid=1000 ses=2 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'
[  667.099232] audit: type=1101 audit(1629223714.942:107): pid=1560 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  667.099652] audit: type=1110 audit(1629223714.942:108): pid=1560 uid=1000 auid=1000 ses=2 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'
[  667.101278] audit: type=1105 audit(1629223714.946:109): pid=1560 uid=1000 auid=1000 ses=2 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'
[  667.266922] audit: type=1106 audit(1629223715.112:110): pid=1560 uid=1000 auid=1000 ses=2 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'
[  667.267000] audit: type=1104 audit(1629223715.112:111): pid=1560 uid=1000 auid=1000 ses=2 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'
[  715.345743] audit: type=1101 audit(1629223763.189:112): pid=1567 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  715.346171] audit: type=1110 audit(1629223763.189:113): pid=1567 uid=1000 auid=1000 ses=2 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'
[  715.347733] audit: type=1105 audit(1629223763.192:114): pid=1567 uid=1000 auid=1000 ses=2 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'
[  715.503596] audit: type=1106 audit(1629223763.349:115): pid=1567 uid=1000 auid=1000 ses=2 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'
[  715.503689] audit: type=1104 audit(1629223763.349:116): pid=1567 uid=1000 auid=1000 ses=2 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'
[  924.108092] audit: type=1130 audit(1629223971.952:117): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  924.108096] audit: type=1131 audit(1629223971.952:118): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1424.171388] audit: type=1100 audit(1629224472.016:119): pid=1766 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1424.172218] audit: type=1101 audit(1629224472.016:120): pid=1766 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1424.172780] audit: type=1110 audit(1629224472.016:121): pid=1766 uid=1000 auid=1000 ses=2 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'
[ 1424.173578] audit: type=1105 audit(1629224472.019:122): pid=1766 uid=1000 auid=1000 ses=2 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'
[ 1424.183333] audit: type=1106 audit(1629224472.029:123): pid=1766 uid=1000 auid=1000 ses=2 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'
[ 1424.183379] audit: type=1104 audit(1629224472.029:124): pid=1766 uid=1000 auid=1000 ses=2 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'
[ 1461.987415] audit: type=1101 audit(1629224509.832:125): pid=1781 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1461.988086] audit: type=1110 audit(1629224509.832:126): pid=1781 uid=1000 auid=1000 ses=2 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'
[ 1461.989651] audit: type=1105 audit(1629224509.836:127): pid=1781 uid=1000 auid=1000 ses=2 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'
[ 1463.208504] audit: type=1106 audit(1629224511.052:128): pid=1781 uid=1000 auid=1000 ses=2 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'
[ 1463.208546] audit: type=1104 audit(1629224511.052:129): pid=1781 uid=1000 auid=1000 ses=2 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'
[ 1468.690447] audit: type=1101 audit(1629224516.536:130): pid=1809 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1468.690837] audit: type=1110 audit(1629224516.536:131): pid=1809 uid=1000 auid=1000 ses=2 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'
[ 1468.692409] audit: type=1105 audit(1629224516.536:132): pid=1809 uid=1000 auid=1000 ses=2 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'
[ 1468.698622] audit: type=1106 audit(1629224516.542:133): pid=1809 uid=1000 auid=1000 ses=2 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'
[ 1468.698665] audit: type=1104 audit(1629224516.542:134): pid=1809 uid=1000 auid=1000 ses=2 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'
[ 1494.876596] audit: type=1101 audit(1629224542.722:135): pid=1814 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1494.877115] audit: type=1110 audit(1629224542.722:136): pid=1814 uid=1000 auid=1000 ses=2 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'
[ 1494.878782] audit: type=1105 audit(1629224542.722:137): pid=1814 uid=1000 auid=1000 ses=2 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'
[ 1494.885026] audit: type=1106 audit(1629224542.729:138): pid=1814 uid=1000 auid=1000 ses=2 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'
[ 1494.885069] audit: type=1104 audit(1629224542.729:139): pid=1814 uid=1000 auid=1000 ses=2 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'
[ 1499.935711] audit: type=1101 audit(1629224547.779:140): pid=1819 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1499.936147] audit: type=1110 audit(1629224547.779:141): pid=1819 uid=1000 auid=1000 ses=2 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'
[ 1499.937896] audit: type=1105 audit(1629224547.782:142): pid=1819 uid=1000 auid=1000 ses=2 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'
[ 1499.944180] audit: type=1106 audit(1629224547.789:143): pid=1819 uid=1000 auid=1000 ses=2 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'
[ 1499.944221] audit: type=1104 audit(1629224547.789:144): pid=1819 uid=1000 auid=1000 ses=2 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'
[ 1500.598432] audit: type=1101 audit(1629224548.442:145): pid=1823 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1500.598839] audit: type=1110 audit(1629224548.442:146): pid=1823 uid=1000 auid=1000 ses=2 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'
[ 1500.600515] audit: type=1105 audit(1629224548.446:147): pid=1823 uid=1000 auid=1000 ses=2 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'
[ 1500.607007] audit: type=1106 audit(1629224548.452:148): pid=1823 uid=1000 auid=1000 ses=2 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'
[ 1500.607044] audit: type=1104 audit(1629224548.452:149): pid=1823 uid=1000 auid=1000 ses=2 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'
[ 1507.777582] audit: type=1101 audit(1629224555.622:150): pid=1827 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1507.778002] audit: type=1110 audit(1629224555.622:151): pid=1827 uid=1000 auid=1000 ses=2 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'
[ 1507.779486] audit: type=1105 audit(1629224555.622:152): pid=1827 uid=1000 auid=1000 ses=2 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'
[ 1507.789094] audit: type=1106 audit(1629224555.632:153): pid=1827 uid=1000 auid=1000 ses=2 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'
[ 1507.789134] audit: type=1104 audit(1629224555.632:154): pid=1827 uid=1000 auid=1000 ses=2 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'
[ 1564.702885] audit: type=1101 audit(1629224612.549:155): pid=1829 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="marcosrodrui" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1564.703296] audit: type=1110 audit(1629224612.549:156): pid=1829 uid=1000 auid=1000 ses=2 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'
[ 1564.704847] audit: type=1105 audit(1629224612.549:157): pid=1829 uid=1000 auid=1000 ses=2 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'

lspci -nnk | grep -iA3 net

3c:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 16)
	Subsystem: Hewlett-Packard Company Device [103c:8600]
	Kernel driver in use: r8169
	Kernel modules: r8169
--
3e:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX200 [8086:2723] (rev 1a)
	Subsystem: Intel Corporation Wi-Fi 6 AX200NGW [8086:0084]
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi

Thanks for the help :)

Last edited by Marquetes2 (2021-08-17 18:15:34)

Offline

#2 2021-08-17 18:14:41

Marquetes2
Member
Registered: 2021-08-17
Posts: 2

Re: [SOLVED] Wireless Interface not showing

Ok, it started working again. I don't know how smile

Offline

Board footer

Powered by FluxBB