You are not logged in.

#1 2020-10-16 08:00:38

Anthony Wilson
Member
Registered: 2020-10-15
Posts: 38

[SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Solution:

As of the 24th of November 2020, Lenovo has released BIOS/UEFI version 1.13. This version fixes this issue, so check your BIOS version if you are encountering it.
If your version is earlier than 1.13, go here, type in your serial number, and install the latest BIOS/UEFI version available using the instructions provided (or see redrum781's post on the 25th of November on how to update the BIOS by flashing a USB drive and booting from it).

If for whatever reason you can't update the BIOS, or updating the BIOS doesn't work, there are 2 known kernel parameters you should be able to use to boot the system:
1. pci=noats (recommended) - Using this as a kernel parameter should allow the system to boot fine without having to use nomodeset.
2. iommu=soft - If for some reason the above one doesn't work, this should allow you to do the same thing.

Information:

A few days ago my new Lenovo ThinkPad L15 arrived, and straight away I began the usual Arch Linux installation steps.
I've installed Arch on a couple of systems in the past year, and they've all gone pretty smoothly, but this one (the one time I need it to work) didn't.
After quite a few hours of installing/uninstalling different drivers, I think it's best if I just ask.

The laptop has a Ryzen 7 PRO 4750U processor, and no dedicated graphics card. I'm using the GPU built into the processor (Radeon RX Vega 7), which I had assumed would work flawlessly with Linux, though now I'm having doubts.
Here is the information copied directly from the AMD Radeon Settings application in Windows 10:

--- Software Information ---
Radeon Settings Version - 10.19.40016.0
Driver Packaging Version - 19.40.48-200422a-354624C-Lenovo
Provider - Advanced Micro Devices, Inc.
2D Driver Version - 8.1.1.1634
Direct3D® Version - 9.14.10.01426
OpenGL® Version - 26.20.11000.13587
AMD Audio Driver Version - 10.0.1.12
Vulkan™ Driver Version - 2.0.116
Vulkan™ API Version - 1.1.125

--- Hardware Information ---
Graphics Card Manufacturer - Powered by AMD
Graphics Chipset - AMD Radeon(TM) Graphics
Device ID - 1636
Vendor ID - 1002
SubSystem ID - 507E
SubSystem Vendor ID - 17AA
Revision ID - D1
Bus Type - PCI
Current Bus Settings - PCI
BIOS Version - 017.010.000.015
BIOS Part Number - 113-RENOIR-026
BIOS Date - 2020/03/10 02:21
Memory Size - 512 MB
Memory Type - DDR4
Memory Clock - 1333 MHz
Core Clock - 1600 MHz
Total Memory Bandwidth - 21 GByte/s
Memory Bit Rate - 2.67 Gbps
2D Driver File Path - /REGISTRY/MACHINE/SYSTEM/CurrentControlSet/Control/Class/{4d36e968-e325-11ce-bfc1-08002be10318}/0000
OpenGL® API Version - 4.6
OpenCL™ API Version - 2.0

Hopefully something in there is somewhat helpful.

The problem:

Currently I have to use the "nomodeset" kernel parameter to boot the system. This is sub-optimal for multiple reasons.
I am currently logging in through a TTY, and doing stuff from there.
I can launch Xorg (I'm using it to type this post), and my CPU usage appears reasonable at first, but there are very obvious problems when running GPU-accelerated programs, and Picom also fails to run.

If I attempt to boot the system without the nomodeset parameter, it hangs before the login prompt. This is very frustrating, and also doesn't make much sense to me, as I don't see how nomodeset prevents the crash. Hopefully someone can share some insight on that.

Things I have attempted:

At first when I encountered this issue, I assumed installing one of the xf86-video packages would fix the problem. I have installed xf86-video-amdgpu, xf86-video-ati, xf86-video-vesa, and all 3 at once - still hangs without the nomodeset parameter.

I currently have the following installed:

extra/xf86-video-ati 1:19.1.0-2 (xorg-drivers) [installed]
    X.org ati video driver
extra/xf86-video-fbdev 0.5.0-2 (xorg-drivers) [installed]
    X.org framebuffer video driver
extra/xf86-video-vesa 2.5.0-1 (xorg-drivers xorg) [installed]
    X.org vesa video driver

Not sure which of those are doing anything, but they're there.

I also went down the path of trying the AMDGPU-PRO drivers, to no avail. It's possible that I didn't install them correctly, or that they're not even relevant to my GPU. If that's the case, and they should work, someone will need to tell me exactly what I need to do to get them working.

More Info:

Here's the output of journalctl -b on a boot using nomodeset:

-- Logs begin at Wed 2020-10-14 10:54:09 AEDT, end at Fri 2020-10-16 18:12:08 AEDT. --
Oct 16 17:13:11 LenovoL15 kernel: Linux version 5.8.14-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Wed, 07 Oct 2020 23:59:46 +0000
Oct 16 17:13:11 LenovoL15 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 nomodeset
Oct 16 17:13:11 LenovoL15 kernel: KERNEL supported cpus:
Oct 16 17:13:11 LenovoL15 kernel:   Intel GenuineIntel
Oct 16 17:13:11 LenovoL15 kernel:   AMD AuthenticAMD
Oct 16 17:13:11 LenovoL15 kernel:   Hygon HygonGenuine
Oct 16 17:13:11 LenovoL15 kernel:   Centaur CentaurHauls
Oct 16 17:13:11 LenovoL15 kernel:   zhaoxin   Shanghai  
Oct 16 17:13:11 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 16 17:13:11 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 16 17:13:11 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 16 17:13:11 LenovoL15 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 16 17:13:11 LenovoL15 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Oct 16 17:13:11 LenovoL15 kernel: BIOS-provided physical RAM map:
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009d20fff] reserved
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009d21000-0x0000000009efffff] usable
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000c70ccfff] usable
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c70cd000-0x00000000c72ccfff] type 20
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c72cd000-0x00000000ca97dfff] reserved
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ca97e000-0x00000000cc97dfff] ACPI NVS
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc97e000-0x00000000cc9fdfff] ACPI data
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc9fe000-0x00000000cdffffff] usable
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
Oct 16 17:13:11 LenovoL15 kernel: BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
Oct 16 17:13:11 LenovoL15 kernel: NX (Execute Disable) protection: active
Oct 16 17:13:11 LenovoL15 kernel: efi: EFI v2.70 by Lenovo
Oct 16 17:13:11 LenovoL15 kernel: efi: ACPI=0xcc9fd000 ACPI 2.0=0xcc9fd014 SMBIOS=0xc8895000 SMBIOS 3.0=0xc8888000 TPMFinalLog=0xcc82d000 MEMATTR=0xc2ee0018 ESRT=0xc75b8000 
Oct 16 17:13:11 LenovoL15 kernel: SMBIOS 3.2.0 present.
Oct 16 17:13:11 LenovoL15 kernel: DMI: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
Oct 16 17:13:11 LenovoL15 kernel: tsc: Fast TSC calibration using PIT
Oct 16 17:13:11 LenovoL15 kernel: tsc: Detected 1696.693 MHz processor
Oct 16 17:13:11 LenovoL15 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 16 17:13:11 LenovoL15 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 16 17:13:11 LenovoL15 kernel: last_pfn = 0x40f340 max_arch_pfn = 0x400000000
Oct 16 17:13:11 LenovoL15 kernel: MTRR default type: uncachable
Oct 16 17:13:11 LenovoL15 kernel: MTRR fixed ranges enabled:
Oct 16 17:13:11 LenovoL15 kernel:   00000-9FFFF write-back
Oct 16 17:13:11 LenovoL15 kernel:   A0000-BFFFF uncachable
Oct 16 17:13:11 LenovoL15 kernel:   C0000-FFFFF write-protect
Oct 16 17:13:11 LenovoL15 kernel: MTRR variable ranges enabled:
Oct 16 17:13:11 LenovoL15 kernel:   0 base 000000000000 mask FFFF80000000 write-back
Oct 16 17:13:11 LenovoL15 kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Oct 16 17:13:11 LenovoL15 kernel:   2 base 0000C0000000 mask FFFFF0000000 write-back
Oct 16 17:13:11 LenovoL15 kernel:   3 base 0000FF000000 mask FFFFFF000000 write-protect
Oct 16 17:13:11 LenovoL15 kernel:   4 disabled
Oct 16 17:13:11 LenovoL15 kernel:   5 disabled
Oct 16 17:13:11 LenovoL15 kernel:   6 disabled
Oct 16 17:13:11 LenovoL15 kernel:   7 disabled
Oct 16 17:13:11 LenovoL15 kernel: TOM2: 0000000430000000 aka 17152M
Oct 16 17:13:11 LenovoL15 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 16 17:13:11 LenovoL15 kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Oct 16 17:13:11 LenovoL15 kernel: esrt: Reserving ESRT space from 0x00000000c75b8000 to 0x00000000c75b8088.
Oct 16 17:13:11 LenovoL15 kernel: check: Scanning 1 areas for low memory corruption
Oct 16 17:13:11 LenovoL15 kernel: Using GB pages for direct mapping
Oct 16 17:13:11 LenovoL15 kernel: Secure boot could not be determined
Oct 16 17:13:11 LenovoL15 kernel: RAMDISK: [mem 0x36c93000-0x37640fff]
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Early table checksum verification disabled
Oct 16 17:13:11 LenovoL15 kernel: ACPI: RSDP 0x00000000CC9FD014 000024 (v02 LENOVO)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: XSDT 0x00000000CC9FB188 0000FC (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: FACP 0x00000000C75E5000 000114 (v06 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: DSDT 0x00000000C75D1000 00DF37 (v01 LENOVO TP-R19   00001120 INTL 20180313)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: FACS 0x00000000CBF7A000 000040
Oct 16 17:13:11 LenovoL15 kernel: ACPI: SSDT 0x00000000C889C000 00077C (v02 LENOVO UsbCTabl 00001000 INTL 20180313)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: SSDT 0x00000000C8874000 007216 (v02 LENOVO TP-R19   00000002 MSFT 04000000)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: IVRS 0x00000000C8873000 0001A4 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: SSDT 0x00000000C884F000 000266 (v01 LENOVO STD3     00000001 INTL 20180313)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: SSDT 0x00000000C883B000 00064C (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: TPM2 0x00000000C883A000 000034 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: MSDM 0x00000000C8802000 000055 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: BATB 0x00000000C87EC000 00004A (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: HPET 0x00000000C75E4000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: APIC 0x00000000C75E3000 000138 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: MCFG 0x00000000C75E2000 00003C (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: SBST 0x00000000C75E1000 000030 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: WSMT 0x00000000C75E0000 000028 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: SSDT 0x00000000C75DF000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: VFCT 0x00000000C75C3000 00D484 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BF000 0039F4 (v01 LENOVO TP-R19   00000001 AMD  00000001)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: CRAT 0x00000000C75BE000 000F00 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: CDIT 0x00000000C75BD000 000029 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: FPDT 0x00000000C8814000 000034 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BB000 0013CF (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B9000 001576 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B4000 00353C (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: BGRT 0x00000000C75B3000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: UEFI 0x00000000CBF79000 000116 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: SSDT 0x00000000C889A000 000090 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: SSDT 0x00000000C8899000 0009AD (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 16 17:13:11 LenovoL15 kernel: No NUMA configuration found
Oct 16 17:13:11 LenovoL15 kernel: Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
Oct 16 17:13:11 LenovoL15 kernel: NODE_DATA(0) allocated [mem 0x40f33c000-0x40f33ffff]
Oct 16 17:13:11 LenovoL15 kernel: Zone ranges:
Oct 16 17:13:11 LenovoL15 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 16 17:13:11 LenovoL15 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 16 17:13:11 LenovoL15 kernel:   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
Oct 16 17:13:11 LenovoL15 kernel:   Device   empty
Oct 16 17:13:11 LenovoL15 kernel: Movable zone start for each node
Oct 16 17:13:11 LenovoL15 kernel: Early memory node ranges
Oct 16 17:13:11 LenovoL15 kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Oct 16 17:13:11 LenovoL15 kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
Oct 16 17:13:11 LenovoL15 kernel:   node   0: [mem 0x0000000009d21000-0x0000000009efffff]
Oct 16 17:13:11 LenovoL15 kernel:   node   0: [mem 0x0000000009f0d000-0x00000000c70ccfff]
Oct 16 17:13:11 LenovoL15 kernel:   node   0: [mem 0x00000000cc9fe000-0x00000000cdffffff]
Oct 16 17:13:11 LenovoL15 kernel:   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
Oct 16 17:13:11 LenovoL15 kernel: Zeroed struct page in unavailable ranges: 34689 pages
Oct 16 17:13:11 LenovoL15 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
Oct 16 17:13:11 LenovoL15 kernel: On node 0 totalpages: 4028543
Oct 16 17:13:11 LenovoL15 kernel:   DMA zone: 64 pages used for memmap
Oct 16 17:13:11 LenovoL15 kernel:   DMA zone: 23 pages reserved
Oct 16 17:13:11 LenovoL15 kernel:   DMA zone: 3998 pages, LIFO batch:0
Oct 16 17:13:11 LenovoL15 kernel:   DMA32 zone: 12759 pages used for memmap
Oct 16 17:13:11 LenovoL15 kernel:   DMA32 zone: 816545 pages, LIFO batch:63
Oct 16 17:13:11 LenovoL15 kernel:   Normal zone: 50125 pages used for memmap
Oct 16 17:13:11 LenovoL15 kernel:   Normal zone: 3208000 pages, LIFO batch:63
Oct 16 17:13:11 LenovoL15 kernel: ACPI: PM-Timer IO Port: 0x408
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Oct 16 17:13:11 LenovoL15 kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
Oct 16 17:13:11 LenovoL15 kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
Oct 16 17:13:11 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: IRQ0 used by override.
Oct 16 17:13:11 LenovoL15 kernel: ACPI: IRQ9 used by override.
Oct 16 17:13:11 LenovoL15 kernel: Using ACPI (MADT) for SMP configuration information
Oct 16 17:13:11 LenovoL15 kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Oct 16 17:13:11 LenovoL15 kernel: e820: update [mem 0xc2cf5000-0xc2d85fff] usable ==> reserved
Oct 16 17:13:11 LenovoL15 kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09d20fff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc2cf5000-0xc2d85fff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc70cd000-0xc72ccfff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc72cd000-0xca97dfff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xca97e000-0xcc97dfff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xcc97e000-0xcc9fdfff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfed7ffff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Oct 16 17:13:11 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
Oct 16 17:13:11 LenovoL15 kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Oct 16 17:13:11 LenovoL15 kernel: Booting paravirtualized kernel on bare hardware
Oct 16 17:13:11 LenovoL15 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 16 17:13:11 LenovoL15 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Oct 16 17:13:11 LenovoL15 kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Oct 16 17:13:11 LenovoL15 kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Oct 16 17:13:11 LenovoL15 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Oct 16 17:13:11 LenovoL15 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3965572
Oct 16 17:13:11 LenovoL15 kernel: Policy zone: Normal
Oct 16 17:13:11 LenovoL15 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 nomodeset
Oct 16 17:13:11 LenovoL15 kernel: You have booted with nomodeset. This means your GPU drivers are DISABLED
Oct 16 17:13:11 LenovoL15 kernel: Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
Oct 16 17:13:11 LenovoL15 kernel: Unless you actually understand what nomodeset does, you should reboot without enabling it
Oct 16 17:13:11 LenovoL15 kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 16 17:13:11 LenovoL15 kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 16 17:13:11 LenovoL15 kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Oct 16 17:13:11 LenovoL15 kernel: Memory: 15678284K/16114172K available (14339K kernel code, 1480K rwdata, 7916K rodata, 1644K init, 3024K bss, 435888K reserved, 0K cma-reserved)
Oct 16 17:13:11 LenovoL15 kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x600 with crng_init=0
Oct 16 17:13:11 LenovoL15 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Oct 16 17:13:11 LenovoL15 kernel: ftrace: allocating 40121 entries in 157 pages
Oct 16 17:13:11 LenovoL15 kernel: ftrace: allocated 157 pages with 5 groups
Oct 16 17:13:11 LenovoL15 kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 16 17:13:11 LenovoL15 kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 16 17:13:11 LenovoL15 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Oct 16 17:13:11 LenovoL15 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 16 17:13:11 LenovoL15 kernel:         Trampoline variant of Tasks RCU enabled.
Oct 16 17:13:11 LenovoL15 kernel:         Rude variant of Tasks RCU enabled.
Oct 16 17:13:11 LenovoL15 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 16 17:13:11 LenovoL15 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Oct 16 17:13:11 LenovoL15 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Oct 16 17:13:11 LenovoL15 kernel: Console: colour dummy device 80x25
Oct 16 17:13:11 LenovoL15 kernel: printk: console [tty0] enabled
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Core revision 20200528
Oct 16 17:13:11 LenovoL15 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Oct 16 17:13:11 LenovoL15 kernel: APIC: Switch to symmetric I/O mode setup
Oct 16 17:13:11 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Oct 16 17:13:11 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Oct 16 17:13:11 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Oct 16 17:13:11 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Oct 16 17:13:11 LenovoL15 kernel: Switched APIC routing to physical flat.
Oct 16 17:13:11 LenovoL15 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 16 17:13:11 LenovoL15 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1874f346cf6, max_idle_ns: 440795243640 ns
Oct 16 17:13:11 LenovoL15 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3394.77 BogoMIPS (lpj=5655643)
Oct 16 17:13:11 LenovoL15 kernel: pid_max: default: 32768 minimum: 301
Oct 16 17:13:11 LenovoL15 kernel: LSM: Security Framework initializing
Oct 16 17:13:11 LenovoL15 kernel: Yama: becoming mindful.
Oct 16 17:13:11 LenovoL15 kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 16 17:13:11 LenovoL15 kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 16 17:13:11 LenovoL15 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Oct 16 17:13:11 LenovoL15 kernel: LVT offset 1 assigned for vector 0xf9
Oct 16 17:13:11 LenovoL15 kernel: LVT offset 2 assigned for vector 0xf4
Oct 16 17:13:11 LenovoL15 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Oct 16 17:13:11 LenovoL15 kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Oct 16 17:13:11 LenovoL15 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 16 17:13:11 LenovoL15 kernel: Spectre V2 : Mitigation: Full AMD retpoline
Oct 16 17:13:11 LenovoL15 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 16 17:13:11 LenovoL15 kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 16 17:13:11 LenovoL15 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 16 17:13:11 LenovoL15 kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Oct 16 17:13:11 LenovoL15 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Oct 16 17:13:11 LenovoL15 kernel: Freeing SMP alternatives memory: 32K
Oct 16 17:13:11 LenovoL15 kernel: smpboot: CPU0: AMD Ryzen 7 PRO 4750U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Oct 16 17:13:11 LenovoL15 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Oct 16 17:13:11 LenovoL15 kernel: ... version:                0
Oct 16 17:13:11 LenovoL15 kernel: ... bit width:              48
Oct 16 17:13:11 LenovoL15 kernel: ... generic registers:      6
Oct 16 17:13:11 LenovoL15 kernel: ... value mask:             0000ffffffffffff
Oct 16 17:13:11 LenovoL15 kernel: ... max period:             00007fffffffffff
Oct 16 17:13:11 LenovoL15 kernel: ... fixed-purpose events:   0
Oct 16 17:13:11 LenovoL15 kernel: ... event mask:             000000000000003f
Oct 16 17:13:11 LenovoL15 kernel: rcu: Hierarchical SRCU implementation.
Oct 16 17:13:11 LenovoL15 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 16 17:13:11 LenovoL15 kernel: smp: Bringing up secondary CPUs ...
Oct 16 17:13:11 LenovoL15 kernel: x86: Booting SMP configuration:
Oct 16 17:13:11 LenovoL15 kernel: .... node  #0, CPUs:        #1
Oct 16 17:13:11 LenovoL15 kernel: TSC synchronization [CPU#0 -> CPU#1]:
Oct 16 17:13:11 LenovoL15 kernel: Measured 348592412 cycles TSC warp between CPUs, turning off TSC clock.
Oct 16 17:13:11 LenovoL15 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Oct 16 17:13:11 LenovoL15 kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Oct 16 17:13:11 LenovoL15 kernel: smp: Brought up 1 node, 16 CPUs
Oct 16 17:13:11 LenovoL15 kernel: smpboot: Max logical packages: 1
Oct 16 17:13:11 LenovoL15 kernel: smpboot: Total of 16 processors activated (54315.43 BogoMIPS)
Oct 16 17:13:11 LenovoL15 kernel: devtmpfs: initialized
Oct 16 17:13:11 LenovoL15 kernel: x86/mm: Memory block size: 128MB
Oct 16 17:13:11 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
Oct 16 17:13:11 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0xca97e000-0xcc97dfff] (33554432 bytes)
Oct 16 17:13:11 LenovoL15 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 16 17:13:11 LenovoL15 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Oct 16 17:13:11 LenovoL15 kernel: pinctrl core: initialized pinctrl subsystem
Oct 16 17:13:11 LenovoL15 kernel: PM: RTC time: 06:13:10, date: 2020-10-16
Oct 16 17:13:11 LenovoL15 kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 16 17:13:11 LenovoL15 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 16 17:13:11 LenovoL15 kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 16 17:13:11 LenovoL15 kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 16 17:13:11 LenovoL15 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 16 17:13:11 LenovoL15 kernel: NET: Registered protocol family 16
Oct 16 17:13:11 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Oct 16 17:13:11 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 16 17:13:11 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 16 17:13:11 LenovoL15 kernel: audit: initializing netlink subsys (disabled)
Oct 16 17:13:11 LenovoL15 kernel: audit: type=2000 audit(1602828790.146:1): state=initialized audit_enabled=0 res=1
Oct 16 17:13:11 LenovoL15 kernel: cpuidle: using governor ladder
Oct 16 17:13:11 LenovoL15 kernel: cpuidle: using governor menu
Oct 16 17:13:11 LenovoL15 kernel: ACPI: bus type PCI registered
Oct 16 17:13:11 LenovoL15 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 16 17:13:11 LenovoL15 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 16 17:13:11 LenovoL15 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 16 17:13:11 LenovoL15 kernel: PCI: Using configuration type 1 for base access
Oct 16 17:13:11 LenovoL15 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 16 17:13:11 LenovoL15 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Added _OSI(Module Device)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Added _OSI(Processor Device)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Oct 16 17:13:11 LenovoL15 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 16 17:13:11 LenovoL15 kernel: ACPI: EC: EC started
Oct 16 17:13:11 LenovoL15 kernel: ACPI: EC: interrupt blocked
Oct 16 17:13:11 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Interpreter enabled
Oct 16 17:13:11 LenovoL15 kernel: ACPI: (supports S0 S3 S4 S5)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 16 17:13:11 LenovoL15 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Power Resource [WRST] (on)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Power Resource [P0S0] (on)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Power Resource [P3S0] (on)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Power Resource [P0S1] (on)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Power Resource [P3S1] (on)
Oct 16 17:13:11 LenovoL15 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 16 17:13:11 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 16 17:13:11 LenovoL15 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Oct 16 17:13:11 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 16 17:13:11 LenovoL15 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 16 17:13:11 LenovoL15 kernel: PCI host bridge to bus 0000:00
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x430000000-0xffffffffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.1: enabling Extended Tags
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:01:00.0: [15b7:5006] type 00 class 0x010802
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd700000-0xfd703fff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:01:00.0: reg 0x20: [mem 0xfd704000-0xfd7040ff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.0: reg 0x10: [io  0x2400-0x24ff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfd614000-0xfd614fff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfd600000-0xfd603fff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.0: supports D1 D2
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.1: [10ec:816a] type 00 class 0x070002
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.1: reg 0x10: [io  0x2200-0x22ff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.1: reg 0x18: [mem 0xfd615000-0xfd615fff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.1: reg 0x20: [mem 0xfd604000-0xfd607fff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.1: supports D1 D2
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.2: [10ec:816b] type 00 class 0x070002
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.2: reg 0x10: [io  0x2100-0x21ff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.2: reg 0x18: [mem 0xfd616000-0xfd616fff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.2: reg 0x20: [mem 0xfd608000-0xfd60bfff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.2: supports D1 D2
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.3: [10ec:816c] type 00 class 0x0c0701
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.3: reg 0x10: [io  0x2000-0x20ff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.3: reg 0x18: [mem 0xfd617000-0xfd617fff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.3: reg 0x20: [mem 0xfd60c000-0xfd60ffff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.3: supports D1 D2
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.4: [10ec:816d] type 00 class 0x0c0320
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.4: reg 0x10: [mem 0xfd618000-0xfd618fff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.4: reg 0x18: [mem 0xfd610000-0xfd613fff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.4: PME# supported from D0 D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:03:00.0: [8086:2723] type 00 class 0x028000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfd500000-0xfd503fff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfd400000-0xfd400fff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:04:00.0: supports D1 D2
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.0: enabling Extended Tags
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.1: enabling Extended Tags
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.2: enabling Extended Tags
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.3: enabling Extended Tags
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.4: enabling Extended Tags
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.5: enabling Extended Tags
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.6: enabling Extended Tags
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 16 17:13:11 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 17:13:11 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 17:13:11 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 17:13:11 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 17:13:11 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 17:13:11 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 17:13:11 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 17:13:11 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 17:13:11 LenovoL15 kernel: ACPI: EC: interrupt unblocked
Oct 16 17:13:11 LenovoL15 kernel: ACPI: EC: event unblocked
Oct 16 17:13:11 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 16 17:13:11 LenovoL15 kernel: ACPI: EC: GPE=0x3
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Oct 16 17:13:11 LenovoL15 kernel: iommu: Default domain type: Translated 
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: setting as boot device
Oct 16 17:13:11 LenovoL15 kernel: vgaarb: loaded
Oct 16 17:13:11 LenovoL15 kernel: SCSI subsystem initialized
Oct 16 17:13:11 LenovoL15 kernel: libata version 3.00 loaded.
Oct 16 17:13:11 LenovoL15 kernel: ACPI: bus type USB registered
Oct 16 17:13:11 LenovoL15 kernel: usbcore: registered new interface driver usbfs
Oct 16 17:13:11 LenovoL15 kernel: usbcore: registered new interface driver hub
Oct 16 17:13:11 LenovoL15 kernel: usbcore: registered new device driver usb
Oct 16 17:13:11 LenovoL15 kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 16 17:13:11 LenovoL15 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 16 17:13:11 LenovoL15 kernel: PTP clock support registered
Oct 16 17:13:11 LenovoL15 kernel: EDAC MC: Ver: 3.0.0
Oct 16 17:13:11 LenovoL15 kernel: Registered efivars operations
Oct 16 17:13:11 LenovoL15 kernel: NetLabel: Initializing
Oct 16 17:13:11 LenovoL15 kernel: NetLabel:  domain hash size = 128
Oct 16 17:13:11 LenovoL15 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 16 17:13:11 LenovoL15 kernel: NetLabel:  unlabeled traffic allowed by default
Oct 16 17:13:11 LenovoL15 kernel: PCI: Using ACPI for IRQ routing
Oct 16 17:13:11 LenovoL15 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 16 17:13:11 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 16 17:13:11 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
Oct 16 17:13:11 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Oct 16 17:13:11 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc2cf5000-0xc3ffffff]
Oct 16 17:13:11 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc70cd000-0xc7ffffff]
Oct 16 17:13:11 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Oct 16 17:13:11 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
Oct 16 17:13:11 LenovoL15 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 16 17:13:11 LenovoL15 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Oct 16 17:13:11 LenovoL15 kernel: clocksource: Switched to clocksource hpet
Oct 16 17:13:11 LenovoL15 kernel: VFS: Disk quotas dquot_6.6.0
Oct 16 17:13:11 LenovoL15 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 16 17:13:11 LenovoL15 kernel: pnp: PnP ACPI init
Oct 16 17:13:11 LenovoL15 kernel: system 00:00: [io  0x0f50-0x0f51] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 16 17:13:11 LenovoL15 kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0530-0x0537] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0400-0x0427] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0430] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0440-0x0447] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0b00-0x0b1f] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0c14] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0cd0-0x0cd1] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0cd2-0x0cd3] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0cd4-0x0cd5] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0cd6-0x0cd7] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x0cf9] could not be reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x8100-0x81ff window] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: [io  0x8200-0x82ff window] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 16 17:13:11 LenovoL15 kernel: system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
Oct 16 17:13:11 LenovoL15 kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 16 17:13:11 LenovoL15 kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Oct 16 17:13:11 LenovoL15 kernel: pnp 00:05: Plug and Play ACPI device, IDs LEN0411 PNP0f13 (active)
Oct 16 17:13:11 LenovoL15 kernel: pnp: PnP ACPI: found 6 devices
Oct 16 17:13:11 LenovoL15 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 16 17:13:11 LenovoL15 kernel: NET: Registered protocol family 2
Oct 16 17:13:11 LenovoL15 kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 16 17:13:11 LenovoL15 kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 16 17:13:11 LenovoL15 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 16 17:13:11 LenovoL15 kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 16 17:13:11 LenovoL15 kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 16 17:13:11 LenovoL15 kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 16 17:13:11 LenovoL15 kernel: NET: Registered protocol family 1
Oct 16 17:13:11 LenovoL15 kernel: NET: Registered protocol family 44
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfd3fffff]
Oct 16 17:13:11 LenovoL15 kernel: pci_bus 0000:06: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Oct 16 17:13:11 LenovoL15 kernel: PCI: CLS 32 bytes, default 64
Oct 16 17:13:11 LenovoL15 kernel: Trying to unpack rootfs image as initramfs...
Oct 16 17:13:11 LenovoL15 kernel: Freeing initrd memory: 9912K
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:01.0: Adding to iommu group 0
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.0: Adding to iommu group 1
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.1: Adding to iommu group 2
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.2: Adding to iommu group 3
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.3: Adding to iommu group 4
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:02.4: Adding to iommu group 5
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.0: Adding to iommu group 6
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:08.1: Adding to iommu group 6
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:14.0: Adding to iommu group 7
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:14.3: Adding to iommu group 7
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.0: Adding to iommu group 8
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.1: Adding to iommu group 8
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.2: Adding to iommu group 8
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.3: Adding to iommu group 8
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.4: Adding to iommu group 8
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.5: Adding to iommu group 8
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.6: Adding to iommu group 8
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:18.7: Adding to iommu group 8
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:01:00.0: Adding to iommu group 9
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.0: Adding to iommu group 10
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.1: Adding to iommu group 10
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.2: Adding to iommu group 10
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.3: Adding to iommu group 10
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:02:00.4: Adding to iommu group 10
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:03:00.0: Adding to iommu group 11
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:04:00.0: Adding to iommu group 12
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.0: Adding to iommu group 6
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.1: Adding to iommu group 6
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.2: Adding to iommu group 6
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.3: Adding to iommu group 6
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.4: Adding to iommu group 6
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.5: Adding to iommu group 6
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:06:00.6: Adding to iommu group 6
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Oct 16 17:13:11 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
Oct 16 17:13:11 LenovoL15 kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
Oct 16 17:13:11 LenovoL15 kernel: AMD-Vi: Interrupt remapping enabled
Oct 16 17:13:11 LenovoL15 kernel: AMD-Vi: Virtual APIC enabled
Oct 16 17:13:11 LenovoL15 kernel: AMD-Vi: X2APIC enabled
Oct 16 17:13:11 LenovoL15 kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Oct 16 17:13:11 LenovoL15 kernel: amd_uncore: AMD NB counters detected
Oct 16 17:13:11 LenovoL15 kernel: amd_uncore: AMD LLC counters detected
Oct 16 17:13:11 LenovoL15 kernel: LVT offset 0 assigned for vector 0x400
Oct 16 17:13:11 LenovoL15 kernel: perf: AMD IBS detected (0x000003ff)
Oct 16 17:13:11 LenovoL15 kernel: check: Scanning for low memory corruption every 60 seconds
Oct 16 17:13:11 LenovoL15 kernel: Initialise system trusted keyrings
Oct 16 17:13:11 LenovoL15 kernel: Key type blacklist registered
Oct 16 17:13:11 LenovoL15 kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 16 17:13:11 LenovoL15 kernel: zbud: loaded
Oct 16 17:13:11 LenovoL15 kernel: Key type asymmetric registered
Oct 16 17:13:11 LenovoL15 kernel: Asymmetric key parser 'x509' registered
Oct 16 17:13:11 LenovoL15 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Oct 16 17:13:11 LenovoL15 kernel: io scheduler mq-deadline registered
Oct 16 17:13:11 LenovoL15 kernel: io scheduler kyber registered
Oct 16 17:13:11 LenovoL15 kernel: io scheduler bfq registered
Oct 16 17:13:11 LenovoL15 kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 26
Oct 16 17:13:11 LenovoL15 kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 27
Oct 16 17:13:11 LenovoL15 kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 28
Oct 16 17:13:11 LenovoL15 kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 29
Oct 16 17:13:11 LenovoL15 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 30
Oct 16 17:13:11 LenovoL15 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 16 17:13:11 LenovoL15 kernel: efifb: probing for efifb
Oct 16 17:13:11 LenovoL15 kernel: efifb: framebuffer at 0x460000000, using 8128k, total 8128k
Oct 16 17:13:11 LenovoL15 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Oct 16 17:13:11 LenovoL15 kernel: efifb: scrolling: redraw
Oct 16 17:13:11 LenovoL15 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 16 17:13:11 LenovoL15 kernel: fbcon: Deferring console take-over
Oct 16 17:13:11 LenovoL15 kernel: fb0: EFI VGA frame buffer device
Oct 16 17:13:11 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Power Button [PWRB]
Oct 16 17:13:11 LenovoL15 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Lid Switch [LID]
Oct 16 17:13:11 LenovoL15 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Sleep Button [SLPB]
Oct 16 17:13:11 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Power Button [PWRF]
Oct 16 17:13:11 LenovoL15 kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Oct 16 17:13:11 LenovoL15 kernel: acpi device:09: registered as cooling_device0
Oct 16 17:13:11 LenovoL15 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4
Oct 16 17:13:11 LenovoL15 kernel: Monitor-Mwait will be used to enter C-1 state
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
Oct 16 17:13:11 LenovoL15 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 16 17:13:11 LenovoL15 kernel: serial 0000:02:00.1: enabling device (0000 -> 0003)
Oct 16 17:13:11 LenovoL15 kernel: 0000:02:00.1: ttyS0 at I/O 0x2200 (irq = 31, base_baud = 115200) is a 16550A
Oct 16 17:13:11 LenovoL15 kernel: serial 0000:02:00.2: enabling device (0000 -> 0003)
Oct 16 17:13:11 LenovoL15 kernel: 0000:02:00.2: ttyS1 at I/O 0x2100 (irq = 32, base_baud = 115200) is a 16550A
Oct 16 17:13:11 LenovoL15 kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 16 17:13:11 LenovoL15 kernel: nvme nvme0: pci function 0000:01:00.0
Oct 16 17:13:11 LenovoL15 kernel: usbcore: registered new interface driver usbserial_generic
Oct 16 17:13:11 LenovoL15 kernel: usbserial: USB Serial support registered for generic
Oct 16 17:13:11 LenovoL15 kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 16 17:13:11 LenovoL15 kernel: rtc_cmos 00:01: registered as rtc0
Oct 16 17:13:11 LenovoL15 kernel: rtc_cmos 00:01: setting system clock to 2020-10-16T06:13:10 UTC (1602828790)
Oct 16 17:13:11 LenovoL15 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 16 17:13:11 LenovoL15 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 16 17:13:11 LenovoL15 kernel: drop_monitor: Initializing network drop monitor service
Oct 16 17:13:11 LenovoL15 kernel: NET: Registered protocol family 10
Oct 16 17:13:11 LenovoL15 kernel: Segment Routing with IPv6
Oct 16 17:13:11 LenovoL15 kernel: RPL Segment Routing with IPv6
Oct 16 17:13:11 LenovoL15 kernel: NET: Registered protocol family 17
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU0: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU1: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU2: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU3: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU4: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU5: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU6: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU7: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU8: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU9: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU10: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU11: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU12: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU13: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU14: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: CPU15: patch_level=0x08600106
Oct 16 17:13:11 LenovoL15 kernel: microcode: Microcode Update Driver: v2.2.
Oct 16 17:13:11 LenovoL15 kernel: resctrl: L3 allocation detected
Oct 16 17:13:11 LenovoL15 kernel: resctrl: L3DATA allocation detected
Oct 16 17:13:11 LenovoL15 kernel: resctrl: L3CODE allocation detected
Oct 16 17:13:11 LenovoL15 kernel: resctrl: MB allocation detected
Oct 16 17:13:11 LenovoL15 kernel: resctrl: L3 monitoring detected
Oct 16 17:13:11 LenovoL15 kernel: IPI shorthand broadcast: enabled
Oct 16 17:13:11 LenovoL15 kernel: registered taskstats version 1
Oct 16 17:13:11 LenovoL15 kernel: Loading compiled-in X.509 certificates
Oct 16 17:13:11 LenovoL15 kernel: nvme nvme0: 16/0/0 default/read/poll queues
Oct 16 17:13:11 LenovoL15 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 11a0710cbe6bfa0ab549a1cf25fb3e15e9a29f7f'
Oct 16 17:13:11 LenovoL15 kernel: zswap: loaded using pool lz4/z3fold
Oct 16 17:13:11 LenovoL15 kernel: Key type ._fscrypt registered
Oct 16 17:13:11 LenovoL15 kernel: Key type .fscrypt registered
Oct 16 17:13:11 LenovoL15 kernel: Key type fscrypt-provisioning registered
Oct 16 17:13:11 LenovoL15 kernel: PM:   Magic number: 8:30:216
Oct 16 17:13:11 LenovoL15 kernel: RAS: Correctable Errors collector initialized.
Oct 16 17:13:11 LenovoL15 kernel: Unstable clock detected, switching default tracing clock to "global"
                                  If you want to keep using the local clock, then add:
                                    "trace_clock=local"
                                  on the kernel command line
Oct 16 17:13:11 LenovoL15 kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Oct 16 17:13:11 LenovoL15 kernel: Freeing unused decrypted memory: 2040K
Oct 16 17:13:11 LenovoL15 kernel: Freeing unused kernel image (initmem) memory: 1644K
Oct 16 17:13:11 LenovoL15 kernel: Write protecting the kernel read-only data: 24576k
Oct 16 17:13:11 LenovoL15 kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Oct 16 17:13:11 LenovoL15 kernel: Freeing unused kernel image (rodata/data gap) memory: 276K
Oct 16 17:13:11 LenovoL15 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 16 17:13:11 LenovoL15 kernel: Run /init as init process
Oct 16 17:13:11 LenovoL15 kernel:   with arguments:
Oct 16 17:13:11 LenovoL15 kernel:     /init
Oct 16 17:13:11 LenovoL15 kernel:   with environment:
Oct 16 17:13:11 LenovoL15 kernel:     HOME=/
Oct 16 17:13:11 LenovoL15 kernel:     TERM=linux
Oct 16 17:13:11 LenovoL15 kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Oct 16 17:13:11 LenovoL15 kernel: fbcon: Taking over console
Oct 16 17:13:11 LenovoL15 kernel: Console: switching to colour frame buffer device 240x67
Oct 16 17:13:11 LenovoL15 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 16 17:13:11 LenovoL15 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 16 17:13:11 LenovoL15 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 16 17:13:11 LenovoL15 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 16 17:13:11 LenovoL15 kernel: rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
Oct 16 17:13:11 LenovoL15 kernel: ehci-pci: EHCI PCI platform driver
Oct 16 17:13:11 LenovoL15 kernel: ehci-pci 0000:02:00.4: EHCI Host Controller
Oct 16 17:13:11 LenovoL15 kernel: ehci-pci 0000:02:00.4: new USB bus registered, assigned bus number 1
Oct 16 17:13:11 LenovoL15 kernel: ehci-pci 0000:02:00.4: irq 53, io mem 0xfd618000
Oct 16 17:13:11 LenovoL15 kernel: ehci-pci 0000:02:00.4: USB 0.0 started, EHCI 1.00
Oct 16 17:13:11 LenovoL15 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
Oct 16 17:13:11 LenovoL15 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 16 17:13:11 LenovoL15 kernel: usb usb1: Product: EHCI Host Controller
Oct 16 17:13:11 LenovoL15 kernel: usb usb1: Manufacturer: Linux 5.8.14-arch1-1 ehci_hcd
Oct 16 17:13:11 LenovoL15 kernel: usb usb1: SerialNumber: 0000:02:00.4
Oct 16 17:13:11 LenovoL15 kernel: hub 1-0:1.0: USB hub found
Oct 16 17:13:11 LenovoL15 kernel: hub 1-0:1.0: 1 port detected
Oct 16 17:13:11 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 16 17:13:11 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
Oct 16 17:13:11 LenovoL15 kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 16 17:13:11 LenovoL15 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
Oct 16 17:13:11 LenovoL15 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 16 17:13:11 LenovoL15 kernel: usb usb2: Product: xHCI Host Controller
Oct 16 17:13:11 LenovoL15 kernel: usb usb2: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
Oct 16 17:13:11 LenovoL15 kernel: usb usb2: SerialNumber: 0000:06:00.3
Oct 16 17:13:11 LenovoL15 kernel: hub 2-0:1.0: USB hub found
Oct 16 17:13:11 LenovoL15 kernel: hub 2-0:1.0: 4 ports detected
Oct 16 17:13:11 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 16 17:13:11 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Oct 16 17:13:11 LenovoL15 kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Oct 16 17:13:11 LenovoL15 kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 16 17:13:11 LenovoL15 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
Oct 16 17:13:11 LenovoL15 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 16 17:13:11 LenovoL15 kernel: usb usb3: Product: xHCI Host Controller
Oct 16 17:13:11 LenovoL15 kernel: usb usb3: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
Oct 16 17:13:11 LenovoL15 kernel: usb usb3: SerialNumber: 0000:06:00.3
Oct 16 17:13:11 LenovoL15 kernel: hub 3-0:1.0: USB hub found
Oct 16 17:13:11 LenovoL15 kernel: hub 3-0:1.0: 2 ports detected
Oct 16 17:13:11 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 16 17:13:11 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
Oct 16 17:13:11 LenovoL15 kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 16 17:13:11 LenovoL15 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
Oct 16 17:13:11 LenovoL15 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 16 17:13:11 LenovoL15 kernel: usb usb4: Product: xHCI Host Controller
Oct 16 17:13:11 LenovoL15 kernel: usb usb4: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
Oct 16 17:13:11 LenovoL15 kernel: usb usb4: SerialNumber: 0000:06:00.4
Oct 16 17:13:11 LenovoL15 kernel: hub 4-0:1.0: USB hub found
Oct 16 17:13:11 LenovoL15 kernel: hub 4-0:1.0: 4 ports detected
Oct 16 17:13:11 LenovoL15 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Oct 16 17:13:11 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 16 17:13:11 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Oct 16 17:13:11 LenovoL15 kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 16 17:13:11 LenovoL15 kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 16 17:13:11 LenovoL15 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
Oct 16 17:13:11 LenovoL15 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 16 17:13:11 LenovoL15 kernel: usb usb5: Product: xHCI Host Controller
Oct 16 17:13:11 LenovoL15 kernel: usb usb5: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
Oct 16 17:13:11 LenovoL15 kernel: usb usb5: SerialNumber: 0000:06:00.4
Oct 16 17:13:11 LenovoL15 kernel: hub 5-0:1.0: USB hub found
Oct 16 17:13:11 LenovoL15 kernel: hub 5-0:1.0: 2 ports detected
Oct 16 17:13:11 LenovoL15 kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
Oct 16 17:13:11 LenovoL15 kernel: random: fast init done
Oct 16 17:13:11 LenovoL15 systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 16 17:13:11 LenovoL15 systemd[1]: Detected architecture x86-64.
Oct 16 17:13:11 LenovoL15 systemd[1]: Set hostname to <LenovoL15>.
Oct 16 17:13:11 LenovoL15 systemd[1]: Queued start job for default target Graphical Interface.
Oct 16 17:13:11 LenovoL15 systemd[1]: Created slice system-getty.slice.
Oct 16 17:13:11 LenovoL15 systemd[1]: Created slice system-modprobe.slice.
Oct 16 17:13:11 LenovoL15 systemd[1]: Created slice User and Session Slice.
Oct 16 17:13:11 LenovoL15 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 16 17:13:11 LenovoL15 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 16 17:13:11 LenovoL15 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Local Encrypted Volumes.
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Paths.
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Remote File Systems.
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Slices.
Oct 16 17:13:11 LenovoL15 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 16 17:13:11 LenovoL15 systemd[1]: Listening on Process Core Dump Socket.
Oct 16 17:13:11 LenovoL15 systemd[1]: Listening on Journal Audit Socket.
Oct 16 17:13:11 LenovoL15 systemd[1]: Listening on Journal Socket (/dev/log).
Oct 16 17:13:11 LenovoL15 systemd[1]: Listening on Journal Socket.
Oct 16 17:13:11 LenovoL15 systemd[1]: Listening on udev Control Socket.
Oct 16 17:13:11 LenovoL15 systemd[1]: Listening on udev Kernel Socket.
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounting Huge Pages File System...
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounting POSIX Message Queue File System...
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounting Kernel Debug File System...
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounting Kernel Trace File System...
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Create list of static device nodes for the current kernel...
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Load Kernel Module drm...
Oct 16 17:13:11 LenovoL15 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 16 17:13:11 LenovoL15 systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Journal Service...
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Load Kernel Modules...
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 16 17:13:11 LenovoL15 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Coldplug All udev Devices...
Oct 16 17:13:11 LenovoL15 kernel: Linux agpgart interface v0.103
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounted Huge Pages File System.
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounted POSIX Message Queue File System.
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounted Kernel Debug File System.
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounted Kernel Trace File System.
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Create list of static device nodes for the current kernel.
Oct 16 17:13:11 LenovoL15 kernel: acpi_call: loading out-of-tree module taints kernel.
Oct 16 17:13:11 LenovoL15 kernel: acpi_call: module verification failed: signature and/or required key missing - tainting kernel
Oct 16 17:13:11 LenovoL15 kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 16 17:13:11 LenovoL15 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Oct 16 17:13:11 LenovoL15 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Load/Save Random Seed...
Oct 16 17:13:11 LenovoL15 kernel: Asymmetric key parser 'pkcs8' registered
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Create System Users...
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Load Kernel Modules.
Oct 16 17:13:11 LenovoL15 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounting Kernel Configuration File System...
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Apply Kernel Variables...
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounted Kernel Configuration File System.
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Apply Kernel Variables.
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Create System Users.
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 16 17:13:11 LenovoL15 systemd[1]: modprobe@drm.service: Succeeded.
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Load Kernel Module drm.
Oct 16 17:13:11 LenovoL15 kernel: usb 2-4: new high-speed USB device number 2 using xhci_hcd
Oct 16 17:13:11 LenovoL15 kernel: usb 4-3: new high-speed USB device number 2 using xhci_hcd
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Local File Systems (Pre).
Oct 16 17:13:11 LenovoL15 systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Coldplug All udev Devices.
Oct 16 17:13:11 LenovoL15 kernel: usb 2-4: New USB device found, idVendor=27c6, idProduct=55b4, bcdDevice= 1.00
Oct 16 17:13:11 LenovoL15 kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 16 17:13:11 LenovoL15 kernel: usb 2-4: Product: Goodix FingerPrint Device
Oct 16 17:13:11 LenovoL15 kernel: usb 2-4: Manufacturer: Generic
Oct 16 17:13:11 LenovoL15 kernel: usb 4-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
Oct 16 17:13:11 LenovoL15 kernel: usb 4-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 16 17:13:11 LenovoL15 kernel: usb 4-3: Product: Integrated Camera
Oct 16 17:13:11 LenovoL15 kernel: usb 4-3: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 16 17:13:11 LenovoL15 kernel: usb 4-3: SerialNumber: 0001
Oct 16 17:13:11 LenovoL15 systemd-journald[308]: Journal started
Oct 16 17:13:11 LenovoL15 systemd-journald[308]: Runtime Journal (/run/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 8.0M, max 771.6M, 763.6M free.
Oct 16 17:13:11 LenovoL15 systemd-modules-load[309]: Inserted module 'acpi_call'
Oct 16 17:13:11 LenovoL15 systemd-modules-load[309]: Inserted module 'crypto_user'
Oct 16 17:13:11 LenovoL15 systemd-modules-load[309]: Inserted module 'pkcs8_key_parser'
Oct 16 17:13:11 LenovoL15 systemd-random-seed[314]: Kernel entropy pool is not initialized yet, waiting until it is.
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd-sysctl[317]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Oct 16 17:13:11 LenovoL15 systemd-sysctl[317]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Oct 16 17:13:11 LenovoL15 systemd-sysctl[317]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Oct 16 17:13:11 LenovoL15 systemd-sysctl[317]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Oct 16 17:13:11 LenovoL15 systemd-sysctl[317]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Oct 16 17:13:11 LenovoL15 systemd-sysctl[317]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 16 17:13:11 LenovoL15 systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Started Journal Service.
Oct 16 17:13:11 LenovoL15 kernel: audit: type=1130 audit(1602828791.249:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 kernel: audit: type=1130 audit(1602828791.249:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd-journald[308]: Time spent on flushing to /var/log/journal/04dce25a858d4cc68ebce80f9fad7628 is 85.022ms for 923 entries.
Oct 16 17:13:11 LenovoL15 systemd-journald[308]: System Journal (/var/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 136.0M, max 4.0G, 3.8G free.
Oct 16 17:13:11 LenovoL15 kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Oct 16 17:13:11 LenovoL15 kernel: ACPI: AC Adapter [AC] (on-line)
Oct 16 17:13:11 LenovoL15 kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 16 17:13:11 LenovoL15 kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 16 17:13:11 LenovoL15 kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 16 17:13:11 LenovoL15 kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 16 17:13:11 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 16 17:13:11 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 16 17:13:11 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 16 17:13:11 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
Oct 16 17:13:11 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 1
Oct 16 17:13:11 LenovoL15 kernel: IPMI message handler: version 39.2
Oct 16 17:13:11 LenovoL15 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Oct 16 17:13:11 LenovoL15 kernel: Adding 2097148k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:2097148k SSFS
Oct 16 17:13:11 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 Swap.
Oct 16 17:13:11 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 SYSTEM.
Oct 16 17:13:11 LenovoL15 systemd[1]: Activating swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c...
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounting /efi...
Oct 16 17:13:11 LenovoL15 systemd[1]: Activated swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c.
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Swap.
Oct 16 17:13:11 LenovoL15 kernel: audit: type=1130 audit(1602828791.356:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounted Temporary Directory (/tmp).
Oct 16 17:13:11 LenovoL15 kernel: usb 4-4: new full-speed USB device number 3 using xhci_hcd
Oct 16 17:13:11 LenovoL15 kernel: ccp 0000:06:00.2: enabling device (0000 -> 0002)
Oct 16 17:13:11 LenovoL15 kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Oct 16 17:13:11 LenovoL15 kernel: ccp 0000:06:00.2: tee enabled
Oct 16 17:13:11 LenovoL15 kernel: ccp 0000:06:00.2: psp enabled
Oct 16 17:13:11 LenovoL15 kernel: raid6: avx2x4   gen() 29976 MB/s
Oct 16 17:13:11 LenovoL15 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Oct 16 17:13:11 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Oct 16 17:13:11 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Oct 16 17:13:11 LenovoL15 kernel: ipmi device interface
Oct 16 17:13:11 LenovoL15 kernel: Non-volatile memory driver v1.3
Oct 16 17:13:11 LenovoL15 kernel: ipmi_si: IPMI System Interface driver
Oct 16 17:13:11 LenovoL15 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Oct 16 17:13:11 LenovoL15 kernel: ipmi_si: Unable to find any System Interface(s)
Oct 16 17:13:11 LenovoL15 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Oct 16 17:13:11 LenovoL15 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Oct 16 17:13:11 LenovoL15 kernel: tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
Oct 16 17:13:11 LenovoL15 kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Oct 16 17:13:11 LenovoL15 kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
Oct 16 17:13:11 LenovoL15 kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 16 17:13:11 LenovoL15 kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 16 17:13:11 LenovoL15 kernel: thinkpad_acpi: ThinkPad BIOS R19ET28W (1.12 ), EC R19HT27W
Oct 16 17:13:11 LenovoL15 kernel: thinkpad_acpi: Lenovo ThinkPad L15 Gen 1, model 20U7000JAU
Oct 16 17:13:11 LenovoL15 kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 16 17:13:11 LenovoL15 kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 16 17:13:11 LenovoL15 kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 16 17:13:11 LenovoL15 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 16 17:13:11 LenovoL15 kernel: r8169 0000:02:00.0: enabling device (0000 -> 0003)
Oct 16 17:13:11 LenovoL15 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 16 17:13:11 LenovoL15 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 16 17:13:11 LenovoL15 kernel: cfg80211: failed to load regulatory.db
Oct 16 17:13:11 LenovoL15 kernel: raid6: avx2x4   xor()  5625 MB/s
Oct 16 17:13:11 LenovoL15 kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Oct 16 17:13:11 LenovoL15 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Oct 16 17:13:11 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 16 17:13:11 LenovoL15 kernel: cryptd: max_cpu_qlen set to 1000
Oct 16 17:13:11 LenovoL15 systemd[1]: Mounted /efi.
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Local File Systems.
Oct 16 17:13:11 LenovoL15 kernel: libphy: r8169: probed
Oct 16 17:13:11 LenovoL15 kernel: r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 00:2b:67:cf:24:6a, XID 502, IRQ 78
Oct 16 17:13:11 LenovoL15 kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Oct 16 17:13:11 LenovoL15 kernel: AVX2 version of gcm_enc/dec engaged.
Oct 16 17:13:11 LenovoL15 kernel: AES CTR mode by8 optimization enabled
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Rebuild Dynamic Linker Cache...
Oct 16 17:13:11 LenovoL15 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 16 17:13:11 LenovoL15 kernel: Intel(R) Wireless WiFi driver for Linux
Oct 16 17:13:11 LenovoL15 kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Create Volatile Files and Directories...
Oct 16 17:13:11 LenovoL15 kernel: usb 4-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Oct 16 17:13:11 LenovoL15 kernel: usb 4-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 16 17:13:11 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Create Volatile Files and Directories.
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Rebuild Journal Catalog...
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 16 17:13:11 LenovoL15 kernel: raid6: avx2x2   gen() 14166 MB/s
Oct 16 17:13:11 LenovoL15 kernel: audit: type=1130 audit(1602828791.559:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
Oct 16 17:13:11 LenovoL15 kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
Oct 16 17:13:11 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
Oct 16 17:13:11 LenovoL15 audit[481]: SYSTEM_BOOT pid=481 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 kernel: audit: type=1127 audit(1602828791.569:6): pid=481 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 kernel: audit: type=1130 audit(1602828791.576:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Rebuild Journal Catalog.
Oct 16 17:13:11 LenovoL15 kernel: audit: type=1130 audit(1602828791.583:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Rebuild Dynamic Linker Cache.
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 kernel: audit: type=1130 audit(1602828791.589:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Update is Completed...
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Update is Completed.
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target System Initialization.
Oct 16 17:13:11 LenovoL15 kernel: audit: type=1130 audit(1602828791.603:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Started Daily man-db regeneration.
Oct 16 17:13:11 LenovoL15 systemd[1]: Started Daily verification of password and group files.
Oct 16 17:13:11 LenovoL15 systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 16 17:13:11 LenovoL15 kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
Oct 16 17:13:11 LenovoL15 kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
Oct 16 17:13:11 LenovoL15 kernel: iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
Oct 16 17:13:11 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
Oct 16 17:13:11 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug configuration: 0
Oct 16 17:13:11 LenovoL15 kernel: iwlwifi 0000:03:00.0: loaded firmware version 55.d9698065.0 cc-a0-55.ucode op_mode iwlmvm
Oct 16 17:13:11 LenovoL15 kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwl-debug-yoyo.bin failed with error -2
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Timers.
Oct 16 17:13:11 LenovoL15 systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Sockets.
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Basic System.
Oct 16 17:13:11 LenovoL15 systemd[1]: Started D-Bus System Message Bus.
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Network Manager...
Oct 16 17:13:11 LenovoL15 kernel: raid6: avx2x2   xor() 12624 MB/s
Oct 16 17:13:11 LenovoL15 audit: BPF prog-id=7 op=LOAD
Oct 16 17:13:11 LenovoL15 audit: BPF prog-id=8 op=LOAD
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting User Login Management...
Oct 16 17:13:11 LenovoL15 systemd-udevd[356]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 16 17:13:11 LenovoL15 NetworkManager[512]: <info>  [1602828791.6756] NetworkManager (version 1.26.4-1) is starting... (for the first time)
Oct 16 17:13:11 LenovoL15 NetworkManager[512]: <info>  [1602828791.6759] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 16 17:13:11 LenovoL15 systemd[1]: Started Network Manager.
Oct 16 17:13:11 LenovoL15 NetworkManager[512]: <info>  [1602828791.6792] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 16 17:13:11 LenovoL15 kernel: raid6: avx2x1   gen() 18839 MB/s
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Network.
Oct 16 17:13:11 LenovoL15 NetworkManager[512]: <info>  [1602828791.6835] manager[0x55b72cebb030]: monitoring kernel firmware directory '/lib/firmware'.
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Permit User Sessions...
Oct 16 17:13:11 LenovoL15 dbus-daemon[511]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1' (uid=0 pid=512 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 16 17:13:11 LenovoL15 audit: BPF prog-id=9 op=LOAD
Oct 16 17:13:11 LenovoL15 audit: BPF prog-id=10 op=LOAD
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting Hostname Service...
Oct 16 17:13:11 LenovoL15 systemd[1]: Finished Permit User Sessions.
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Started Getty on tty1.
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Login Prompts.
Oct 16 17:13:11 LenovoL15 kernel: thinkpad_acpi: battery 1 registered (start 75, stop 75)
Oct 16 17:13:11 LenovoL15 kernel: battery: new extension: ThinkPad Battery Extension
Oct 16 17:13:11 LenovoL15 kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
Oct 16 17:13:11 LenovoL15 kernel: raid6: avx2x1   xor() 18404 MB/s
Oct 16 17:13:11 LenovoL15 kernel: raid6: sse2x4   gen() 17756 MB/s
Oct 16 17:13:11 LenovoL15 kernel: raid6: sse2x4   xor()  6668 MB/s
Oct 16 17:13:11 LenovoL15 systemd-logind[513]: New seat seat0.
Oct 16 17:13:11 LenovoL15 systemd[1]: Started User Login Management.
Oct 16 17:13:11 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Multi-User System.
Oct 16 17:13:11 LenovoL15 systemd[1]: Reached target Graphical Interface.
Oct 16 17:13:11 LenovoL15 systemd[1]: Starting TLP system startup/shutdown...
Oct 16 17:13:11 LenovoL15 kernel: raid6: sse2x2   gen() 15257 MB/s
Oct 16 17:13:11 LenovoL15 kernel: raid6: sse2x2   xor() 12203 MB/s
Oct 16 17:13:11 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
Oct 16 17:13:11 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
Oct 16 17:13:11 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
Oct 16 17:13:11 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 16 17:13:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 16 17:13:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 16 17:13:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Oct 16 17:13:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Oct 16 17:13:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Oct 16 17:13:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Oct 16 17:13:12 LenovoL15 kernel: raid6: sse2x1   gen() 13068 MB/s
Oct 16 17:13:12 LenovoL15 kernel: [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
Oct 16 17:13:12 LenovoL15 kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Oct 16 17:13:12 LenovoL15 kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
Oct 16 17:13:12 LenovoL15 kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
Oct 16 17:13:12 LenovoL15 kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15
Oct 16 17:13:12 LenovoL15 kernel: raid6: sse2x1   xor()  9756 MB/s
Oct 16 17:13:12 LenovoL15 kernel: raid6: using algorithm avx2x4 gen() 29976 MB/s
Oct 16 17:13:12 LenovoL15 kernel: raid6: .... xor() 5625 MB/s, rmw enabled
Oct 16 17:13:12 LenovoL15 kernel: raid6: using avx2x2 recovery algorithm
Oct 16 17:13:12 LenovoL15 kernel: kvm: Nested Virtualization enabled
Oct 16 17:13:12 LenovoL15 kernel: SVM: kvm: Nested Paging enabled
Oct 16 17:13:12 LenovoL15 kernel: SVM: Virtual VMLOAD VMSAVE supported
Oct 16 17:13:12 LenovoL15 kernel: SVM: Virtual GIF supported
Oct 16 17:13:12 LenovoL15 kernel: xor: automatically using best checksumming function   avx       
Oct 16 17:13:12 LenovoL15 kernel: MCE: In-kernel MCE decoding enabled.
Oct 16 17:13:12 LenovoL15 systemd-logind[513]: Watching system buttons on /dev/input/event2 (Sleep Button)
Oct 16 17:13:12 LenovoL15 systemd-logind[513]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 16 17:13:12 LenovoL15 systemd-logind[513]: Watching system buttons on /dev/input/event0 (Power Button)
Oct 16 17:13:12 LenovoL15 systemd-logind[513]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Oct 16 17:13:12 LenovoL15 systemd-logind[513]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:12 LenovoL15 systemd-udevd[328]: Using default interface naming scheme 'v245'.
Oct 16 17:13:12 LenovoL15 systemd-udevd[328]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 16 17:13:12 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: renamed from eth0
Oct 16 17:13:12 LenovoL15 systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
Oct 16 17:13:12 LenovoL15 systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Oct 16 17:13:12 LenovoL15 systemd[1]: Reached target Sound Card.
Oct 16 17:13:12 LenovoL15 systemd-udevd[336]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 16 17:13:12 LenovoL15 systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Oct 16 17:13:12 LenovoL15 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Oct 16 17:13:12 LenovoL15 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Oct 16 17:13:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:12 LenovoL15 systemd-udevd[328]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Oct 16 17:13:12 LenovoL15 kernel: acp_pdm_mach acp_pdm_mach.0: snd_soc_register_card(acp) failed: -517
Oct 16 17:13:12 LenovoL15 kernel: acp_pdm_mach acp_pdm_mach.0: dmic-hifi <-> acp_rn_pdm_dma.0 mapping ok
Oct 16 17:13:12 LenovoL15 kernel: iwlwifi 0000:03:00.0: base HW address: 34:cf:f6:6a:00:36
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:12 LenovoL15 systemd-udevd[367]: controlC2: Process '/usr/bin/alsactl restore 2' failed with exit code 99.
Oct 16 17:13:12 LenovoL15 systemd-udevd[336]: Using default interface naming scheme 'v245'.
Oct 16 17:13:12 LenovoL15 kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Oct 16 17:13:12 LenovoL15 dbus-daemon[511]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 16 17:13:12 LenovoL15 systemd[1]: Started Hostname Service.
Oct 16 17:13:12 LenovoL15 systemd-udevd[336]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 16 17:13:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.2929] hostname: hostname: using hostnamed
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.2929] hostname: hostname changed from (none) to "LenovoL15"
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.2935] dns-mgr[0x55b72ce78220]: init: dns=default,systemd-resolved rc-manager=symlink
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.2944] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.2945] rfkill1: found WWAN radio killswitch (at /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1) (platform driver thinkpad_acpi)
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.2946] manager[0x55b72cebb030]: rfkill: Wi-Fi hardware radio set enabled
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.2961] manager[0x55b72cebb030]: rfkill: WWAN hardware radio set enabled
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3028] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-ovs.so)
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3037] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wifi.so)
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3119] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-team.so)
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3127] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-adsl.so)
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3154] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wwan.so)
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3168] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-bluetooth.so)
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3171] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3172] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3172] manager: Networking is enabled by state file
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3178] dhcp-init: Using DHCP client 'internal'
Oct 16 17:13:12 LenovoL15 dbus-daemon[511]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=512 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3185] settings: Loaded settings plugin: keyfile (internal)
Oct 16 17:13:12 LenovoL15 systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3218] device (lo): carrier: link connected
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3220] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3227] manager: (enp2s0f0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3230] device (wlan0): driver supports Access Point (AP) mode
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3238] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3264] ovsdb: Could not connect: No such file or directory
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.3279] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 16 17:13:12 LenovoL15 systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 16 17:13:12 LenovoL15 dbus-daemon[511]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 16 17:13:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:12 LenovoL15 kernel: Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
Oct 16 17:13:12 LenovoL15 systemd-logind[513]: Watching system buttons on /dev/input/event7 (ThinkPad Extra Buttons)
Oct 16 17:13:12 LenovoL15 kernel: random: crng init done
Oct 16 17:13:12 LenovoL15 kernel: random: 6 urandom warning(s) missed due to ratelimiting
Oct 16 17:13:12 LenovoL15 systemd[1]: Finished Load/Save Random Seed.
Oct 16 17:13:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:12 LenovoL15 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 16 17:13:12 LenovoL15 kernel: Btrfs loaded, crc32c=crc32c-intel
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:12 LenovoL15 kernel: BTRFS: device label Files devid 1 transid 29 /dev/nvme0n1p7 scanned by systemd-udevd (365)
Oct 16 17:13:12 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.4772] settings: (enp2s0f0): created default wired connection 'Wired connection 1'
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.4792] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 16 17:13:12 LenovoL15 kernel: psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:12 LenovoL15 kernel: psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
Oct 16 17:13:12 LenovoL15 kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN0411 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
Oct 16 17:13:12 LenovoL15 kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
Oct 16 17:13:12 LenovoL15 kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:12 LenovoL15 tlp[541]: Applying power save settings...done.
Oct 16 17:13:12 LenovoL15 kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
Oct 16 17:13:12 LenovoL15 NetworkManager[512]: <info>  [1602828792.7309] device (wlan0): set-hw-addr: set MAC address to B2:E2:58:A0:A4:54 (scanning)
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:12 LenovoL15 kernel: mousedev: PS/2 mouse device common for all mice
Oct 16 17:13:12 LenovoL15 kernel: mc: Linux media interface: v0.10
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:12 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:12 LenovoL15 dbus-daemon[511]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.1' (uid=0 pid=512 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 16 17:13:12 LenovoL15 systemd[1]: Starting WPA supplicant...
Oct 16 17:13:12 LenovoL15 kernel: videodev: Linux video capture interface: v2.00
Oct 16 17:13:12 LenovoL15 kernel: Bluetooth: Core ver 2.22
Oct 16 17:13:12 LenovoL15 kernel: NET: Registered protocol family 31
Oct 16 17:13:12 LenovoL15 kernel: Bluetooth: HCI device and connection manager initialized
Oct 16 17:13:12 LenovoL15 kernel: Bluetooth: HCI socket layer initialized
Oct 16 17:13:12 LenovoL15 kernel: Bluetooth: L2CAP socket layer initialized
Oct 16 17:13:12 LenovoL15 kernel: Bluetooth: SCO socket layer initialized
Oct 16 17:13:12 LenovoL15 dbus-daemon[511]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 16 17:13:12 LenovoL15 systemd[1]: Started WPA supplicant.
Oct 16 17:13:12 LenovoL15 wpa_supplicant[1141]: Successfully initialized wpa_supplicant
Oct 16 17:13:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:13 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:13 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:13 LenovoL15 NetworkManager[512]: <info>  [1602828793.0789] device (wlan0): supplicant interface state: internal-starting -> disconnected
Oct 16 17:13:13 LenovoL15 NetworkManager[512]: <info>  [1602828793.0790] Wi-Fi P2P device controlled by interface wlan0 created
Oct 16 17:13:13 LenovoL15 NetworkManager[512]: <info>  [1602828793.0795] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 16 17:13:13 LenovoL15 kernel: usbcore: registered new interface driver btusb
Oct 16 17:13:13 LenovoL15 NetworkManager[512]: <info>  [1602828793.0802] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 16 17:13:13 LenovoL15 NetworkManager[512]: <warn>  [1602828793.0815] sup-iface[404ba83c0e652bf0,0,wlan0]: call-p2p-cancel: failed with P2P cancel failed
Oct 16 17:13:13 LenovoL15 NetworkManager[512]: <info>  [1602828793.0819] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Oct 16 17:13:13 LenovoL15 kernel: Bluetooth: hci0: Firmware revision 0.0 build 188 week 26 2020
Oct 16 17:13:13 LenovoL15 NetworkManager[512]: <info>  [1602828793.0831] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 16 17:13:13 LenovoL15 systemd[1]: Reached target Bluetooth.
Oct 16 17:13:13 LenovoL15 tlp[541]: Setting battery charge thresholds...done.
Oct 16 17:13:13 LenovoL15 systemd[1]: Finished TLP system startup/shutdown.
Oct 16 17:13:13 LenovoL15 systemd[1]: Startup finished in 8.678s (firmware) + 3.040s (loader) + 971ms (kernel) + 2.254s (userspace) = 14.944s.
Oct 16 17:13:13 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:13 LenovoL15 kernel: uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
Oct 16 17:13:13 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:13 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:13 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 16 17:13:13 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Extension 4 was not initialized!
Oct 16 17:13:13 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
Oct 16 17:13:13 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
Oct 16 17:13:13 LenovoL15 kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input17
Oct 16 17:13:13 LenovoL15 kernel: usbcore: registered new interface driver uvcvideo
Oct 16 17:13:13 LenovoL15 kernel: USB Video Class driver (1.1.1)
Oct 16 17:13:13 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:13 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:13 LenovoL15 kernel: psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
Oct 16 17:13:13 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:13 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:13 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:13 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:14 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:14 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:14 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:14 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:14 LenovoL15 kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
Oct 16 17:13:14 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:14 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:14 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 17:13:14 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 17:13:16 LenovoL15 wpa_supplicant[1141]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6061] policy: auto-activating connection '-------------' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6082] device (wlan0): Activation: starting connection '-------------' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6085] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6090] manager: NetworkManager state is now CONNECTING
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6113] device (wlan0): set-hw-addr: reset MAC address to 34:CF:F6:6A:00:36 (preserve)
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6146] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6150] device (wlan0): Activation: (wifi) access point '-------------' has security, but secrets are required.
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6151] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6189] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6194] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6200] device (wlan0): Activation: (wifi) connection '-------------' has security, and secrets exist.  No new secrets needed.
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6200] Config: added 'ssid' value '-------------'
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6201] Config: added 'scan_ssid' value '1'
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6201] Config: added 'bgscan' value 'simple:30:-70:86400'
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6201] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6201] Config: added 'auth_alg' value 'OPEN'
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.6201] Config: added 'psk' value '<hidden>'
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.7235] device (wlan0): supplicant interface state: disconnected -> inactive
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.7235] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.7325] device (wlan0): supplicant interface state: inactive -> scanning
Oct 16 17:13:17 LenovoL15 NetworkManager[512]: <info>  [1602828797.7326] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
Oct 16 17:13:18 LenovoL15 wpa_supplicant[1141]: wlan0: SME: Trying to authenticate with a6:91:b1:79:30:0c (SSID='-------------' freq=5560 MHz)
Oct 16 17:13:18 LenovoL15 kernel: wlan0: authenticate with a6:91:b1:79:30:0c
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.7250] device (wlan0): supplicant interface state: scanning -> authenticating
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.7250] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Oct 16 17:13:18 LenovoL15 kernel: wlan0: send auth to a6:91:b1:79:30:0c (try 1/3)
Oct 16 17:13:18 LenovoL15 wpa_supplicant[1141]: wlan0: Trying to associate with a6:91:b1:79:30:0c (SSID='-------------' freq=5560 MHz)
Oct 16 17:13:18 LenovoL15 kernel: wlan0: authenticated
Oct 16 17:13:18 LenovoL15 kernel: wlan0: associate with a6:91:b1:79:30:0c (try 1/3)
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.7662] device (wlan0): supplicant interface state: authenticating -> associating
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.7664] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Oct 16 17:13:18 LenovoL15 kernel: wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=0 aid=3)
Oct 16 17:13:18 LenovoL15 wpa_supplicant[1141]: wlan0: Associated with a6:91:b1:79:30:0c
Oct 16 17:13:18 LenovoL15 wpa_supplicant[1141]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 16 17:13:18 LenovoL15 kernel: wlan0: associated
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8065] device (wlan0): supplicant interface state: associating -> 4way_handshake
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8066] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Oct 16 17:13:18 LenovoL15 kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by a6:91:b1:79:30:0c
Oct 16 17:13:18 LenovoL15 wpa_supplicant[1141]: wlan0: WPA: Key negotiation completed with a6:91:b1:79:30:0c [PTK=CCMP GTK=CCMP]
Oct 16 17:13:18 LenovoL15 wpa_supplicant[1141]: wlan0: CTRL-EVENT-CONNECTED - Connection to a6:91:b1:79:30:0c completed [id=0 id_str=]
Oct 16 17:13:18 LenovoL15 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8737] device (wlan0): supplicant interface state: 4way_handshake -> completed
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8738] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "-------------"
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8738] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8742] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8769] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 16 17:13:18 LenovoL15 wpa_supplicant[1141]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-65 noise=9999 txrate=0
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8894] dhcp4 (wlan0): option dhcp_lease_time      => '3600'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8895] dhcp4 (wlan0): option domain_name          => 'modem'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8895] dhcp4 (wlan0): option domain_name_servers  => '8.8.8.8 1.1.1.1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8895] dhcp4 (wlan0): option expiry               => '1602832398'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8895] dhcp4 (wlan0): option host_name            => 'LenovoL15'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8895] dhcp4 (wlan0): option ip_address           => '192.168.0.206'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8895] dhcp4 (wlan0): option next_server          => '192.168.0.1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8896] dhcp4 (wlan0): option requested_broadcast_address => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8896] dhcp4 (wlan0): option requested_domain_name => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8896] dhcp4 (wlan0): option requested_domain_name_servers => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8896] dhcp4 (wlan0): option requested_domain_search => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8896] dhcp4 (wlan0): option requested_host_name  => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8896] dhcp4 (wlan0): option requested_interface_mtu => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8897] dhcp4 (wlan0): option requested_ms_classless_static_routes => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8897] dhcp4 (wlan0): option requested_nis_domain => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8897] dhcp4 (wlan0): option requested_nis_servers => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8897] dhcp4 (wlan0): option requested_ntp_servers => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8897] dhcp4 (wlan0): option requested_rfc3442_classless_static_routes => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8898] dhcp4 (wlan0): option requested_root_path  => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8898] dhcp4 (wlan0): option requested_routers    => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8898] dhcp4 (wlan0): option requested_static_routes => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8898] dhcp4 (wlan0): option requested_subnet_mask => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8898] dhcp4 (wlan0): option requested_time_offset => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8898] dhcp4 (wlan0): option requested_wpad       => '1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8898] dhcp4 (wlan0): option routers              => '192.168.0.1'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8899] dhcp4 (wlan0): option subnet_mask          => '255.255.255.0'
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8899] dhcp4 (wlan0): state changed unknown -> bound
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8940] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8975] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8979] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.8986] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.9022] manager: NetworkManager state is now CONNECTED_SITE
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.9023] policy: set '-------------' (wlan0) as default for IPv4 routing and DNS
Oct 16 17:13:18 LenovoL15 dbus-daemon[511]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.1' (uid=0 pid=512 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 16 17:13:18 LenovoL15 dbus-daemon[511]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.9055] device (wlan0): Activation: successful, device activated.
Oct 16 17:13:18 LenovoL15 NetworkManager[512]: <info>  [1602828798.9076] manager: startup complete
Oct 16 17:13:19 LenovoL15 wpa_supplicant[1141]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-65 noise=9999 txrate=26000
Oct 16 17:13:19 LenovoL15 NetworkManager[512]: <info>  [1602828799.6574] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 16 17:13:20 LenovoL15 NetworkManager[512]: <info>  [1602828800.8841] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 16 17:13:20 LenovoL15 NetworkManager[512]: <info>  [1602828800.8849] policy: set '-------------' (wlan0) as default for IPv6 routing and DNS
Oct 16 17:13:20 LenovoL15 NetworkManager[512]: <info>  [1602828800.8968] dhcp6 (wlan0): option dhcp6_domain_search  => 'modem'
Oct 16 17:13:20 LenovoL15 NetworkManager[512]: <info>  [1602828800.8969] dhcp6 (wlan0): option dhcp6_name_servers   => '2606:4700:4700::1111 2001:4860:4860::8888'
Oct 16 17:13:20 LenovoL15 NetworkManager[512]: <info>  [1602828800.8969] dhcp6 (wlan0): state changed unknown -> bound
Oct 16 17:13:21 LenovoL15 audit[537]: USER_AUTH pid=537 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 16 17:13:21 LenovoL15 kernel: kauditd_printk_skb: 15 callbacks suppressed
Oct 16 17:13:21 LenovoL15 kernel: audit: type=1100 audit(1602828801.749:26): pid=537 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 16 17:13:21 LenovoL15 dbus-daemon[511]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.10' (uid=0 pid=537 comm="/bin/login -p --         ")
Oct 16 17:13:21 LenovoL15 dbus-daemon[511]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 16 17:13:21 LenovoL15 audit[537]: USER_ACCT pid=537 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 16 17:13:21 LenovoL15 login[537]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 16 17:13:21 LenovoL15 audit[537]: CRED_ACQ pid=537 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 16 17:13:21 LenovoL15 kernel: audit: type=1101 audit(1602828801.763:27): pid=537 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 16 17:13:21 LenovoL15 kernel: audit: type=1103 audit(1602828801.763:28): pid=537 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 16 17:13:21 LenovoL15 kernel: audit: type=1006 audit(1602828801.763:29): pid=537 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Oct 16 17:13:21 LenovoL15 login[537]: pam_unix(login:session): session opened for user anthony(uid=1000) by LOGIN(uid=0)
Oct 16 17:13:21 LenovoL15 systemd[1]: Created slice User Slice of UID 1000.
Oct 16 17:13:21 LenovoL15 systemd[1]: Starting User Runtime Directory /run/user/1000...
Oct 16 17:13:21 LenovoL15 systemd-logind[513]: New session 1 of user anthony.
Oct 16 17:13:21 LenovoL15 systemd[1]: Finished User Runtime Directory /run/user/1000.
Oct 16 17:13:21 LenovoL15 audit[1]: SERVICE_START 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'
Oct 16 17:13:21 LenovoL15 systemd[1]: Starting User Manager for UID 1000...
Oct 16 17:13:21 LenovoL15 kernel: audit: type=1130 audit(1602828801.786:30): 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'
Oct 16 17:13:21 LenovoL15 dbus-daemon[511]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.12' (uid=0 pid=1261 comm="(systemd) ")
Oct 16 17:13:21 LenovoL15 dbus-daemon[511]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 16 17:13:21 LenovoL15 systemd[1261]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 16 17:13:21 LenovoL15 kernel: audit: type=1101 audit(1602828801.796:31): pid=1261 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:21 LenovoL15 kernel: audit: type=1103 audit(1602828801.796:32): pid=1261 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 16 17:13:21 LenovoL15 kernel: audit: type=1006 audit(1602828801.796:33): pid=1261 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Oct 16 17:13:21 LenovoL15 audit[1261]: USER_ACCT pid=1261 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:21 LenovoL15 audit[1261]: CRED_ACQ pid=1261 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 16 17:13:21 LenovoL15 systemd[1261]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[anthony] ruser=[<unknown>] rhost=[<unknown>]
Oct 16 17:13:21 LenovoL15 systemd[1261]: pam_unix(systemd-user:session): session opened for user anthony(uid=1000) by (uid=0)
Oct 16 17:13:21 LenovoL15 audit[1261]: USER_START pid=1261 uid=0 auid=1000 ses=2 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="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:21 LenovoL15 kernel: audit: type=1105 audit(1602828801.799:34): pid=1261 uid=0 auid=1000 ses=2 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="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:21 LenovoL15 audit: BPF prog-id=11 op=LOAD
Oct 16 17:13:21 LenovoL15 kernel: audit: type=1334 audit(1602828801.803:35): prog-id=11 op=LOAD
Oct 16 17:13:21 LenovoL15 audit: BPF prog-id=11 op=UNLOAD
Oct 16 17:13:21 LenovoL15 systemd[1266]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
Oct 16 17:13:21 LenovoL15 systemd[1261]: Queued start job for default target Main User Target.
Oct 16 17:13:21 LenovoL15 systemd[1261]: Reached target Paths.
Oct 16 17:13:21 LenovoL15 systemd[1261]: Reached target Timers.
Oct 16 17:13:21 LenovoL15 systemd[1261]: Starting D-Bus User Message Bus Socket.
Oct 16 17:13:21 LenovoL15 systemd[1261]: Listening on GnuPG network certificate management daemon.
Oct 16 17:13:21 LenovoL15 systemd[1261]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 16 17:13:21 LenovoL15 systemd[1261]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 16 17:13:21 LenovoL15 systemd[1261]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 16 17:13:21 LenovoL15 systemd[1261]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 16 17:13:21 LenovoL15 systemd[1261]: Listening on p11-kit server.
Oct 16 17:13:21 LenovoL15 systemd[1261]: Listening on D-Bus User Message Bus Socket.
Oct 16 17:13:21 LenovoL15 systemd[1261]: Reached target Sockets.
Oct 16 17:13:21 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:21 LenovoL15 systemd[1261]: Reached target Basic System.
Oct 16 17:13:21 LenovoL15 systemd[1261]: Reached target Main User Target.
Oct 16 17:13:21 LenovoL15 systemd[1261]: Startup finished in 70ms.
Oct 16 17:13:21 LenovoL15 systemd[1]: Started User Manager for UID 1000.
Oct 16 17:13:21 LenovoL15 systemd[1]: Started Session 1 of user anthony.
Oct 16 17:13:21 LenovoL15 audit[537]: USER_START pid=537 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 16 17:13:21 LenovoL15 audit[537]: CRED_REFR pid=537 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 16 17:13:21 LenovoL15 login[537]: LOGIN ON tty1 BY anthony
Oct 16 17:13:24 LenovoL15 systemd[1261]: Started D-Bus User Message Bus.
Oct 16 17:13:30 LenovoL15 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 16 17:13:30 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:30 LenovoL15 kernel: kauditd_printk_skb: 4 callbacks suppressed
Oct 16 17:13:30 LenovoL15 kernel: audit: type=1131 audit(1602828810.893:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:42 LenovoL15 systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 16 17:13:42 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:42 LenovoL15 kernel: audit: type=1131 audit(1602828822.319:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 17:13:42 LenovoL15 audit: BPF prog-id=10 op=UNLOAD
Oct 16 17:13:42 LenovoL15 audit: BPF prog-id=9 op=UNLOAD
Oct 16 17:13:42 LenovoL15 kernel: audit: type=1334 audit(1602828822.476:42): prog-id=10 op=UNLOAD
Oct 16 17:13:42 LenovoL15 kernel: audit: type=1334 audit(1602828822.476:43): prog-id=9 op=UNLOAD
[I removed the rest, as I don't believe post-login info should be important]

Here's the output of journalctl -b-1 after a boot without nomodeset. This caused the system to hang:

-- Logs begin at Wed 2020-10-14 10:54:09 AEDT, end at Fri 2020-10-16 18:22:08 AEDT. --
Oct 16 18:17:49 LenovoL15 kernel: Linux version 5.8.14-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Wed, 07 Oct 2020 23:59:46 +0000
Oct 16 18:17:49 LenovoL15 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3
Oct 16 18:17:49 LenovoL15 kernel: KERNEL supported cpus:
Oct 16 18:17:49 LenovoL15 kernel:   Intel GenuineIntel
Oct 16 18:17:49 LenovoL15 kernel:   AMD AuthenticAMD
Oct 16 18:17:49 LenovoL15 kernel:   Hygon HygonGenuine
Oct 16 18:17:49 LenovoL15 kernel:   Centaur CentaurHauls
Oct 16 18:17:49 LenovoL15 kernel:   zhaoxin   Shanghai  
Oct 16 18:17:49 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 16 18:17:49 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 16 18:17:49 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 16 18:17:49 LenovoL15 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 16 18:17:49 LenovoL15 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Oct 16 18:17:49 LenovoL15 kernel: BIOS-provided physical RAM map:
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009d20fff] reserved
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009d21000-0x0000000009efffff] usable
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000c70ccfff] usable
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c70cd000-0x00000000c72ccfff] type 20
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c72cd000-0x00000000ca97dfff] reserved
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ca97e000-0x00000000cc97dfff] ACPI NVS
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc97e000-0x00000000cc9fdfff] ACPI data
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc9fe000-0x00000000cdffffff] usable
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
Oct 16 18:17:49 LenovoL15 kernel: BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
Oct 16 18:17:49 LenovoL15 kernel: NX (Execute Disable) protection: active
Oct 16 18:17:49 LenovoL15 kernel: efi: EFI v2.70 by Lenovo
Oct 16 18:17:49 LenovoL15 kernel: efi: ACPI=0xcc9fd000 ACPI 2.0=0xcc9fd014 SMBIOS=0xc8895000 SMBIOS 3.0=0xc8888000 TPMFinalLog=0xcc82d000 MEMATTR=0xc2ee4118 ESRT=0xc75b8000 
Oct 16 18:17:49 LenovoL15 kernel: SMBIOS 3.2.0 present.
Oct 16 18:17:49 LenovoL15 kernel: DMI: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
Oct 16 18:17:49 LenovoL15 kernel: tsc: Fast TSC calibration using PIT
Oct 16 18:17:49 LenovoL15 kernel: tsc: Detected 1696.951 MHz processor
Oct 16 18:17:49 LenovoL15 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 16 18:17:49 LenovoL15 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 16 18:17:49 LenovoL15 kernel: last_pfn = 0x40f340 max_arch_pfn = 0x400000000
Oct 16 18:17:49 LenovoL15 kernel: MTRR default type: uncachable
Oct 16 18:17:49 LenovoL15 kernel: MTRR fixed ranges enabled:
Oct 16 18:17:49 LenovoL15 kernel:   00000-9FFFF write-back
Oct 16 18:17:49 LenovoL15 kernel:   A0000-BFFFF uncachable
Oct 16 18:17:49 LenovoL15 kernel:   C0000-FFFFF write-protect
Oct 16 18:17:49 LenovoL15 kernel: MTRR variable ranges enabled:
Oct 16 18:17:49 LenovoL15 kernel:   0 base 000000000000 mask FFFF80000000 write-back
Oct 16 18:17:49 LenovoL15 kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Oct 16 18:17:49 LenovoL15 kernel:   2 base 0000C0000000 mask FFFFF0000000 write-back
Oct 16 18:17:49 LenovoL15 kernel:   3 base 0000FF000000 mask FFFFFF000000 write-protect
Oct 16 18:17:49 LenovoL15 kernel:   4 disabled
Oct 16 18:17:49 LenovoL15 kernel:   5 disabled
Oct 16 18:17:49 LenovoL15 kernel:   6 disabled
Oct 16 18:17:49 LenovoL15 kernel:   7 disabled
Oct 16 18:17:49 LenovoL15 kernel: TOM2: 0000000430000000 aka 17152M
Oct 16 18:17:49 LenovoL15 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 16 18:17:49 LenovoL15 kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Oct 16 18:17:49 LenovoL15 kernel: esrt: Reserving ESRT space from 0x00000000c75b8000 to 0x00000000c75b8088.
Oct 16 18:17:49 LenovoL15 kernel: check: Scanning 1 areas for low memory corruption
Oct 16 18:17:49 LenovoL15 kernel: Using GB pages for direct mapping
Oct 16 18:17:49 LenovoL15 kernel: Secure boot could not be determined
Oct 16 18:17:49 LenovoL15 kernel: RAMDISK: [mem 0x36c93000-0x37640fff]
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Early table checksum verification disabled
Oct 16 18:17:49 LenovoL15 kernel: ACPI: RSDP 0x00000000CC9FD014 000024 (v02 LENOVO)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: XSDT 0x00000000CC9FB188 0000FC (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: FACP 0x00000000C75E5000 000114 (v06 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: DSDT 0x00000000C75D1000 00DF37 (v01 LENOVO TP-R19   00001120 INTL 20180313)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: FACS 0x00000000CBF7A000 000040
Oct 16 18:17:49 LenovoL15 kernel: ACPI: SSDT 0x00000000C889C000 00077C (v02 LENOVO UsbCTabl 00001000 INTL 20180313)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: SSDT 0x00000000C8874000 007216 (v02 LENOVO TP-R19   00000002 MSFT 04000000)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: IVRS 0x00000000C8873000 0001A4 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: SSDT 0x00000000C884F000 000266 (v01 LENOVO STD3     00000001 INTL 20180313)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: SSDT 0x00000000C883B000 00064C (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: TPM2 0x00000000C883A000 000034 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: MSDM 0x00000000C8802000 000055 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: BATB 0x00000000C87EC000 00004A (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: HPET 0x00000000C75E4000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: APIC 0x00000000C75E3000 000138 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: MCFG 0x00000000C75E2000 00003C (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: SBST 0x00000000C75E1000 000030 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: WSMT 0x00000000C75E0000 000028 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: SSDT 0x00000000C75DF000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: VFCT 0x00000000C75C3000 00D484 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BF000 0039F4 (v01 LENOVO TP-R19   00000001 AMD  00000001)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: CRAT 0x00000000C75BE000 000F00 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: CDIT 0x00000000C75BD000 000029 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: FPDT 0x00000000C8814000 000034 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BB000 0013CF (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B9000 001576 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B4000 00353C (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: BGRT 0x00000000C75B3000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: UEFI 0x00000000CBF79000 000116 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: SSDT 0x00000000C889A000 000090 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: SSDT 0x00000000C8899000 0009AD (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 16 18:17:49 LenovoL15 kernel: No NUMA configuration found
Oct 16 18:17:49 LenovoL15 kernel: Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
Oct 16 18:17:49 LenovoL15 kernel: NODE_DATA(0) allocated [mem 0x40f33c000-0x40f33ffff]
Oct 16 18:17:49 LenovoL15 kernel: Zone ranges:
Oct 16 18:17:49 LenovoL15 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 16 18:17:49 LenovoL15 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 16 18:17:49 LenovoL15 kernel:   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
Oct 16 18:17:49 LenovoL15 kernel:   Device   empty
Oct 16 18:17:49 LenovoL15 kernel: Movable zone start for each node
Oct 16 18:17:49 LenovoL15 kernel: Early memory node ranges
Oct 16 18:17:49 LenovoL15 kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Oct 16 18:17:49 LenovoL15 kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
Oct 16 18:17:49 LenovoL15 kernel:   node   0: [mem 0x0000000009d21000-0x0000000009efffff]
Oct 16 18:17:49 LenovoL15 kernel:   node   0: [mem 0x0000000009f0d000-0x00000000c70ccfff]
Oct 16 18:17:49 LenovoL15 kernel:   node   0: [mem 0x00000000cc9fe000-0x00000000cdffffff]
Oct 16 18:17:49 LenovoL15 kernel:   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
Oct 16 18:17:49 LenovoL15 kernel: Zeroed struct page in unavailable ranges: 34689 pages
Oct 16 18:17:49 LenovoL15 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
Oct 16 18:17:49 LenovoL15 kernel: On node 0 totalpages: 4028543
Oct 16 18:17:49 LenovoL15 kernel:   DMA zone: 64 pages used for memmap
Oct 16 18:17:49 LenovoL15 kernel:   DMA zone: 23 pages reserved
Oct 16 18:17:49 LenovoL15 kernel:   DMA zone: 3998 pages, LIFO batch:0
Oct 16 18:17:49 LenovoL15 kernel:   DMA32 zone: 12759 pages used for memmap
Oct 16 18:17:49 LenovoL15 kernel:   DMA32 zone: 816545 pages, LIFO batch:63
Oct 16 18:17:49 LenovoL15 kernel:   Normal zone: 50125 pages used for memmap
Oct 16 18:17:49 LenovoL15 kernel:   Normal zone: 3208000 pages, LIFO batch:63
Oct 16 18:17:49 LenovoL15 kernel: ACPI: PM-Timer IO Port: 0x408
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Oct 16 18:17:49 LenovoL15 kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
Oct 16 18:17:49 LenovoL15 kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
Oct 16 18:17:49 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: IRQ0 used by override.
Oct 16 18:17:49 LenovoL15 kernel: ACPI: IRQ9 used by override.
Oct 16 18:17:49 LenovoL15 kernel: Using ACPI (MADT) for SMP configuration information
Oct 16 18:17:49 LenovoL15 kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Oct 16 18:17:49 LenovoL15 kernel: e820: update [mem 0xc2ce1000-0xc2d71fff] usable ==> reserved
Oct 16 18:17:49 LenovoL15 kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09d20fff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc2ce1000-0xc2d71fff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc70cd000-0xc72ccfff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc72cd000-0xca97dfff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xca97e000-0xcc97dfff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xcc97e000-0xcc9fdfff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfed7ffff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Oct 16 18:17:49 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
Oct 16 18:17:49 LenovoL15 kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Oct 16 18:17:49 LenovoL15 kernel: Booting paravirtualized kernel on bare hardware
Oct 16 18:17:49 LenovoL15 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 16 18:17:49 LenovoL15 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Oct 16 18:17:49 LenovoL15 kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Oct 16 18:17:49 LenovoL15 kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Oct 16 18:17:49 LenovoL15 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Oct 16 18:17:49 LenovoL15 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3965572
Oct 16 18:17:49 LenovoL15 kernel: Policy zone: Normal
Oct 16 18:17:49 LenovoL15 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3
Oct 16 18:17:49 LenovoL15 kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 16 18:17:49 LenovoL15 kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 16 18:17:49 LenovoL15 kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Oct 16 18:17:49 LenovoL15 kernel: Memory: 15678276K/16114172K available (14339K kernel code, 1480K rwdata, 7916K rodata, 1644K init, 3024K bss, 435896K reserved, 0K cma-reserved)
Oct 16 18:17:49 LenovoL15 kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x600 with crng_init=0
Oct 16 18:17:49 LenovoL15 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Oct 16 18:17:49 LenovoL15 kernel: ftrace: allocating 40121 entries in 157 pages
Oct 16 18:17:49 LenovoL15 kernel: ftrace: allocated 157 pages with 5 groups
Oct 16 18:17:49 LenovoL15 kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 16 18:17:49 LenovoL15 kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 16 18:17:49 LenovoL15 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Oct 16 18:17:49 LenovoL15 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 16 18:17:49 LenovoL15 kernel:         Trampoline variant of Tasks RCU enabled.
Oct 16 18:17:49 LenovoL15 kernel:         Rude variant of Tasks RCU enabled.
Oct 16 18:17:49 LenovoL15 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 16 18:17:49 LenovoL15 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Oct 16 18:17:49 LenovoL15 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Oct 16 18:17:49 LenovoL15 kernel: Console: colour dummy device 80x25
Oct 16 18:17:49 LenovoL15 kernel: printk: console [tty0] enabled
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Core revision 20200528
Oct 16 18:17:49 LenovoL15 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Oct 16 18:17:49 LenovoL15 kernel: APIC: Switch to symmetric I/O mode setup
Oct 16 18:17:49 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Oct 16 18:17:49 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Oct 16 18:17:49 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Oct 16 18:17:49 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Oct 16 18:17:49 LenovoL15 kernel: Switched APIC routing to physical flat.
Oct 16 18:17:49 LenovoL15 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 16 18:17:49 LenovoL15 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1875e6e40ec, max_idle_ns: 440795213860 ns
Oct 16 18:17:49 LenovoL15 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3395.31 BogoMIPS (lpj=5656503)
Oct 16 18:17:49 LenovoL15 kernel: pid_max: default: 32768 minimum: 301
Oct 16 18:17:49 LenovoL15 kernel: LSM: Security Framework initializing
Oct 16 18:17:49 LenovoL15 kernel: Yama: becoming mindful.
Oct 16 18:17:49 LenovoL15 kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 16 18:17:49 LenovoL15 kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 16 18:17:49 LenovoL15 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Oct 16 18:17:49 LenovoL15 kernel: LVT offset 1 assigned for vector 0xf9
Oct 16 18:17:49 LenovoL15 kernel: LVT offset 2 assigned for vector 0xf4
Oct 16 18:17:49 LenovoL15 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Oct 16 18:17:49 LenovoL15 kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Oct 16 18:17:49 LenovoL15 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 16 18:17:49 LenovoL15 kernel: Spectre V2 : Mitigation: Full AMD retpoline
Oct 16 18:17:49 LenovoL15 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 16 18:17:49 LenovoL15 kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 16 18:17:49 LenovoL15 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 16 18:17:49 LenovoL15 kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Oct 16 18:17:49 LenovoL15 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Oct 16 18:17:49 LenovoL15 kernel: Freeing SMP alternatives memory: 32K
Oct 16 18:17:49 LenovoL15 kernel: smpboot: CPU0: AMD Ryzen 7 PRO 4750U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Oct 16 18:17:49 LenovoL15 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Oct 16 18:17:49 LenovoL15 kernel: ... version:                0
Oct 16 18:17:49 LenovoL15 kernel: ... bit width:              48
Oct 16 18:17:49 LenovoL15 kernel: ... generic registers:      6
Oct 16 18:17:49 LenovoL15 kernel: ... value mask:             0000ffffffffffff
Oct 16 18:17:49 LenovoL15 kernel: ... max period:             00007fffffffffff
Oct 16 18:17:49 LenovoL15 kernel: ... fixed-purpose events:   0
Oct 16 18:17:49 LenovoL15 kernel: ... event mask:             000000000000003f
Oct 16 18:17:49 LenovoL15 kernel: rcu: Hierarchical SRCU implementation.
Oct 16 18:17:49 LenovoL15 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 16 18:17:49 LenovoL15 kernel: smp: Bringing up secondary CPUs ...
Oct 16 18:17:49 LenovoL15 kernel: x86: Booting SMP configuration:
Oct 16 18:17:49 LenovoL15 kernel: .... node  #0, CPUs:        #1
Oct 16 18:17:49 LenovoL15 kernel: TSC synchronization [CPU#0 -> CPU#1]:
Oct 16 18:17:49 LenovoL15 kernel: Measured 348522916 cycles TSC warp between CPUs, turning off TSC clock.
Oct 16 18:17:49 LenovoL15 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Oct 16 18:17:49 LenovoL15 kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Oct 16 18:17:49 LenovoL15 kernel: smp: Brought up 1 node, 16 CPUs
Oct 16 18:17:49 LenovoL15 kernel: smpboot: Max logical packages: 1
Oct 16 18:17:49 LenovoL15 kernel: smpboot: Total of 16 processors activated (54324.03 BogoMIPS)
Oct 16 18:17:49 LenovoL15 kernel: devtmpfs: initialized
Oct 16 18:17:49 LenovoL15 kernel: x86/mm: Memory block size: 128MB
Oct 16 18:17:49 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
Oct 16 18:17:49 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0xca97e000-0xcc97dfff] (33554432 bytes)
Oct 16 18:17:49 LenovoL15 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 16 18:17:49 LenovoL15 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Oct 16 18:17:49 LenovoL15 kernel: pinctrl core: initialized pinctrl subsystem
Oct 16 18:17:49 LenovoL15 kernel: PM: RTC time: 07:17:48, date: 2020-10-16
Oct 16 18:17:49 LenovoL15 kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 16 18:17:49 LenovoL15 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 16 18:17:49 LenovoL15 kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 16 18:17:49 LenovoL15 kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 16 18:17:49 LenovoL15 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 16 18:17:49 LenovoL15 kernel: NET: Registered protocol family 16
Oct 16 18:17:49 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Oct 16 18:17:49 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 16 18:17:49 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 16 18:17:49 LenovoL15 kernel: audit: initializing netlink subsys (disabled)
Oct 16 18:17:49 LenovoL15 kernel: audit: type=2000 audit(1602832668.143:1): state=initialized audit_enabled=0 res=1
Oct 16 18:17:49 LenovoL15 kernel: cpuidle: using governor ladder
Oct 16 18:17:49 LenovoL15 kernel: cpuidle: using governor menu
Oct 16 18:17:49 LenovoL15 kernel: ACPI: bus type PCI registered
Oct 16 18:17:49 LenovoL15 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 16 18:17:49 LenovoL15 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 16 18:17:49 LenovoL15 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 16 18:17:49 LenovoL15 kernel: PCI: Using configuration type 1 for base access
Oct 16 18:17:49 LenovoL15 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 16 18:17:49 LenovoL15 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Added _OSI(Module Device)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Added _OSI(Processor Device)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Oct 16 18:17:49 LenovoL15 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 16 18:17:49 LenovoL15 kernel: ACPI: EC: EC started
Oct 16 18:17:49 LenovoL15 kernel: ACPI: EC: interrupt blocked
Oct 16 18:17:49 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Interpreter enabled
Oct 16 18:17:49 LenovoL15 kernel: ACPI: (supports S0 S3 S4 S5)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 16 18:17:49 LenovoL15 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Power Resource [WRST] (on)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Power Resource [P0S0] (on)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Power Resource [P3S0] (on)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Power Resource [P0S1] (on)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Power Resource [P3S1] (on)
Oct 16 18:17:49 LenovoL15 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 16 18:17:49 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 16 18:17:49 LenovoL15 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Oct 16 18:17:49 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 16 18:17:49 LenovoL15 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 16 18:17:49 LenovoL15 kernel: PCI host bridge to bus 0000:00
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x430000000-0xffffffffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.1: enabling Extended Tags
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:01:00.0: [15b7:5006] type 00 class 0x010802
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd700000-0xfd703fff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:01:00.0: reg 0x20: [mem 0xfd704000-0xfd7040ff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.0: reg 0x10: [io  0x2400-0x24ff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfd614000-0xfd614fff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfd600000-0xfd603fff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.0: supports D1 D2
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.1: [10ec:816a] type 00 class 0x070002
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.1: reg 0x10: [io  0x2200-0x22ff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.1: reg 0x18: [mem 0xfd615000-0xfd615fff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.1: reg 0x20: [mem 0xfd604000-0xfd607fff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.1: supports D1 D2
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.2: [10ec:816b] type 00 class 0x070002
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.2: reg 0x10: [io  0x2100-0x21ff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.2: reg 0x18: [mem 0xfd616000-0xfd616fff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.2: reg 0x20: [mem 0xfd608000-0xfd60bfff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.2: supports D1 D2
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.3: [10ec:816c] type 00 class 0x0c0701
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.3: reg 0x10: [io  0x2000-0x20ff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.3: reg 0x18: [mem 0xfd617000-0xfd617fff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.3: reg 0x20: [mem 0xfd60c000-0xfd60ffff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.3: supports D1 D2
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.4: [10ec:816d] type 00 class 0x0c0320
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.4: reg 0x10: [mem 0xfd618000-0xfd618fff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.4: reg 0x18: [mem 0xfd610000-0xfd613fff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.4: PME# supported from D0 D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:03:00.0: [8086:2723] type 00 class 0x028000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfd500000-0xfd503fff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfd400000-0xfd400fff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:04:00.0: supports D1 D2
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.0: enabling Extended Tags
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.1: enabling Extended Tags
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.2: enabling Extended Tags
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.3: enabling Extended Tags
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.4: enabling Extended Tags
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.5: enabling Extended Tags
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.6: enabling Extended Tags
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 16 18:17:49 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 18:17:49 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 18:17:49 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 18:17:49 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 18:17:49 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 18:17:49 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 18:17:49 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 18:17:49 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 16 18:17:49 LenovoL15 kernel: ACPI: EC: interrupt unblocked
Oct 16 18:17:49 LenovoL15 kernel: ACPI: EC: event unblocked
Oct 16 18:17:49 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 16 18:17:49 LenovoL15 kernel: ACPI: EC: GPE=0x3
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Oct 16 18:17:49 LenovoL15 kernel: iommu: Default domain type: Translated 
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: setting as boot device
Oct 16 18:17:49 LenovoL15 kernel: vgaarb: loaded
Oct 16 18:17:49 LenovoL15 kernel: SCSI subsystem initialized
Oct 16 18:17:49 LenovoL15 kernel: libata version 3.00 loaded.
Oct 16 18:17:49 LenovoL15 kernel: ACPI: bus type USB registered
Oct 16 18:17:49 LenovoL15 kernel: usbcore: registered new interface driver usbfs
Oct 16 18:17:49 LenovoL15 kernel: usbcore: registered new interface driver hub
Oct 16 18:17:49 LenovoL15 kernel: usbcore: registered new device driver usb
Oct 16 18:17:49 LenovoL15 kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 16 18:17:49 LenovoL15 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 16 18:17:49 LenovoL15 kernel: PTP clock support registered
Oct 16 18:17:49 LenovoL15 kernel: EDAC MC: Ver: 3.0.0
Oct 16 18:17:49 LenovoL15 kernel: Registered efivars operations
Oct 16 18:17:49 LenovoL15 kernel: NetLabel: Initializing
Oct 16 18:17:49 LenovoL15 kernel: NetLabel:  domain hash size = 128
Oct 16 18:17:49 LenovoL15 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 16 18:17:49 LenovoL15 kernel: NetLabel:  unlabeled traffic allowed by default
Oct 16 18:17:49 LenovoL15 kernel: PCI: Using ACPI for IRQ routing
Oct 16 18:17:49 LenovoL15 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 16 18:17:49 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 16 18:17:49 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
Oct 16 18:17:49 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Oct 16 18:17:49 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc2ce1000-0xc3ffffff]
Oct 16 18:17:49 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc70cd000-0xc7ffffff]
Oct 16 18:17:49 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Oct 16 18:17:49 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
Oct 16 18:17:49 LenovoL15 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 16 18:17:49 LenovoL15 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Oct 16 18:17:49 LenovoL15 kernel: clocksource: Switched to clocksource hpet
Oct 16 18:17:49 LenovoL15 kernel: VFS: Disk quotas dquot_6.6.0
Oct 16 18:17:49 LenovoL15 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 16 18:17:49 LenovoL15 kernel: pnp: PnP ACPI init
Oct 16 18:17:49 LenovoL15 kernel: system 00:00: [io  0x0f50-0x0f51] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 16 18:17:49 LenovoL15 kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0530-0x0537] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0400-0x0427] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0430] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0440-0x0447] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0b00-0x0b1f] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0c14] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0cd0-0x0cd1] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0cd2-0x0cd3] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0cd4-0x0cd5] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0cd6-0x0cd7] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x0cf9] could not be reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x8100-0x81ff window] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: [io  0x8200-0x82ff window] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 16 18:17:49 LenovoL15 kernel: system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
Oct 16 18:17:49 LenovoL15 kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 16 18:17:49 LenovoL15 kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Oct 16 18:17:49 LenovoL15 kernel: pnp 00:05: Plug and Play ACPI device, IDs LEN0411 PNP0f13 (active)
Oct 16 18:17:49 LenovoL15 kernel: pnp: PnP ACPI: found 6 devices
Oct 16 18:17:49 LenovoL15 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 16 18:17:49 LenovoL15 kernel: NET: Registered protocol family 2
Oct 16 18:17:49 LenovoL15 kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 16 18:17:49 LenovoL15 kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 16 18:17:49 LenovoL15 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 16 18:17:49 LenovoL15 kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 16 18:17:49 LenovoL15 kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 16 18:17:49 LenovoL15 kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 16 18:17:49 LenovoL15 kernel: NET: Registered protocol family 1
Oct 16 18:17:49 LenovoL15 kernel: NET: Registered protocol family 44
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfd3fffff]
Oct 16 18:17:49 LenovoL15 kernel: pci_bus 0000:06: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Oct 16 18:17:49 LenovoL15 kernel: PCI: CLS 32 bytes, default 64
Oct 16 18:17:49 LenovoL15 kernel: Trying to unpack rootfs image as initramfs...
Oct 16 18:17:49 LenovoL15 kernel: Freeing initrd memory: 9912K
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:01.0: Adding to iommu group 0
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.0: Adding to iommu group 1
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.1: Adding to iommu group 2
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.2: Adding to iommu group 3
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.3: Adding to iommu group 4
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:02.4: Adding to iommu group 5
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.0: Adding to iommu group 6
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:08.1: Adding to iommu group 6
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:14.0: Adding to iommu group 7
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:14.3: Adding to iommu group 7
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.0: Adding to iommu group 8
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.1: Adding to iommu group 8
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.2: Adding to iommu group 8
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.3: Adding to iommu group 8
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.4: Adding to iommu group 8
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.5: Adding to iommu group 8
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.6: Adding to iommu group 8
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:18.7: Adding to iommu group 8
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:01:00.0: Adding to iommu group 9
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.0: Adding to iommu group 10
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.1: Adding to iommu group 10
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.2: Adding to iommu group 10
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.3: Adding to iommu group 10
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:02:00.4: Adding to iommu group 10
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:03:00.0: Adding to iommu group 11
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:04:00.0: Adding to iommu group 12
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.0: Adding to iommu group 6
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.1: Adding to iommu group 6
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.2: Adding to iommu group 6
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.3: Adding to iommu group 6
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.4: Adding to iommu group 6
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.5: Adding to iommu group 6
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:06:00.6: Adding to iommu group 6
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Oct 16 18:17:49 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
Oct 16 18:17:49 LenovoL15 kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
Oct 16 18:17:49 LenovoL15 kernel: AMD-Vi: Interrupt remapping enabled
Oct 16 18:17:49 LenovoL15 kernel: AMD-Vi: Virtual APIC enabled
Oct 16 18:17:49 LenovoL15 kernel: AMD-Vi: X2APIC enabled
Oct 16 18:17:49 LenovoL15 kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Oct 16 18:17:49 LenovoL15 kernel: amd_uncore: AMD NB counters detected
Oct 16 18:17:49 LenovoL15 kernel: amd_uncore: AMD LLC counters detected
Oct 16 18:17:49 LenovoL15 kernel: LVT offset 0 assigned for vector 0x400
Oct 16 18:17:49 LenovoL15 kernel: perf: AMD IBS detected (0x000003ff)
Oct 16 18:17:49 LenovoL15 kernel: check: Scanning for low memory corruption every 60 seconds
Oct 16 18:17:49 LenovoL15 kernel: Initialise system trusted keyrings
Oct 16 18:17:49 LenovoL15 kernel: Key type blacklist registered
Oct 16 18:17:49 LenovoL15 kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 16 18:17:49 LenovoL15 kernel: zbud: loaded
Oct 16 18:17:49 LenovoL15 kernel: Key type asymmetric registered
Oct 16 18:17:49 LenovoL15 kernel: Asymmetric key parser 'x509' registered
Oct 16 18:17:49 LenovoL15 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Oct 16 18:17:49 LenovoL15 kernel: io scheduler mq-deadline registered
Oct 16 18:17:49 LenovoL15 kernel: io scheduler kyber registered
Oct 16 18:17:49 LenovoL15 kernel: io scheduler bfq registered
Oct 16 18:17:49 LenovoL15 kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 26
Oct 16 18:17:49 LenovoL15 kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 27
Oct 16 18:17:49 LenovoL15 kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 28
Oct 16 18:17:49 LenovoL15 kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 29
Oct 16 18:17:49 LenovoL15 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 30
Oct 16 18:17:49 LenovoL15 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 16 18:17:49 LenovoL15 kernel: efifb: probing for efifb
Oct 16 18:17:49 LenovoL15 kernel: efifb: framebuffer at 0x460000000, using 8128k, total 8128k
Oct 16 18:17:49 LenovoL15 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Oct 16 18:17:49 LenovoL15 kernel: efifb: scrolling: redraw
Oct 16 18:17:49 LenovoL15 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 16 18:17:49 LenovoL15 kernel: fbcon: Deferring console take-over
Oct 16 18:17:49 LenovoL15 kernel: fb0: EFI VGA frame buffer device
Oct 16 18:17:49 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Power Button [PWRB]
Oct 16 18:17:49 LenovoL15 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Lid Switch [LID]
Oct 16 18:17:49 LenovoL15 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Sleep Button [SLPB]
Oct 16 18:17:49 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Power Button [PWRF]
Oct 16 18:17:49 LenovoL15 kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Oct 16 18:17:49 LenovoL15 kernel: acpi device:09: registered as cooling_device0
Oct 16 18:17:49 LenovoL15 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4
Oct 16 18:17:49 LenovoL15 kernel: Monitor-Mwait will be used to enter C-1 state
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
Oct 16 18:17:49 LenovoL15 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 16 18:17:49 LenovoL15 kernel: serial 0000:02:00.1: enabling device (0000 -> 0003)
Oct 16 18:17:49 LenovoL15 kernel: 0000:02:00.1: ttyS0 at I/O 0x2200 (irq = 31, base_baud = 115200) is a 16550A
Oct 16 18:17:49 LenovoL15 kernel: serial 0000:02:00.2: enabling device (0000 -> 0003)
Oct 16 18:17:49 LenovoL15 kernel: 0000:02:00.2: ttyS1 at I/O 0x2100 (irq = 32, base_baud = 115200) is a 16550A
Oct 16 18:17:49 LenovoL15 kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 16 18:17:49 LenovoL15 kernel: nvme nvme0: pci function 0000:01:00.0
Oct 16 18:17:49 LenovoL15 kernel: usbcore: registered new interface driver usbserial_generic
Oct 16 18:17:49 LenovoL15 kernel: usbserial: USB Serial support registered for generic
Oct 16 18:17:49 LenovoL15 kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 16 18:17:49 LenovoL15 kernel: rtc_cmos 00:01: registered as rtc0
Oct 16 18:17:49 LenovoL15 kernel: rtc_cmos 00:01: setting system clock to 2020-10-16T07:17:48 UTC (1602832668)
Oct 16 18:17:49 LenovoL15 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 16 18:17:49 LenovoL15 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 16 18:17:49 LenovoL15 kernel: drop_monitor: Initializing network drop monitor service
Oct 16 18:17:49 LenovoL15 kernel: NET: Registered protocol family 10
Oct 16 18:17:49 LenovoL15 kernel: Segment Routing with IPv6
Oct 16 18:17:49 LenovoL15 kernel: RPL Segment Routing with IPv6
Oct 16 18:17:49 LenovoL15 kernel: NET: Registered protocol family 17
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU0: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU1: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU2: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU3: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU4: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU5: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU6: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU7: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU8: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU9: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU10: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU11: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU12: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU13: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU14: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: CPU15: patch_level=0x08600106
Oct 16 18:17:49 LenovoL15 kernel: microcode: Microcode Update Driver: v2.2.
Oct 16 18:17:49 LenovoL15 kernel: nvme nvme0: 16/0/0 default/read/poll queues
Oct 16 18:17:49 LenovoL15 kernel: resctrl: L3 allocation detected
Oct 16 18:17:49 LenovoL15 kernel: resctrl: L3DATA allocation detected
Oct 16 18:17:49 LenovoL15 kernel: resctrl: L3CODE allocation detected
Oct 16 18:17:49 LenovoL15 kernel: resctrl: MB allocation detected
Oct 16 18:17:49 LenovoL15 kernel: resctrl: L3 monitoring detected
Oct 16 18:17:49 LenovoL15 kernel: IPI shorthand broadcast: enabled
Oct 16 18:17:49 LenovoL15 kernel: registered taskstats version 1
Oct 16 18:17:49 LenovoL15 kernel: Loading compiled-in X.509 certificates
Oct 16 18:17:49 LenovoL15 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 11a0710cbe6bfa0ab549a1cf25fb3e15e9a29f7f'
Oct 16 18:17:49 LenovoL15 kernel: zswap: loaded using pool lz4/z3fold
Oct 16 18:17:49 LenovoL15 kernel: Key type ._fscrypt registered
Oct 16 18:17:49 LenovoL15 kernel: Key type .fscrypt registered
Oct 16 18:17:49 LenovoL15 kernel: Key type fscrypt-provisioning registered
Oct 16 18:17:49 LenovoL15 kernel: PM:   Magic number: 8:686:268
Oct 16 18:17:49 LenovoL15 kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Oct 16 18:17:49 LenovoL15 kernel: RAS: Correctable Errors collector initialized.
Oct 16 18:17:49 LenovoL15 kernel: Unstable clock detected, switching default tracing clock to "global"
                                  If you want to keep using the local clock, then add:
                                    "trace_clock=local"
                                  on the kernel command line
Oct 16 18:17:49 LenovoL15 kernel: Freeing unused decrypted memory: 2040K
Oct 16 18:17:49 LenovoL15 kernel: Freeing unused kernel image (initmem) memory: 1644K
Oct 16 18:17:49 LenovoL15 kernel: Write protecting the kernel read-only data: 24576k
Oct 16 18:17:49 LenovoL15 kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Oct 16 18:17:49 LenovoL15 kernel: Freeing unused kernel image (rodata/data gap) memory: 276K
Oct 16 18:17:49 LenovoL15 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 16 18:17:49 LenovoL15 kernel: Run /init as init process
Oct 16 18:17:49 LenovoL15 kernel:   with arguments:
Oct 16 18:17:49 LenovoL15 kernel:     /init
Oct 16 18:17:49 LenovoL15 kernel:   with environment:
Oct 16 18:17:49 LenovoL15 kernel:     HOME=/
Oct 16 18:17:49 LenovoL15 kernel:     TERM=linux
Oct 16 18:17:49 LenovoL15 kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Oct 16 18:17:49 LenovoL15 kernel: fbcon: Taking over console
Oct 16 18:17:49 LenovoL15 kernel: Console: switching to colour frame buffer device 240x67
Oct 16 18:17:49 LenovoL15 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 16 18:17:49 LenovoL15 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 16 18:17:49 LenovoL15 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 16 18:17:49 LenovoL15 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 16 18:17:49 LenovoL15 kernel: rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
Oct 16 18:17:49 LenovoL15 kernel: ehci-pci: EHCI PCI platform driver
Oct 16 18:17:49 LenovoL15 kernel: ehci-pci 0000:02:00.4: EHCI Host Controller
Oct 16 18:17:49 LenovoL15 kernel: ehci-pci 0000:02:00.4: new USB bus registered, assigned bus number 1
Oct 16 18:17:49 LenovoL15 kernel: ehci-pci 0000:02:00.4: irq 53, io mem 0xfd618000
Oct 16 18:17:49 LenovoL15 kernel: ehci-pci 0000:02:00.4: USB 0.0 started, EHCI 1.00
Oct 16 18:17:49 LenovoL15 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
Oct 16 18:17:49 LenovoL15 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 16 18:17:49 LenovoL15 kernel: usb usb1: Product: EHCI Host Controller
Oct 16 18:17:49 LenovoL15 kernel: usb usb1: Manufacturer: Linux 5.8.14-arch1-1 ehci_hcd
Oct 16 18:17:49 LenovoL15 kernel: usb usb1: SerialNumber: 0000:02:00.4
Oct 16 18:17:49 LenovoL15 kernel: hub 1-0:1.0: USB hub found
Oct 16 18:17:49 LenovoL15 kernel: hub 1-0:1.0: 1 port detected
Oct 16 18:17:49 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 16 18:17:49 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
Oct 16 18:17:49 LenovoL15 kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 16 18:17:49 LenovoL15 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
Oct 16 18:17:49 LenovoL15 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 16 18:17:49 LenovoL15 kernel: usb usb2: Product: xHCI Host Controller
Oct 16 18:17:49 LenovoL15 kernel: usb usb2: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
Oct 16 18:17:49 LenovoL15 kernel: usb usb2: SerialNumber: 0000:06:00.3
Oct 16 18:17:49 LenovoL15 kernel: hub 2-0:1.0: USB hub found
Oct 16 18:17:49 LenovoL15 kernel: hub 2-0:1.0: 4 ports detected
Oct 16 18:17:49 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 16 18:17:49 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Oct 16 18:17:49 LenovoL15 kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Oct 16 18:17:49 LenovoL15 kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 16 18:17:49 LenovoL15 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
Oct 16 18:17:49 LenovoL15 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 16 18:17:49 LenovoL15 kernel: usb usb3: Product: xHCI Host Controller
Oct 16 18:17:49 LenovoL15 kernel: usb usb3: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
Oct 16 18:17:49 LenovoL15 kernel: usb usb3: SerialNumber: 0000:06:00.3
Oct 16 18:17:49 LenovoL15 kernel: hub 3-0:1.0: USB hub found
Oct 16 18:17:49 LenovoL15 kernel: hub 3-0:1.0: 2 ports detected
Oct 16 18:17:49 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 16 18:17:49 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
Oct 16 18:17:49 LenovoL15 kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 16 18:17:49 LenovoL15 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
Oct 16 18:17:49 LenovoL15 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 16 18:17:49 LenovoL15 kernel: usb usb4: Product: xHCI Host Controller
Oct 16 18:17:49 LenovoL15 kernel: usb usb4: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
Oct 16 18:17:49 LenovoL15 kernel: usb usb4: SerialNumber: 0000:06:00.4
Oct 16 18:17:49 LenovoL15 kernel: hub 4-0:1.0: USB hub found
Oct 16 18:17:49 LenovoL15 kernel: hub 4-0:1.0: 4 ports detected
Oct 16 18:17:49 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 16 18:17:49 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Oct 16 18:17:49 LenovoL15 kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 16 18:17:49 LenovoL15 kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 16 18:17:49 LenovoL15 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
Oct 16 18:17:49 LenovoL15 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 16 18:17:49 LenovoL15 kernel: usb usb5: Product: xHCI Host Controller
Oct 16 18:17:49 LenovoL15 kernel: usb usb5: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
Oct 16 18:17:49 LenovoL15 kernel: usb usb5: SerialNumber: 0000:06:00.4
Oct 16 18:17:49 LenovoL15 kernel: hub 5-0:1.0: USB hub found
Oct 16 18:17:49 LenovoL15 kernel: hub 5-0:1.0: 2 ports detected
Oct 16 18:17:49 LenovoL15 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Oct 16 18:17:49 LenovoL15 kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
Oct 16 18:17:49 LenovoL15 kernel: random: fast init done
Oct 16 18:17:49 LenovoL15 systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 16 18:17:49 LenovoL15 systemd[1]: Detected architecture x86-64.
Oct 16 18:17:49 LenovoL15 systemd[1]: Set hostname to <LenovoL15>.
Oct 16 18:17:49 LenovoL15 systemd[1]: Queued start job for default target Graphical Interface.
Oct 16 18:17:49 LenovoL15 systemd[1]: Created slice system-getty.slice.
Oct 16 18:17:49 LenovoL15 systemd[1]: Created slice system-modprobe.slice.
Oct 16 18:17:49 LenovoL15 systemd[1]: Created slice User and Session Slice.
Oct 16 18:17:49 LenovoL15 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 16 18:17:49 LenovoL15 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 16 18:17:49 LenovoL15 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Local Encrypted Volumes.
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Paths.
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Remote File Systems.
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Slices.
Oct 16 18:17:49 LenovoL15 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 16 18:17:49 LenovoL15 systemd[1]: Listening on Process Core Dump Socket.
Oct 16 18:17:49 LenovoL15 systemd[1]: Listening on Journal Audit Socket.
Oct 16 18:17:49 LenovoL15 systemd[1]: Listening on Journal Socket (/dev/log).
Oct 16 18:17:49 LenovoL15 systemd[1]: Listening on Journal Socket.
Oct 16 18:17:49 LenovoL15 systemd[1]: Listening on udev Control Socket.
Oct 16 18:17:49 LenovoL15 systemd[1]: Listening on udev Kernel Socket.
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounting Huge Pages File System...
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounting POSIX Message Queue File System...
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounting Kernel Debug File System...
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounting Kernel Trace File System...
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Create list of static device nodes for the current kernel...
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Load Kernel Module drm...
Oct 16 18:17:49 LenovoL15 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 16 18:17:49 LenovoL15 systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Journal Service...
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Load Kernel Modules...
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 16 18:17:49 LenovoL15 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Coldplug All udev Devices...
Oct 16 18:17:49 LenovoL15 kernel: Linux agpgart interface v0.103
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounted Huge Pages File System.
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounted POSIX Message Queue File System.
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounted Kernel Debug File System.
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounted Kernel Trace File System.
Oct 16 18:17:49 LenovoL15 systemd[1]: Finished Create list of static device nodes for the current kernel.
Oct 16 18:17:49 LenovoL15 kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
Oct 16 18:17:49 LenovoL15 kernel: acpi_call: loading out-of-tree module taints kernel.
Oct 16 18:17:49 LenovoL15 kernel: acpi_call: module verification failed: signature and/or required key missing - tainting kernel
Oct 16 18:17:49 LenovoL15 systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 16 18:17:49 LenovoL15 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Oct 16 18:17:49 LenovoL15 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Load/Save Random Seed...
Oct 16 18:17:49 LenovoL15 systemd[1]: Condition check resulted in Create System Users being skipped.
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 16 18:17:49 LenovoL15 kernel: Asymmetric key parser 'pkcs8' registered
Oct 16 18:17:49 LenovoL15 systemd[1]: Finished Load Kernel Modules.
Oct 16 18:17:49 LenovoL15 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounting Kernel Configuration File System...
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Apply Kernel Variables...
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounted Kernel Configuration File System.
Oct 16 18:17:49 LenovoL15 systemd[1]: Finished Apply Kernel Variables.
Oct 16 18:17:49 LenovoL15 systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Local File Systems (Pre).
Oct 16 18:17:49 LenovoL15 systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 16 18:17:49 LenovoL15 systemd[1]: modprobe@drm.service: Succeeded.
Oct 16 18:17:49 LenovoL15 systemd[1]: Finished Load Kernel Module drm.
Oct 16 18:17:49 LenovoL15 kernel: usb 2-4: new high-speed USB device number 2 using xhci_hcd
Oct 16 18:17:49 LenovoL15 kernel: usb 4-2: new low-speed USB device number 2 using xhci_hcd
Oct 16 18:17:49 LenovoL15 systemd[1]: Finished Coldplug All udev Devices.
Oct 16 18:17:49 LenovoL15 kernel: usb 2-4: New USB device found, idVendor=27c6, idProduct=55b4, bcdDevice= 1.00
Oct 16 18:17:49 LenovoL15 kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 16 18:17:49 LenovoL15 kernel: usb 2-4: Product: Goodix FingerPrint Device
Oct 16 18:17:49 LenovoL15 kernel: usb 2-4: Manufacturer: Generic
Oct 16 18:17:49 LenovoL15 kernel: usb 4-2: New USB device found, idVendor=046d, idProduct=c016, bcdDevice= 3.40
Oct 16 18:17:49 LenovoL15 kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 16 18:17:49 LenovoL15 kernel: usb 4-2: Product: Optical USB Mouse
Oct 16 18:17:49 LenovoL15 kernel: usb 4-2: Manufacturer: Logitech
Oct 16 18:17:49 LenovoL15 systemd-journald[303]: Journal started
Oct 16 18:17:49 LenovoL15 systemd-journald[303]: Runtime Journal (/run/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 8.0M, max 771.6M, 763.6M free.
Oct 16 18:17:49 LenovoL15 systemd-modules-load[304]: Inserted module 'acpi_call'
Oct 16 18:17:49 LenovoL15 systemd-modules-load[304]: Inserted module 'crypto_user'
Oct 16 18:17:49 LenovoL15 systemd-modules-load[304]: Inserted module 'pkcs8_key_parser'
Oct 16 18:17:49 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd-random-seed[309]: Kernel entropy pool is not initialized yet, waiting until it is.
Oct 16 18:17:49 LenovoL15 systemd-sysctl[312]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Oct 16 18:17:49 LenovoL15 systemd-sysctl[312]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Oct 16 18:17:49 LenovoL15 systemd-sysctl[312]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Oct 16 18:17:49 LenovoL15 systemd-sysctl[312]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Oct 16 18:17:49 LenovoL15 systemd-sysctl[312]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Oct 16 18:17:49 LenovoL15 systemd-sysctl[312]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Oct 16 18:17:49 LenovoL15 systemd[1]: Started Journal Service.
Oct 16 18:17:49 LenovoL15 kernel: audit: type=1130 audit(1602832669.259:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 16 18:17:49 LenovoL15 systemd-journald[303]: Time spent on flushing to /var/log/journal/04dce25a858d4cc68ebce80f9fad7628 is 90.964ms for 915 entries.
Oct 16 18:17:49 LenovoL15 systemd-journald[303]: System Journal (/var/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 136.0M, max 4.0G, 3.8G free.
Oct 16 18:17:49 LenovoL15 kernel: audit: type=1130 audit(1602832669.266:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Oct 16 18:17:49 LenovoL15 kernel: ACPI: AC Adapter [AC] (off-line)
Oct 16 18:17:49 LenovoL15 kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 16 18:17:49 LenovoL15 kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 16 18:17:49 LenovoL15 kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 16 18:17:49 LenovoL15 kernel: tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
Oct 16 18:17:49 LenovoL15 kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Oct 16 18:17:49 LenovoL15 kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
Oct 16 18:17:49 LenovoL15 kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 16 18:17:49 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 16 18:17:49 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 16 18:17:49 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 16 18:17:49 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 16 18:17:49 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 SYSTEM.
Oct 16 18:17:49 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 Swap.
Oct 16 18:17:49 LenovoL15 systemd[1]: Activating swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c...
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounting /efi...
Oct 16 18:17:49 LenovoL15 systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 16 18:17:49 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 kernel: audit: type=1130 audit(1602832669.373:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 kernel: Adding 2097148k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:2097148k SSFS
Oct 16 18:17:49 LenovoL15 systemd[1]: Activated swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c.
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Swap.
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounted Temporary Directory (/tmp).
Oct 16 18:17:49 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
Oct 16 18:17:49 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 1
Oct 16 18:17:49 LenovoL15 kernel: IPMI message handler: version 39.2
Oct 16 18:17:49 LenovoL15 kernel: Non-volatile memory driver v1.3
Oct 16 18:17:49 LenovoL15 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Oct 16 18:17:49 LenovoL15 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Oct 16 18:17:49 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Oct 16 18:17:49 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Oct 16 18:17:49 LenovoL15 kernel: ccp 0000:06:00.2: enabling device (0000 -> 0002)
Oct 16 18:17:49 LenovoL15 kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Oct 16 18:17:49 LenovoL15 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Oct 16 18:17:49 LenovoL15 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Oct 16 18:17:49 LenovoL15 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Oct 16 18:17:49 LenovoL15 kernel: usb 4-3: new high-speed USB device number 3 using xhci_hcd
Oct 16 18:17:49 LenovoL15 kernel: ipmi device interface
Oct 16 18:17:49 LenovoL15 kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Oct 16 18:17:49 LenovoL15 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Oct 16 18:17:49 LenovoL15 kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 16 18:17:49 LenovoL15 kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 16 18:17:49 LenovoL15 kernel: thinkpad_acpi: ThinkPad BIOS R19ET28W (1.12 ), EC R19HT27W
Oct 16 18:17:49 LenovoL15 kernel: thinkpad_acpi: Lenovo ThinkPad L15 Gen 1, model 20U7000JAU
Oct 16 18:17:49 LenovoL15 kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 16 18:17:49 LenovoL15 kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 16 18:17:49 LenovoL15 kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 16 18:17:49 LenovoL15 kernel: ccp 0000:06:00.2: tee enabled
Oct 16 18:17:49 LenovoL15 kernel: ccp 0000:06:00.2: psp enabled
Oct 16 18:17:49 LenovoL15 kernel: cryptd: max_cpu_qlen set to 1000
Oct 16 18:17:49 LenovoL15 kernel: raid6: avx2x4   gen() 22589 MB/s
Oct 16 18:17:49 LenovoL15 systemd-udevd[363]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 16 18:17:49 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 16 18:17:49 LenovoL15 kernel: raid6: avx2x4   xor()  5777 MB/s
Oct 16 18:17:49 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
Oct 16 18:17:49 LenovoL15 kernel: r8169 0000:02:00.0: enabling device (0000 -> 0003)
Oct 16 18:17:49 LenovoL15 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 16 18:17:49 LenovoL15 kernel: ipmi_si: IPMI System Interface driver
Oct 16 18:17:49 LenovoL15 kernel: ipmi_si: Unable to find any System Interface(s)
Oct 16 18:17:49 LenovoL15 systemd[1]: Mounted /efi.
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Local File Systems.
Oct 16 18:17:49 LenovoL15 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 16 18:17:49 LenovoL15 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 16 18:17:49 LenovoL15 kernel: cfg80211: failed to load regulatory.db
Oct 16 18:17:49 LenovoL15 systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Oct 16 18:17:49 LenovoL15 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Create Volatile Files and Directories...
Oct 16 18:17:49 LenovoL15 kernel: libphy: r8169: probed
Oct 16 18:17:49 LenovoL15 kernel: r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 00:2b:67:cf:24:6a, XID 502, IRQ 78
Oct 16 18:17:49 LenovoL15 kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Oct 16 18:17:49 LenovoL15 systemd[1]: Finished Create Volatile Files and Directories.
Oct 16 18:17:49 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Oct 16 18:17:49 LenovoL15 systemd[1]: Condition check resulted in Update is Completed being skipped.
Oct 16 18:17:49 LenovoL15 kernel: audit: type=1130 audit(1602832669.556:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 16 18:17:49 LenovoL15 kernel: usb 4-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
Oct 16 18:17:49 LenovoL15 kernel: usb 4-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 16 18:17:49 LenovoL15 kernel: usb 4-3: Product: Integrated Camera
Oct 16 18:17:49 LenovoL15 kernel: usb 4-3: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 16 18:17:49 LenovoL15 kernel: usb 4-3: SerialNumber: 0001
Oct 16 18:17:49 LenovoL15 kernel: raid6: avx2x2   gen() 20333 MB/s
Oct 16 18:17:49 LenovoL15 audit[459]: SYSTEM_BOOT pid=459 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 kernel: audit: type=1127 audit(1602832669.566:6): pid=459 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Oct 16 18:17:49 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target System Initialization.
Oct 16 18:17:49 LenovoL15 systemd[1]: Started Daily man-db regeneration.
Oct 16 18:17:49 LenovoL15 kernel: audit: type=1130 audit(1602832669.573:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd[1]: Started Daily verification of password and group files.
Oct 16 18:17:49 LenovoL15 systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Timers.
Oct 16 18:17:49 LenovoL15 systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Sockets.
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Basic System.
Oct 16 18:17:49 LenovoL15 systemd[1]: Started D-Bus System Message Bus.
Oct 16 18:17:49 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Network Manager...
Oct 16 18:17:49 LenovoL15 kernel: audit: type=1130 audit(1602832669.586:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 audit: BPF prog-id=7 op=LOAD
Oct 16 18:17:49 LenovoL15 audit: BPF prog-id=8 op=LOAD
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting User Login Management...
Oct 16 18:17:49 LenovoL15 kernel: audit: type=1334 audit(1602832669.593:9): prog-id=7 op=LOAD
Oct 16 18:17:49 LenovoL15 kernel: audit: type=1334 audit(1602832669.593:10): prog-id=8 op=LOAD
Oct 16 18:17:49 LenovoL15 kernel: raid6: avx2x2   xor() 23629 MB/s
Oct 16 18:17:49 LenovoL15 NetworkManager[461]: <info>  [1602832669.6290] NetworkManager (version 1.26.4-1) is starting... (for the first time)
Oct 16 18:17:49 LenovoL15 NetworkManager[461]: <info>  [1602832669.6294] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 16 18:17:49 LenovoL15 systemd[1]: Started Network Manager.
Oct 16 18:17:49 LenovoL15 NetworkManager[461]: <info>  [1602832669.6334] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 16 18:17:49 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Network.
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Permit User Sessions...
Oct 16 18:17:49 LenovoL15 NetworkManager[461]: <info>  [1602832669.6413] manager[0x55f27ef80030]: monitoring kernel firmware directory '/lib/firmware'.
Oct 16 18:17:49 LenovoL15 dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1' (uid=0 pid=461 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 16 18:17:49 LenovoL15 kernel: thinkpad_acpi: battery 1 registered (start 85, stop 85)
Oct 16 18:17:49 LenovoL15 kernel: battery: new extension: ThinkPad Battery Extension
Oct 16 18:17:49 LenovoL15 kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
Oct 16 18:17:49 LenovoL15 audit: BPF prog-id=9 op=LOAD
Oct 16 18:17:49 LenovoL15 audit: BPF prog-id=10 op=LOAD
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting Hostname Service...
Oct 16 18:17:49 LenovoL15 systemd[1]: Finished Permit User Sessions.
Oct 16 18:17:49 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd[1]: Started Getty on tty1.
Oct 16 18:17:49 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Login Prompts.
Oct 16 18:17:49 LenovoL15 kernel: raid6: avx2x1   gen() 24318 MB/s
Oct 16 18:17:49 LenovoL15 kernel: usb 4-4: new full-speed USB device number 4 using xhci_hcd
Oct 16 18:17:49 LenovoL15 kernel: AVX2 version of gcm_enc/dec engaged.
Oct 16 18:17:49 LenovoL15 kernel: AES CTR mode by8 optimization enabled
Oct 16 18:17:49 LenovoL15 kernel: raid6: avx2x1   xor() 19547 MB/s
Oct 16 18:17:49 LenovoL15 kernel: raid6: sse2x4   gen() 17859 MB/s
Oct 16 18:17:49 LenovoL15 systemd-logind[462]: Watching system buttons on /dev/input/event0 (Power Button)
Oct 16 18:17:49 LenovoL15 kernel: raid6: sse2x4   xor()  6386 MB/s
Oct 16 18:17:49 LenovoL15 kernel: usb 4-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Oct 16 18:17:49 LenovoL15 kernel: usb 4-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 16 18:17:49 LenovoL15 kernel: raid6: sse2x2   gen() 16541 MB/s
Oct 16 18:17:49 LenovoL15 systemd-logind[462]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 16 18:17:49 LenovoL15 systemd-logind[462]: New seat seat0.
Oct 16 18:17:49 LenovoL15 systemd-logind[462]: Watching system buttons on /dev/input/event2 (Sleep Button)
Oct 16 18:17:49 LenovoL15 systemd[1]: Started User Login Management.
Oct 16 18:17:49 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Multi-User System.
Oct 16 18:17:49 LenovoL15 systemd-logind[462]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 16 18:17:49 LenovoL15 systemd[1]: Reached target Graphical Interface.
Oct 16 18:17:49 LenovoL15 systemd[1]: Starting TLP system startup/shutdown...
Oct 16 18:17:49 LenovoL15 kernel: Intel(R) Wireless WiFi driver for Linux
Oct 16 18:17:49 LenovoL15 kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Oct 16 18:17:49 LenovoL15 systemd-udevd[348]: Using default interface naming scheme 'v245'.
Oct 16 18:17:49 LenovoL15 systemd-udevd[348]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 16 18:17:49 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: renamed from eth0
Oct 16 18:17:49 LenovoL15 kernel: raid6: sse2x2   xor()  7760 MB/s
Oct 16 18:17:49 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
Oct 16 18:17:50 LenovoL15 kernel: raid6: sse2x1   gen()  8994 MB/s
Oct 16 18:17:50 LenovoL15 kernel: kvm: Nested Virtualization enabled
Oct 16 18:17:50 LenovoL15 kernel: SVM: kvm: Nested Paging enabled
Oct 16 18:17:50 LenovoL15 kernel: SVM: Virtual VMLOAD VMSAVE supported
Oct 16 18:17:50 LenovoL15 kernel: SVM: Virtual GIF supported
Oct 16 18:17:50 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
Oct 16 18:17:50 LenovoL15 kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
Oct 16 18:17:50 LenovoL15 kernel: MCE: In-kernel MCE decoding enabled.
Oct 16 18:17:50 LenovoL15 kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
Oct 16 18:17:50 LenovoL15 kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
Oct 16 18:17:50 LenovoL15 kernel: iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
Oct 16 18:17:50 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
Oct 16 18:17:50 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug configuration: 0
Oct 16 18:17:50 LenovoL15 kernel: iwlwifi 0000:03:00.0: loaded firmware version 55.d9698065.0 cc-a0-55.ucode op_mode iwlmvm
Oct 16 18:17:50 LenovoL15 kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwl-debug-yoyo.bin failed with error -2
Oct 16 18:17:50 LenovoL15 kernel: raid6: sse2x1   xor()  9559 MB/s
Oct 16 18:17:50 LenovoL15 kernel: raid6: using algorithm avx2x1 gen() 24318 MB/s
Oct 16 18:17:50 LenovoL15 kernel: raid6: .... xor() 19547 MB/s, rmw enabled
Oct 16 18:17:50 LenovoL15 kernel: raid6: using avx2x2 recovery algorithm
Oct 16 18:17:50 LenovoL15 systemd-logind[462]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:50 LenovoL15 kernel: acp_pdm_mach acp_pdm_mach.0: snd_soc_register_card(acp) failed: -517
Oct 16 18:17:50 LenovoL15 kernel: acp_pdm_mach acp_pdm_mach.0: dmic-hifi <-> acp_rn_pdm_dma.0 mapping ok
Oct 16 18:17:50 LenovoL15 systemd-udevd[358]: Using default interface naming scheme 'v245'.
Oct 16 18:17:50 LenovoL15 kernel: xor: automatically using best checksumming function   avx       
Oct 16 18:17:50 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
Oct 16 18:17:50 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
Oct 16 18:17:50 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
Oct 16 18:17:50 LenovoL15 systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
Oct 16 18:17:50 LenovoL15 systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Oct 16 18:17:50 LenovoL15 systemd[1]: Reached target Sound Card.
Oct 16 18:17:50 LenovoL15 systemd-udevd[366]: controlC2: Process '/usr/bin/alsactl restore 2' failed with exit code 99.
Oct 16 18:17:50 LenovoL15 systemd-udevd[366]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 16 18:17:50 LenovoL15 systemd-logind[462]: Watching system buttons on /dev/input/event7 (ThinkPad Extra Buttons)
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:50 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 16 18:17:50 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 16 18:17:50 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 16 18:17:50 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Oct 16 18:17:50 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Oct 16 18:17:50 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Oct 16 18:17:50 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Oct 16 18:17:50 LenovoL15 kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
Oct 16 18:17:50 LenovoL15 kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
Oct 16 18:17:50 LenovoL15 kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15
Oct 16 18:17:50 LenovoL15 kernel: Btrfs loaded, crc32c=crc32c-intel
Oct 16 18:17:50 LenovoL15 systemd-udevd[363]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Oct 16 18:17:50 LenovoL15 dbus-daemon[460]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 16 18:17:50 LenovoL15 systemd[1]: Started Hostname Service.
Oct 16 18:17:50 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3188] hostname: hostname: using hostnamed
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3188] hostname: hostname changed from (none) to "LenovoL15"
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3196] dns-mgr[0x55f27ef3d220]: init: dns=default,systemd-resolved rc-manager=symlink
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3203] rfkill1: found WWAN radio killswitch (at /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1) (platform driver thinkpad_acpi)
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3205] manager[0x55f27ef80030]: rfkill: Wi-Fi hardware radio set enabled
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3223] manager[0x55f27ef80030]: rfkill: WWAN hardware radio set enabled
Oct 16 18:17:50 LenovoL15 kernel: BTRFS: device label Files devid 1 transid 32 /dev/nvme0n1p7 scanned by systemd-udevd (362)
Oct 16 18:17:50 LenovoL15 kernel: psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3291] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-ovs.so)
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3301] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wifi.so)
Oct 16 18:17:50 LenovoL15 tlp[522]: Applying power save settings...done.
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3399] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-team.so)
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3409] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-adsl.so)
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3439] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wwan.so)
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3454] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-bluetooth.so)
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3458] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3459] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3460] manager: Networking is enabled by state file
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3465] dhcp-init: Using DHCP client 'internal'
Oct 16 18:17:50 LenovoL15 dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=461 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3473] settings: Loaded settings plugin: keyfile (internal)
Oct 16 18:17:50 LenovoL15 systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3499] device (lo): carrier: link connected
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3502] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3513] manager: (enp2s0f0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3538] ovsdb: Could not connect: No such file or directory
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.3545] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 16 18:17:50 LenovoL15 dbus-daemon[460]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 16 18:17:50 LenovoL15 systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 16 18:17:50 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:50 LenovoL15 kernel: psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
Oct 16 18:17:50 LenovoL15 kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN0411 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
Oct 16 18:17:50 LenovoL15 kernel: Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:50 LenovoL15 kernel: [drm] amdgpu kernel modesetting enabled.
Oct 16 18:17:50 LenovoL15 kernel: Virtual CRAT table created for CPU
Oct 16 18:17:50 LenovoL15 kernel: amdgpu: Topology: Add CPU node
Oct 16 18:17:50 LenovoL15 kernel: checking generic (460000000 7f0000) vs hw (460000000 10000000)
Oct 16 18:17:50 LenovoL15 kernel: fb0: switching to amdgpudrmfb from EFI VGA
Oct 16 18:17:50 LenovoL15 kernel: Console: switching to colour dummy device 80x25
Oct 16 18:17:50 LenovoL15 kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
Oct 16 18:17:50 LenovoL15 kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
Oct 16 18:17:50 LenovoL15 kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x17AA:0x507E 0xD1).
Oct 16 18:17:50 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Oct 16 18:17:50 LenovoL15 kernel: [drm] register mmio base: 0xFD300000
Oct 16 18:17:50 LenovoL15 kernel: [drm] register mmio size: 524288
Oct 16 18:17:50 LenovoL15 kernel: [drm] PCIE atomic ops is not supported
Oct 16 18:17:50 LenovoL15 kernel: [drm] add ip block number 0 <soc15_common>
Oct 16 18:17:50 LenovoL15 kernel: [drm] add ip block number 1 <gmc_v9_0>
Oct 16 18:17:50 LenovoL15 kernel: [drm] add ip block number 2 <vega10_ih>
Oct 16 18:17:50 LenovoL15 kernel: [drm] add ip block number 3 <psp>
Oct 16 18:17:50 LenovoL15 kernel: [drm] add ip block number 4 <smu>
Oct 16 18:17:50 LenovoL15 kernel: [drm] add ip block number 5 <gfx_v9_0>
Oct 16 18:17:50 LenovoL15 kernel: [drm] add ip block number 6 <sdma_v4_0>
Oct 16 18:17:50 LenovoL15 kernel: [drm] add ip block number 7 <dm>
Oct 16 18:17:50 LenovoL15 kernel: [drm] add ip block number 8 <vcn_v2_0>
Oct 16 18:17:50 LenovoL15 kernel: [drm] add ip block number 9 <jpeg_v2_0>
Oct 16 18:17:50 LenovoL15 kernel: amdgpu: ATOM BIOS: 113-RENOIR-026
Oct 16 18:17:50 LenovoL15 kernel: [drm] VCN decode is enabled in VM mode
Oct 16 18:17:50 LenovoL15 kernel: [drm] VCN encode is enabled in VM mode
Oct 16 18:17:50 LenovoL15 kernel: [drm] JPEG decode is enabled in VM mode
Oct 16 18:17:50 LenovoL15 kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Oct 16 18:17:50 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Oct 16 18:17:50 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Oct 16 18:17:50 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Oct 16 18:17:50 LenovoL15 kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Oct 16 18:17:50 LenovoL15 kernel: [drm] RAM width 64bits DDR4
Oct 16 18:17:50 LenovoL15 kernel: [TTM] Zone  kernel: Available graphics memory: 7901240 KiB
Oct 16 18:17:50 LenovoL15 kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
Oct 16 18:17:50 LenovoL15 kernel: [TTM] Initializing pool allocator
Oct 16 18:17:50 LenovoL15 kernel: [TTM] Initializing DMA pool allocator
Oct 16 18:17:50 LenovoL15 kernel: [drm] amdgpu: 512M of VRAM memory ready
Oct 16 18:17:50 LenovoL15 kernel: [drm] amdgpu: 3072M of GTT memory ready.
Oct 16 18:17:50 LenovoL15 kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Oct 16 18:17:50 LenovoL15 kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
Oct 16 18:17:50 LenovoL15 kernel: [drm] Loading DMUB firmware via PSP: version=0x00000000
Oct 16 18:17:50 LenovoL15 kernel: [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17
Oct 16 18:17:50 LenovoL15 kernel: [drm] PSP loading VCN firmware
Oct 16 18:17:50 LenovoL15 kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
Oct 16 18:17:50 LenovoL15 kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Oct 16 18:17:50 LenovoL15 kernel: random: crng init done
Oct 16 18:17:50 LenovoL15 kernel: random: 7 urandom warning(s) missed due to ratelimiting
Oct 16 18:17:50 LenovoL15 systemd[1]: Finished Load/Save Random Seed.
Oct 16 18:17:50 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:50 LenovoL15 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.4849] settings: (enp2s0f0): created default wired connection 'Wired connection 1'
Oct 16 18:17:50 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
Oct 16 18:17:50 LenovoL15 kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:50 LenovoL15 kernel: mousedev: PS/2 mouse device common for all mice
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:50 LenovoL15 kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:50 LenovoL15 tlp[522]: Setting battery charge thresholds...done.
Oct 16 18:17:50 LenovoL15 systemd[1]: Finished TLP system startup/shutdown.
Oct 16 18:17:50 LenovoL15 systemd[1]: Startup finished in 9.873s (firmware) + 7.783s (loader) + 1.004s (kernel) + 1.858s (userspace) = 20.520s.
Oct 16 18:17:50 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:50 LenovoL15 kernel: iwlwifi 0000:03:00.0: base HW address: 34:cf:f6:6a:00:36
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.8739] device (wlan0): driver supports Access Point (AP) mode
Oct 16 18:17:50 LenovoL15 systemd-udevd[328]: Using default interface naming scheme 'v245'.
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.8745] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.8757] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Oct 16 18:17:50 LenovoL15 kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Oct 16 18:17:50 LenovoL15 systemd-udevd[328]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 16 18:17:50 LenovoL15 NetworkManager[461]: <info>  [1602832670.8878] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:50 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:51 LenovoL15 kernel: mc: Linux media interface: v0.10
Oct 16 18:17:51 LenovoL15 kernel: hid: raw HID events driver (C) Jiri Kosina
Oct 16 18:17:51 LenovoL15 kernel: [drm] reserve 0x400000 from 0xf41fc00000 for PSP TMR
Oct 16 18:17:51 LenovoL15 kernel: psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
Oct 16 18:17:51 LenovoL15 kernel: usbcore: registered new interface driver usbhid
Oct 16 18:17:51 LenovoL15 kernel: usbhid: USB HID core driver
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9e9c000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (0) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f19f1000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (8) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f19f2000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (9) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f19f8000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 NetworkManager[461]: <info>  [1602832671.1400] device (wlan0): set-hw-addr: set MAC address to E6:6D:12:1E:26:0F (scanning)
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (10) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f19ff000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (11) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ee9d1000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (12) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ee9d0000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (13) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f1012000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (17) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f1015000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (18) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f1014000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (19) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f1019000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (20) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f101c000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (26) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e367c000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (32) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ee8a7000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-2/4-2:1.0/0003:046D:C016.0001/input/input17
Oct 16 18:17:51 LenovoL15 kernel: hid-generic 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:06:00.4-2/input0
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x4) failed and response status is (0xF)
Oct 16 18:17:51 LenovoL15 kernel: amdgpu: SMU is initialized successfully!
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e58bc000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e3680000 flags=0x00a0]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e36c0000 flags=0x00a0]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0xfffffffdf8000000 flags=0x0088]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] kiq ring mec 2 pipe 1 q 0
Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e58a8000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: videodev: Linux video capture interface: v2.00
Oct 16 18:17:51 LenovoL15 kernel: Bluetooth: Core ver 2.22
Oct 16 18:17:51 LenovoL15 kernel: NET: Registered protocol family 31
Oct 16 18:17:51 LenovoL15 kernel: Bluetooth: HCI device and connection manager initialized
Oct 16 18:17:51 LenovoL15 kernel: Bluetooth: HCI socket layer initialized
Oct 16 18:17:51 LenovoL15 kernel: Bluetooth: L2CAP socket layer initialized
Oct 16 18:17:51 LenovoL15 kernel: Bluetooth: SCO socket layer initialized
Oct 16 18:17:51 LenovoL15 dbus-daemon[460]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.1' (uid=0 pid=461 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 16 18:17:51 LenovoL15 systemd[1]: Starting WPA supplicant...
Oct 16 18:17:51 LenovoL15 dbus-daemon[460]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 16 18:17:51 LenovoL15 systemd[1]: Started WPA supplicant.
Oct 16 18:17:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:17:51 LenovoL15 wpa_supplicant[1070]: Successfully initialized wpa_supplicant
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:51 LenovoL15 kernel: usbcore: registered new interface driver btusb
Oct 16 18:17:51 LenovoL15 kernel: Bluetooth: hci0: Firmware revision 0.0 build 188 week 26 2020
Oct 16 18:17:51 LenovoL15 systemd[1]: Reached target Bluetooth.
Oct 16 18:17:51 LenovoL15 kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:51 LenovoL15 kernel: uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
Oct 16 18:17:51 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 16 18:17:51 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Extension 4 was not initialized!
Oct 16 18:17:51 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
Oct 16 18:17:51 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
Oct 16 18:17:51 LenovoL15 kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input18
Oct 16 18:17:51 LenovoL15 kernel: usbcore: registered new interface driver uvcvideo
Oct 16 18:17:51 LenovoL15 kernel: USB Video Class driver (1.1.1)
Oct 16 18:17:51 LenovoL15 kernel: amdgpu 0000:06:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
Oct 16 18:17:51 LenovoL15 kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] *ERROR* KCQ enable failed
Oct 16 18:17:51 LenovoL15 kernel: [drm:amdgpu_device_init.cold [amdgpu]] *ERROR* hw_init of IP block <gfx_v9_0> failed -110
Oct 16 18:17:51 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: amdgpu_device_ip_init failed
Oct 16 18:17:51 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Fatal error during GPU init
Oct 16 18:17:51 LenovoL15 kernel: [drm] amdgpu: finishing device.
Oct 16 18:17:51 LenovoL15 NetworkManager[461]: <info>  [1602832671.5192] device (wlan0): supplicant interface state: internal-starting -> disconnected
Oct 16 18:17:51 LenovoL15 NetworkManager[461]: <info>  [1602832671.5193] Wi-Fi P2P device controlled by interface wlan0 created
Oct 16 18:17:51 LenovoL15 NetworkManager[461]: <info>  [1602832671.5196] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 16 18:17:51 LenovoL15 NetworkManager[461]: <info>  [1602832671.5199] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 16 18:17:51 LenovoL15 NetworkManager[461]: <warn>  [1602832671.5206] sup-iface[8e0e6a739661e2df,0,wlan0]: call-p2p-cancel: failed with P2P cancel failed
Oct 16 18:17:51 LenovoL15 NetworkManager[461]: <info>  [1602832671.5209] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Oct 16 18:17:51 LenovoL15 NetworkManager[461]: <info>  [1602832671.5218] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 16 18:17:51 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 16 18:17:51 LenovoL15 kernel: amdgpu: Failed to send message 0xd, response 0xffffffc2 param 0x0
Oct 16 18:17:51 LenovoL15 kernel: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Oct 16 18:17:52 LenovoL15 kernel: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Oct 16 18:17:52 LenovoL15 kernel: [drm] psp command (0x2) failed and response status is (0x117)
Oct 16 18:17:52 LenovoL15 kernel: [drm] free PSP TMR buffer
Oct 16 18:17:54 LenovoL15 wpa_supplicant[1070]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1204] policy: auto-activating connection 'Telstra793004' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1214] device (wlan0): Activation: starting connection 'Telstra793004' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1216] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1221] manager: NetworkManager state is now CONNECTING
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1246] device (wlan0): set-hw-addr: reset MAC address to 34:CF:F6:6A:00:36 (preserve)
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1283] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1287] device (wlan0): Activation: (wifi) access point 'Telstra793004' has security, but secrets are required.
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1287] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1337] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1341] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1346] device (wlan0): Activation: (wifi) connection 'Telstra793004' has security, and secrets exist.  No new secrets needed.
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1346] Config: added 'ssid' value 'Telstra793004'
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1347] Config: added 'scan_ssid' value '1'
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1347] Config: added 'bgscan' value 'simple:30:-70:86400'
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1347] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1347] Config: added 'auth_alg' value 'OPEN'
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.1347] Config: added 'psk' value '<hidden>'
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.2132] device (wlan0): supplicant interface state: disconnected -> inactive
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.2133] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.2197] device (wlan0): supplicant interface state: inactive -> scanning
Oct 16 18:17:56 LenovoL15 NetworkManager[461]: <info>  [1602832676.2198] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
Oct 16 18:17:57 LenovoL15 wpa_supplicant[1070]: wlan0: SME: Trying to authenticate with a6:91:b1:79:30:0c (SSID='Telstra793004' freq=5560 MHz)
Oct 16 18:17:57 LenovoL15 kernel: wlan0: authenticate with a6:91:b1:79:30:0c
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.2151] device (wlan0): supplicant interface state: scanning -> authenticating
Oct 16 18:17:57 LenovoL15 kernel: wlan0: send auth to a6:91:b1:79:30:0c (try 1/3)
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.2151] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Oct 16 18:17:57 LenovoL15 wpa_supplicant[1070]: wlan0: Trying to associate with a6:91:b1:79:30:0c (SSID='Telstra793004' freq=5560 MHz)
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.2449] device (wlan0): supplicant interface state: authenticating -> associating
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.2450] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Oct 16 18:17:57 LenovoL15 kernel: wlan0: authenticated
Oct 16 18:17:57 LenovoL15 kernel: wlan0: associate with a6:91:b1:79:30:0c (try 1/3)
Oct 16 18:17:57 LenovoL15 kernel: wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=0 aid=3)
Oct 16 18:17:57 LenovoL15 wpa_supplicant[1070]: wlan0: Associated with a6:91:b1:79:30:0c
Oct 16 18:17:57 LenovoL15 wpa_supplicant[1070]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 16 18:17:57 LenovoL15 kernel: wlan0: associated
Oct 16 18:17:57 LenovoL15 kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by a6:91:b1:79:30:0c
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.2740] device (wlan0): supplicant interface state: associating -> 4way_handshake
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.2742] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Oct 16 18:17:57 LenovoL15 wpa_supplicant[1070]: wlan0: WPA: Key negotiation completed with a6:91:b1:79:30:0c [PTK=CCMP GTK=CCMP]
Oct 16 18:17:57 LenovoL15 wpa_supplicant[1070]: wlan0: CTRL-EVENT-CONNECTED - Connection to a6:91:b1:79:30:0c completed [id=0 id_str=]
Oct 16 18:17:57 LenovoL15 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3463] device (wlan0): supplicant interface state: 4way_handshake -> completed
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3464] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Telstra793004"
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3465] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3469] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 16 18:17:57 LenovoL15 wpa_supplicant[1070]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-68 noise=9999 txrate=26000
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3477] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3593] dhcp4 (wlan0): option dhcp_lease_time      => '3600'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3593] dhcp4 (wlan0): option domain_name          => 'modem'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3594] dhcp4 (wlan0): option domain_name_servers  => '8.8.8.8 1.1.1.1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3594] dhcp4 (wlan0): option expiry               => '1602836277'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3594] dhcp4 (wlan0): option host_name            => 'LenovoL15'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3594] dhcp4 (wlan0): option ip_address           => '192.168.0.206'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3594] dhcp4 (wlan0): option next_server          => '192.168.0.1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3594] dhcp4 (wlan0): option requested_broadcast_address => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3594] dhcp4 (wlan0): option requested_domain_name => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3594] dhcp4 (wlan0): option requested_domain_name_servers => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3594] dhcp4 (wlan0): option requested_domain_search => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3594] dhcp4 (wlan0): option requested_host_name  => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3595] dhcp4 (wlan0): option requested_interface_mtu => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3595] dhcp4 (wlan0): option requested_ms_classless_static_routes => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3595] dhcp4 (wlan0): option requested_nis_domain => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3595] dhcp4 (wlan0): option requested_nis_servers => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3595] dhcp4 (wlan0): option requested_ntp_servers => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3595] dhcp4 (wlan0): option requested_rfc3442_classless_static_routes => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3595] dhcp4 (wlan0): option requested_root_path  => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3595] dhcp4 (wlan0): option requested_routers    => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3595] dhcp4 (wlan0): option requested_static_routes => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3596] dhcp4 (wlan0): option requested_subnet_mask => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3596] dhcp4 (wlan0): option requested_time_offset => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3596] dhcp4 (wlan0): option requested_wpad       => '1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3596] dhcp4 (wlan0): option routers              => '192.168.0.1'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3596] dhcp4 (wlan0): option subnet_mask          => '255.255.255.0'
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3596] dhcp4 (wlan0): state changed unknown -> bound
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3645] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 16 18:17:57 LenovoL15 wpa_supplicant[1070]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-68 noise=9999 txrate=26000
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3677] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3680] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3685] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3712] manager: NetworkManager state is now CONNECTED_SITE
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3714] policy: set 'Telstra793004' (wlan0) as default for IPv4 routing and DNS
Oct 16 18:17:57 LenovoL15 dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.1' (uid=0 pid=461 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 16 18:17:57 LenovoL15 dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3747] device (wlan0): Activation: successful, device activated.
Oct 16 18:17:57 LenovoL15 NetworkManager[461]: <info>  [1602832677.3763] manager: startup complete
Oct 16 18:17:58 LenovoL15 NetworkManager[461]: <info>  [1602832678.0899] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 16 18:17:58 LenovoL15 NetworkManager[461]: <info>  [1602832678.8979] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 16 18:17:58 LenovoL15 NetworkManager[461]: <info>  [1602832678.8992] policy: set 'Telstra793004' (wlan0) as default for IPv6 routing and DNS
Oct 16 18:17:58 LenovoL15 NetworkManager[461]: <info>  [1602832678.9122] dhcp6 (wlan0): option dhcp6_domain_search  => 'modem'
Oct 16 18:17:58 LenovoL15 NetworkManager[461]: <info>  [1602832678.9123] dhcp6 (wlan0): option dhcp6_name_servers   => '2606:4700:4700::1111 2001:4860:4860::8888'
Oct 16 18:17:58 LenovoL15 NetworkManager[461]: <info>  [1602832678.9123] dhcp6 (wlan0): state changed unknown -> bound
Oct 16 18:18:06 LenovoL15 systemd-logind[462]: Power key pressed.
Oct 16 18:18:06 LenovoL15 systemd-logind[462]: Powering Off...
Oct 16 18:18:06 LenovoL15 systemd-logind[462]: System is powering down.
Oct 16 18:18:06 LenovoL15 systemd[1]: Removed slice system-modprobe.slice.
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopped target Bluetooth.
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopped target Graphical Interface.
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopped target Sound Card.
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopped target Timers.
Oct 16 18:18:06 LenovoL15 systemd[1]: man-db.timer: Succeeded.
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopped Daily man-db regeneration.
Oct 16 18:18:06 LenovoL15 systemd[1]: shadow.timer: Succeeded.
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopped Daily verification of password and group files.
Oct 16 18:18:06 LenovoL15 systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopping Network Manager Script Dispatcher Service...
Oct 16 18:18:06 LenovoL15 nm-dispatcher[835]: Caught signal 15, shutting down...
Oct 16 18:18:06 LenovoL15 systemd[1]: Starting Generate shutdown-ramfs...
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopping Hostname Service...
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopping Load/Save Random Seed...
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopping TLP system startup/shutdown...
Oct 16 18:18:06 LenovoL15 systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopped Hostname Service.
Oct 16 18:18:06 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:18:06 LenovoL15 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 16 18:18:06 LenovoL15 kernel: kauditd_printk_skb: 11 callbacks suppressed
Oct 16 18:18:06 LenovoL15 kernel: audit: type=1131 audit(1602832686.229:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopped Network Manager Script Dispatcher Service.
Oct 16 18:18:06 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:18:06 LenovoL15 kernel: audit: type=1131 audit(1602832686.233:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:18:06 LenovoL15 systemd[1]: systemd-random-seed.service: Succeeded.
Oct 16 18:18:06 LenovoL15 systemd[1]: Stopped Load/Save Random Seed.
Oct 16 18:18:06 LenovoL15 kernel: audit: type=1131 audit(1602832686.236:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:18:06 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:18:06 LenovoL15 mkinitcpio[1135]: ==> Starting build: none
Oct 16 18:18:06 LenovoL15 mkinitcpio[1135]:   -> Running build hook: [sd-shutdown]
Oct 16 18:18:06 LenovoL15 audit: BPF prog-id=10 op=UNLOAD
Oct 16 18:18:06 LenovoL15 audit: BPF prog-id=9 op=UNLOAD
Oct 16 18:18:06 LenovoL15 kernel: audit: type=1334 audit(1602832686.343:25): prog-id=10 op=UNLOAD
Oct 16 18:18:06 LenovoL15 kernel: audit: type=1334 audit(1602832686.343:26): prog-id=9 op=UNLOAD
Oct 16 18:18:06 LenovoL15 mkinitcpio[1135]: ==> Build complete.
Oct 16 18:18:06 LenovoL15 systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Succeeded.
Oct 16 18:18:06 LenovoL15 systemd[1]: Finished Generate shutdown-ramfs.
Oct 16 18:18:06 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:18:06 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:18:06 LenovoL15 kernel: audit: type=1130 audit(1602832686.413:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:18:06 LenovoL15 kernel: audit: type=1131 audit(1602832686.413:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 18:18:07 LenovoL15 wpa_supplicant[1070]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-67 noise=9999 txrate=26000
Oct 16 18:18:12 LenovoL15 kernel: [drm] psp command (0x7) failed and response status is (0x0)
Oct 16 18:18:12 LenovoL15 kernel: [drm:psp_v12_0_ring_destroy [amdgpu]] *ERROR* Fail to stop psp ring
Oct 16 18:18:12 LenovoL15 kernel: ------------[ cut here ]------------
Oct 16 18:18:12 LenovoL15 kernel: Memory manager not clean during takedown.
Oct 16 18:18:12 LenovoL15 kernel: WARNING: CPU: 1 PID: 360 at drivers/gpu/drm/drm_mm.c:1040 drm_mm_takedown+0x1f/0x30 [drm]

Xorg log with nomodeset:

[    10.324] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    10.325] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[    10.325] Build Operating System: Linux Arch Linux
[    10.325] Current Operating System: Linux LenovoL15 5.8.14-arch1-1 #1 SMP PREEMPT Wed, 07 Oct 2020 23:59:46 +0000 x86_64
[    10.325] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 nomodeset
[    10.325] Build Date: 02 September 2020  06:17:44AM
[    10.325]  
[    10.326] Current version of pixman: 0.40.0
[    10.326] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.326] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.326] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 16 18:18:52 2020
[    10.328] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    10.330] (==) No Layout section.  Using the first Screen section.
[    10.330] (==) No screen section available. Using defaults.
[    10.330] (**) |-->Screen "Default Screen Section" (0)
[    10.330] (**) |   |-->Monitor "<default monitor>"
[    10.330] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    10.330] (==) Automatically adding devices
[    10.330] (==) Automatically enabling devices
[    10.330] (==) Automatically adding GPU devices
[    10.330] (==) Automatically binding GPU devices
[    10.330] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    10.330] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    10.330] 	Entry deleted from font path.
[    10.331] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    10.331] 	Entry deleted from font path.
[    10.331] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    10.331] 	Entry deleted from font path.
[    10.331] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    10.331] (==) ModulePath set to "/usr/lib/xorg/modules"
[    10.331] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    10.331] (II) Module ABI versions:
[    10.331] 	X.Org ANSI C Emulation: 0.4
[    10.331] 	X.Org Video Driver: 24.1
[    10.331] 	X.Org XInput driver : 24.1
[    10.331] 	X.Org Server Extension : 10.0
[    10.333] (++) using VT number 1

[    10.337] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    10.342] (--) PCI:*(6@0:0:0) 1002:1636:17aa:507e rev 209, Mem @ 0x460000000/268435456, 0x470000000/2097152, 0xfd300000/524288, I/O @ 0x00001000/256
[    10.342] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    10.342] (II) LoadModule: "glx"
[    10.343] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    10.349] (II) Module glx: vendor="X.Org Foundation"
[    10.349] 	compiled for 1.20.9, module version = 1.0.0
[    10.349] 	ABI class: X.Org Server Extension, version 10.0
[    10.349] (==) Matched ati as autoconfigured driver 0
[    10.349] (==) Matched modesetting as autoconfigured driver 1
[    10.349] (==) Matched fbdev as autoconfigured driver 2
[    10.349] (==) Matched vesa as autoconfigured driver 3
[    10.349] (==) Assigned the driver to the xf86ConfigLayout
[    10.349] (II) LoadModule: "ati"
[    10.349] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    10.349] (II) Module ati: vendor="X.Org Foundation"
[    10.349] 	compiled for 1.20.8, module version = 19.1.0
[    10.349] 	Module class: X.Org Video Driver
[    10.349] 	ABI class: X.Org Video Driver, version 24.1
[    10.349] (II) LoadModule: "radeon"
[    10.349] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    10.352] (II) Module radeon: vendor="X.Org Foundation"
[    10.352] 	compiled for 1.20.8, module version = 19.1.0
[    10.352] 	Module class: X.Org Video Driver
[    10.352] 	ABI class: X.Org Video Driver, version 24.1
[    10.352] (II) LoadModule: "modesetting"
[    10.352] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    10.353] (II) Module modesetting: vendor="X.Org Foundation"
[    10.353] 	compiled for 1.20.9, module version = 1.20.9
[    10.353] 	Module class: X.Org Video Driver
[    10.353] 	ABI class: X.Org Video Driver, version 24.1
[    10.353] (II) LoadModule: "fbdev"
[    10.353] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    10.353] (II) Module fbdev: vendor="X.Org Foundation"
[    10.353] 	compiled for 1.20.8, module version = 0.5.0
[    10.353] 	Module class: X.Org Video Driver
[    10.353] 	ABI class: X.Org Video Driver, version 24.1
[    10.353] (II) LoadModule: "vesa"
[    10.353] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    10.353] (II) Module vesa: vendor="X.Org Foundation"
[    10.353] 	compiled for 1.20.9, module version = 2.5.0
[    10.353] 	Module class: X.Org Video Driver
[    10.353] 	ABI class: X.Org Video Driver, version 24.1
[    10.353] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[    10.355] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    10.355] (II) FBDEV: driver for framebuffer: fbdev
[    10.355] (II) VESA: driver for VESA chipsets: vesa
[    10.355] (EE) open /dev/dri/card0: No such file or directory
[    10.355] (WW) Falling back to old probe method for modesetting
[    10.355] (EE) open /dev/dri/card0: No such file or directory
[    10.355] (II) Loading sub module "fbdevhw"
[    10.355] (II) LoadModule: "fbdevhw"
[    10.355] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    10.356] (II) Module fbdevhw: vendor="X.Org Foundation"
[    10.356] 	compiled for 1.20.9, module version = 0.0.2
[    10.356] 	ABI class: X.Org Video Driver, version 24.1
[    10.356] (EE) Unable to find a valid framebuffer device
[    10.356] (WW) Falling back to old probe method for fbdev
[    10.356] (II) Loading sub module "fbdevhw"
[    10.356] (II) LoadModule: "fbdevhw"
[    10.356] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    10.356] (II) Module fbdevhw: vendor="X.Org Foundation"
[    10.356] 	compiled for 1.20.9, module version = 0.0.2
[    10.356] 	ABI class: X.Org Video Driver, version 24.1
[    10.356] (II) FBDEV(2): using default device
[    10.356] vesa: Refusing to run on UEFI
[    10.356] (EE) Screen 0 deleted because of no matching config section.
[    10.356] (II) UnloadModule: "modesetting"
[    10.356] (EE) Screen 0 deleted because of no matching config section.
[    10.356] (II) UnloadModule: "fbdev"
[    10.356] (II) UnloadSubModule: "fbdevhw"
[    10.356] (II) FBDEV(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    10.356] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[    10.356] (==) FBDEV(0): RGB weight 888
[    10.356] (==) FBDEV(0): Default visual is TrueColor
[    10.356] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[    10.356] (II) FBDEV(0): hardware: EFI VGA (video memory: 8128kB)
[    10.356] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[    10.356] (II) FBDEV(0): checking modes against framebuffer device...
[    10.356] (II) FBDEV(0): checking modes against monitor...
[    10.356] (II) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
[    10.356] (**) FBDEV(0):  Built-in mode "current": 207.4 MHz, 85.3 kHz, 77.2 Hz
[    10.356] (II) FBDEV(0): Modeline "current"x0.0  207.38  1920 1952 2192 2432  1080 1084 1088 1104 -hsync -vsync -csync (85.3 kHz b)
[    10.356] (==) FBDEV(0): DPI set to (96, 96)
[    10.356] (II) Loading sub module "fb"
[    10.356] (II) LoadModule: "fb"
[    10.356] (II) Loading /usr/lib/xorg/modules/libfb.so
[    10.357] (II) Module fb: vendor="X.Org Foundation"
[    10.357] 	compiled for 1.20.9, module version = 1.0.0
[    10.357] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.357] (**) FBDEV(0): using shadow framebuffer
[    10.357] (II) Loading sub module "shadow"
[    10.357] (II) LoadModule: "shadow"
[    10.357] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    10.357] (II) Module shadow: vendor="X.Org Foundation"
[    10.357] 	compiled for 1.20.9, module version = 1.1.0
[    10.357] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.357] (II) UnloadModule: "radeon"
[    10.357] (II) Unloading radeon
[    10.357] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[    10.358] (==) FBDEV(0): Backing store enabled
[    10.358] (==) FBDEV(0): DPMS enabled
[    10.358] (II) Initializing extension Generic Event Extension
[    10.358] (II) Initializing extension SHAPE
[    10.358] (II) Initializing extension MIT-SHM
[    10.358] (II) Initializing extension XInputExtension
[    10.359] (II) Initializing extension XTEST
[    10.359] (II) Initializing extension BIG-REQUESTS
[    10.359] (II) Initializing extension SYNC
[    10.359] (II) Initializing extension XKEYBOARD
[    10.359] (II) Initializing extension XC-MISC
[    10.359] (II) Initializing extension SECURITY
[    10.359] (II) Initializing extension XFIXES
[    10.359] (II) Initializing extension RENDER
[    10.359] (II) Initializing extension RANDR
[    10.359] (II) Initializing extension COMPOSITE
[    10.359] (II) Initializing extension DAMAGE
[    10.359] (II) Initializing extension MIT-SCREEN-SAVER
[    10.359] (II) Initializing extension DOUBLE-BUFFER
[    10.359] (II) Initializing extension RECORD
[    10.359] (II) Initializing extension DPMS
[    10.359] (II) Initializing extension Present
[    10.359] (II) Initializing extension DRI3
[    10.359] (II) Initializing extension X-Resource
[    10.359] (II) Initializing extension XVideo
[    10.359] (II) Initializing extension XVideo-MotionCompensation
[    10.359] (II) Initializing extension GLX
[    10.359] (II) AIGLX: Screen 0 is not DRI2 capable
[    10.500] (II) IGLX: Loaded and initialized swrast
[    10.500] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    10.500] (II) Initializing extension XFree86-VidModeExtension
[    10.500] (II) Initializing extension XFree86-DGA
[    10.500] (II) Initializing extension XFree86-DRI
[    10.500] (II) Initializing extension DRI2
[    10.577] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    10.577] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.577] (II) LoadModule: "libinput"
[    10.577] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    10.580] (II) Module libinput: vendor="X.Org Foundation"
[    10.580] 	compiled for 1.20.8, module version = 0.30.0
[    10.580] 	Module class: X.Org XInput Driver
[    10.580] 	ABI class: X.Org XInput driver, version 24.1
[    10.580] (II) Using input driver 'libinput' for 'Power Button'
[    10.582] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 15 paused 0
[    10.582] (**) Power Button: always reports core events
[    10.582] (**) Option "Device" "/dev/input/event3"
[    10.582] (**) Option "_source" "server/udev"
[    10.587] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    10.587] (II) event3  - Power Button: device is a keyboard
[    10.587] (II) event3  - Power Button: device removed
[    10.587] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    10.587] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    10.588] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    10.588] (II) event3  - Power Button: device is a keyboard
[    10.589] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    10.589] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    10.589] (II) Using input driver 'libinput' for 'Video Bus'
[    10.590] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 18 paused 0
[    10.590] (**) Video Bus: always reports core events
[    10.590] (**) Option "Device" "/dev/input/event4"
[    10.590] (**) Option "_source" "server/udev"
[    10.592] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    10.592] (II) event4  - Video Bus: device is a keyboard
[    10.592] (II) event4  - Video Bus: device removed
[    10.592] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4/event4"
[    10.592] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    10.593] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    10.593] (II) event4  - Video Bus: device is a keyboard
[    10.593] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    10.593] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.593] (II) Using input driver 'libinput' for 'Power Button'
[    10.595] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 19 paused 0
[    10.595] (**) Power Button: always reports core events
[    10.595] (**) Option "Device" "/dev/input/event0"
[    10.595] (**) Option "_source" "server/udev"
[    10.597] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.597] (II) event0  - Power Button: device is a keyboard
[    10.597] (II) event0  - Power Button: device removed
[    10.597] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    10.597] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    10.599] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.599] (II) event0  - Power Button: device is a keyboard
[    10.599] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    10.600] (II) No input driver specified, ignoring this device.
[    10.600] (II) This device may have been added with another device file.
[    10.600] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    10.600] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    10.600] (II) Using input driver 'libinput' for 'Sleep Button'
[    10.602] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 20 paused 0
[    10.602] (**) Sleep Button: always reports core events
[    10.602] (**) Option "Device" "/dev/input/event2"
[    10.602] (**) Option "_source" "server/udev"
[    10.604] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    10.604] (II) event2  - Sleep Button: device is a keyboard
[    10.604] (II) event2  - Sleep Button: device removed
[    10.604] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    10.604] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    10.605] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    10.605] (II) event2  - Sleep Button: device is a keyboard
[    10.606] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event8)
[    10.606] (II) No input driver specified, ignoring this device.
[    10.606] (II) This device may have been added with another device file.
[    10.607] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event9)
[    10.607] (II) No input driver specified, ignoring this device.
[    10.607] (II) This device may have been added with another device file.
[    10.607] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event10)
[    10.607] (II) No input driver specified, ignoring this device.
[    10.607] (II) This device may have been added with another device file.
[    10.608] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/event15)
[    10.608] (**) Logitech Optical USB Mouse: Applying InputClass "libinput pointer catchall"
[    10.608] (II) Using input driver 'libinput' for 'Logitech Optical USB Mouse'
[    10.665] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 21 paused 0
[    10.665] (**) Logitech Optical USB Mouse: always reports core events
[    10.665] (**) Option "Device" "/dev/input/event15"
[    10.665] (**) Option "_source" "server/udev"
[    10.668] (II) event15 - Logitech Optical USB Mouse: is tagged by udev as: Mouse
[    10.668] (II) event15 - Logitech Optical USB Mouse: device set to 400 DPI
[    10.668] (II) event15 - Logitech Optical USB Mouse: device is a pointer
[    10.668] (II) event15 - Logitech Optical USB Mouse: device removed
[    10.668] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-2/4-2:1.0/0003:046D:C016.0001/input/input17/event15"
[    10.668] (II) XINPUT: Adding extended input device "Logitech Optical USB Mouse" (type: MOUSE, id 10)
[    10.669] (**) Option "AccelerationScheme" "none"
[    10.669] (**) Logitech Optical USB Mouse: (accel) selected scheme none/0
[    10.669] (**) Logitech Optical USB Mouse: (accel) acceleration factor: 2.000
[    10.669] (**) Logitech Optical USB Mouse: (accel) acceleration threshold: 4
[    10.671] (II) event15 - Logitech Optical USB Mouse: is tagged by udev as: Mouse
[    10.671] (II) event15 - Logitech Optical USB Mouse: device set to 400 DPI
[    10.671] (II) event15 - Logitech Optical USB Mouse: device is a pointer
[    10.672] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/mouse1)
[    10.672] (II) No input driver specified, ignoring this device.
[    10.672] (II) This device may have been added with another device file.
[    10.673] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event16)
[    10.673] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    10.673] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    10.675] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 22 paused 0
[    10.675] (**) Integrated Camera: Integrated C: always reports core events
[    10.675] (**) Option "Device" "/dev/input/event16"
[    10.675] (**) Option "_source" "server/udev"
[    10.677] (II) event16 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    10.677] (II) event16 - Integrated Camera: Integrated C: device is a keyboard
[    10.677] (II) event16 - Integrated Camera: Integrated C: device removed
[    10.678] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input18/event16"
[    10.678] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 11)
[    10.680] (II) event16 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    10.680] (II) event16 - Integrated Camera: Integrated C: device is a keyboard
[    10.680] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[    10.680] (II) No input driver specified, ignoring this device.
[    10.680] (II) This device may have been added with another device file.
[    10.681] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event12)
[    10.681] (II) No input driver specified, ignoring this device.
[    10.681] (II) This device may have been added with another device file.
[    10.682] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event13)
[    10.682] (II) No input driver specified, ignoring this device.
[    10.682] (II) This device may have been added with another device file.
[    10.682] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    10.682] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    10.682] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    10.684] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 23 paused 0
[    10.684] (**) AT Translated Set 2 keyboard: always reports core events
[    10.684] (**) Option "Device" "/dev/input/event5"
[    10.684] (**) Option "_source" "server/udev"
[    10.686] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    10.686] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    10.687] (II) event5  - AT Translated Set 2 keyboard: device removed
[    10.687] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    10.687] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    10.689] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    10.689] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    10.690] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event14)
[    10.690] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    10.690] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    10.692] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 24 paused 0
[    10.692] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    10.692] (**) Option "Device" "/dev/input/event14"
[    10.692] (**) Option "_source" "server/udev"
[    10.694] (II) event14 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    10.694] (II) event14 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[    10.696] (II) event14 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    10.696] (II) event14 - SynPS/2 Synaptics TouchPad: device removed
[    10.697] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event14"
[    10.697] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[    10.698] (**) Option "AccelerationScheme" "none"
[    10.698] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    10.698] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    10.698] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    10.700] (II) event14 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    10.700] (II) event14 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[    10.702] (II) event14 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    10.703] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    10.703] (II) No input driver specified, ignoring this device.
[    10.703] (II) This device may have been added with another device file.
[    10.704] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event17)
[    10.704] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[    10.704] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[    10.706] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 25 paused 0
[    10.706] (**) TPPS/2 Elan TrackPoint: always reports core events
[    10.706] (**) Option "Device" "/dev/input/event17"
[    10.706] (**) Option "_source" "server/udev"
[    10.707] (II) event17 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    10.708] (II) event17 - TPPS/2 Elan TrackPoint: device is a pointer
[    10.709] (II) event17 - TPPS/2 Elan TrackPoint: device removed
[    10.709] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input16/event17"
[    10.709] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 14)
[    10.710] (**) Option "AccelerationScheme" "none"
[    10.710] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[    10.710] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[    10.710] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[    10.711] (II) event17 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    10.712] (II) event17 - TPPS/2 Elan TrackPoint: device is a pointer
[    10.714] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse2)
[    10.714] (II) No input driver specified, ignoring this device.
[    10.714] (II) This device may have been added with another device file.
[    10.714] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    10.714] (II) No input driver specified, ignoring this device.
[    10.714] (II) This device may have been added with another device file.
[    10.715] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
[    10.715] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    10.715] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    10.717] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 26 paused 0
[    10.717] (**) ThinkPad Extra Buttons: always reports core events
[    10.717] (**) Option "Device" "/dev/input/event7"
[    10.717] (**) Option "_source" "server/udev"
[    10.719] (II) event7  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    10.719] (II) event7  - ThinkPad Extra Buttons: device is a keyboard
[    10.719] (II) event7  - ThinkPad Extra Buttons: device removed
[    10.719] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event7"
[    10.719] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[    10.721] (II) event7  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    10.721] (II) event7  - ThinkPad Extra Buttons: device is a keyboard
[   126.972] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[   134.892] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[   135.325] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[   254.918] (EE) event14 - SynPS/2 Synaptics TouchPad: client bug: event processing lagging behind by 12ms, your system is too slow
[   514.877] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[   514.997] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[   515.581] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 19ms, your system is too slow
[   516.261] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[   516.686] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[   516.686] (EE) event15 - Logitech Optical USB Mouse: WARNING: log rate limit exceeded (5 msgs per 60s). Discarding future messages.
[   615.876] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[   755.005] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[   755.525] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[   756.022] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[   760.077] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[   814.068] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[   814.068] (EE) event15 - Logitech Optical USB Mouse: WARNING: log rate limit exceeded (5 msgs per 60s). Discarding future messages.
[   818.941] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[   851.381] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[   854.496] (EE) event14 - SynPS/2 Synaptics TouchPad: client bug: event processing lagging behind by 12ms, your system is too slow
[   854.780] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[   857.853] (EE) event15 - Logitech Optical USB Mouse: client bug: event processing lagging behind by 11ms, your system is too slow

Output of dmesg on a boot with nomodeset:

[    0.000000] Linux version 5.8.14-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Wed, 07 Oct 2020 23:59:46 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 nomodeset
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009c00000-0x0000000009d20fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009d21000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f0d000-0x00000000c70ccfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c70cd000-0x00000000c72ccfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000c72cd000-0x00000000ca97dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca97e000-0x00000000cc97dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cc97e000-0x00000000cc9fdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cc9fe000-0x00000000cdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by Lenovo
[    0.000000] efi: ACPI=0xcc9fd000 ACPI 2.0=0xcc9fd014 SMBIOS=0xc8895000 SMBIOS 3.0=0xc8888000 TPMFinalLog=0xcc82d000 MEMATTR=0xc2ee4118 ESRT=0xc75b8000 
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1696.861 MHz processor
[    0.000010] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000011] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000015] last_pfn = 0x40f340 max_arch_pfn = 0x400000000
[    0.000019] MTRR default type: uncachable
[    0.000020] MTRR fixed ranges enabled:
[    0.000020]   00000-9FFFF write-back
[    0.000021]   A0000-BFFFF uncachable
[    0.000021]   C0000-FFFFF write-protect
[    0.000022] MTRR variable ranges enabled:
[    0.000023]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000023]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000024]   2 base 0000C0000000 mask FFFFF0000000 write-back
[    0.000024]   3 base 0000FF000000 mask FFFFFF000000 write-protect
[    0.000025]   4 disabled
[    0.000025]   5 disabled
[    0.000025]   6 disabled
[    0.000025]   7 disabled
[    0.000026] TOM2: 0000000430000000 aka 17152M
[    0.000371] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000465] last_pfn = 0xce000 max_arch_pfn = 0x400000000
[    0.003826] esrt: Reserving ESRT space from 0x00000000c75b8000 to 0x00000000c75b8088.
[    0.003835] check: Scanning 1 areas for low memory corruption
[    0.003839] Using GB pages for direct mapping
[    0.004251] Secure boot could not be determined
[    0.004253] RAMDISK: [mem 0x36c93000-0x37640fff]
[    0.004262] ACPI: Early table checksum verification disabled
[    0.004264] ACPI: RSDP 0x00000000CC9FD014 000024 (v02 LENOVO)
[    0.004267] ACPI: XSDT 0x00000000CC9FB188 0000FC (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004271] ACPI: FACP 0x00000000C75E5000 000114 (v06 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004275] ACPI: DSDT 0x00000000C75D1000 00DF37 (v01 LENOVO TP-R19   00001120 INTL 20180313)
[    0.004276] ACPI: FACS 0x00000000CBF7A000 000040
[    0.004278] ACPI: SSDT 0x00000000C889C000 00077C (v02 LENOVO UsbCTabl 00001000 INTL 20180313)
[    0.004279] ACPI: SSDT 0x00000000C8874000 007216 (v02 LENOVO TP-R19   00000002 MSFT 04000000)
[    0.004281] ACPI: IVRS 0x00000000C8873000 0001A4 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004283] ACPI: SSDT 0x00000000C884F000 000266 (v01 LENOVO STD3     00000001 INTL 20180313)
[    0.004284] ACPI: SSDT 0x00000000C883B000 00064C (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
[    0.004286] ACPI: TPM2 0x00000000C883A000 000034 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004287] ACPI: MSDM 0x00000000C8802000 000055 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004289] ACPI: BATB 0x00000000C87EC000 00004A (v02 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004290] ACPI: HPET 0x00000000C75E4000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004292] ACPI: APIC 0x00000000C75E3000 000138 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004293] ACPI: MCFG 0x00000000C75E2000 00003C (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004295] ACPI: SBST 0x00000000C75E1000 000030 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004297] ACPI: WSMT 0x00000000C75E0000 000028 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004298] ACPI: SSDT 0x00000000C75DF000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
[    0.004300] ACPI: VFCT 0x00000000C75C3000 00D484 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004301] ACPI: SSDT 0x00000000C75BF000 0039F4 (v01 LENOVO TP-R19   00000001 AMD  00000001)
[    0.004303] ACPI: CRAT 0x00000000C75BE000 000F00 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004304] ACPI: CDIT 0x00000000C75BD000 000029 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004306] ACPI: FPDT 0x00000000C8814000 000034 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004307] ACPI: SSDT 0x00000000C75BB000 0013CF (v01 LENOVO TP-R19   00000001 INTL 20180313)
[    0.004309] ACPI: SSDT 0x00000000C75B9000 001576 (v01 LENOVO TP-R19   00000001 INTL 20180313)
[    0.004310] ACPI: SSDT 0x00000000C75B4000 00353C (v01 LENOVO TP-R19   00000001 INTL 20180313)
[    0.004312] ACPI: BGRT 0x00000000C75B3000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004313] ACPI: UEFI 0x00000000CBF79000 000116 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004315] ACPI: SSDT 0x00000000C889A000 000090 (v01 LENOVO TP-R19   00000001 INTL 20180313)
[    0.004317] ACPI: SSDT 0x00000000C8899000 0009AD (v01 LENOVO TP-R19   00000001 INTL 20180313)
[    0.004321] ACPI: Local APIC address 0xfee00000
[    0.004365] No NUMA configuration found
[    0.004366] Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
[    0.004369] NODE_DATA(0) allocated [mem 0x40f33c000-0x40f33ffff]
[    0.004393] Zone ranges:
[    0.004394]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004395]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004395]   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
[    0.004396]   Device   empty
[    0.004396] Movable zone start for each node
[    0.004397] Early memory node ranges
[    0.004397]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.004398]   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
[    0.004398]   node   0: [mem 0x0000000009d21000-0x0000000009efffff]
[    0.004399]   node   0: [mem 0x0000000009f0d000-0x00000000c70ccfff]
[    0.004399]   node   0: [mem 0x00000000cc9fe000-0x00000000cdffffff]
[    0.004400]   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
[    0.004590] Zeroed struct page in unavailable ranges: 34689 pages
[    0.004591] Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
[    0.004592] On node 0 totalpages: 4028543
[    0.004593]   DMA zone: 64 pages used for memmap
[    0.004593]   DMA zone: 23 pages reserved
[    0.004594]   DMA zone: 3998 pages, LIFO batch:0
[    0.004615]   DMA32 zone: 12759 pages used for memmap
[    0.004616]   DMA32 zone: 816545 pages, LIFO batch:63
[    0.012677]   Normal zone: 50125 pages used for memmap
[    0.012679]   Normal zone: 3208000 pages, LIFO batch:63
[    0.045413] ACPI: PM-Timer IO Port: 0x408
[    0.045415] ACPI: Local APIC address 0xfee00000
[    0.045421] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.045422] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.045422] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.045423] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.045423] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.045424] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.045424] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.045424] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.045425] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.045425] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.045425] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.045426] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.045426] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.045426] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.045427] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.045427] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.045441] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[    0.045445] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[    0.045446] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.045447] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.045448] ACPI: IRQ0 used by override.
[    0.045449] ACPI: IRQ9 used by override.
[    0.045450] Using ACPI (MADT) for SMP configuration information
[    0.045451] ACPI: HPET id: 0x43538210 base: 0xfed00000
[    0.045460] e820: update [mem 0xc2ce1000-0xc2d71fff] usable ==> reserved
[    0.045468] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.045483] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.045484] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.045484] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.045485] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.045486] PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09d20fff]
[    0.045486] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
[    0.045487] PM: hibernation: Registered nosave memory: [mem 0xc2ce1000-0xc2d71fff]
[    0.045488] PM: hibernation: Registered nosave memory: [mem 0xc70cd000-0xc72ccfff]
[    0.045489] PM: hibernation: Registered nosave memory: [mem 0xc72cd000-0xca97dfff]
[    0.045489] PM: hibernation: Registered nosave memory: [mem 0xca97e000-0xcc97dfff]
[    0.045489] PM: hibernation: Registered nosave memory: [mem 0xcc97e000-0xcc9fdfff]
[    0.045490] PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
[    0.045490] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
[    0.045491] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.045491] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
[    0.045491] PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
[    0.045492] PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfed7ffff]
[    0.045492] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.045492] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
[    0.045493] [mem 0xd0000000-0xf7ffffff] available for PCI devices
[    0.045494] Booting paravirtualized kernel on bare hardware
[    0.045497] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.048810] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.049599] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.049605] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.049606] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.049624] Built 1 zonelists, mobility grouping on.  Total pages: 3965572
[    0.049625] Policy zone: Normal
[    0.049626] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 nomodeset
[    0.049664] You have booted with nomodeset. This means your GPU drivers are DISABLED
[    0.049664] Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
[    0.049665] Unless you actually understand what nomodeset does, you should reboot without enabling it
[    0.052245] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.053571] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.053611] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.105859] Memory: 15678276K/16114172K available (14339K kernel code, 1480K rwdata, 7916K rodata, 1644K init, 3024K bss, 435896K reserved, 0K cma-reserved)
[    0.105867] random: get_random_u64 called from __kmem_cache_create+0x3e/0x600 with crng_init=0
[    0.105991] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.106006] ftrace: allocating 40121 entries in 157 pages
[    0.115829] ftrace: allocated 157 pages with 5 groups
[    0.115959] rcu: Preemptible hierarchical RCU implementation.
[    0.115959] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.115960] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.115960] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.115961] 	Trampoline variant of Tasks RCU enabled.
[    0.115961] 	Rude variant of Tasks RCU enabled.
[    0.115962] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.115962] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.117980] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.118336] Console: colour dummy device 80x25
[    0.118342] printk: console [tty0] enabled
[    0.118356] ACPI: Core revision 20200528
[    0.118535] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.118552] APIC: Switch to symmetric I/O mode setup
[    0.119316] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.119316] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.119317] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.119317] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.217278] Switched APIC routing to physical flat.
[    0.218008] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.231888] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x18759206c26, max_idle_ns: 440795271624 ns
[    0.231892] Calibrating delay loop (skipped), value calculated using timer frequency.. 3395.12 BogoMIPS (lpj=5656203)
[    0.231894] pid_max: default: 32768 minimum: 301
[    0.233071] LSM: Security Framework initializing
[    0.233076] Yama: becoming mindful.
[    0.233132] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.233169] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.233396] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.233432] LVT offset 1 assigned for vector 0xf9
[    0.233489] LVT offset 2 assigned for vector 0xf4
[    0.233506] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.233507] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.233510] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.233511] Spectre V2 : Mitigation: Full AMD retpoline
[    0.233511] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.233512] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.233513] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.233513] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.233514] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.233743] Freeing SMP alternatives memory: 32K
[    0.342295] smpboot: CPU0: AMD Ryzen 7 PRO 4750U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.342390] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.342394] ... version:                0
[    0.342395] ... bit width:              48
[    0.342395] ... generic registers:      6
[    0.342395] ... value mask:             0000ffffffffffff
[    0.342396] ... max period:             00007fffffffffff
[    0.342396] ... fixed-purpose events:   0
[    0.342396] ... event mask:             000000000000003f
[    0.342439] rcu: Hierarchical SRCU implementation.
[    0.342981] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.343161] smp: Bringing up secondary CPUs ...
[    0.343279] x86: Booting SMP configuration:
[    0.343280] .... node  #0, CPUs:        #1
[    0.345223] TSC synchronization [CPU#0 -> CPU#1]:
[    0.345223] Measured 357737494 cycles TSC warp between CPUs, turning off TSC clock.
[    0.345223] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.345384]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.352008] smp: Brought up 1 node, 16 CPUs
[    0.352008] smpboot: Max logical packages: 1
[    0.352008] smpboot: Total of 16 processors activated (54321.03 BogoMIPS)
[    0.353002] devtmpfs: initialized
[    0.353002] x86/mm: Memory block size: 128MB
[    0.353030] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
[    0.353030] PM: Registering ACPI NVS region [mem 0xca97e000-0xcc97dfff] (33554432 bytes)
[    0.355288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.355288] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.355315] pinctrl core: initialized pinctrl subsystem
[    0.355404] PM: RTC time: 07:18:42, date: 2020-10-16
[    0.355408] thermal_sys: Registered thermal governor 'fair_share'
[    0.355409] thermal_sys: Registered thermal governor 'bang_bang'
[    0.355409] thermal_sys: Registered thermal governor 'step_wise'
[    0.355409] thermal_sys: Registered thermal governor 'user_space'
[    0.355410] thermal_sys: Registered thermal governor 'power_allocator'
[    0.355585] NET: Registered protocol family 16
[    0.355894] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.356168] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.356493] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.356513] audit: initializing netlink subsys (disabled)
[    0.356522] audit: type=2000 audit(1602832722.143:1): state=initialized audit_enabled=0 res=1
[    0.356522] cpuidle: using governor ladder
[    0.356522] cpuidle: using governor menu
[    0.356539] ACPI: bus type PCI registered
[    0.356539] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.356539] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.356539] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.356539] PCI: Using configuration type 1 for base access
[    0.358599] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.358599] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.362000] ACPI: Added _OSI(Module Device)
[    0.362001] ACPI: Added _OSI(Processor Device)
[    0.362001] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.362002] ACPI: Added _OSI(Processor Aggregator Device)
[    0.362003] ACPI: Added _OSI(Linux-Dell-Video)
[    0.362003] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.362004] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.372337] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.373591] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.530227] ACPI: EC: EC started
[    0.530228] ACPI: EC: interrupt blocked
[    0.530316] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.530318] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.530318] ACPI: Interpreter enabled
[    0.530332] ACPI: (supports S0 S3 S4 S5)
[    0.530333] ACPI: Using IOAPIC for interrupt routing
[    0.530446] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.530719] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.531532] ACPI: Power Resource [WRST] (on)
[    0.532287] ACPI: Power Resource [P0S0] (on)
[    0.532305] ACPI: Power Resource [P3S0] (on)
[    0.532370] ACPI: Power Resource [P0S1] (on)
[    0.532389] ACPI: Power Resource [P3S1] (on)
[    0.537560] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.537564] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.537689] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.537806] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.537816] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.537971] PCI host bridge to bus 0000:00
[    0.537972] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.537973] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
[    0.537974] pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
[    0.537974] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
[    0.537975] pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
[    0.537975] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
[    0.537976] pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
[    0.537977] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
[    0.537977] pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
[    0.537978] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
[    0.537979] pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
[    0.537979] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
[    0.537980] pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
[    0.537980] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
[    0.537981] pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
[    0.537982] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
[    0.537982] pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
[    0.537983] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
[    0.537983] pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
[    0.537984] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
[    0.537985] pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
[    0.537985] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
[    0.537986] pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
[    0.537987] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
[    0.537987] pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
[    0.537988] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
[    0.537989] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
[    0.537989] pci_bus 0000:00: root bus resource [mem 0x430000000-0xffffffffff window]
[    0.537990] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.537991] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.537991] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.537998] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.538069] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.538145] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.538202] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.538253] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.538314] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.538392] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.538451] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.538526] pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
[    0.538588] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    0.538659] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.538717] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.538803] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.538854] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.538877] pci 0000:00:08.1: enabling Extended Tags
[    0.538904] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.538990] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.539083] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.539198] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.539232] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.539266] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.539301] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.539338] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.539371] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.539405] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.539437] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.539576] pci 0000:01:00.0: [15b7:5006] type 00 class 0x010802
[    0.539599] pci 0000:01:00.0: reg 0x10: [mem 0xfd700000-0xfd703fff 64bit]
[    0.539622] pci 0000:01:00.0: reg 0x20: [mem 0xfd704000-0xfd7040ff 64bit]
[    0.539773] pci 0000:00:02.1: PCI bridge to [bus 01]
[    0.539776] pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
[    0.539810] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.539832] pci 0000:02:00.0: reg 0x10: [io  0x2400-0x24ff]
[    0.539849] pci 0000:02:00.0: reg 0x18: [mem 0xfd614000-0xfd614fff 64bit]
[    0.539860] pci 0000:02:00.0: reg 0x20: [mem 0xfd600000-0xfd603fff 64bit]
[    0.539941] pci 0000:02:00.0: supports D1 D2
[    0.539942] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.540037] pci 0000:02:00.1: [10ec:816a] type 00 class 0x070002
[    0.540058] pci 0000:02:00.1: reg 0x10: [io  0x2200-0x22ff]
[    0.540075] pci 0000:02:00.1: reg 0x18: [mem 0xfd615000-0xfd615fff 64bit]
[    0.540086] pci 0000:02:00.1: reg 0x20: [mem 0xfd604000-0xfd607fff 64bit]
[    0.540162] pci 0000:02:00.1: supports D1 D2
[    0.540162] pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.540244] pci 0000:02:00.2: [10ec:816b] type 00 class 0x070002
[    0.540265] pci 0000:02:00.2: reg 0x10: [io  0x2100-0x21ff]
[    0.540282] pci 0000:02:00.2: reg 0x18: [mem 0xfd616000-0xfd616fff 64bit]
[    0.540293] pci 0000:02:00.2: reg 0x20: [mem 0xfd608000-0xfd60bfff 64bit]
[    0.540368] pci 0000:02:00.2: supports D1 D2
[    0.540369] pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.540452] pci 0000:02:00.3: [10ec:816c] type 00 class 0x0c0701
[    0.540473] pci 0000:02:00.3: reg 0x10: [io  0x2000-0x20ff]
[    0.540489] pci 0000:02:00.3: reg 0x18: [mem 0xfd617000-0xfd617fff 64bit]
[    0.540500] pci 0000:02:00.3: reg 0x20: [mem 0xfd60c000-0xfd60ffff 64bit]
[    0.540576] pci 0000:02:00.3: supports D1 D2
[    0.540577] pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.540653] pci 0000:02:00.4: [10ec:816d] type 00 class 0x0c0320
[    0.540676] pci 0000:02:00.4: reg 0x10: [mem 0xfd618000-0xfd618fff]
[    0.540697] pci 0000:02:00.4: reg 0x18: [mem 0xfd610000-0xfd613fff 64bit]
[    0.540792] pci 0000:02:00.4: PME# supported from D0 D3cold
[    0.540928] pci 0000:00:02.2: PCI bridge to [bus 02]
[    0.540930] pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
[    0.540932] pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
[    0.541188] pci 0000:03:00.0: [8086:2723] type 00 class 0x028000
[    0.541215] pci 0000:03:00.0: reg 0x10: [mem 0xfd500000-0xfd503fff 64bit]
[    0.541348] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.541764] pci 0000:00:02.3: PCI bridge to [bus 03]
[    0.541767] pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.541801] pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
[    0.541822] pci 0000:04:00.0: reg 0x10: [mem 0xfd400000-0xfd400fff]
[    0.541920] pci 0000:04:00.0: supports D1 D2
[    0.541921] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.542028] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.542031] pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.542093] pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
[    0.542109] pci 0000:06:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
[    0.542115] pci 0000:06:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
[    0.542120] pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
[    0.542124] pci 0000:06:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
[    0.542131] pci 0000:06:00.0: enabling Extended Tags
[    0.542138] pci 0000:06:00.0: BAR 0: assigned to efifb
[    0.542174] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.542242] pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
[    0.542252] pci 0000:06:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
[    0.542271] pci 0000:06:00.1: enabling Extended Tags
[    0.542297] pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.542344] pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
[    0.542358] pci 0000:06:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
[    0.542367] pci 0000:06:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
[    0.542373] pci 0000:06:00.2: enabling Extended Tags
[    0.542443] pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
[    0.542455] pci 0000:06:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
[    0.542477] pci 0000:06:00.3: enabling Extended Tags
[    0.542505] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.542556] pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
[    0.542569] pci 0000:06:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
[    0.542590] pci 0000:06:00.4: enabling Extended Tags
[    0.542628] pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
[    0.542679] pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
[    0.542690] pci 0000:06:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
[    0.542714] pci 0000:06:00.5: enabling Extended Tags
[    0.542747] pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
[    0.542796] pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
[    0.542807] pci 0000:06:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
[    0.542831] pci 0000:06:00.6: enabling Extended Tags
[    0.542863] pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
[    0.542961] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.542963] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.542965] pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
[    0.542968] pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
[    0.543120] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.543176] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.543215] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.543267] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.543315] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.543351] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.543386] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.543421] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.545230] ACPI: EC: interrupt unblocked
[    0.545230] ACPI: EC: event unblocked
[    0.545230] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.545230] ACPI: EC: GPE=0x3
[    0.545230] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    0.545230] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    0.545230] iommu: Default domain type: Translated 
[    0.545254] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.545254] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.545254] pci 0000:06:00.0: vgaarb: setting as boot device
[    0.545254] vgaarb: loaded
[    0.545380] SCSI subsystem initialized
[    0.545400] libata version 3.00 loaded.
[    0.545400] ACPI: bus type USB registered
[    0.545400] usbcore: registered new interface driver usbfs
[    0.545400] usbcore: registered new interface driver hub
[    0.545400] usbcore: registered new device driver usb
[    0.545400] pps_core: LinuxPPS API ver. 1 registered
[    0.545400] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.545400] PTP clock support registered
[    0.545400] EDAC MC: Ver: 3.0.0
[    0.545400] Registered efivars operations
[    0.545400] NetLabel: Initializing
[    0.545400] NetLabel:  domain hash size = 128
[    0.545400] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.545400] NetLabel:  unlabeled traffic allowed by default
[    0.545400] PCI: Using ACPI for IRQ routing
[    0.547301] PCI: pci_cache_line_size set to 64 bytes
[    0.547843] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.547844] e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
[    0.547844] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    0.547845] e820: reserve RAM buffer [mem 0xc2ce1000-0xc3ffffff]
[    0.547845] e820: reserve RAM buffer [mem 0xc70cd000-0xc7ffffff]
[    0.547846] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
[    0.547846] e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
[    0.548595] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.548597] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.553442] clocksource: Switched to clocksource hpet
[    0.560273] VFS: Disk quotas dquot_6.6.0
[    0.560286] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.560360] pnp: PnP ACPI init
[    0.560562] system 00:00: [io  0x0f50-0x0f51] has been reserved
[    0.560564] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.560565] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.560565] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.560569] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.560748] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.560782] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.560783] system 00:02: [io  0x0530-0x0537] has been reserved
[    0.560783] system 00:02: [io  0x0400-0x0427] has been reserved
[    0.560784] system 00:02: [io  0x0430] has been reserved
[    0.560785] system 00:02: [io  0x0440-0x0447] has been reserved
[    0.560786] system 00:02: [io  0x0b00-0x0b1f] has been reserved
[    0.560787] system 00:02: [io  0x0b20-0x0b3f] has been reserved
[    0.560787] system 00:02: [io  0x0c00-0x0c01] has been reserved
[    0.560788] system 00:02: [io  0x0c14] has been reserved
[    0.560789] system 00:02: [io  0x0c50-0x0c52] has been reserved
[    0.560789] system 00:02: [io  0x0cd0-0x0cd1] has been reserved
[    0.560790] system 00:02: [io  0x0cd2-0x0cd3] has been reserved
[    0.560791] system 00:02: [io  0x0cd4-0x0cd5] has been reserved
[    0.560791] system 00:02: [io  0x0cd6-0x0cd7] has been reserved
[    0.560792] system 00:02: [io  0x0cd8-0x0cdf] has been reserved
[    0.560793] system 00:02: [io  0x0cf9] could not be reserved
[    0.560793] system 00:02: [io  0x8100-0x81ff window] has been reserved
[    0.560794] system 00:02: [io  0x8200-0x82ff window] has been reserved
[    0.560796] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.560850] system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.560851] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.560852] system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
[    0.560852] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.560853] system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
[    0.560854] system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
[    0.560855] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.560872] pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    0.560882] pnp 00:05: Plug and Play ACPI device, IDs LEN0411 PNP0f13 (active)
[    0.561614] pnp: PnP ACPI: found 6 devices
[    0.569385] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.569495] NET: Registered protocol family 2
[    0.569758] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.569938] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.570358] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.570547] TCP: Hash tables configured (established 131072 bind 65536)
[    0.570890] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.570971] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.571156] NET: Registered protocol family 1
[    0.571164] NET: Registered protocol family 44
[    0.571193] pci 0000:00:02.1: PCI bridge to [bus 01]
[    0.571202] pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
[    0.571210] pci 0000:00:02.2: PCI bridge to [bus 02]
[    0.571213] pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
[    0.571217] pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
[    0.571223] pci 0000:00:02.3: PCI bridge to [bus 03]
[    0.571227] pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.571234] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.571238] pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.571246] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.571248] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.571252] pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
[    0.571255] pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
[    0.571262] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[    0.571264] pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
[    0.571265] pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
[    0.571267] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
[    0.571269] pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
[    0.571271] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
[    0.571272] pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
[    0.571274] pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
[    0.571276] pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
[    0.571278] pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
[    0.571279] pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
[    0.571281] pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
[    0.571283] pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
[    0.571284] pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
[    0.571286] pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
[    0.571288] pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
[    0.571290] pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
[    0.571291] pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
[    0.571293] pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
[    0.571295] pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
[    0.571297] pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
[    0.571298] pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
[    0.571300] pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
[    0.571302] pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
[    0.571303] pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
[    0.571305] pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
[    0.571307] pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
[    0.571309] pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
[    0.571311] pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
[    0.571313] pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
[    0.571315] pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
[    0.571317] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.571318] pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
[    0.571320] pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
[    0.571322] pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
[    0.571324] pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
[    0.571326] pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfd3fffff]
[    0.571327] pci_bus 0000:06: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
[    0.572168] pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
[    0.572745] PCI: CLS 32 bytes, default 64
[    0.572818] Trying to unpack rootfs image as initramfs...
[    0.669781] Freeing initrd memory: 9912K
[    0.669808] pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
[    0.669951] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.669952] pci 0000:00:00.2: PCI INT A: not connected
[    0.669978] pci 0000:00:01.0: Adding to iommu group 0
[    0.670001] pci 0000:00:02.0: Adding to iommu group 1
[    0.670009] pci 0000:00:02.1: Adding to iommu group 2
[    0.670017] pci 0000:00:02.2: Adding to iommu group 3
[    0.670027] pci 0000:00:02.3: Adding to iommu group 4
[    0.670038] pci 0000:00:02.4: Adding to iommu group 5
[    0.670050] pci 0000:00:08.0: Adding to iommu group 6
[    0.670057] pci 0000:00:08.1: Adding to iommu group 6
[    0.670067] pci 0000:00:14.0: Adding to iommu group 7
[    0.670074] pci 0000:00:14.3: Adding to iommu group 7
[    0.670097] pci 0000:00:18.0: Adding to iommu group 8
[    0.670103] pci 0000:00:18.1: Adding to iommu group 8
[    0.670108] pci 0000:00:18.2: Adding to iommu group 8
[    0.670114] pci 0000:00:18.3: Adding to iommu group 8
[    0.670120] pci 0000:00:18.4: Adding to iommu group 8
[    0.670127] pci 0000:00:18.5: Adding to iommu group 8
[    0.670132] pci 0000:00:18.6: Adding to iommu group 8
[    0.670139] pci 0000:00:18.7: Adding to iommu group 8
[    0.670146] pci 0000:01:00.0: Adding to iommu group 9
[    0.670192] pci 0000:02:00.0: Adding to iommu group 10
[    0.670212] pci 0000:02:00.1: Adding to iommu group 10
[    0.670230] pci 0000:02:00.2: Adding to iommu group 10
[    0.670248] pci 0000:02:00.3: Adding to iommu group 10
[    0.670267] pci 0000:02:00.4: Adding to iommu group 10
[    0.670276] pci 0000:03:00.0: Adding to iommu group 11
[    0.670284] pci 0000:04:00.0: Adding to iommu group 12
[    0.670293] pci 0000:06:00.0: Adding to iommu group 6
[    0.670299] pci 0000:06:00.1: Adding to iommu group 6
[    0.670303] pci 0000:06:00.2: Adding to iommu group 6
[    0.670309] pci 0000:06:00.3: Adding to iommu group 6
[    0.670314] pci 0000:06:00.4: Adding to iommu group 6
[    0.670319] pci 0000:06:00.5: Adding to iommu group 6
[    0.670324] pci 0000:06:00.6: Adding to iommu group 6
[    0.672336] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.672338] pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
[    0.672339]  PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.672341] AMD-Vi: Interrupt remapping enabled
[    0.672341] AMD-Vi: Virtual APIC enabled
[    0.672342] AMD-Vi: X2APIC enabled
[    0.672553] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.673350] amd_uncore: AMD NB counters detected
[    0.673352] amd_uncore: AMD LLC counters detected
[    0.674448] LVT offset 0 assigned for vector 0x400
[    0.674994] perf: AMD IBS detected (0x000003ff)
[    0.675036] check: Scanning for low memory corruption every 60 seconds
[    0.675405] Initialise system trusted keyrings
[    0.675424] Key type blacklist registered
[    0.675538] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.676195] zbud: loaded
[    0.678906] Key type asymmetric registered
[    0.678907] Asymmetric key parser 'x509' registered
[    0.678914] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.678993] io scheduler mq-deadline registered
[    0.678994] io scheduler kyber registered
[    0.679010] io scheduler bfq registered
[    0.694746] pcieport 0000:00:02.1: PME: Signaling with IRQ 26
[    0.694904] pcieport 0000:00:02.2: PME: Signaling with IRQ 27
[    0.695043] pcieport 0000:00:02.3: PME: Signaling with IRQ 28
[    0.695176] pcieport 0000:00:02.4: PME: Signaling with IRQ 29
[    0.695312] pcieport 0000:00:08.1: PME: Signaling with IRQ 30
[    0.695427] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.695525] efifb: probing for efifb
[    0.710615] efifb: framebuffer at 0x460000000, using 8128k, total 8128k
[    0.710616] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.710616] efifb: scrolling: redraw
[    0.710617] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.710661] fbcon: Deferring console take-over
[    0.710662] fb0: EFI VGA frame buffer device
[    0.710704] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.710717] ACPI: Power Button [PWRB]
[    0.710749] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.711951] ACPI: Lid Switch [LID]
[    0.711976] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.712091] ACPI: Sleep Button [SLPB]
[    0.712119] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.718612] ACPI: Power Button [PWRF]
[    0.718690] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.719080] acpi device:09: registered as cooling_device0
[    0.719101] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4
[    0.719142] Monitor-Mwait will be used to enter C-1 state
[    0.719151] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.719309] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.719377] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.719521] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.719597] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.719675] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.719724] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.719776] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.719935] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[    0.720130] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[    0.720211] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[    0.720476] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[    0.720595] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[    0.720853] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[    0.721107] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[    0.721383] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[    0.721928] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.722443] serial 0000:02:00.1: enabling device (0000 -> 0003)
[    0.722845] 0000:02:00.1: ttyS0 at I/O 0x2200 (irq = 31, base_baud = 115200) is a 16550A
[    0.722973] serial 0000:02:00.2: enabling device (0000 -> 0003)
[    0.723304] 0000:02:00.2: ttyS1 at I/O 0x2100 (irq = 32, base_baud = 115200) is a 16550A
[    0.723600] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.726203] nvme nvme0: pci function 0000:01:00.0
[    0.726265] usbcore: registered new interface driver usbserial_generic
[    0.726267] usbserial: USB Serial support registered for generic
[    0.726311] rtc_cmos 00:01: RTC can wake from S4
[    0.726514] rtc_cmos 00:01: registered as rtc0
[    0.726601] rtc_cmos 00:01: setting system clock to 2020-10-16T07:18:42 UTC (1602832722)
[    0.726626] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.727270] ledtrig-cpu: registered to indicate activity on CPUs
[    0.727519] drop_monitor: Initializing network drop monitor service
[    0.727736] NET: Registered protocol family 10
[    0.733636] Segment Routing with IPv6
[    0.733639] RPL Segment Routing with IPv6
[    0.733660] NET: Registered protocol family 17
[    0.736176] microcode: CPU0: patch_level=0x08600106
[    0.736199] microcode: CPU1: patch_level=0x08600106
[    0.736229] microcode: CPU2: patch_level=0x08600106
[    0.736249] microcode: CPU3: patch_level=0x08600106
[    0.736277] microcode: CPU4: patch_level=0x08600106
[    0.736294] microcode: CPU5: patch_level=0x08600106
[    0.736322] microcode: CPU6: patch_level=0x08600106
[    0.736340] microcode: CPU7: patch_level=0x08600106
[    0.736357] microcode: CPU8: patch_level=0x08600106
[    0.736371] microcode: CPU9: patch_level=0x08600106
[    0.736373] microcode: CPU10: patch_level=0x08600106
[    0.736382] microcode: CPU11: patch_level=0x08600106
[    0.736414] microcode: CPU12: patch_level=0x08600106
[    0.736439] microcode: CPU13: patch_level=0x08600106
[    0.736449] nvme nvme0: 16/0/0 default/read/poll queues
[    0.736473] microcode: CPU14: patch_level=0x08600106
[    0.736500] microcode: CPU15: patch_level=0x08600106
[    0.736617] microcode: Microcode Update Driver: v2.2.
[    0.737938] resctrl: L3 allocation detected
[    0.737939] resctrl: L3DATA allocation detected
[    0.737939] resctrl: L3CODE allocation detected
[    0.737940] resctrl: MB allocation detected
[    0.737940] resctrl: L3 monitoring detected
[    0.737945] IPI shorthand broadcast: enabled
[    0.738029] registered taskstats version 1
[    0.738037] Loading compiled-in X.509 certificates
[    0.741037] Loaded X.509 cert 'Build time autogenerated kernel key: 11a0710cbe6bfa0ab549a1cf25fb3e15e9a29f7f'
[    0.741386] zswap: loaded using pool lz4/z3fold
[    0.741529]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[    0.741866] Key type ._fscrypt registered
[    0.741867] Key type .fscrypt registered
[    0.741868] Key type fscrypt-provisioning registered
[    0.742424] PM:   Magic number: 8:239:319
[    0.742453] tty tty44: hash matches
[    0.742475] acpi PNP0500:02: hash matches
[    0.742686] RAS: Correctable Errors collector initialized.
[    0.742700] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    0.743819] Freeing unused decrypted memory: 2040K
[    0.744282] Freeing unused kernel image (initmem) memory: 1644K
[    0.810646] Write protecting the kernel read-only data: 24576k
[    0.811892] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    0.812433] Freeing unused kernel image (rodata/data gap) memory: 276K
[    0.835030] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.835035] Run /init as init process
[    0.835036]   with arguments:
[    0.835036]     /init
[    0.835036]   with environment:
[    0.835037]     HOME=/
[    0.835037]     TERM=linux
[    0.835038]     BOOT_IMAGE=/boot/vmlinuz-linux
[    0.886149] fbcon: Taking over console
[    0.886209] Console: switching to colour frame buffer device 240x67
[    0.937410] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.942224] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.942321] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.942407] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.943178] rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
[    0.944008] ehci-pci: EHCI PCI platform driver
[    0.944160] ehci-pci 0000:02:00.4: EHCI Host Controller
[    0.944165] ehci-pci 0000:02:00.4: new USB bus registered, assigned bus number 1
[    0.944230] ehci-pci 0000:02:00.4: irq 53, io mem 0xfd618000
[    0.955264] ehci-pci 0000:02:00.4: USB 0.0 started, EHCI 1.00
[    0.955362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    0.955363] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.955364] usb usb1: Product: EHCI Host Controller
[    0.955365] usb usb1: Manufacturer: Linux 5.8.14-arch1-1 ehci_hcd
[    0.955366] usb usb1: SerialNumber: 0000:02:00.4
[    0.955550] hub 1-0:1.0: USB hub found
[    0.955555] hub 1-0:1.0: 1 port detected
[    0.955665] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    0.955673] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
[    0.955858] xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
[    0.956220] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    0.956222] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.956223] usb usb2: Product: xHCI Host Controller
[    0.956223] usb usb2: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
[    0.956224] usb usb2: SerialNumber: 0000:06:00.3
[    0.956398] hub 2-0:1.0: USB hub found
[    0.956406] hub 2-0:1.0: 4 ports detected
[    0.956619] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    0.956621] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
[    0.956623] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.956635] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.956649] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    0.956650] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.956651] usb usb3: Product: xHCI Host Controller
[    0.956651] usb usb3: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
[    0.956652] usb usb3: SerialNumber: 0000:06:00.3
[    0.956805] hub 3-0:1.0: USB hub found
[    0.956811] hub 3-0:1.0: 2 ports detected
[    0.957062] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    0.957065] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
[    0.957152] xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
[    0.957409] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    0.957410] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.957410] usb usb4: Product: xHCI Host Controller
[    0.957411] usb usb4: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
[    0.957412] usb usb4: SerialNumber: 0000:06:00.4
[    0.957578] hub 4-0:1.0: USB hub found
[    0.957585] hub 4-0:1.0: 4 ports detected
[    0.957791] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    0.957793] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
[    0.957795] xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.957821] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.957835] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    0.957836] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.957837] usb usb5: Product: xHCI Host Controller
[    0.957838] usb usb5: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
[    0.957839] usb usb5: SerialNumber: 0000:06:00.4
[    0.957905] hub 5-0:1.0: USB hub found
[    0.957909] hub 5-0:1.0: 2 ports detected
[    0.963731] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    1.038715] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
[    1.068815] random: fast init done
[    1.119884] systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    1.143878] systemd[1]: Detected architecture x86-64.
[    1.229777] systemd[1]: Set hostname to <LenovoL15>.
[    1.285331] usb 2-4: new high-speed USB device number 2 using xhci_hcd
[    1.285346] usb 4-2: new low-speed USB device number 2 using xhci_hcd
[    1.313777] systemd[1]: Queued start job for default target Graphical Interface.
[    1.314895] systemd[1]: Created slice system-getty.slice.
[    1.315120] systemd[1]: Created slice system-modprobe.slice.
[    1.315289] systemd[1]: Created slice User and Session Slice.
[    1.315371] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.315437] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.315573] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.315660] systemd[1]: Reached target Local Encrypted Volumes.
[    1.315717] systemd[1]: Reached target Paths.
[    1.315759] systemd[1]: Reached target Remote File Systems.
[    1.315804] systemd[1]: Reached target Slices.
[    1.315881] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.316933] systemd[1]: Listening on Process Core Dump Socket.
[    1.317054] systemd[1]: Listening on Journal Audit Socket.
[    1.317137] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.317222] systemd[1]: Listening on Journal Socket.
[    1.317312] systemd[1]: Listening on udev Control Socket.
[    1.317392] systemd[1]: Listening on udev Kernel Socket.
[    1.318035] systemd[1]: Mounting Huge Pages File System...
[    1.318553] systemd[1]: Mounting POSIX Message Queue File System...
[    1.319399] systemd[1]: Mounting Kernel Debug File System...
[    1.319994] systemd[1]: Mounting Kernel Trace File System...
[    1.320725] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    1.321707] systemd[1]: Starting Load Kernel Module drm...
[    1.322271] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    1.322320] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    1.324197] systemd[1]: Starting Journal Service...
[    1.325041] systemd[1]: Starting Load Kernel Modules...
[    1.325571] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.325653] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    1.326532] systemd[1]: Starting Coldplug All udev Devices...
[    1.327231] Linux agpgart interface v0.103
[    1.329136] systemd[1]: Mounted Huge Pages File System.
[    1.329572] systemd[1]: Mounted POSIX Message Queue File System.
[    1.329927] systemd[1]: Mounted Kernel Debug File System.
[    1.330538] systemd[1]: Mounted Kernel Trace File System.
[    1.331458] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    1.332941] acpi_call: loading out-of-tree module taints kernel.
[    1.332963] acpi_call: module verification failed: signature and/or required key missing - tainting kernel
[    1.334119] EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
[    1.335026] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.335252] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    1.336316] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    1.336985] systemd[1]: Starting Load/Save Random Seed...
[    1.337083] systemd[1]: Condition check resulted in Create System Users being skipped.
[    1.337470] Asymmetric key parser 'pkcs8' registered
[    1.338107] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.338699] systemd[1]: Finished Load Kernel Modules.
[    1.339036] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    1.339706] systemd[1]: Mounting Kernel Configuration File System...
[    1.340650] systemd[1]: Starting Apply Kernel Variables...
[    1.342524] systemd[1]: Mounted Kernel Configuration File System.
[    1.347645] systemd[1]: Finished Apply Kernel Variables.
[    1.348663] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.348964] systemd[1]: Reached target Local File Systems (Pre).
[    1.349038] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
[    1.350704] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.351468] systemd[1]: modprobe@drm.service: Succeeded.
[    1.351705] systemd[1]: Finished Load Kernel Module drm.
[    1.372382] systemd[1]: Finished Coldplug All udev Devices.
[    1.432822] usb 2-4: New USB device found, idVendor=27c6, idProduct=55b4, bcdDevice= 1.00
[    1.432826] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.432828] usb 2-4: Product: Goodix FingerPrint Device
[    1.432829] usb 2-4: Manufacturer: Generic
[    1.441968] usb 4-2: New USB device found, idVendor=046d, idProduct=c016, bcdDevice= 3.40
[    1.441970] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.441971] usb 4-2: Product: Optical USB Mouse
[    1.441972] usb 4-2: Manufacturer: Logitech
[    1.530096] systemd[1]: Started Journal Service.
[    1.530320] audit: type=1130 audit(1602832723.299:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.540294] audit: type=1130 audit(1602832723.309:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.569950] acpi_cpufreq: overriding BIOS provided _PSD data
[    1.570435] audit: type=1130 audit(1602832723.339:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.578691] usb 4-3: new high-speed USB device number 3 using xhci_hcd
[    1.582231] ACPI: AC Adapter [AC] (off-line)
[    1.584366] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.584586] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.584727] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.588352] battery: ACPI: Battery Slot [BAT0] (battery present)
[    1.613309] random: mktemp: uninitialized urandom read (6 bytes read)
[    1.613311] random: mktemp: uninitialized urandom read (6 bytes read)
[    1.613312] random: mktemp: uninitialized urandom read (6 bytes read)
[    1.642079] Adding 2097148k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:2097148k SSFS
[    1.642937] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.642941] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.642945] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    1.643211] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    1.645301] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    1.645372] ccp 0000:06:00.2: enabling device (0000 -> 0002)
[    1.645501] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    1.645708] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    1.645746] ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    1.651344] IPMI message handler: version 39.2
[    1.651523] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[    1.651607] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    1.651609] RAPL PMU: hw unit of domain package 2^-16 Joules
[    1.651923] tpm tpm0: tpm_try_transmit: send(): error -5
[    1.651925] tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
[    1.654083] snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
[    1.654395] snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 1
[    1.655124] ipmi device interface
[    1.656154] ccp 0000:06:00.2: tee enabled
[    1.656164] ccp 0000:06:00.2: psp enabled
[    1.663776] ipmi_si: IPMI System Interface driver
[    1.664041] ipmi_si: Unable to find any System Interface(s)
[    1.664049] Non-volatile memory driver v1.3
[    1.664280] cryptd: max_cpu_qlen set to 1000
[    1.666086] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[    1.674750] AVX2 version of gcm_enc/dec engaged.
[    1.674755] AES CTR mode by8 optimization enabled
[    1.683668] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    1.685153] libphy: r8169: probed
[    1.685454] r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 00:2b:67:cf:24:6a, XID 502, IRQ 78
[    1.685458] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.706254] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.708598] raid6: avx2x4   gen() 15343 MB/s
[    1.709300] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.709720] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    1.709722] cfg80211: failed to load regulatory.db
[    1.709892] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    1.709893] thinkpad_acpi: http://ibm-acpi.sf.net/
[    1.709895] thinkpad_acpi: ThinkPad BIOS R19ET28W (1.12 ), EC R19HT27W
[    1.709895] thinkpad_acpi: Lenovo ThinkPad L15 Gen 1, model 20U7000JAU
[    1.710637] thinkpad_acpi: radio switch found; radios are enabled
[    1.710651] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    1.710652] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    1.720011] audit: type=1130 audit(1602832723.486:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.728035] audit: type=1127 audit(1602832723.496:6): pid=477 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    1.733670] audit: type=1130 audit(1602832723.503:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.747839] audit: type=1130 audit(1602832723.516:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.750853] usb 4-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
[    1.750857] usb 4-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.750859] usb 4-3: Product: Integrated Camera
[    1.750860] usb 4-3: Manufacturer: Chicony Electronics Co.,Ltd.
[    1.750861] usb 4-3: SerialNumber: 0001
[    1.754135] audit: type=1334 audit(1602832723.523:9): prog-id=7 op=LOAD
[    1.754260] audit: type=1334 audit(1602832723.523:10): prog-id=8 op=LOAD
[    1.765296] raid6: avx2x4   xor()  3451 MB/s
[    1.766369] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    1.821939] raid6: avx2x2   gen() 22362 MB/s
[    1.829305] thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
[    1.878601] raid6: avx2x2   xor() 21349 MB/s
[    1.881947] usb 4-4: new full-speed USB device number 4 using xhci_hcd
[    1.935253] raid6: avx2x1   gen() 23857 MB/s
[    1.956328] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[    1.956337] battery: new extension: ThinkPad Battery Extension
[    1.956399] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
[    1.991945] raid6: avx2x1   xor() 18982 MB/s
[    2.048893] raid6: sse2x4   gen() 17880 MB/s
[    2.059883] Intel(R) Wireless WiFi driver for Linux
[    2.060419] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[    2.062914] usb 4-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
[    2.062917] usb 4-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.075132] snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
[    2.105284] raid6: sse2x4   xor()  5613 MB/s
[    2.105996] kvm: Nested Virtualization enabled
[    2.106066] SVM: kvm: Nested Paging enabled
[    2.106069] SVM: Virtual VMLOAD VMSAVE supported
[    2.106070] SVM: Virtual GIF supported
[    2.109349] MCE: In-kernel MCE decoding enabled.
[    2.112642] EDAC amd64: F17h_M60h detected (node 0).
[    2.112772] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.161927] raid6: sse2x2   gen() 16403 MB/s
[    2.218628] raid6: sse2x2   xor() 12943 MB/s
[    2.226478] snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
[    2.227080] snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
[    2.243652] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
[    2.246499] iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
[    2.246527] iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
[    2.246533] iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
[    2.246534] iwlwifi 0000:03:00.0: Found debug configuration: 0
[    2.247829] iwlwifi 0000:03:00.0: loaded firmware version 55.d9698065.0 cc-a0-55.ucode op_mode iwlmvm
[    2.247961] iwlwifi 0000:03:00.0: Direct firmware load for iwl-debug-yoyo.bin failed with error -2
[    2.268138] r8169 0000:02:00.0 enp2s0f0: renamed from eth0
[    2.275278] raid6: sse2x1   gen() 13027 MB/s
[    2.331934] raid6: sse2x1   xor() 10095 MB/s
[    2.331937] raid6: using algorithm avx2x1 gen() 23857 MB/s
[    2.331938] raid6: .... xor() 18982 MB/s, rmw enabled
[    2.331940] raid6: using avx2x2 recovery algorithm
[    2.360626] EDAC amd64: F17h_M60h detected (node 0).
[    2.360680] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.402951] xor: automatically using best checksumming function   avx       
[    2.403566] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
[    2.403612] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
[    2.403664] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
[    2.458481] EDAC amd64: F17h_M60h detected (node 0).
[    2.458532] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.459956] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.459961] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.459963] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.459964] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    2.459966] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    2.459968] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    2.459970] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    2.501946] Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
[    2.510681] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
[    2.510762] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
[    2.510832] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15
[    2.572835] EDAC amd64: F17h_M60h detected (node 0).
[    2.572886] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.586405] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
[    2.613256] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    2.618795] r8169 0000:02:00.0 enp2s0f0: Link is Down
[    2.627875] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[    2.627888] psmouse serio1: synaptics: Your touchpad (PNP: LEN0411 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    2.628607] EDAC amd64: F17h_M60h detected (node 0).
[    2.628667] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.645604] acp_pdm_mach acp_pdm_mach.0: snd_soc_register_card(acp) failed: -517
[    2.645878] acp_pdm_mach acp_pdm_mach.0: dmic-hifi <-> acp_rn_pdm_dma.0 mapping ok
[    2.731004] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
[    2.731034] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[    2.753234] random: crng init done
[    2.753240] random: 7 urandom warning(s) missed due to ratelimiting
[    2.757432] EDAC amd64: F17h_M60h detected (node 0).
[    2.757496] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.758494] Btrfs loaded, crc32c=crc32c-intel
[    2.760438] iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
[    2.761007] BTRFS: device label Files devid 1 transid 32 /dev/nvme0n1p7 scanned by systemd-udevd (379)
[    2.781591] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
[    2.890731] EDAC amd64: F17h_M60h detected (node 0).
[    2.890803] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.892684] mousedev: PS/2 mouse device common for all mice
[    2.984449] EDAC amd64: F17h_M60h detected (node 0).
[    2.984515] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.993960] iwlwifi 0000:03:00.0: base HW address: 34:cf:f6:6a:00:36
[    3.008416] thermal thermal_zone0: failed to read out thermal zone (-61)
[    3.058066] EDAC amd64: F17h_M60h detected (node 0).
[    3.058138] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.282852] EDAC amd64: F17h_M60h detected (node 0).
[    3.282934] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.283132] hid: raw HID events driver (C) Jiri Kosina
[    3.286355] mc: Linux media interface: v0.10
[    3.299429] usbcore: registered new interface driver usbhid
[    3.299433] usbhid: USB HID core driver
[    3.449909] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-2/4-2:1.0/0003:046D:C016.0001/input/input17
[    3.450373] hid-generic 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:06:00.4-2/input0
[    3.451258] EDAC amd64: F17h_M60h detected (node 0).
[    3.451314] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.456109] videodev: Linux video capture interface: v2.00
[    3.462233] Bluetooth: Core ver 2.22
[    3.462261] NET: Registered protocol family 31
[    3.462262] Bluetooth: HCI device and connection manager initialized
[    3.462266] Bluetooth: HCI socket layer initialized
[    3.462269] Bluetooth: L2CAP socket layer initialized
[    3.462272] Bluetooth: SCO socket layer initialized
[    3.475495] uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
[    3.484245] uvcvideo 4-3:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
[    3.484248] uvcvideo 4-3:1.0: Entity type for entity Extension 4 was not initialized!
[    3.484248] uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
[    3.484249] uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
[    3.484380] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input18
[    3.484504] usbcore: registered new interface driver uvcvideo
[    3.484505] USB Video Class driver (1.1.1)
[    3.546136] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
[    3.594538] usbcore: registered new interface driver btusb
[    3.595990] Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
[    3.597990] Bluetooth: hci0: Device revision is 1
[    3.597994] Bluetooth: hci0: Secure boot is enabled
[    3.597995] Bluetooth: hci0: OTP lock is enabled
[    3.597996] Bluetooth: hci0: API lock is enabled
[    3.597996] Bluetooth: hci0: Debug lock is disabled
[    3.597998] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.600459] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[    3.623848] EDAC amd64: F17h_M60h detected (node 0).
[    3.623917] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.770170] EDAC amd64: F17h_M60h detected (node 0).
[    3.770234] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.824786] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
[    3.903641] EDAC amd64: F17h_M60h detected (node 0).
[    3.903706] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.063234] EDAC amd64: F17h_M60h detected (node 0).
[    4.063296] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.129977] EDAC amd64: F17h_M60h detected (node 0).
[    4.130039] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.654702] Bluetooth: hci0: Waiting for firmware download to complete
[    5.654900] Bluetooth: hci0: Firmware loaded in 2012061 usecs
[    5.655005] Bluetooth: hci0: Waiting for device to boot
[    5.676583] Bluetooth: hci0: Device booted in 21101 usecs
[    5.677142] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
[    5.683149] Bluetooth: hci0: Applying Intel DDC parameters completed
[    5.685993] Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
[    8.281568] kauditd_printk_skb: 12 callbacks suppressed
[    8.281572] audit: type=1100 audit(1602832730.049:23): pid=488 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
[    8.285395] audit: type=1101 audit(1602832730.056:24): pid=488 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
[    8.287462] audit: type=1103 audit(1602832730.056:25): pid=488 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
[    8.287549] audit: type=1006 audit(1602832730.056:26): pid=488 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[    8.318337] audit: type=1130 audit(1602832730.086:27): 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'
[    8.330032] audit: type=1101 audit(1602832730.099:28): pid=1075 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.330143] audit: type=1103 audit(1602832730.099:29): pid=1075 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    8.330263] audit: type=1006 audit(1602832730.099:30): pid=1075 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[    8.332547] audit: type=1105 audit(1602832730.103:31): pid=1075 uid=0 auid=1000 ses=2 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="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.345071] audit: type=1334 audit(1602832730.113:32): prog-id=11 op=LOAD
[    9.314373] wlan0: authenticate with a6:91:b1:79:30:0c
[    9.325788] wlan0: send auth to a6:91:b1:79:30:0c (try 1/3)
[    9.356563] wlan0: authenticated
[    9.358657] wlan0: associate with a6:91:b1:79:30:0c (try 1/3)
[    9.360957] wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=30 aid=3)
[    9.360968] wlan0: a6:91:b1:79:30:0c rejected association temporarily; comeback duration 1000 TU (1024 ms)
[   10.224790] iwlwifi 0000:03:00.0: No beacon heard and the session protection is over already...
[   10.224853] wlan0: Connection to AP a6:91:b1:79:30:0c lost
[   10.395819] wlan0: associate with a6:91:b1:79:30:0c (try 2/3)
[   10.399418] wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=30 aid=3)
[   10.399430] wlan0: a6:91:b1:79:30:0c rejected association temporarily; comeback duration 1000 TU (1024 ms)
[   11.296426] iwlwifi 0000:03:00.0: No beacon heard and the session protection is over already...
[   11.296509] wlan0: Connection to AP a6:91:b1:79:30:0c lost
[   11.435526] wlan0: associate with a6:91:b1:79:30:0c (try 3/3)
[   11.439191] wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=30 aid=3)
[   11.439202] wlan0: a6:91:b1:79:30:0c rejected association temporarily; comeback duration 1000 TU (1024 ms)
[   12.336199] iwlwifi 0000:03:00.0: No beacon heard and the session protection is over already...
[   12.336272] wlan0: Connection to AP a6:91:b1:79:30:0c lost
[   12.475488] wlan0: association with a6:91:b1:79:30:0c timed out
[   12.644655] wlan0: authenticate with a4:91:b1:79:30:04
[   12.656905] wlan0: send auth to a4:91:b1:79:30:04 (try 1/3)
[   12.687959] wlan0: authenticated
[   12.688594] wlan0: associate with a4:91:b1:79:30:04 (try 1/3)
[   12.693987] wlan0: RX AssocResp from a4:91:b1:79:30:04 (capab=0x1411 status=0 aid=4)
[   12.713051] wlan0: associated
[   12.773916] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   24.109204] kauditd_printk_skb: 4 callbacks suppressed
[   24.109209] audit: type=1131 audit(1602832745.879:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.578615] audit: type=1701 audit(1602832746.346:38): auid=1000 uid=1000 gid=1000 ses=1 pid=1309 comm="nitrogen" exe="/usr/bin/nitrogen" sig=6 res=1
[   24.607581] audit: type=1334 audit(1602832746.376:39): prog-id=12 op=LOAD
[   24.607867] audit: type=1334 audit(1602832746.376:40): prog-id=13 op=LOAD
[   24.610220] audit: type=1130 audit(1602832746.379:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1311-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.034902] audit: type=1131 audit(1602832746.803:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1311-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.168963] audit: type=1334 audit(1602832746.939:43): prog-id=13 op=UNLOAD
[   25.168973] audit: type=1334 audit(1602832746.939:44): prog-id=12 op=UNLOAD
[   32.470528] audit: type=1131 audit(1602832754.239:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.595622] audit: type=1334 audit(1602832754.366:46): prog-id=10 op=UNLOAD
[   32.595631] audit: type=1334 audit(1602832754.366:47): prog-id=9 op=UNLOAD
[   52.141811] wlan0: disconnect from AP a4:91:b1:79:30:04 for new auth to a6:91:b1:79:30:0c
[   52.159650] wlan0: authenticate with a6:91:b1:79:30:0c
[   52.175525] wlan0: send auth to a6:91:b1:79:30:0c (try 1/3)
[   52.206491] wlan0: authenticated
[   52.208650] wlan0: associate with a6:91:b1:79:30:0c (try 1/3)
[   52.210730] wlan0: RX ReassocResp from a6:91:b1:79:30:0c (capab=0x1011 status=0 aid=3)
[   52.229017] wlan0: associated
[   52.291589] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by a6:91:b1:79:30:0c
[   66.942331] audit: type=1100 audit(1602832788.712:48): pid=1651 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   66.945731] audit: type=1101 audit(1602832788.716:49): pid=1651 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="anthony" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   66.946459] audit: type=1110 audit(1602832788.716:50): pid=1651 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   66.946932] audit: type=1105 audit(1602832788.716:51): pid=1651 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   68.047441] audit: type=1106 audit(1602832789.816:52): pid=1651 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   68.047502] audit: type=1104 audit(1602832789.816:53): pid=1651 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  918.668656] audit: type=1130 audit(1602833640.438:54): 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'
[  918.668676] audit: type=1131 audit(1602833640.441:55): 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'
[ 1018.337221] audit: type=1100 audit(1602833740.107:56): pid=4486 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1018.341061] audit: type=1101 audit(1602833740.111:57): pid=4486 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="anthony" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1018.341320] audit: type=1110 audit(1602833740.111:58): pid=4486 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1018.341576] audit: type=1105 audit(1602833740.111:59): pid=4486 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1018.377182] audit: type=1106 audit(1602833740.147:60): pid=4486 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1018.377278] audit: type=1104 audit(1602833740.147:61): pid=4486 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1215.185793] audit: type=1101 audit(1602833936.956:62): pid=4908 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="anthony" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1215.186308] audit: type=1110 audit(1602833936.956:63): pid=4908 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1215.187033] audit: type=1105 audit(1602833936.956:64): pid=4908 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

In the end, I may just be doing something wrong. I am still relatively new to Linux, having only used it for just over a year now.
I assume that all I need to do to install a graphics driver is run the command, such as sudo pacman -S xf86-video-amdgpu. Again, if I need to do something extra and I'm just missing a step, hopefully that's an easy solution to this problem.
Please, even if you aren't sure exactly what the issue is, some insight into the drivers I should have, or a list of steps/commands I need to actually install the drivers would be really helpful. I can (and will) continue to use Linux with nomodeset until this is solved, but I don't want to be doing this forever.
I'm also having some other issues, such as a very nasty touchpad experience (only in Linux, could be to do with the lack of video drivers, I don't know exactly) and quite high battery usage compared to Windows (I haven't done too much in the TLP config yet), but I'll only ask about them if I can't figure them out on my own.

Thanks in advance, Anthony.

Last edited by Anthony Wilson (2020-11-26 21:03:37)

Offline

#2 2020-10-16 09:04:18

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Welcome to the boards, and excellent first post, shows well what was tried and provides all conceivable relevant logs

This looks like a pretty low level kernel error, so xf86-video-amdgpu or amdgpu-pro are going to be irrelevant until this can be solved.

Some standard set of kernel parameters, that I'm suspecting won't really help as the crash doesn't look related, but they are a first attempt

amdgpu.dc=0 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0

as mentioned I doubt that they will help

Seeing as the card is new I suspect that going with LTS kernel will be counterproductive so I'm assuming you need to get more recent than what's currently stable.

https://www.archlinux.org/packages/test … _64/linux/ - Pick up the new 5.9 release from the  testing repo. Potentially the issue is already fixed there.

If you want to go into more experimental, but potentially more successful measures there's the amdpgu staging branch: https://aur.archlinux.org/packages/linu … m-next-git - that should have the latest set of patches for amdgpu

PS: That nomodeset avoids the crash but provides a suboptimal experience is somewhat expected. You basically completely disable the card with that parameter and get a feature set that is akin to the minimal GUI support you get from your BIOS/UEFI startup screen. It's not really expected or intended to be actively used outside of troubleshooting/crash avoidance like here

Last edited by V1del (2020-10-16 09:12:01)

Offline

#3 2020-10-16 09:57:24

Anthony Wilson
Member
Registered: 2020-10-15
Posts: 38

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Thanks so much for your quick reply.
First I made sure I had xf86-video-amdgpu installed, as I uninstalled that one during testing (after I saw that Xorg was reporting a lot of ATI information). Hopefully that wasn’t crucial to the info that I had in my original post (all those journals were without that package)
I attempted the supplied kernel parameters - individually and all at once - though none of those worked. I also tried all of them + amdgpu.exp_hw_support=1, but as expected that didn’t change anything (I had already tried that specific parameter during a couple of my tests).

I also have the journals for each failed boot saved if that info is useful is some way (though by skimming through it all seems pretty similar - or the same - as what I already have posted)

Next I’ll try Linux Kernel 5.9, hopefully that’ll help.

Thanks for explaining how nomodeset works too, now I understand how it renders graphics even without video drivers.

Offline

#4 2020-10-16 11:39:27

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Lots of these

Oct 16 18:17:51 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9e9c000 flags=0x0180]
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f02bb011
Oct 16 18:17:51 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 16 18:17:51 LenovoL15 kernel: [drm] failed to load ucode id (0) 
Oct 16 18:17:51 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)

Also

Oct 16 18:17:51 LenovoL15 kernel: amdgpu 0000:06:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
Oct 16 18:17:51 LenovoL15 kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] *ERROR* KCQ enable failed
Oct 16 18:17:51 LenovoL15 kernel: [drm:amdgpu_device_init.cold [amdgpu]] *ERROR* hw_init of IP block <gfx_v9_0> failed -110
Oct 16 18:17:51 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: amdgpu_device_ip_init failed
Oct 16 18:17:51 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Fatal error during GPU init
Oct 16 18:17:51 LenovoL15 kernel: [drm] amdgpu: finishing device.

You do have linux-firmware installed as well as amd-ucode and configured microcode loading ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2020-10-16 11:43:28

Anthony Wilson
Member
Registered: 2020-10-15
Posts: 38

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

I do have linux-firmware and amd-ucode installed, but I haven’t done anything to configure microcode.
I assumed configuring microcode wasn’t important yet, as I could get the same microcode updates from inside Windows, right?

Offline

#6 2020-10-16 12:03:15

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

You can get firmware updates from within windows and those often include processor microcode updates.

They could be delayed though or lenovo may stop updating firmware.
I don't think it will solve your issues now, but best practice for an archlinux installation (both amd & intel) is to configure early microcode updates.

https://wiki.archlinux.org/index.php/Microcode


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2020-10-16 23:38:36

Anthony Wilson
Member
Registered: 2020-10-15
Posts: 38

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Well, I tried updating to Linux Kernel 5.9 - That actually changed the outcome of the boot slightly
Instead of outright hanging on boot, I occasionally got a glimpse of the login prompt, and the system actually shutdown when I pressed the power button.
Unfortunately the screen was still frozen, so it didn't fix the issue.
I also tried all of the Kernel Parameters that V1del suggested (all at once), as well as amdgpu.exp_hw_support=1, but they didn't seem to change anything.
I have those journal logs saved if you want them.

Next, I tried the AMDGPU staging branch. After the package was downloaded, it compiled successfully (though I noticed quite a few red lines of text scroll by), and installed successfully.
Journal logs appear the same with nomodeset, but without it the system still fails to boot properly. Same with amdgpu.exp_hw_support=1.

Journal logs using the amdgpu staging branch:

Journal output with nomodeset:

-- Logs begin at Wed 2020-10-14 10:54:09 AEDT, end at Sat 2020-10-17 10:03:43 AEDT. --
Oct 17 10:03:12 LenovoL15 kernel: Linux version 5.9.0-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Mon, 12 Oct 2020 18:52:13 +0000
Oct 17 10:03:12 LenovoL15 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 nomodeset
Oct 17 10:03:12 LenovoL15 kernel: KERNEL supported cpus:
Oct 17 10:03:12 LenovoL15 kernel:   Intel GenuineIntel
Oct 17 10:03:12 LenovoL15 kernel:   AMD AuthenticAMD
Oct 17 10:03:12 LenovoL15 kernel:   Hygon HygonGenuine
Oct 17 10:03:12 LenovoL15 kernel:   Centaur CentaurHauls
Oct 17 10:03:12 LenovoL15 kernel:   zhaoxin   Shanghai  
Oct 17 10:03:12 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 17 10:03:12 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 17 10:03:12 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 17 10:03:12 LenovoL15 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 17 10:03:12 LenovoL15 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Oct 17 10:03:12 LenovoL15 kernel: BIOS-provided physical RAM map:
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009d20fff] reserved
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009d21000-0x0000000009efffff] usable
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000c70ccfff] usable
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c70cd000-0x00000000c72ccfff] type 20
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c72cd000-0x00000000ca97dfff] reserved
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ca97e000-0x00000000cc97dfff] ACPI NVS
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc97e000-0x00000000cc9fdfff] ACPI data
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc9fe000-0x00000000cdffffff] usable
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
Oct 17 10:03:12 LenovoL15 kernel: BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
Oct 17 10:03:12 LenovoL15 kernel: NX (Execute Disable) protection: active
Oct 17 10:03:12 LenovoL15 kernel: efi: EFI v2.70 by Lenovo
Oct 17 10:03:12 LenovoL15 kernel: efi: ACPI=0xcc9fd000 ACPI 2.0=0xcc9fd014 SMBIOS=0xc8895000 SMBIOS 3.0=0xc8888000 TPMFinalLog=0xcc82d000 MEMATTR=0xc2ee0018 ESRT=0xc75b8000 
Oct 17 10:03:12 LenovoL15 kernel: SMBIOS 3.2.0 present.
Oct 17 10:03:12 LenovoL15 kernel: DMI: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
Oct 17 10:03:12 LenovoL15 kernel: tsc: Fast TSC calibration using PIT
Oct 17 10:03:12 LenovoL15 kernel: tsc: Detected 1696.794 MHz processor
Oct 17 10:03:12 LenovoL15 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 17 10:03:12 LenovoL15 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 17 10:03:12 LenovoL15 kernel: last_pfn = 0x40f340 max_arch_pfn = 0x400000000
Oct 17 10:03:12 LenovoL15 kernel: MTRR default type: uncachable
Oct 17 10:03:12 LenovoL15 kernel: MTRR fixed ranges enabled:
Oct 17 10:03:12 LenovoL15 kernel:   00000-9FFFF write-back
Oct 17 10:03:12 LenovoL15 kernel:   A0000-BFFFF uncachable
Oct 17 10:03:12 LenovoL15 kernel:   C0000-FFFFF write-protect
Oct 17 10:03:12 LenovoL15 kernel: MTRR variable ranges enabled:
Oct 17 10:03:12 LenovoL15 kernel:   0 base 000000000000 mask FFFF80000000 write-back
Oct 17 10:03:12 LenovoL15 kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Oct 17 10:03:12 LenovoL15 kernel:   2 base 0000C0000000 mask FFFFF0000000 write-back
Oct 17 10:03:12 LenovoL15 kernel:   3 base 0000FF000000 mask FFFFFF000000 write-protect
Oct 17 10:03:12 LenovoL15 kernel:   4 disabled
Oct 17 10:03:12 LenovoL15 kernel:   5 disabled
Oct 17 10:03:12 LenovoL15 kernel:   6 disabled
Oct 17 10:03:12 LenovoL15 kernel:   7 disabled
Oct 17 10:03:12 LenovoL15 kernel: TOM2: 0000000430000000 aka 17152M
Oct 17 10:03:12 LenovoL15 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 17 10:03:12 LenovoL15 kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Oct 17 10:03:12 LenovoL15 kernel: esrt: Reserving ESRT space from 0x00000000c75b8000 to 0x00000000c75b8088.
Oct 17 10:03:12 LenovoL15 kernel: check: Scanning 1 areas for low memory corruption
Oct 17 10:03:12 LenovoL15 kernel: Using GB pages for direct mapping
Oct 17 10:03:12 LenovoL15 kernel: Secure boot could not be determined
Oct 17 10:03:12 LenovoL15 kernel: RAMDISK: [mem 0x36c9b000-0x37644fff]
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Early table checksum verification disabled
Oct 17 10:03:12 LenovoL15 kernel: ACPI: RSDP 0x00000000CC9FD014 000024 (v02 LENOVO)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: XSDT 0x00000000CC9FB188 0000FC (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: FACP 0x00000000C75E5000 000114 (v06 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: DSDT 0x00000000C75D1000 00DF37 (v01 LENOVO TP-R19   00001120 INTL 20180313)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: FACS 0x00000000CBF7A000 000040
Oct 17 10:03:12 LenovoL15 kernel: ACPI: SSDT 0x00000000C889C000 00077C (v02 LENOVO UsbCTabl 00001000 INTL 20180313)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: SSDT 0x00000000C8874000 007216 (v02 LENOVO TP-R19   00000002 MSFT 04000000)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: IVRS 0x00000000C8873000 0001A4 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: SSDT 0x00000000C884F000 000266 (v01 LENOVO STD3     00000001 INTL 20180313)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: SSDT 0x00000000C883B000 00064C (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: TPM2 0x00000000C883A000 000034 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: MSDM 0x00000000C8802000 000055 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: BATB 0x00000000C87EC000 00004A (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: HPET 0x00000000C75E4000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: APIC 0x00000000C75E3000 000138 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: MCFG 0x00000000C75E2000 00003C (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: SBST 0x00000000C75E1000 000030 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: WSMT 0x00000000C75E0000 000028 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: SSDT 0x00000000C75DF000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: VFCT 0x00000000C75C3000 00D484 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BF000 0039F4 (v01 LENOVO TP-R19   00000001 AMD  00000001)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: CRAT 0x00000000C75BE000 000F00 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: CDIT 0x00000000C75BD000 000029 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: FPDT 0x00000000C8814000 000034 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BB000 0013CF (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B9000 001576 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B4000 00353C (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: BGRT 0x00000000C75B3000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: UEFI 0x00000000CBF79000 000116 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: SSDT 0x00000000C889A000 000090 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: SSDT 0x00000000C8899000 0009AD (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 17 10:03:12 LenovoL15 kernel: No NUMA configuration found
Oct 17 10:03:12 LenovoL15 kernel: Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
Oct 17 10:03:12 LenovoL15 kernel: NODE_DATA(0) allocated [mem 0x40f33c000-0x40f33ffff]
Oct 17 10:03:12 LenovoL15 kernel: Zone ranges:
Oct 17 10:03:12 LenovoL15 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 17 10:03:12 LenovoL15 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 17 10:03:12 LenovoL15 kernel:   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
Oct 17 10:03:12 LenovoL15 kernel:   Device   empty
Oct 17 10:03:12 LenovoL15 kernel: Movable zone start for each node
Oct 17 10:03:12 LenovoL15 kernel: Early memory node ranges
Oct 17 10:03:12 LenovoL15 kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Oct 17 10:03:12 LenovoL15 kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
Oct 17 10:03:12 LenovoL15 kernel:   node   0: [mem 0x0000000009d21000-0x0000000009efffff]
Oct 17 10:03:12 LenovoL15 kernel:   node   0: [mem 0x0000000009f0d000-0x00000000c70ccfff]
Oct 17 10:03:12 LenovoL15 kernel:   node   0: [mem 0x00000000cc9fe000-0x00000000cdffffff]
Oct 17 10:03:12 LenovoL15 kernel:   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
Oct 17 10:03:12 LenovoL15 kernel: Zeroed struct page in unavailable ranges: 34689 pages
Oct 17 10:03:12 LenovoL15 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
Oct 17 10:03:12 LenovoL15 kernel: On node 0 totalpages: 4028543
Oct 17 10:03:12 LenovoL15 kernel:   DMA zone: 64 pages used for memmap
Oct 17 10:03:12 LenovoL15 kernel:   DMA zone: 23 pages reserved
Oct 17 10:03:12 LenovoL15 kernel:   DMA zone: 3998 pages, LIFO batch:0
Oct 17 10:03:12 LenovoL15 kernel:   DMA32 zone: 12759 pages used for memmap
Oct 17 10:03:12 LenovoL15 kernel:   DMA32 zone: 816545 pages, LIFO batch:63
Oct 17 10:03:12 LenovoL15 kernel:   Normal zone: 50125 pages used for memmap
Oct 17 10:03:12 LenovoL15 kernel:   Normal zone: 3208000 pages, LIFO batch:63
Oct 17 10:03:12 LenovoL15 kernel: ACPI: PM-Timer IO Port: 0x408
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Oct 17 10:03:12 LenovoL15 kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
Oct 17 10:03:12 LenovoL15 kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
Oct 17 10:03:12 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: IRQ0 used by override.
Oct 17 10:03:12 LenovoL15 kernel: ACPI: IRQ9 used by override.
Oct 17 10:03:12 LenovoL15 kernel: Using ACPI (MADT) for SMP configuration information
Oct 17 10:03:12 LenovoL15 kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Oct 17 10:03:12 LenovoL15 kernel: e820: update [mem 0xc2cf5000-0xc2d85fff] usable ==> reserved
Oct 17 10:03:12 LenovoL15 kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09d20fff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc2cf5000-0xc2d85fff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc70cd000-0xc72ccfff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc72cd000-0xca97dfff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xca97e000-0xcc97dfff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xcc97e000-0xcc9fdfff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfed7ffff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Oct 17 10:03:12 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
Oct 17 10:03:12 LenovoL15 kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Oct 17 10:03:12 LenovoL15 kernel: Booting paravirtualized kernel on bare hardware
Oct 17 10:03:12 LenovoL15 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 17 10:03:12 LenovoL15 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Oct 17 10:03:12 LenovoL15 kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Oct 17 10:03:12 LenovoL15 kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Oct 17 10:03:12 LenovoL15 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Oct 17 10:03:12 LenovoL15 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3965572
Oct 17 10:03:12 LenovoL15 kernel: Policy zone: Normal
Oct 17 10:03:12 LenovoL15 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 nomodeset
Oct 17 10:03:12 LenovoL15 kernel: You have booted with nomodeset. This means your GPU drivers are DISABLED
Oct 17 10:03:12 LenovoL15 kernel: Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
Oct 17 10:03:12 LenovoL15 kernel: Unless you actually understand what nomodeset does, you should reboot without enabling it
Oct 17 10:03:12 LenovoL15 kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 17 10:03:12 LenovoL15 kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 17 10:03:12 LenovoL15 kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Oct 17 10:03:12 LenovoL15 kernel: Memory: 15678040K/16114172K available (14339K kernel code, 1524K rwdata, 7912K rodata, 1660K init, 2928K bss, 435872K reserved, 0K cma-reserved)
Oct 17 10:03:12 LenovoL15 kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
Oct 17 10:03:12 LenovoL15 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Oct 17 10:03:12 LenovoL15 kernel: ftrace: allocating 40856 entries in 160 pages
Oct 17 10:03:12 LenovoL15 kernel: ftrace: allocated 160 pages with 2 groups
Oct 17 10:03:12 LenovoL15 kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 17 10:03:12 LenovoL15 kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 17 10:03:12 LenovoL15 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Oct 17 10:03:12 LenovoL15 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 17 10:03:12 LenovoL15 kernel:         Trampoline variant of Tasks RCU enabled.
Oct 17 10:03:12 LenovoL15 kernel:         Rude variant of Tasks RCU enabled.
Oct 17 10:03:12 LenovoL15 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 17 10:03:12 LenovoL15 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Oct 17 10:03:12 LenovoL15 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Oct 17 10:03:12 LenovoL15 kernel: Console: colour dummy device 80x25
Oct 17 10:03:12 LenovoL15 kernel: printk: console [tty0] enabled
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Core revision 20200717
Oct 17 10:03:12 LenovoL15 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Oct 17 10:03:12 LenovoL15 kernel: APIC: Switch to symmetric I/O mode setup
Oct 17 10:03:12 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Oct 17 10:03:12 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Oct 17 10:03:12 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Oct 17 10:03:12 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Oct 17 10:03:12 LenovoL15 kernel: Switched APIC routing to physical flat.
Oct 17 10:03:12 LenovoL15 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 17 10:03:12 LenovoL15 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x187552c91cb, max_idle_ns: 440795262596 ns
Oct 17 10:03:12 LenovoL15 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3394.98 BogoMIPS (lpj=5655980)
Oct 17 10:03:12 LenovoL15 kernel: pid_max: default: 32768 minimum: 301
Oct 17 10:03:12 LenovoL15 kernel: LSM: Security Framework initializing
Oct 17 10:03:12 LenovoL15 kernel: Yama: becoming mindful.
Oct 17 10:03:12 LenovoL15 kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 17 10:03:12 LenovoL15 kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 17 10:03:12 LenovoL15 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Oct 17 10:03:12 LenovoL15 kernel: LVT offset 1 assigned for vector 0xf9
Oct 17 10:03:12 LenovoL15 kernel: LVT offset 2 assigned for vector 0xf4
Oct 17 10:03:12 LenovoL15 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Oct 17 10:03:12 LenovoL15 kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Oct 17 10:03:12 LenovoL15 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 17 10:03:12 LenovoL15 kernel: Spectre V2 : Mitigation: Full AMD retpoline
Oct 17 10:03:12 LenovoL15 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 17 10:03:12 LenovoL15 kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 17 10:03:12 LenovoL15 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 17 10:03:12 LenovoL15 kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Oct 17 10:03:12 LenovoL15 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Oct 17 10:03:12 LenovoL15 kernel: Freeing SMP alternatives memory: 32K
Oct 17 10:03:12 LenovoL15 kernel: smpboot: CPU0: AMD Ryzen 7 PRO 4750U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Oct 17 10:03:12 LenovoL15 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Oct 17 10:03:12 LenovoL15 kernel: ... version:                0
Oct 17 10:03:12 LenovoL15 kernel: ... bit width:              48
Oct 17 10:03:12 LenovoL15 kernel: ... generic registers:      6
Oct 17 10:03:12 LenovoL15 kernel: ... value mask:             0000ffffffffffff
Oct 17 10:03:12 LenovoL15 kernel: ... max period:             00007fffffffffff
Oct 17 10:03:12 LenovoL15 kernel: ... fixed-purpose events:   0
Oct 17 10:03:12 LenovoL15 kernel: ... event mask:             000000000000003f
Oct 17 10:03:12 LenovoL15 kernel: rcu: Hierarchical SRCU implementation.
Oct 17 10:03:12 LenovoL15 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 17 10:03:12 LenovoL15 kernel: smp: Bringing up secondary CPUs ...
Oct 17 10:03:12 LenovoL15 kernel: x86: Booting SMP configuration:
Oct 17 10:03:12 LenovoL15 kernel: .... node  #0, CPUs:        #1
Oct 17 10:03:12 LenovoL15 kernel: TSC synchronization [CPU#0 -> CPU#1]:
Oct 17 10:03:12 LenovoL15 kernel: Measured 357708543 cycles TSC warp between CPUs, turning off TSC clock.
Oct 17 10:03:12 LenovoL15 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Oct 17 10:03:12 LenovoL15 kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Oct 17 10:03:12 LenovoL15 kernel: smp: Brought up 1 node, 16 CPUs
Oct 17 10:03:12 LenovoL15 kernel: smpboot: Max logical packages: 1
Oct 17 10:03:12 LenovoL15 kernel: smpboot: Total of 16 processors activated (54319.80 BogoMIPS)
Oct 17 10:03:12 LenovoL15 kernel: devtmpfs: initialized
Oct 17 10:03:12 LenovoL15 kernel: x86/mm: Memory block size: 128MB
Oct 17 10:03:12 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
Oct 17 10:03:12 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0xca97e000-0xcc97dfff] (33554432 bytes)
Oct 17 10:03:12 LenovoL15 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 17 10:03:12 LenovoL15 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Oct 17 10:03:12 LenovoL15 kernel: pinctrl core: initialized pinctrl subsystem
Oct 17 10:03:12 LenovoL15 kernel: PM: RTC time: 23:03:11, date: 2020-10-16
Oct 17 10:03:12 LenovoL15 kernel: NET: Registered protocol family 16
Oct 17 10:03:12 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Oct 17 10:03:12 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 17 10:03:12 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 17 10:03:12 LenovoL15 kernel: audit: initializing netlink subsys (disabled)
Oct 17 10:03:12 LenovoL15 kernel: audit: type=2000 audit(1602889390.146:1): state=initialized audit_enabled=0 res=1
Oct 17 10:03:12 LenovoL15 kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 17 10:03:12 LenovoL15 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 17 10:03:12 LenovoL15 kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 17 10:03:12 LenovoL15 kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 17 10:03:12 LenovoL15 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 17 10:03:12 LenovoL15 kernel: cpuidle: using governor ladder
Oct 17 10:03:12 LenovoL15 kernel: cpuidle: using governor menu
Oct 17 10:03:12 LenovoL15 kernel: ACPI: bus type PCI registered
Oct 17 10:03:12 LenovoL15 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 17 10:03:12 LenovoL15 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 17 10:03:12 LenovoL15 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 17 10:03:12 LenovoL15 kernel: PCI: Using configuration type 1 for base access
Oct 17 10:03:12 LenovoL15 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 17 10:03:12 LenovoL15 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Added _OSI(Module Device)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Added _OSI(Processor Device)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Oct 17 10:03:12 LenovoL15 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 17 10:03:12 LenovoL15 kernel: ACPI: EC: EC started
Oct 17 10:03:12 LenovoL15 kernel: ACPI: EC: interrupt blocked
Oct 17 10:03:12 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Interpreter enabled
Oct 17 10:03:12 LenovoL15 kernel: ACPI: (supports S0 S3 S4 S5)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 17 10:03:12 LenovoL15 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Power Resource [WRST] (on)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Power Resource [P0S0] (on)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Power Resource [P3S0] (on)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Power Resource [P0S1] (on)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Power Resource [P3S1] (on)
Oct 17 10:03:12 LenovoL15 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 17 10:03:12 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 17 10:03:12 LenovoL15 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Oct 17 10:03:12 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 17 10:03:12 LenovoL15 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 17 10:03:12 LenovoL15 kernel: PCI host bridge to bus 0000:00
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x430000000-0xffffffffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.1: enabling Extended Tags
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:01:00.0: [15b7:5006] type 00 class 0x010802
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd700000-0xfd703fff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:01:00.0: reg 0x20: [mem 0xfd704000-0xfd7040ff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.0: reg 0x10: [io  0x2400-0x24ff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfd614000-0xfd614fff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfd600000-0xfd603fff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.0: supports D1 D2
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.1: [10ec:816a] type 00 class 0x070002
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.1: reg 0x10: [io  0x2200-0x22ff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.1: reg 0x18: [mem 0xfd615000-0xfd615fff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.1: reg 0x20: [mem 0xfd604000-0xfd607fff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.1: supports D1 D2
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.2: [10ec:816b] type 00 class 0x070002
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.2: reg 0x10: [io  0x2100-0x21ff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.2: reg 0x18: [mem 0xfd616000-0xfd616fff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.2: reg 0x20: [mem 0xfd608000-0xfd60bfff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.2: supports D1 D2
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.3: [10ec:816c] type 00 class 0x0c0701
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.3: reg 0x10: [io  0x2000-0x20ff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.3: reg 0x18: [mem 0xfd617000-0xfd617fff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.3: reg 0x20: [mem 0xfd60c000-0xfd60ffff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.3: supports D1 D2
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.4: [10ec:816d] type 00 class 0x0c0320
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.4: reg 0x10: [mem 0xfd618000-0xfd618fff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.4: reg 0x18: [mem 0xfd610000-0xfd613fff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.4: PME# supported from D0 D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:03:00.0: [8086:2723] type 00 class 0x028000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfd500000-0xfd503fff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfd400000-0xfd400fff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:04:00.0: supports D1 D2
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.0: enabling Extended Tags
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.1: enabling Extended Tags
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.2: enabling Extended Tags
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.3: enabling Extended Tags
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.4: enabling Extended Tags
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.5: enabling Extended Tags
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.6: enabling Extended Tags
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 17 10:03:12 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:03:12 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:03:12 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:03:12 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:03:12 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:03:12 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:03:12 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:03:12 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:03:12 LenovoL15 kernel: ACPI: EC: interrupt unblocked
Oct 17 10:03:12 LenovoL15 kernel: ACPI: EC: event unblocked
Oct 17 10:03:12 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 17 10:03:12 LenovoL15 kernel: ACPI: EC: GPE=0x3
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Oct 17 10:03:12 LenovoL15 kernel: iommu: Default domain type: Translated 
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: setting as boot device
Oct 17 10:03:12 LenovoL15 kernel: vgaarb: loaded
Oct 17 10:03:12 LenovoL15 kernel: SCSI subsystem initialized
Oct 17 10:03:12 LenovoL15 kernel: libata version 3.00 loaded.
Oct 17 10:03:12 LenovoL15 kernel: ACPI: bus type USB registered
Oct 17 10:03:12 LenovoL15 kernel: usbcore: registered new interface driver usbfs
Oct 17 10:03:12 LenovoL15 kernel: usbcore: registered new interface driver hub
Oct 17 10:03:12 LenovoL15 kernel: usbcore: registered new device driver usb
Oct 17 10:03:12 LenovoL15 kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 17 10:03:12 LenovoL15 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 17 10:03:12 LenovoL15 kernel: PTP clock support registered
Oct 17 10:03:12 LenovoL15 kernel: EDAC MC: Ver: 3.0.0
Oct 17 10:03:12 LenovoL15 kernel: Registered efivars operations
Oct 17 10:03:12 LenovoL15 kernel: NetLabel: Initializing
Oct 17 10:03:12 LenovoL15 kernel: NetLabel:  domain hash size = 128
Oct 17 10:03:12 LenovoL15 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 17 10:03:12 LenovoL15 kernel: NetLabel:  unlabeled traffic allowed by default
Oct 17 10:03:12 LenovoL15 kernel: PCI: Using ACPI for IRQ routing
Oct 17 10:03:12 LenovoL15 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 17 10:03:12 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 17 10:03:12 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
Oct 17 10:03:12 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Oct 17 10:03:12 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc2cf5000-0xc3ffffff]
Oct 17 10:03:12 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc70cd000-0xc7ffffff]
Oct 17 10:03:12 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Oct 17 10:03:12 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
Oct 17 10:03:12 LenovoL15 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 17 10:03:12 LenovoL15 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Oct 17 10:03:12 LenovoL15 kernel: clocksource: Switched to clocksource hpet
Oct 17 10:03:12 LenovoL15 kernel: VFS: Disk quotas dquot_6.6.0
Oct 17 10:03:12 LenovoL15 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 17 10:03:12 LenovoL15 kernel: pnp: PnP ACPI init
Oct 17 10:03:12 LenovoL15 kernel: system 00:00: [io  0x0f50-0x0f51] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 10:03:12 LenovoL15 kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0530-0x0537] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0400-0x0427] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0430] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0440-0x0447] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0b00-0x0b1f] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0c14] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0cd0-0x0cd1] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0cd2-0x0cd3] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0cd4-0x0cd5] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0cd6-0x0cd7] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x0cf9] could not be reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x8100-0x81ff window] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: [io  0x8200-0x82ff window] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 10:03:12 LenovoL15 kernel: system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
Oct 17 10:03:12 LenovoL15 kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 17 10:03:12 LenovoL15 kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Oct 17 10:03:12 LenovoL15 kernel: pnp 00:05: Plug and Play ACPI device, IDs LEN0411 PNP0f13 (active)
Oct 17 10:03:12 LenovoL15 kernel: pnp: PnP ACPI: found 6 devices
Oct 17 10:03:12 LenovoL15 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 17 10:03:12 LenovoL15 kernel: NET: Registered protocol family 2
Oct 17 10:03:12 LenovoL15 kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 17 10:03:12 LenovoL15 kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 17 10:03:12 LenovoL15 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 17 10:03:12 LenovoL15 kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 17 10:03:12 LenovoL15 kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Oct 17 10:03:12 LenovoL15 kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 17 10:03:12 LenovoL15 kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 17 10:03:12 LenovoL15 kernel: NET: Registered protocol family 1
Oct 17 10:03:12 LenovoL15 kernel: NET: Registered protocol family 44
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfd3fffff]
Oct 17 10:03:12 LenovoL15 kernel: pci_bus 0000:06: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Oct 17 10:03:12 LenovoL15 kernel: PCI: CLS 32 bytes, default 64
Oct 17 10:03:12 LenovoL15 kernel: Trying to unpack rootfs image as initramfs...
Oct 17 10:03:12 LenovoL15 kernel: Freeing initrd memory: 9896K
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:01.0: Adding to iommu group 0
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.0: Adding to iommu group 1
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.1: Adding to iommu group 2
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.2: Adding to iommu group 3
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.3: Adding to iommu group 4
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:02.4: Adding to iommu group 5
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.0: Adding to iommu group 6
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:08.1: Adding to iommu group 6
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:14.0: Adding to iommu group 7
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:14.3: Adding to iommu group 7
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.0: Adding to iommu group 8
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.1: Adding to iommu group 8
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.2: Adding to iommu group 8
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.3: Adding to iommu group 8
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.4: Adding to iommu group 8
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.5: Adding to iommu group 8
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.6: Adding to iommu group 8
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:18.7: Adding to iommu group 8
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:01:00.0: Adding to iommu group 9
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.0: Adding to iommu group 10
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.1: Adding to iommu group 10
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.2: Adding to iommu group 10
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.3: Adding to iommu group 10
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:02:00.4: Adding to iommu group 10
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:03:00.0: Adding to iommu group 11
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:04:00.0: Adding to iommu group 12
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.0: Adding to iommu group 6
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.1: Adding to iommu group 6
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.2: Adding to iommu group 6
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.3: Adding to iommu group 6
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.4: Adding to iommu group 6
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.5: Adding to iommu group 6
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:06:00.6: Adding to iommu group 6
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Oct 17 10:03:12 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
Oct 17 10:03:12 LenovoL15 kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
Oct 17 10:03:12 LenovoL15 kernel: AMD-Vi: Interrupt remapping enabled
Oct 17 10:03:12 LenovoL15 kernel: AMD-Vi: Virtual APIC enabled
Oct 17 10:03:12 LenovoL15 kernel: AMD-Vi: X2APIC enabled
Oct 17 10:03:12 LenovoL15 kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Oct 17 10:03:12 LenovoL15 kernel: amd_uncore: AMD NB counters detected
Oct 17 10:03:12 LenovoL15 kernel: amd_uncore: AMD LLC counters detected
Oct 17 10:03:12 LenovoL15 kernel: LVT offset 0 assigned for vector 0x400
Oct 17 10:03:12 LenovoL15 kernel: perf: AMD IBS detected (0x000003ff)
Oct 17 10:03:12 LenovoL15 kernel: check: Scanning for low memory corruption every 60 seconds
Oct 17 10:03:12 LenovoL15 kernel: Initialise system trusted keyrings
Oct 17 10:03:12 LenovoL15 kernel: Key type blacklist registered
Oct 17 10:03:12 LenovoL15 kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 17 10:03:12 LenovoL15 kernel: zbud: loaded
Oct 17 10:03:12 LenovoL15 kernel: Key type asymmetric registered
Oct 17 10:03:12 LenovoL15 kernel: Asymmetric key parser 'x509' registered
Oct 17 10:03:12 LenovoL15 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Oct 17 10:03:12 LenovoL15 kernel: io scheduler mq-deadline registered
Oct 17 10:03:12 LenovoL15 kernel: io scheduler kyber registered
Oct 17 10:03:12 LenovoL15 kernel: io scheduler bfq registered
Oct 17 10:03:12 LenovoL15 kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 26
Oct 17 10:03:12 LenovoL15 kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 27
Oct 17 10:03:12 LenovoL15 kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 28
Oct 17 10:03:12 LenovoL15 kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 29
Oct 17 10:03:12 LenovoL15 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 30
Oct 17 10:03:12 LenovoL15 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 17 10:03:12 LenovoL15 kernel: efifb: probing for efifb
Oct 17 10:03:12 LenovoL15 kernel: efifb: framebuffer at 0x460000000, using 8128k, total 8128k
Oct 17 10:03:12 LenovoL15 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Oct 17 10:03:12 LenovoL15 kernel: efifb: scrolling: redraw
Oct 17 10:03:12 LenovoL15 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 17 10:03:12 LenovoL15 kernel: fbcon: Deferring console take-over
Oct 17 10:03:12 LenovoL15 kernel: fb0: EFI VGA frame buffer device
Oct 17 10:03:12 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Power Button [PWRB]
Oct 17 10:03:12 LenovoL15 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Lid Switch [LID]
Oct 17 10:03:12 LenovoL15 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Sleep Button [SLPB]
Oct 17 10:03:12 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Power Button [PWRF]
Oct 17 10:03:12 LenovoL15 kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Oct 17 10:03:12 LenovoL15 kernel: acpi device:09: registered as cooling_device0
Oct 17 10:03:12 LenovoL15 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4
Oct 17 10:03:12 LenovoL15 kernel: Monitor-Mwait will be used to enter C-1 state
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
Oct 17 10:03:12 LenovoL15 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 17 10:03:12 LenovoL15 kernel: serial 0000:02:00.1: enabling device (0000 -> 0003)
Oct 17 10:03:12 LenovoL15 kernel: 0000:02:00.1: ttyS0 at I/O 0x2200 (irq = 31, base_baud = 115200) is a 16550A
Oct 17 10:03:12 LenovoL15 kernel: serial 0000:02:00.2: enabling device (0000 -> 0003)
Oct 17 10:03:12 LenovoL15 kernel: 0000:02:00.2: ttyS1 at I/O 0x2100 (irq = 32, base_baud = 115200) is a 16550A
Oct 17 10:03:12 LenovoL15 kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 17 10:03:12 LenovoL15 kernel: nvme nvme0: pci function 0000:01:00.0
Oct 17 10:03:12 LenovoL15 kernel: usbcore: registered new interface driver usbserial_generic
Oct 17 10:03:12 LenovoL15 kernel: usbserial: USB Serial support registered for generic
Oct 17 10:03:12 LenovoL15 kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 17 10:03:12 LenovoL15 kernel: rtc_cmos 00:01: registered as rtc0
Oct 17 10:03:12 LenovoL15 kernel: rtc_cmos 00:01: setting system clock to 2020-10-16T23:03:11 UTC (1602889391)
Oct 17 10:03:12 LenovoL15 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 17 10:03:12 LenovoL15 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 17 10:03:12 LenovoL15 kernel: drop_monitor: Initializing network drop monitor service
Oct 17 10:03:12 LenovoL15 kernel: NET: Registered protocol family 10
Oct 17 10:03:12 LenovoL15 kernel: Segment Routing with IPv6
Oct 17 10:03:12 LenovoL15 kernel: RPL Segment Routing with IPv6
Oct 17 10:03:12 LenovoL15 kernel: NET: Registered protocol family 17
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU0: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU1: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU2: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU3: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU4: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU5: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU6: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU7: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU8: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU9: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU10: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU11: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU12: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU13: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU14: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: CPU15: patch_level=0x08600106
Oct 17 10:03:12 LenovoL15 kernel: microcode: Microcode Update Driver: v2.2.
Oct 17 10:03:12 LenovoL15 kernel: resctrl: L3 allocation detected
Oct 17 10:03:12 LenovoL15 kernel: resctrl: L3DATA allocation detected
Oct 17 10:03:12 LenovoL15 kernel: resctrl: L3CODE allocation detected
Oct 17 10:03:12 LenovoL15 kernel: resctrl: MB allocation detected
Oct 17 10:03:12 LenovoL15 kernel: resctrl: L3 monitoring detected
Oct 17 10:03:12 LenovoL15 kernel: IPI shorthand broadcast: enabled
Oct 17 10:03:12 LenovoL15 kernel: nvme nvme0: 16/0/0 default/read/poll queues
Oct 17 10:03:12 LenovoL15 kernel: registered taskstats version 1
Oct 17 10:03:12 LenovoL15 kernel: Loading compiled-in X.509 certificates
Oct 17 10:03:12 LenovoL15 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: d09b6a7464ed1a70416a1564da989f3a0be060c8'
Oct 17 10:03:12 LenovoL15 kernel: zswap: loaded using pool lz4/z3fold
Oct 17 10:03:12 LenovoL15 kernel: Key type ._fscrypt registered
Oct 17 10:03:12 LenovoL15 kernel: Key type .fscrypt registered
Oct 17 10:03:12 LenovoL15 kernel: Key type fscrypt-provisioning registered
Oct 17 10:03:12 LenovoL15 kernel: PM:   Magic number: 8:182:100
Oct 17 10:03:12 LenovoL15 kernel: RAS: Correctable Errors collector initialized.
Oct 17 10:03:12 LenovoL15 kernel: Unstable clock detected, switching default tracing clock to "global"
                                  If you want to keep using the local clock, then add:
                                    "trace_clock=local"
                                  on the kernel command line
Oct 17 10:03:12 LenovoL15 kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Oct 17 10:03:12 LenovoL15 kernel: Freeing unused decrypted memory: 2040K
Oct 17 10:03:12 LenovoL15 kernel: Freeing unused kernel image (initmem) memory: 1660K
Oct 17 10:03:12 LenovoL15 kernel: Write protecting the kernel read-only data: 24576k
Oct 17 10:03:12 LenovoL15 kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Oct 17 10:03:12 LenovoL15 kernel: Freeing unused kernel image (rodata/data gap) memory: 280K
Oct 17 10:03:12 LenovoL15 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 17 10:03:12 LenovoL15 kernel: Run /init as init process
Oct 17 10:03:12 LenovoL15 kernel:   with arguments:
Oct 17 10:03:12 LenovoL15 kernel:     /init
Oct 17 10:03:12 LenovoL15 kernel:   with environment:
Oct 17 10:03:12 LenovoL15 kernel:     HOME=/
Oct 17 10:03:12 LenovoL15 kernel:     TERM=linux
Oct 17 10:03:12 LenovoL15 kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Oct 17 10:03:12 LenovoL15 kernel: fbcon: Taking over console
Oct 17 10:03:12 LenovoL15 kernel: Console: switching to colour frame buffer device 240x67
Oct 17 10:03:12 LenovoL15 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 17 10:03:12 LenovoL15 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 17 10:03:12 LenovoL15 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 17 10:03:12 LenovoL15 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 17 10:03:12 LenovoL15 kernel: rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
Oct 17 10:03:12 LenovoL15 kernel: ehci-pci: EHCI PCI platform driver
Oct 17 10:03:12 LenovoL15 kernel: ehci-pci 0000:02:00.4: EHCI Host Controller
Oct 17 10:03:12 LenovoL15 kernel: ehci-pci 0000:02:00.4: new USB bus registered, assigned bus number 1
Oct 17 10:03:12 LenovoL15 kernel: ehci-pci 0000:02:00.4: irq 54, io mem 0xfd618000
Oct 17 10:03:12 LenovoL15 kernel: ehci-pci 0000:02:00.4: USB 0.0 started, EHCI 1.00
Oct 17 10:03:12 LenovoL15 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 17 10:03:12 LenovoL15 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 10:03:12 LenovoL15 kernel: usb usb1: Product: EHCI Host Controller
Oct 17 10:03:12 LenovoL15 kernel: usb usb1: Manufacturer: Linux 5.9.0-arch1-1 ehci_hcd
Oct 17 10:03:12 LenovoL15 kernel: usb usb1: SerialNumber: 0000:02:00.4
Oct 17 10:03:12 LenovoL15 kernel: hub 1-0:1.0: USB hub found
Oct 17 10:03:12 LenovoL15 kernel: hub 1-0:1.0: 1 port detected
Oct 17 10:03:12 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 17 10:03:12 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
Oct 17 10:03:12 LenovoL15 kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 17 10:03:12 LenovoL15 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 17 10:03:12 LenovoL15 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 10:03:12 LenovoL15 kernel: usb usb2: Product: xHCI Host Controller
Oct 17 10:03:12 LenovoL15 kernel: usb usb2: Manufacturer: Linux 5.9.0-arch1-1 xhci-hcd
Oct 17 10:03:12 LenovoL15 kernel: usb usb2: SerialNumber: 0000:06:00.3
Oct 17 10:03:12 LenovoL15 kernel: hub 2-0:1.0: USB hub found
Oct 17 10:03:12 LenovoL15 kernel: hub 2-0:1.0: 4 ports detected
Oct 17 10:03:12 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 17 10:03:12 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Oct 17 10:03:12 LenovoL15 kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Oct 17 10:03:12 LenovoL15 kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 17 10:03:12 LenovoL15 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Oct 17 10:03:12 LenovoL15 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 10:03:12 LenovoL15 kernel: usb usb3: Product: xHCI Host Controller
Oct 17 10:03:12 LenovoL15 kernel: usb usb3: Manufacturer: Linux 5.9.0-arch1-1 xhci-hcd
Oct 17 10:03:12 LenovoL15 kernel: usb usb3: SerialNumber: 0000:06:00.3
Oct 17 10:03:12 LenovoL15 kernel: hub 3-0:1.0: USB hub found
Oct 17 10:03:12 LenovoL15 kernel: hub 3-0:1.0: 2 ports detected
Oct 17 10:03:12 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 17 10:03:12 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
Oct 17 10:03:12 LenovoL15 kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 17 10:03:12 LenovoL15 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 17 10:03:12 LenovoL15 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 10:03:12 LenovoL15 kernel: usb usb4: Product: xHCI Host Controller
Oct 17 10:03:12 LenovoL15 kernel: usb usb4: Manufacturer: Linux 5.9.0-arch1-1 xhci-hcd
Oct 17 10:03:12 LenovoL15 kernel: usb usb4: SerialNumber: 0000:06:00.4
Oct 17 10:03:12 LenovoL15 kernel: hub 4-0:1.0: USB hub found
Oct 17 10:03:12 LenovoL15 kernel: hub 4-0:1.0: 4 ports detected
Oct 17 10:03:12 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 17 10:03:12 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Oct 17 10:03:12 LenovoL15 kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 17 10:03:12 LenovoL15 kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 17 10:03:12 LenovoL15 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Oct 17 10:03:12 LenovoL15 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 10:03:12 LenovoL15 kernel: usb usb5: Product: xHCI Host Controller
Oct 17 10:03:12 LenovoL15 kernel: usb usb5: Manufacturer: Linux 5.9.0-arch1-1 xhci-hcd
Oct 17 10:03:12 LenovoL15 kernel: usb usb5: SerialNumber: 0000:06:00.4
Oct 17 10:03:12 LenovoL15 kernel: hub 5-0:1.0: USB hub found
Oct 17 10:03:12 LenovoL15 kernel: hub 5-0:1.0: 2 ports detected
Oct 17 10:03:12 LenovoL15 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Oct 17 10:03:12 LenovoL15 kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
Oct 17 10:03:12 LenovoL15 kernel: random: fast init done
Oct 17 10:03:12 LenovoL15 systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 17 10:03:12 LenovoL15 systemd[1]: Detected architecture x86-64.
Oct 17 10:03:12 LenovoL15 systemd[1]: Set hostname to <LenovoL15>.
Oct 17 10:03:12 LenovoL15 systemd[1]: Queued start job for default target Graphical Interface.
Oct 17 10:03:12 LenovoL15 systemd[1]: Created slice system-getty.slice.
Oct 17 10:03:12 LenovoL15 systemd[1]: Created slice system-modprobe.slice.
Oct 17 10:03:12 LenovoL15 systemd[1]: Created slice User and Session Slice.
Oct 17 10:03:12 LenovoL15 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 17 10:03:12 LenovoL15 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 17 10:03:12 LenovoL15 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Local Encrypted Volumes.
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Paths.
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Remote File Systems.
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Slices.
Oct 17 10:03:12 LenovoL15 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 17 10:03:12 LenovoL15 systemd[1]: Listening on Process Core Dump Socket.
Oct 17 10:03:12 LenovoL15 systemd[1]: Listening on Journal Audit Socket.
Oct 17 10:03:12 LenovoL15 systemd[1]: Listening on Journal Socket (/dev/log).
Oct 17 10:03:12 LenovoL15 systemd[1]: Listening on Journal Socket.
Oct 17 10:03:12 LenovoL15 systemd[1]: Listening on udev Control Socket.
Oct 17 10:03:12 LenovoL15 systemd[1]: Listening on udev Kernel Socket.
Oct 17 10:03:12 LenovoL15 kernel: usb 2-4: new high-speed USB device number 2 using xhci_hcd
Oct 17 10:03:12 LenovoL15 kernel: usb 4-3: new high-speed USB device number 2 using xhci_hcd
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounting Huge Pages File System...
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounting POSIX Message Queue File System...
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounting Kernel Debug File System...
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounting Kernel Trace File System...
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Create list of static device nodes for the current kernel...
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Load Kernel Module drm...
Oct 17 10:03:12 LenovoL15 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 17 10:03:12 LenovoL15 systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Journal Service...
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Load Kernel Modules...
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 17 10:03:12 LenovoL15 kernel: Linux agpgart interface v0.103
Oct 17 10:03:12 LenovoL15 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Coldplug All udev Devices...
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounted Huge Pages File System.
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounted POSIX Message Queue File System.
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounted Kernel Debug File System.
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounted Kernel Trace File System.
Oct 17 10:03:12 LenovoL15 systemd[1]: Finished Create list of static device nodes for the current kernel.
Oct 17 10:03:12 LenovoL15 kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
Oct 17 10:03:12 LenovoL15 systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 17 10:03:12 LenovoL15 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Oct 17 10:03:12 LenovoL15 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Load/Save Random Seed...
Oct 17 10:03:12 LenovoL15 kernel: Asymmetric key parser 'pkcs8' registered
Oct 17 10:03:12 LenovoL15 systemd[1]: Condition check resulted in Create System Users being skipped.
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 17 10:03:12 LenovoL15 systemd[1]: Finished Load Kernel Modules.
Oct 17 10:03:12 LenovoL15 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounting Kernel Configuration File System...
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Apply Kernel Variables...
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounted Kernel Configuration File System.
Oct 17 10:03:12 LenovoL15 systemd[1]: Finished Apply Kernel Variables.
Oct 17 10:03:12 LenovoL15 kernel: audit: type=1130 audit(1602889392.179:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 17 10:03:12 LenovoL15 kernel: audit: type=1130 audit(1602889392.183:3): 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'
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Local File Systems (Pre).
Oct 17 10:03:12 LenovoL15 systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 17 10:03:12 LenovoL15 kernel: audit: type=1334 audit(1602889392.186:4): prog-id=5 op=LOAD
Oct 17 10:03:12 LenovoL15 kernel: audit: type=1334 audit(1602889392.186:5): prog-id=6 op=LOAD
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 17 10:03:12 LenovoL15 systemd[1]: modprobe@drm.service: Succeeded.
Oct 17 10:03:12 LenovoL15 systemd[1]: Finished Load Kernel Module drm.
Oct 17 10:03:12 LenovoL15 kernel: audit: type=1130 audit(1602889392.186:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 kernel: audit: type=1131 audit(1602889392.186:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 systemd-journald[302]: Journal started
Oct 17 10:03:12 LenovoL15 systemd-journald[302]: Runtime Journal (/run/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 8.0M, max 771.6M, 763.6M free.
Oct 17 10:03:12 LenovoL15 systemd[1]: Finished Coldplug All udev Devices.
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START 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'
Oct 17 10:03:12 LenovoL15 audit: BPF prog-id=5 op=LOAD
Oct 17 10:03:12 LenovoL15 audit: BPF prog-id=6 op=LOAD
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 systemd-modules-load[303]: Failed to find module 'acpi_call'
Oct 17 10:03:12 LenovoL15 systemd-modules-load[303]: Inserted module 'crypto_user'
Oct 17 10:03:12 LenovoL15 systemd-modules-load[303]: Inserted module 'pkcs8_key_parser'
Oct 17 10:03:12 LenovoL15 systemd-random-seed[307]: Kernel entropy pool is not initialized yet, waiting until it is.
Oct 17 10:03:12 LenovoL15 systemd-sysctl[310]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Oct 17 10:03:12 LenovoL15 systemd-sysctl[310]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Oct 17 10:03:12 LenovoL15 systemd-sysctl[310]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Oct 17 10:03:12 LenovoL15 systemd-sysctl[310]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Oct 17 10:03:12 LenovoL15 systemd-sysctl[310]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Oct 17 10:03:12 LenovoL15 systemd-sysctl[310]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 17 10:03:12 LenovoL15 kernel: audit: type=1130 audit(1602889392.213:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 systemd[1]: Started Journal Service.
Oct 17 10:03:12 LenovoL15 kernel: audit: type=1130 audit(1602889392.213:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 systemd-journald[302]: Time spent on flushing to /var/log/journal/04dce25a858d4cc68ebce80f9fad7628 is 11.316ms for 923 entries.
Oct 17 10:03:12 LenovoL15 systemd-journald[302]: System Journal (/var/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 192.0M, max 4.0G, 3.8G free.
Oct 17 10:03:12 LenovoL15 kernel: audit: type=1130 audit(1602889392.219:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 17 10:03:12 LenovoL15 systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 kernel: ACPI: AC Adapter [AC] (on-line)
Oct 17 10:03:12 LenovoL15 kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 17 10:03:12 LenovoL15 kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 17 10:03:12 LenovoL15 kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 17 10:03:12 LenovoL15 kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 17 10:03:12 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 Swap.
Oct 17 10:03:12 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 SYSTEM.
Oct 17 10:03:12 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 17 10:03:12 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 17 10:03:12 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 17 10:03:12 LenovoL15 systemd[1]: Activating swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c...
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounting /efi...
Oct 17 10:03:12 LenovoL15 kernel: usb 2-4: New USB device found, idVendor=27c6, idProduct=55b4, bcdDevice= 1.00
Oct 17 10:03:12 LenovoL15 kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 17 10:03:12 LenovoL15 kernel: usb 2-4: Product: Goodix FingerPrint Device
Oct 17 10:03:12 LenovoL15 kernel: usb 2-4: Manufacturer: Generic
Oct 17 10:03:12 LenovoL15 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Oct 17 10:03:12 LenovoL15 kernel: IPMI message handler: version 39.2
Oct 17 10:03:12 LenovoL15 kernel: usb 4-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
Oct 17 10:03:12 LenovoL15 kernel: usb 4-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 17 10:03:12 LenovoL15 kernel: usb 4-3: Product: Integrated Camera
Oct 17 10:03:12 LenovoL15 kernel: usb 4-3: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 17 10:03:12 LenovoL15 kernel: usb 4-3: SerialNumber: 0001
Oct 17 10:03:12 LenovoL15 kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Oct 17 10:03:12 LenovoL15 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Oct 17 10:03:12 LenovoL15 kernel: Adding 2097148k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:2097148k SSFS
Oct 17 10:03:12 LenovoL15 systemd[1]: Activated swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c.
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Swap.
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounted Temporary Directory (/tmp).
Oct 17 10:03:12 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
Oct 17 10:03:12 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 1
Oct 17 10:03:12 LenovoL15 kernel: libphy: Fixed MDIO Bus: probed
Oct 17 10:03:12 LenovoL15 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Oct 17 10:03:12 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Oct 17 10:03:12 LenovoL15 kernel: ipmi device interface
Oct 17 10:03:12 LenovoL15 kernel: cryptd: max_cpu_qlen set to 1000
Oct 17 10:03:12 LenovoL15 kernel: Non-volatile memory driver v1.3
Oct 17 10:03:12 LenovoL15 kernel: ccp 0000:06:00.2: enabling device (0000 -> 0002)
Oct 17 10:03:12 LenovoL15 kernel: ipmi_si: IPMI System Interface driver
Oct 17 10:03:12 LenovoL15 kernel: ipmi_si: Unable to find any System Interface(s)
Oct 17 10:03:12 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Oct 17 10:03:12 LenovoL15 kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Oct 17 10:03:12 LenovoL15 kernel: r8169 0000:02:00.0: enabling device (0000 -> 0003)
Oct 17 10:03:12 LenovoL15 kernel: AVX2 version of gcm_enc/dec engaged.
Oct 17 10:03:12 LenovoL15 kernel: AES CTR mode by8 optimization enabled
Oct 17 10:03:12 LenovoL15 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Oct 17 10:03:12 LenovoL15 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Oct 17 10:03:12 LenovoL15 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Oct 17 10:03:12 LenovoL15 kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 17 10:03:12 LenovoL15 kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 17 10:03:12 LenovoL15 kernel: thinkpad_acpi: ThinkPad BIOS R19ET28W (1.12 ), EC R19HT27W
Oct 17 10:03:12 LenovoL15 kernel: thinkpad_acpi: Lenovo ThinkPad L15 Gen 1, model 20U7000JAU
Oct 17 10:03:12 LenovoL15 kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 17 10:03:12 LenovoL15 kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 17 10:03:12 LenovoL15 kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 17 10:03:12 LenovoL15 kernel: ccp 0000:06:00.2: tee enabled
Oct 17 10:03:12 LenovoL15 kernel: ccp 0000:06:00.2: psp enabled
Oct 17 10:03:12 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 17 10:03:12 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
Oct 17 10:03:12 LenovoL15 kernel: tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
Oct 17 10:03:12 LenovoL15 kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Oct 17 10:03:12 LenovoL15 kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
Oct 17 10:03:12 LenovoL15 kernel: FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 17 10:03:12 LenovoL15 kernel: libphy: r8169: probed
Oct 17 10:03:12 LenovoL15 systemd[1]: Mounted /efi.
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Local File Systems.
Oct 17 10:03:12 LenovoL15 systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Oct 17 10:03:12 LenovoL15 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 17 10:03:12 LenovoL15 kernel: r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 00:2b:67:cf:24:6a, XID 502, IRQ 77
Oct 17 10:03:12 LenovoL15 kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Create Volatile Files and Directories...
Oct 17 10:03:12 LenovoL15 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 17 10:03:12 LenovoL15 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 17 10:03:12 LenovoL15 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 17 10:03:12 LenovoL15 kernel: cfg80211: failed to load regulatory.db
Oct 17 10:03:12 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
Oct 17 10:03:12 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
Oct 17 10:03:12 LenovoL15 kernel: raid6: avx2x4   gen() 14836 MB/s
Oct 17 10:03:12 LenovoL15 kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
Oct 17 10:03:12 LenovoL15 systemd[1]: Finished Create Volatile Files and Directories.
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Oct 17 10:03:12 LenovoL15 systemd[1]: Condition check resulted in Update is Completed being skipped.
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 17 10:03:12 LenovoL15 kernel: Intel(R) Wireless WiFi driver for Linux
Oct 17 10:03:12 LenovoL15 kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Oct 17 10:03:12 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
Oct 17 10:03:12 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
Oct 17 10:03:12 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
Oct 17 10:03:12 LenovoL15 audit[473]: SYSTEM_BOOT pid=473 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target System Initialization.
Oct 17 10:03:12 LenovoL15 systemd[1]: Started Daily man-db regeneration.
Oct 17 10:03:12 LenovoL15 systemd[1]: Started Daily verification of password and group files.
Oct 17 10:03:12 LenovoL15 systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Timers.
Oct 17 10:03:12 LenovoL15 systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Sockets.
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Basic System.
Oct 17 10:03:12 LenovoL15 systemd[1]: Started D-Bus System Message Bus.
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 17 10:03:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 17 10:03:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 17 10:03:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Oct 17 10:03:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Oct 17 10:03:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Oct 17 10:03:12 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Oct 17 10:03:12 LenovoL15 kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Network Manager...
Oct 17 10:03:12 LenovoL15 audit: BPF prog-id=7 op=LOAD
Oct 17 10:03:12 LenovoL15 audit: BPF prog-id=8 op=LOAD
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting User Login Management...
Oct 17 10:03:12 LenovoL15 kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
Oct 17 10:03:12 LenovoL15 kernel: iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
Oct 17 10:03:12 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
Oct 17 10:03:12 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug configuration: 0
Oct 17 10:03:12 LenovoL15 kernel: iwlwifi 0000:03:00.0: loaded firmware version 55.d9698065.0 cc-a0-55.ucode op_mode iwlmvm
Oct 17 10:03:12 LenovoL15 kernel: usb 4-4: new full-speed USB device number 3 using xhci_hcd
Oct 17 10:03:12 LenovoL15 kernel: raid6: avx2x4   xor()  3409 MB/s
Oct 17 10:03:12 LenovoL15 kernel: kvm: Nested Virtualization enabled
Oct 17 10:03:12 LenovoL15 kernel: SVM: kvm: Nested Paging enabled
Oct 17 10:03:12 LenovoL15 kernel: SVM: Virtual VMLOAD VMSAVE supported
Oct 17 10:03:12 LenovoL15 kernel: SVM: Virtual GIF supported
Oct 17 10:03:12 LenovoL15 kernel: MCE: In-kernel MCE decoding enabled.
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.5094] NetworkManager (version 1.26.4-1) is starting... (for the first time)
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.5098] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.5125] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 17 10:03:12 LenovoL15 systemd[1]: Started Network Manager.
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Network.
Oct 17 10:03:12 LenovoL15 kernel: thinkpad_acpi: battery 1 registered (start 0, stop 100)
Oct 17 10:03:12 LenovoL15 kernel: battery: new extension: ThinkPad Battery Extension
Oct 17 10:03:12 LenovoL15 kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Permit User Sessions...
Oct 17 10:03:12 LenovoL15 systemd-logind[496]: New seat seat0.
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.5243] manager[0x5633434b1030]: monitoring kernel firmware directory '/lib/firmware'.
Oct 17 10:03:12 LenovoL15 dbus-daemon[484]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1' (uid=0 pid=493 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 10:03:12 LenovoL15 systemd[1]: Started User Login Management.
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 kernel: raid6: avx2x2   gen() 14845 MB/s
Oct 17 10:03:12 LenovoL15 audit: BPF prog-id=9 op=LOAD
Oct 17 10:03:12 LenovoL15 audit: BPF prog-id=10 op=LOAD
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Hostname Service...
Oct 17 10:03:12 LenovoL15 systemd[1]: Finished Permit User Sessions.
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 systemd[1]: Started Getty on tty1.
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Login Prompts.
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Multi-User System.
Oct 17 10:03:12 LenovoL15 systemd[1]: Reached target Graphical Interface.
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting TLP system startup/shutdown...
Oct 17 10:03:12 LenovoL15 systemd-udevd[340]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 10:03:12 LenovoL15 kernel: raid6: avx2x2   xor() 21277 MB/s
Oct 17 10:03:12 LenovoL15 kernel: raid6: avx2x1   gen() 25284 MB/s
Oct 17 10:03:12 LenovoL15 kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
Oct 17 10:03:12 LenovoL15 kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
Oct 17 10:03:12 LenovoL15 kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15
Oct 17 10:03:12 LenovoL15 kernel: usb 4-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Oct 17 10:03:12 LenovoL15 kernel: usb 4-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 17 10:03:12 LenovoL15 kernel: raid6: avx2x1   xor() 17579 MB/s
Oct 17 10:03:12 LenovoL15 kernel: raid6: sse2x4   gen() 16663 MB/s
Oct 17 10:03:12 LenovoL15 kernel: raid6: sse2x4   xor()  5995 MB/s
Oct 17 10:03:12 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:12 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:12 LenovoL15 kernel: raid6: sse2x2   gen() 17052 MB/s
Oct 17 10:03:12 LenovoL15 dbus-daemon[484]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 17 10:03:12 LenovoL15 systemd[1]: Started Hostname Service.
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.8922] hostname: hostname: using hostnamed
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.8923] hostname: hostname changed from (none) to "LenovoL15"
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.8931] dns-mgr[0x56334346e220]: init: dns=default,systemd-resolved rc-manager=symlink
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.8943] rfkill1: found WWAN radio killswitch (at /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1) (platform driver thinkpad_acpi)
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.8946] manager[0x5633434b1030]: rfkill: Wi-Fi hardware radio set enabled
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.8965] manager[0x5633434b1030]: rfkill: WWAN hardware radio set enabled
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9032] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-ovs.so)
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9041] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wifi.so)
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9125] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-team.so)
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9134] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-adsl.so)
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9163] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wwan.so)
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9177] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-bluetooth.so)
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9180] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9181] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9181] manager: Networking is enabled by state file
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9186] dhcp-init: Using DHCP client 'internal'
Oct 17 10:03:12 LenovoL15 dbus-daemon[484]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=493 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9191] settings: Loaded settings plugin: keyfile (internal)
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9213] device (lo): carrier: link connected
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9216] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9222] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 17 10:03:12 LenovoL15 systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 17 10:03:12 LenovoL15 NetworkManager[493]: <info>  [1602889392.9245] ovsdb: Could not connect: No such file or directory
Oct 17 10:03:12 LenovoL15 kernel: raid6: sse2x2   xor() 11435 MB/s
Oct 17 10:03:12 LenovoL15 dbus-daemon[484]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 17 10:03:12 LenovoL15 systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 17 10:03:12 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:12 LenovoL15 kernel: raid6: sse2x1   gen() 13827 MB/s
Oct 17 10:03:13 LenovoL15 kernel: raid6: sse2x1   xor()  9093 MB/s
Oct 17 10:03:13 LenovoL15 kernel: raid6: using algorithm avx2x1 gen() 25284 MB/s
Oct 17 10:03:13 LenovoL15 kernel: raid6: .... xor() 17579 MB/s, rmw enabled
Oct 17 10:03:13 LenovoL15 kernel: raid6: using avx2x2 recovery algorithm
Oct 17 10:03:13 LenovoL15 tlp[506]: Applying power save settings...done.
Oct 17 10:03:13 LenovoL15 systemd-logind[496]: Watching system buttons on /dev/input/event2 (Sleep Button)
Oct 17 10:03:13 LenovoL15 systemd-logind[496]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Oct 17 10:03:13 LenovoL15 systemd-logind[496]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 17 10:03:13 LenovoL15 systemd-logind[496]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 17 10:03:13 LenovoL15 systemd-logind[496]: Watching system buttons on /dev/input/event0 (Power Button)
Oct 17 10:03:13 LenovoL15 kernel: xor: automatically using best checksumming function   avx       
Oct 17 10:03:13 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:13 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:13 LenovoL15 systemd-udevd[339]: Using default interface naming scheme 'v245'.
Oct 17 10:03:13 LenovoL15 systemd-udevd[339]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 10:03:13 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: renamed from eth0
Oct 17 10:03:13 LenovoL15 systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
Oct 17 10:03:13 LenovoL15 systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Oct 17 10:03:13 LenovoL15 systemd[1]: Reached target Sound Card.
Oct 17 10:03:13 LenovoL15 systemd-udevd[368]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 17 10:03:13 LenovoL15 NetworkManager[493]: <info>  [1602889393.1912] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp2s0f0'
Oct 17 10:03:13 LenovoL15 NetworkManager[493]: <info>  [1602889393.2012] manager: startup complete
Oct 17 10:03:13 LenovoL15 NetworkManager[493]: <info>  [1602889393.2014] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 17 10:03:13 LenovoL15 kernel: Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
Oct 17 10:03:13 LenovoL15 systemd-udevd[362]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Oct 17 10:03:13 LenovoL15 systemd-udevd[324]: Using default interface naming scheme 'v245'.
Oct 17 10:03:13 LenovoL15 kernel: [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
Oct 17 10:03:13 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:13 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:13 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
Oct 17 10:03:13 LenovoL15 NetworkManager[493]: <info>  [1602889393.3264] settings: (enp2s0f0): created default wired connection 'Wired connection 1'
Oct 17 10:03:13 LenovoL15 kernel: psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
Oct 17 10:03:13 LenovoL15 kernel: Btrfs loaded, crc32c=crc32c-intel
Oct 17 10:03:13 LenovoL15 kernel: psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
Oct 17 10:03:13 LenovoL15 kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN0411 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
Oct 17 10:03:13 LenovoL15 systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Oct 17 10:03:13 LenovoL15 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Oct 17 10:03:13 LenovoL15 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Oct 17 10:03:13 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:13 LenovoL15 tlp[506]: Setting battery charge thresholds...done.
Oct 17 10:03:13 LenovoL15 systemd[1]: Finished TLP system startup/shutdown.
Oct 17 10:03:13 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:13 LenovoL15 kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
Oct 17 10:03:13 LenovoL15 kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Oct 17 10:03:13 LenovoL15 kernel: BTRFS: device label Files devid 1 transid 35 /dev/nvme0n1p7 scanned by systemd-udevd (361)
Oct 17 10:03:13 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:13 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:13 LenovoL15 kernel: random: crng init done
Oct 17 10:03:13 LenovoL15 kernel: random: 7 urandom warning(s) missed due to ratelimiting
Oct 17 10:03:13 LenovoL15 kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Oct 17 10:03:13 LenovoL15 systemd[1]: Finished Load/Save Random Seed.
Oct 17 10:03:13 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:13 LenovoL15 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 17 10:03:13 LenovoL15 systemd[1]: Startup finished in 8.690s (firmware) + 1.229s (loader) + 1.065s (kernel) + 1.612s (userspace) = 12.597s.
Oct 17 10:03:13 LenovoL15 kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
Oct 17 10:03:13 LenovoL15 kernel: mousedev: PS/2 mouse device common for all mice
Oct 17 10:03:13 LenovoL15 systemd-logind[496]: Watching system buttons on /dev/input/event10 (ThinkPad Extra Buttons)
Oct 17 10:03:13 LenovoL15 kernel: iwlwifi 0000:03:00.0: base HW address: 34:cf:f6:6a:00:36
Oct 17 10:03:13 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:13 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:13 LenovoL15 systemd-udevd[337]: Using default interface naming scheme 'v245'.
Oct 17 10:03:13 LenovoL15 NetworkManager[493]: <info>  [1602889393.8175] device (wlan0): driver supports Access Point (AP) mode
Oct 17 10:03:13 LenovoL15 NetworkManager[493]: <info>  [1602889393.8184] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 17 10:03:13 LenovoL15 systemd-udevd[337]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 10:03:13 LenovoL15 kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Oct 17 10:03:13 LenovoL15 kernel: ioremap error for 0xcc835000-0xcc836000, requested 0x2, got 0x0
Oct 17 10:03:13 LenovoL15 kernel: ucsi_acpi: probe of USBC000:00 failed with error -12
Oct 17 10:03:13 LenovoL15 NetworkManager[493]: <info>  [1602889393.8193] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Oct 17 10:03:13 LenovoL15 NetworkManager[493]: <info>  [1602889393.8303] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:14 LenovoL15 kernel: mc: Linux media interface: v0.10
Oct 17 10:03:14 LenovoL15 NetworkManager[493]: <info>  [1602889394.1001] device (wlan0): set-hw-addr: set MAC address to BA:E3:99:32:02:00 (scanning)
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:14 LenovoL15 kernel: videodev: Linux video capture interface: v2.00
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: Core ver 2.22
Oct 17 10:03:14 LenovoL15 kernel: NET: Registered protocol family 31
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: HCI device and connection manager initialized
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: HCI socket layer initialized
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: L2CAP socket layer initialized
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: SCO socket layer initialized
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:14 LenovoL15 kernel: usbcore: registered new interface driver btusb
Oct 17 10:03:14 LenovoL15 systemd[1]: Reached target Bluetooth.
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: hci0: Device revision is 1
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: hci0: Secure boot is enabled
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: hci0: OTP lock is enabled
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: hci0: API lock is enabled
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: hci0: Debug lock is disabled
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Oct 17 10:03:14 LenovoL15 kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Oct 17 10:03:14 LenovoL15 kernel: uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
Oct 17 10:03:14 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 17 10:03:14 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Extension 4 was not initialized!
Oct 17 10:03:14 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
Oct 17 10:03:14 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
Oct 17 10:03:14 LenovoL15 kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input17
Oct 17 10:03:14 LenovoL15 kernel: usbcore: registered new interface driver uvcvideo
Oct 17 10:03:14 LenovoL15 kernel: USB Video Class driver (1.1.1)
Oct 17 10:03:14 LenovoL15 dbus-daemon[484]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.1' (uid=0 pid=493 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 10:03:14 LenovoL15 systemd[1]: Starting WPA supplicant...
Oct 17 10:03:14 LenovoL15 dbus-daemon[484]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 17 10:03:14 LenovoL15 systemd[1]: Started WPA supplicant.
Oct 17 10:03:14 LenovoL15 wpa_supplicant[971]: Successfully initialized wpa_supplicant
Oct 17 10:03:14 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:14 LenovoL15 kernel: psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
Oct 17 10:03:14 LenovoL15 NetworkManager[493]: <info>  [1602889394.4652] device (wlan0): supplicant interface state: internal-starting -> disconnected
Oct 17 10:03:14 LenovoL15 NetworkManager[493]: <info>  [1602889394.4653] Wi-Fi P2P device controlled by interface wlan0 created
Oct 17 10:03:14 LenovoL15 NetworkManager[493]: <info>  [1602889394.4658] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 17 10:03:14 LenovoL15 NetworkManager[493]: <info>  [1602889394.4664] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 17 10:03:14 LenovoL15 NetworkManager[493]: <warn>  [1602889394.4674] sup-iface[3a1714064cb79795,0,wlan0]: call-p2p-cancel: failed with P2P cancel failed
Oct 17 10:03:14 LenovoL15 NetworkManager[493]: <info>  [1602889394.4677] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Oct 17 10:03:14 LenovoL15 NetworkManager[493]: <info>  [1602889394.4685] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:14 LenovoL15 kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:14 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:15 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:15 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:15 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:15 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:15 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:03:15 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:03:16 LenovoL15 kernel: Bluetooth: hci0: Waiting for firmware download to complete
Oct 17 10:03:16 LenovoL15 kernel: Bluetooth: hci0: Firmware loaded in 1938314 usecs
Oct 17 10:03:16 LenovoL15 kernel: Bluetooth: hci0: Waiting for device to boot
Oct 17 10:03:16 LenovoL15 kernel: Bluetooth: hci0: Device booted in 27879 usecs
Oct 17 10:03:16 LenovoL15 kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
Oct 17 10:03:16 LenovoL15 kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Oct 17 10:03:16 LenovoL15 kernel: Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
Oct 17 10:03:17 LenovoL15 wpa_supplicant[971]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Oct 17 10:03:18 LenovoL15 audit[505]: USER_AUTH pid=505 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 17 10:03:18 LenovoL15 kernel: kauditd_printk_skb: 19 callbacks suppressed
Oct 17 10:03:18 LenovoL15 kernel: audit: type=1100 audit(1602889398.336:30): pid=505 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 17 10:03:18 LenovoL15 dbus-daemon[484]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.6' (uid=0 pid=505 comm="/bin/login -p --         ")
Oct 17 10:03:18 LenovoL15 dbus-daemon[484]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 17 10:03:18 LenovoL15 login[505]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 17 10:03:18 LenovoL15 audit[505]: USER_ACCT pid=505 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 17 10:03:18 LenovoL15 kernel: audit: type=1101 audit(1602889398.349:31): pid=505 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 17 10:03:18 LenovoL15 audit[505]: CRED_ACQ pid=505 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 17 10:03:18 LenovoL15 login[505]: pam_unix(login:session): session opened for user anthony(uid=1000) by LOGIN(uid=0)
Oct 17 10:03:18 LenovoL15 kernel: audit: type=1103 audit(1602889398.353:32): pid=505 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 17 10:03:18 LenovoL15 kernel: audit: type=1006 audit(1602889398.353:33): pid=505 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Oct 17 10:03:18 LenovoL15 systemd[1]: Created slice User Slice of UID 1000.
Oct 17 10:03:18 LenovoL15 systemd[1]: Starting User Runtime Directory /run/user/1000...
Oct 17 10:03:18 LenovoL15 systemd-logind[496]: New session 1 of user anthony.
Oct 17 10:03:18 LenovoL15 systemd[1]: Finished User Runtime Directory /run/user/1000.
Oct 17 10:03:18 LenovoL15 audit[1]: SERVICE_START 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'
Oct 17 10:03:18 LenovoL15 kernel: audit: type=1130 audit(1602889398.376:34): 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'
Oct 17 10:03:18 LenovoL15 systemd[1]: Starting User Manager for UID 1000...
Oct 17 10:03:18 LenovoL15 dbus-daemon[484]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.8' (uid=0 pid=978 comm="(systemd) ")
Oct 17 10:03:18 LenovoL15 dbus-daemon[484]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 17 10:03:18 LenovoL15 systemd[978]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 17 10:03:18 LenovoL15 audit[978]: USER_ACCT pid=978 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:18 LenovoL15 audit[978]: CRED_ACQ pid=978 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 17 10:03:18 LenovoL15 systemd[978]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[anthony] ruser=[<unknown>] rhost=[<unknown>]
Oct 17 10:03:18 LenovoL15 systemd[978]: pam_unix(systemd-user:session): session opened for user anthony(uid=1000) by (uid=0)
Oct 17 10:03:18 LenovoL15 audit[978]: USER_START pid=978 uid=0 auid=1000 ses=2 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="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:18 LenovoL15 kernel: audit: type=1101 audit(1602889398.386:35): pid=978 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:18 LenovoL15 kernel: audit: type=1103 audit(1602889398.386:36): pid=978 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 17 10:03:18 LenovoL15 kernel: audit: type=1006 audit(1602889398.386:37): pid=978 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Oct 17 10:03:18 LenovoL15 kernel: audit: type=1105 audit(1602889398.386:38): pid=978 uid=0 auid=1000 ses=2 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="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:18 LenovoL15 audit: BPF prog-id=11 op=LOAD
Oct 17 10:03:18 LenovoL15 audit: BPF prog-id=11 op=UNLOAD
Oct 17 10:03:18 LenovoL15 kernel: audit: type=1334 audit(1602889398.393:39): prog-id=11 op=LOAD
Oct 17 10:03:18 LenovoL15 systemd[983]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
Oct 17 10:03:18 LenovoL15 systemd[978]: Queued start job for default target Main User Target.
Oct 17 10:03:18 LenovoL15 systemd[978]: Reached target Paths.
Oct 17 10:03:18 LenovoL15 systemd[978]: Reached target Timers.
Oct 17 10:03:18 LenovoL15 systemd[978]: Starting D-Bus User Message Bus Socket.
Oct 17 10:03:18 LenovoL15 systemd[978]: Listening on GnuPG network certificate management daemon.
Oct 17 10:03:18 LenovoL15 systemd[978]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 17 10:03:18 LenovoL15 systemd[978]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 17 10:03:18 LenovoL15 systemd[978]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 17 10:03:18 LenovoL15 systemd[978]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 17 10:03:18 LenovoL15 systemd[978]: Listening on p11-kit server.
Oct 17 10:03:18 LenovoL15 systemd[978]: Listening on D-Bus User Message Bus Socket.
Oct 17 10:03:18 LenovoL15 systemd[978]: Reached target Sockets.
Oct 17 10:03:18 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:18 LenovoL15 systemd[978]: Reached target Basic System.
Oct 17 10:03:18 LenovoL15 systemd[978]: Reached target Main User Target.
Oct 17 10:03:18 LenovoL15 systemd[978]: Startup finished in 66ms.
Oct 17 10:03:18 LenovoL15 systemd[1]: Started User Manager for UID 1000.
Oct 17 10:03:18 LenovoL15 systemd[1]: Started Session 1 of user anthony.
Oct 17 10:03:18 LenovoL15 audit[505]: USER_START pid=505 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 17 10:03:18 LenovoL15 audit[505]: CRED_REFR pid=505 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 17 10:03:18 LenovoL15 login[505]: LOGIN ON tty1 BY anthony
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0163] policy: auto-activating connection '-------------' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0182] device (wlan0): Activation: starting connection '-------------' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0184] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0188] manager: NetworkManager state is now CONNECTING
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0210] device (wlan0): set-hw-addr: reset MAC address to 34:CF:F6:6A:00:36 (preserve)
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0247] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0251] device (wlan0): Activation: (wifi) access point '-------------' has security, but secrets are required.
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0252] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0285] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0289] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0295] device (wlan0): Activation: (wifi) connection '-------------' has security, and secrets exist.  No new secrets needed.
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0296] Config: added 'ssid' value '-------------'
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0296] Config: added 'scan_ssid' value '1'
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0296] Config: added 'bgscan' value 'simple:30:-70:86400'
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0296] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0297] Config: added 'auth_alg' value 'OPEN'
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.0297] Config: added 'psk' value '<hidden>'
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.1201] device (wlan0): supplicant interface state: disconnected -> inactive
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.1201] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.1325] device (wlan0): supplicant interface state: inactive -> scanning
Oct 17 10:03:19 LenovoL15 NetworkManager[493]: <info>  [1602889399.1326] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
Oct 17 10:03:20 LenovoL15 wpa_supplicant[971]: wlan0: SME: Trying to authenticate with a6:91:b1:79:30:0c (SSID='-------------' freq=5560 MHz)
Oct 17 10:03:20 LenovoL15 kernel: wlan0: authenticate with a6:91:b1:79:30:0c
Oct 17 10:03:20 LenovoL15 kernel: wlan0: send auth to a6:91:b1:79:30:0c (try 1/3)
Oct 17 10:03:20 LenovoL15 NetworkManager[493]: <info>  [1602889400.1333] device (wlan0): supplicant interface state: scanning -> authenticating
Oct 17 10:03:20 LenovoL15 NetworkManager[493]: <info>  [1602889400.1334] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Oct 17 10:03:20 LenovoL15 wpa_supplicant[971]: wlan0: Trying to associate with a6:91:b1:79:30:0c (SSID='-------------' freq=5560 MHz)
Oct 17 10:03:20 LenovoL15 kernel: wlan0: authenticated
Oct 17 10:03:20 LenovoL15 kernel: wlan0: associate with a6:91:b1:79:30:0c (try 1/3)
Oct 17 10:03:20 LenovoL15 NetworkManager[493]: <info>  [1602889400.1665] device (wlan0): supplicant interface state: authenticating -> associating
Oct 17 10:03:20 LenovoL15 NetworkManager[493]: <info>  [1602889400.1666] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Oct 17 10:03:20 LenovoL15 kernel: wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=30 aid=4)
Oct 17 10:03:20 LenovoL15 kernel: wlan0: a6:91:b1:79:30:0c rejected association temporarily; comeback duration 1000 TU (1024 ms)
Oct 17 10:03:21 LenovoL15 kernel: iwlwifi 0000:03:00.0: No beacon heard and the session protection is over already...
Oct 17 10:03:21 LenovoL15 kernel: wlan0: Connection to AP a6:91:b1:79:30:0c lost
Oct 17 10:03:21 LenovoL15 kernel: wlan0: associate with a6:91:b1:79:30:0c (try 2/3)
Oct 17 10:03:21 LenovoL15 kernel: wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=30 aid=4)
Oct 17 10:03:21 LenovoL15 kernel: wlan0: a6:91:b1:79:30:0c rejected association temporarily; comeback duration 1000 TU (1024 ms)
Oct 17 10:03:22 LenovoL15 kernel: iwlwifi 0000:03:00.0: No beacon heard and the session protection is over already...
Oct 17 10:03:22 LenovoL15 kernel: wlan0: Connection to AP a6:91:b1:79:30:0c lost
Oct 17 10:03:22 LenovoL15 kernel: wlan0: associate with a6:91:b1:79:30:0c (try 3/3)
Oct 17 10:03:22 LenovoL15 kernel: wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=30 aid=4)
Oct 17 10:03:22 LenovoL15 kernel: wlan0: a6:91:b1:79:30:0c rejected association temporarily; comeback duration 1000 TU (1024 ms)
Oct 17 10:03:23 LenovoL15 kernel: iwlwifi 0000:03:00.0: No beacon heard and the session protection is over already...
Oct 17 10:03:23 LenovoL15 kernel: wlan0: Connection to AP a6:91:b1:79:30:0c lost
Oct 17 10:03:23 LenovoL15 kernel: wlan0: association with a6:91:b1:79:30:0c timed out
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.3655] device (wlan0): supplicant interface state: associating -> disconnected
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.3656] device (p2p-dev-wlan0): supplicant management interface state: associating -> disconnected
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.4819] device (wlan0): supplicant interface state: disconnected -> scanning
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.4819] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Oct 17 10:03:23 LenovoL15 wpa_supplicant[971]: wlan0: SME: Trying to authenticate with a4:91:b1:79:30:04 (SSID='-------------' freq=2437 MHz)
Oct 17 10:03:23 LenovoL15 kernel: wlan0: authenticate with a4:91:b1:79:30:04
Oct 17 10:03:23 LenovoL15 kernel: wlan0: send auth to a4:91:b1:79:30:04 (try 1/3)
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.5266] device (wlan0): supplicant interface state: scanning -> authenticating
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.5267] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Oct 17 10:03:23 LenovoL15 wpa_supplicant[971]: wlan0: Trying to associate with a4:91:b1:79:30:04 (SSID='-------------' freq=2437 MHz)
Oct 17 10:03:23 LenovoL15 kernel: wlan0: authenticated
Oct 17 10:03:23 LenovoL15 kernel: wlan0: associate with a4:91:b1:79:30:04 (try 1/3)
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.5658] device (wlan0): supplicant interface state: authenticating -> associating
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.5659] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Oct 17 10:03:23 LenovoL15 kernel: wlan0: RX AssocResp from a4:91:b1:79:30:04 (capab=0x1411 status=0 aid=4)
Oct 17 10:03:23 LenovoL15 wpa_supplicant[971]: wlan0: Associated with a4:91:b1:79:30:04
Oct 17 10:03:23 LenovoL15 wpa_supplicant[971]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 17 10:03:23 LenovoL15 kernel: wlan0: associated
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6157] device (wlan0): supplicant interface state: associating -> 4way_handshake
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6158] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Oct 17 10:03:23 LenovoL15 wpa_supplicant[971]: wlan0: WPA: Key negotiation completed with a4:91:b1:79:30:04 [PTK=CCMP GTK=CCMP]
Oct 17 10:03:23 LenovoL15 wpa_supplicant[971]: wlan0: CTRL-EVENT-CONNECTED - Connection to a4:91:b1:79:30:04 completed [id=0 id_str=]
Oct 17 10:03:23 LenovoL15 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6660] device (wlan0): supplicant interface state: 4way_handshake -> completed
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6661] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "-------------"
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6662] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6664] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 17 10:03:23 LenovoL15 wpa_supplicant[971]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-73 noise=9999 txrate=26000
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6670] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6776] dhcp4 (wlan0): option dhcp_lease_time      => '3600'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6776] dhcp4 (wlan0): option domain_name          => 'modem'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6777] dhcp4 (wlan0): option domain_name_servers  => '8.8.8.8 1.1.1.1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6777] dhcp4 (wlan0): option expiry               => '1602893003'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6777] dhcp4 (wlan0): option host_name            => 'LenovoL15'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6777] dhcp4 (wlan0): option ip_address           => '192.168.0.206'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6777] dhcp4 (wlan0): option next_server          => '192.168.0.1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6778] dhcp4 (wlan0): option requested_broadcast_address => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6778] dhcp4 (wlan0): option requested_domain_name => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6778] dhcp4 (wlan0): option requested_domain_name_servers => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6778] dhcp4 (wlan0): option requested_domain_search => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6778] dhcp4 (wlan0): option requested_host_name  => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6778] dhcp4 (wlan0): option requested_interface_mtu => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6778] dhcp4 (wlan0): option requested_ms_classless_static_routes => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6779] dhcp4 (wlan0): option requested_nis_domain => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6779] dhcp4 (wlan0): option requested_nis_servers => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6779] dhcp4 (wlan0): option requested_ntp_servers => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6779] dhcp4 (wlan0): option requested_rfc3442_classless_static_routes => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6779] dhcp4 (wlan0): option requested_root_path  => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6779] dhcp4 (wlan0): option requested_routers    => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6780] dhcp4 (wlan0): option requested_static_routes => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6780] dhcp4 (wlan0): option requested_subnet_mask => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6780] dhcp4 (wlan0): option requested_time_offset => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6780] dhcp4 (wlan0): option requested_wpad       => '1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6780] dhcp4 (wlan0): option routers              => '192.168.0.1'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6780] dhcp4 (wlan0): option subnet_mask          => '255.255.255.0'
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6781] dhcp4 (wlan0): state changed unknown -> bound
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6824] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6848] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6851] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6854] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6876] manager: NetworkManager state is now CONNECTED_SITE
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6877] policy: set '-------------' (wlan0) as default for IPv4 routing and DNS
Oct 17 10:03:23 LenovoL15 dbus-daemon[484]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.1' (uid=0 pid=493 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 10:03:23 LenovoL15 dbus-daemon[484]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Oct 17 10:03:23 LenovoL15 NetworkManager[493]: <info>  [1602889403.6914] device (wlan0): Activation: successful, device activated.
Oct 17 10:03:24 LenovoL15 NetworkManager[493]: <info>  [1602889404.4029] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 17 10:03:25 LenovoL15 NetworkManager[493]: <info>  [1602889405.8919] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 17 10:03:25 LenovoL15 NetworkManager[493]: <info>  [1602889405.8936] policy: set '-------------' (wlan0) as default for IPv6 routing and DNS
Oct 17 10:03:25 LenovoL15 NetworkManager[493]: <info>  [1602889405.8994] dhcp6 (wlan0): option dhcp6_domain_search  => 'modem'
Oct 17 10:03:25 LenovoL15 NetworkManager[493]: <info>  [1602889405.8995] dhcp6 (wlan0): option dhcp6_name_servers   => '2606:4700:4700::1111 2001:4860:4860::8888'
Oct 17 10:03:25 LenovoL15 NetworkManager[493]: <info>  [1602889405.8995] dhcp6 (wlan0): state changed unknown -> bound
Oct 17 10:03:35 LenovoL15 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 17 10:03:35 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:35 LenovoL15 kernel: kauditd_printk_skb: 4 callbacks suppressed
Oct 17 10:03:35 LenovoL15 kernel: audit: type=1131 audit(1602889415.883:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:42 LenovoL15 systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 17 10:03:42 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:42 LenovoL15 kernel: audit: type=1131 audit(1602889422.919:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:03:43 LenovoL15 audit: BPF prog-id=10 op=UNLOAD
Oct 17 10:03:43 LenovoL15 audit: BPF prog-id=9 op=UNLOAD
Oct 17 10:03:43 LenovoL15 kernel: audit: type=1334 audit(1602889423.053:46): prog-id=10 op=UNLOAD
Oct 17 10:03:43 LenovoL15 kernel: audit: type=1334 audit(1602889423.053:47): prog-id=9 op=UNLOAD

Journal output without any extra parameters:

-- Logs begin at Wed 2020-10-14 10:54:09 AEDT, end at Sat 2020-10-17 10:03:43 AEDT. --
Oct 17 10:01:34 LenovoL15 kernel: Linux version 5.9.0-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Mon, 12 Oct 2020 18:52:13 +0000
Oct 17 10:01:34 LenovoL15 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3
Oct 17 10:01:34 LenovoL15 kernel: KERNEL supported cpus:
Oct 17 10:01:34 LenovoL15 kernel:   Intel GenuineIntel
Oct 17 10:01:34 LenovoL15 kernel:   AMD AuthenticAMD
Oct 17 10:01:34 LenovoL15 kernel:   Hygon HygonGenuine
Oct 17 10:01:34 LenovoL15 kernel:   Centaur CentaurHauls
Oct 17 10:01:34 LenovoL15 kernel:   zhaoxin   Shanghai  
Oct 17 10:01:34 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 17 10:01:34 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 17 10:01:34 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 17 10:01:34 LenovoL15 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 17 10:01:34 LenovoL15 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Oct 17 10:01:34 LenovoL15 kernel: BIOS-provided physical RAM map:
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009d20fff] reserved
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009d21000-0x0000000009efffff] usable
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000c70ccfff] usable
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c70cd000-0x00000000c72ccfff] type 20
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c72cd000-0x00000000ca97dfff] reserved
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ca97e000-0x00000000cc97dfff] ACPI NVS
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc97e000-0x00000000cc9fdfff] ACPI data
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc9fe000-0x00000000cdffffff] usable
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
Oct 17 10:01:34 LenovoL15 kernel: BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
Oct 17 10:01:34 LenovoL15 kernel: NX (Execute Disable) protection: active
Oct 17 10:01:34 LenovoL15 kernel: efi: EFI v2.70 by Lenovo
Oct 17 10:01:34 LenovoL15 kernel: efi: ACPI=0xcc9fd000 ACPI 2.0=0xcc9fd014 SMBIOS=0xc8895000 SMBIOS 3.0=0xc8888000 TPMFinalLog=0xcc82d000 MEMATTR=0xc2ee0018 ESRT=0xc75b8000 
Oct 17 10:01:34 LenovoL15 kernel: SMBIOS 3.2.0 present.
Oct 17 10:01:34 LenovoL15 kernel: DMI: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
Oct 17 10:01:34 LenovoL15 kernel: tsc: Fast TSC calibration using PIT
Oct 17 10:01:34 LenovoL15 kernel: tsc: Detected 1696.828 MHz processor
Oct 17 10:01:34 LenovoL15 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 17 10:01:34 LenovoL15 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 17 10:01:34 LenovoL15 kernel: last_pfn = 0x40f340 max_arch_pfn = 0x400000000
Oct 17 10:01:34 LenovoL15 kernel: MTRR default type: uncachable
Oct 17 10:01:34 LenovoL15 kernel: MTRR fixed ranges enabled:
Oct 17 10:01:34 LenovoL15 kernel:   00000-9FFFF write-back
Oct 17 10:01:34 LenovoL15 kernel:   A0000-BFFFF uncachable
Oct 17 10:01:34 LenovoL15 kernel:   C0000-FFFFF write-protect
Oct 17 10:01:34 LenovoL15 kernel: MTRR variable ranges enabled:
Oct 17 10:01:34 LenovoL15 kernel:   0 base 000000000000 mask FFFF80000000 write-back
Oct 17 10:01:34 LenovoL15 kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Oct 17 10:01:34 LenovoL15 kernel:   2 base 0000C0000000 mask FFFFF0000000 write-back
Oct 17 10:01:34 LenovoL15 kernel:   3 base 0000FF000000 mask FFFFFF000000 write-protect
Oct 17 10:01:34 LenovoL15 kernel:   4 disabled
Oct 17 10:01:34 LenovoL15 kernel:   5 disabled
Oct 17 10:01:34 LenovoL15 kernel:   6 disabled
Oct 17 10:01:34 LenovoL15 kernel:   7 disabled
Oct 17 10:01:34 LenovoL15 kernel: TOM2: 0000000430000000 aka 17152M
Oct 17 10:01:34 LenovoL15 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 17 10:01:34 LenovoL15 kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Oct 17 10:01:34 LenovoL15 kernel: esrt: Reserving ESRT space from 0x00000000c75b8000 to 0x00000000c75b8088.
Oct 17 10:01:34 LenovoL15 kernel: check: Scanning 1 areas for low memory corruption
Oct 17 10:01:34 LenovoL15 kernel: Using GB pages for direct mapping
Oct 17 10:01:34 LenovoL15 kernel: Secure boot could not be determined
Oct 17 10:01:34 LenovoL15 kernel: RAMDISK: [mem 0x36c9b000-0x37644fff]
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Early table checksum verification disabled
Oct 17 10:01:34 LenovoL15 kernel: ACPI: RSDP 0x00000000CC9FD014 000024 (v02 LENOVO)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: XSDT 0x00000000CC9FB188 0000FC (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: FACP 0x00000000C75E5000 000114 (v06 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: DSDT 0x00000000C75D1000 00DF37 (v01 LENOVO TP-R19   00001120 INTL 20180313)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: FACS 0x00000000CBF7A000 000040
Oct 17 10:01:34 LenovoL15 kernel: ACPI: SSDT 0x00000000C889C000 00077C (v02 LENOVO UsbCTabl 00001000 INTL 20180313)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: SSDT 0x00000000C8874000 007216 (v02 LENOVO TP-R19   00000002 MSFT 04000000)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: IVRS 0x00000000C8873000 0001A4 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: SSDT 0x00000000C884F000 000266 (v01 LENOVO STD3     00000001 INTL 20180313)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: SSDT 0x00000000C883B000 00064C (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: TPM2 0x00000000C883A000 000034 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: MSDM 0x00000000C8802000 000055 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: BATB 0x00000000C87EC000 00004A (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: HPET 0x00000000C75E4000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: APIC 0x00000000C75E3000 000138 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: MCFG 0x00000000C75E2000 00003C (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: SBST 0x00000000C75E1000 000030 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: WSMT 0x00000000C75E0000 000028 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: SSDT 0x00000000C75DF000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: VFCT 0x00000000C75C3000 00D484 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BF000 0039F4 (v01 LENOVO TP-R19   00000001 AMD  00000001)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: CRAT 0x00000000C75BE000 000F00 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: CDIT 0x00000000C75BD000 000029 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: FPDT 0x00000000C8814000 000034 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BB000 0013CF (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B9000 001576 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B4000 00353C (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: BGRT 0x00000000C75B3000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: UEFI 0x00000000CBF79000 000116 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: SSDT 0x00000000C889A000 000090 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: SSDT 0x00000000C8899000 0009AD (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 17 10:01:34 LenovoL15 kernel: No NUMA configuration found
Oct 17 10:01:34 LenovoL15 kernel: Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
Oct 17 10:01:34 LenovoL15 kernel: NODE_DATA(0) allocated [mem 0x40f33c000-0x40f33ffff]
Oct 17 10:01:34 LenovoL15 kernel: Zone ranges:
Oct 17 10:01:34 LenovoL15 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 17 10:01:34 LenovoL15 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 17 10:01:34 LenovoL15 kernel:   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
Oct 17 10:01:34 LenovoL15 kernel:   Device   empty
Oct 17 10:01:34 LenovoL15 kernel: Movable zone start for each node
Oct 17 10:01:34 LenovoL15 kernel: Early memory node ranges
Oct 17 10:01:34 LenovoL15 kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Oct 17 10:01:34 LenovoL15 kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
Oct 17 10:01:34 LenovoL15 kernel:   node   0: [mem 0x0000000009d21000-0x0000000009efffff]
Oct 17 10:01:34 LenovoL15 kernel:   node   0: [mem 0x0000000009f0d000-0x00000000c70ccfff]
Oct 17 10:01:34 LenovoL15 kernel:   node   0: [mem 0x00000000cc9fe000-0x00000000cdffffff]
Oct 17 10:01:34 LenovoL15 kernel:   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
Oct 17 10:01:34 LenovoL15 kernel: Zeroed struct page in unavailable ranges: 34689 pages
Oct 17 10:01:34 LenovoL15 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
Oct 17 10:01:34 LenovoL15 kernel: On node 0 totalpages: 4028543
Oct 17 10:01:34 LenovoL15 kernel:   DMA zone: 64 pages used for memmap
Oct 17 10:01:34 LenovoL15 kernel:   DMA zone: 23 pages reserved
Oct 17 10:01:34 LenovoL15 kernel:   DMA zone: 3998 pages, LIFO batch:0
Oct 17 10:01:34 LenovoL15 kernel:   DMA32 zone: 12759 pages used for memmap
Oct 17 10:01:34 LenovoL15 kernel:   DMA32 zone: 816545 pages, LIFO batch:63
Oct 17 10:01:34 LenovoL15 kernel:   Normal zone: 50125 pages used for memmap
Oct 17 10:01:34 LenovoL15 kernel:   Normal zone: 3208000 pages, LIFO batch:63
Oct 17 10:01:34 LenovoL15 kernel: ACPI: PM-Timer IO Port: 0x408
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Oct 17 10:01:34 LenovoL15 kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
Oct 17 10:01:34 LenovoL15 kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
Oct 17 10:01:34 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: IRQ0 used by override.
Oct 17 10:01:34 LenovoL15 kernel: ACPI: IRQ9 used by override.
Oct 17 10:01:34 LenovoL15 kernel: Using ACPI (MADT) for SMP configuration information
Oct 17 10:01:34 LenovoL15 kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Oct 17 10:01:34 LenovoL15 kernel: e820: update [mem 0xc2cf5000-0xc2d85fff] usable ==> reserved
Oct 17 10:01:34 LenovoL15 kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09d20fff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc2cf5000-0xc2d85fff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc70cd000-0xc72ccfff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc72cd000-0xca97dfff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xca97e000-0xcc97dfff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xcc97e000-0xcc9fdfff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfed7ffff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Oct 17 10:01:34 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
Oct 17 10:01:34 LenovoL15 kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Oct 17 10:01:34 LenovoL15 kernel: Booting paravirtualized kernel on bare hardware
Oct 17 10:01:34 LenovoL15 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 17 10:01:34 LenovoL15 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Oct 17 10:01:34 LenovoL15 kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Oct 17 10:01:34 LenovoL15 kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Oct 17 10:01:34 LenovoL15 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Oct 17 10:01:34 LenovoL15 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3965572
Oct 17 10:01:34 LenovoL15 kernel: Policy zone: Normal
Oct 17 10:01:34 LenovoL15 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3
Oct 17 10:01:34 LenovoL15 kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 17 10:01:34 LenovoL15 kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 17 10:01:34 LenovoL15 kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Oct 17 10:01:34 LenovoL15 kernel: Memory: 15678040K/16114172K available (14339K kernel code, 1524K rwdata, 7912K rodata, 1660K init, 2928K bss, 435872K reserved, 0K cma-reserved)
Oct 17 10:01:34 LenovoL15 kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
Oct 17 10:01:34 LenovoL15 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Oct 17 10:01:34 LenovoL15 kernel: ftrace: allocating 40856 entries in 160 pages
Oct 17 10:01:34 LenovoL15 kernel: ftrace: allocated 160 pages with 2 groups
Oct 17 10:01:34 LenovoL15 kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 17 10:01:34 LenovoL15 kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 17 10:01:34 LenovoL15 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Oct 17 10:01:34 LenovoL15 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 17 10:01:34 LenovoL15 kernel:         Trampoline variant of Tasks RCU enabled.
Oct 17 10:01:34 LenovoL15 kernel:         Rude variant of Tasks RCU enabled.
Oct 17 10:01:34 LenovoL15 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 17 10:01:34 LenovoL15 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Oct 17 10:01:34 LenovoL15 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Oct 17 10:01:34 LenovoL15 kernel: Console: colour dummy device 80x25
Oct 17 10:01:34 LenovoL15 kernel: printk: console [tty0] enabled
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Core revision 20200717
Oct 17 10:01:34 LenovoL15 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Oct 17 10:01:34 LenovoL15 kernel: APIC: Switch to symmetric I/O mode setup
Oct 17 10:01:34 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Oct 17 10:01:34 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Oct 17 10:01:34 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Oct 17 10:01:34 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Oct 17 10:01:34 LenovoL15 kernel: Switched APIC routing to physical flat.
Oct 17 10:01:34 LenovoL15 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 17 10:01:34 LenovoL15 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x187572eaa3a, max_idle_ns: 440795282453 ns
Oct 17 10:01:34 LenovoL15 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3395.05 BogoMIPS (lpj=5656093)
Oct 17 10:01:34 LenovoL15 kernel: pid_max: default: 32768 minimum: 301
Oct 17 10:01:34 LenovoL15 kernel: LSM: Security Framework initializing
Oct 17 10:01:34 LenovoL15 kernel: Yama: becoming mindful.
Oct 17 10:01:34 LenovoL15 kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 17 10:01:34 LenovoL15 kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 17 10:01:34 LenovoL15 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Oct 17 10:01:34 LenovoL15 kernel: LVT offset 1 assigned for vector 0xf9
Oct 17 10:01:34 LenovoL15 kernel: LVT offset 2 assigned for vector 0xf4
Oct 17 10:01:34 LenovoL15 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Oct 17 10:01:34 LenovoL15 kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Oct 17 10:01:34 LenovoL15 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 17 10:01:34 LenovoL15 kernel: Spectre V2 : Mitigation: Full AMD retpoline
Oct 17 10:01:34 LenovoL15 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 17 10:01:34 LenovoL15 kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 17 10:01:34 LenovoL15 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 17 10:01:34 LenovoL15 kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Oct 17 10:01:34 LenovoL15 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Oct 17 10:01:34 LenovoL15 kernel: Freeing SMP alternatives memory: 32K
Oct 17 10:01:34 LenovoL15 kernel: smpboot: CPU0: AMD Ryzen 7 PRO 4750U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Oct 17 10:01:34 LenovoL15 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Oct 17 10:01:34 LenovoL15 kernel: ... version:                0
Oct 17 10:01:34 LenovoL15 kernel: ... bit width:              48
Oct 17 10:01:34 LenovoL15 kernel: ... generic registers:      6
Oct 17 10:01:34 LenovoL15 kernel: ... value mask:             0000ffffffffffff
Oct 17 10:01:34 LenovoL15 kernel: ... max period:             00007fffffffffff
Oct 17 10:01:34 LenovoL15 kernel: ... fixed-purpose events:   0
Oct 17 10:01:34 LenovoL15 kernel: ... event mask:             000000000000003f
Oct 17 10:01:34 LenovoL15 kernel: rcu: Hierarchical SRCU implementation.
Oct 17 10:01:34 LenovoL15 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 17 10:01:34 LenovoL15 kernel: smp: Bringing up secondary CPUs ...
Oct 17 10:01:34 LenovoL15 kernel: x86: Booting SMP configuration:
Oct 17 10:01:34 LenovoL15 kernel: .... node  #0, CPUs:        #1
Oct 17 10:01:34 LenovoL15 kernel: TSC synchronization [CPU#0 -> CPU#1]:
Oct 17 10:01:34 LenovoL15 kernel: Measured 348478767 cycles TSC warp between CPUs, turning off TSC clock.
Oct 17 10:01:34 LenovoL15 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Oct 17 10:01:34 LenovoL15 kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Oct 17 10:01:34 LenovoL15 kernel: smp: Brought up 1 node, 16 CPUs
Oct 17 10:01:34 LenovoL15 kernel: smpboot: Max logical packages: 1
Oct 17 10:01:34 LenovoL15 kernel: smpboot: Total of 16 processors activated (54320.93 BogoMIPS)
Oct 17 10:01:34 LenovoL15 kernel: devtmpfs: initialized
Oct 17 10:01:34 LenovoL15 kernel: x86/mm: Memory block size: 128MB
Oct 17 10:01:34 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
Oct 17 10:01:34 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0xca97e000-0xcc97dfff] (33554432 bytes)
Oct 17 10:01:34 LenovoL15 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 17 10:01:34 LenovoL15 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Oct 17 10:01:34 LenovoL15 kernel: pinctrl core: initialized pinctrl subsystem
Oct 17 10:01:34 LenovoL15 kernel: PM: RTC time: 23:01:32, date: 2020-10-16
Oct 17 10:01:34 LenovoL15 kernel: NET: Registered protocol family 16
Oct 17 10:01:34 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Oct 17 10:01:34 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 17 10:01:34 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 17 10:01:34 LenovoL15 kernel: audit: initializing netlink subsys (disabled)
Oct 17 10:01:34 LenovoL15 kernel: audit: type=2000 audit(1602889292.143:1): state=initialized audit_enabled=0 res=1
Oct 17 10:01:34 LenovoL15 kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 17 10:01:34 LenovoL15 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 17 10:01:34 LenovoL15 kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 17 10:01:34 LenovoL15 kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 17 10:01:34 LenovoL15 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 17 10:01:34 LenovoL15 kernel: cpuidle: using governor ladder
Oct 17 10:01:34 LenovoL15 kernel: cpuidle: using governor menu
Oct 17 10:01:34 LenovoL15 kernel: ACPI: bus type PCI registered
Oct 17 10:01:34 LenovoL15 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 17 10:01:34 LenovoL15 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 17 10:01:34 LenovoL15 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 17 10:01:34 LenovoL15 kernel: PCI: Using configuration type 1 for base access
Oct 17 10:01:34 LenovoL15 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 17 10:01:34 LenovoL15 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Added _OSI(Module Device)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Added _OSI(Processor Device)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Oct 17 10:01:34 LenovoL15 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 17 10:01:34 LenovoL15 kernel: ACPI: EC: EC started
Oct 17 10:01:34 LenovoL15 kernel: ACPI: EC: interrupt blocked
Oct 17 10:01:34 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Interpreter enabled
Oct 17 10:01:34 LenovoL15 kernel: ACPI: (supports S0 S3 S4 S5)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 17 10:01:34 LenovoL15 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Power Resource [WRST] (on)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Power Resource [P0S0] (on)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Power Resource [P3S0] (on)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Power Resource [P0S1] (on)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Power Resource [P3S1] (on)
Oct 17 10:01:34 LenovoL15 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 17 10:01:34 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 17 10:01:34 LenovoL15 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Oct 17 10:01:34 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 17 10:01:34 LenovoL15 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 17 10:01:34 LenovoL15 kernel: PCI host bridge to bus 0000:00
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x430000000-0xffffffffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.1: enabling Extended Tags
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:01:00.0: [15b7:5006] type 00 class 0x010802
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd700000-0xfd703fff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:01:00.0: reg 0x20: [mem 0xfd704000-0xfd7040ff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.0: reg 0x10: [io  0x2400-0x24ff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfd614000-0xfd614fff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfd600000-0xfd603fff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.0: supports D1 D2
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.1: [10ec:816a] type 00 class 0x070002
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.1: reg 0x10: [io  0x2200-0x22ff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.1: reg 0x18: [mem 0xfd615000-0xfd615fff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.1: reg 0x20: [mem 0xfd604000-0xfd607fff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.1: supports D1 D2
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.2: [10ec:816b] type 00 class 0x070002
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.2: reg 0x10: [io  0x2100-0x21ff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.2: reg 0x18: [mem 0xfd616000-0xfd616fff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.2: reg 0x20: [mem 0xfd608000-0xfd60bfff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.2: supports D1 D2
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.3: [10ec:816c] type 00 class 0x0c0701
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.3: reg 0x10: [io  0x2000-0x20ff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.3: reg 0x18: [mem 0xfd617000-0xfd617fff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.3: reg 0x20: [mem 0xfd60c000-0xfd60ffff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.3: supports D1 D2
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.4: [10ec:816d] type 00 class 0x0c0320
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.4: reg 0x10: [mem 0xfd618000-0xfd618fff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.4: reg 0x18: [mem 0xfd610000-0xfd613fff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.4: PME# supported from D0 D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:03:00.0: [8086:2723] type 00 class 0x028000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfd500000-0xfd503fff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfd400000-0xfd400fff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:04:00.0: supports D1 D2
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.0: enabling Extended Tags
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.1: enabling Extended Tags
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.2: enabling Extended Tags
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.3: enabling Extended Tags
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.4: enabling Extended Tags
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.5: enabling Extended Tags
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.6: enabling Extended Tags
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 17 10:01:34 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:01:34 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:01:34 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:01:34 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:01:34 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:01:34 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:01:34 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:01:34 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 10:01:34 LenovoL15 kernel: ACPI: EC: interrupt unblocked
Oct 17 10:01:34 LenovoL15 kernel: ACPI: EC: event unblocked
Oct 17 10:01:34 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 17 10:01:34 LenovoL15 kernel: ACPI: EC: GPE=0x3
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Oct 17 10:01:34 LenovoL15 kernel: iommu: Default domain type: Translated 
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: setting as boot device
Oct 17 10:01:34 LenovoL15 kernel: vgaarb: loaded
Oct 17 10:01:34 LenovoL15 kernel: SCSI subsystem initialized
Oct 17 10:01:34 LenovoL15 kernel: libata version 3.00 loaded.
Oct 17 10:01:34 LenovoL15 kernel: ACPI: bus type USB registered
Oct 17 10:01:34 LenovoL15 kernel: usbcore: registered new interface driver usbfs
Oct 17 10:01:34 LenovoL15 kernel: usbcore: registered new interface driver hub
Oct 17 10:01:34 LenovoL15 kernel: usbcore: registered new device driver usb
Oct 17 10:01:34 LenovoL15 kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 17 10:01:34 LenovoL15 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 17 10:01:34 LenovoL15 kernel: PTP clock support registered
Oct 17 10:01:34 LenovoL15 kernel: EDAC MC: Ver: 3.0.0
Oct 17 10:01:34 LenovoL15 kernel: Registered efivars operations
Oct 17 10:01:34 LenovoL15 kernel: NetLabel: Initializing
Oct 17 10:01:34 LenovoL15 kernel: NetLabel:  domain hash size = 128
Oct 17 10:01:34 LenovoL15 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 17 10:01:34 LenovoL15 kernel: NetLabel:  unlabeled traffic allowed by default
Oct 17 10:01:34 LenovoL15 kernel: PCI: Using ACPI for IRQ routing
Oct 17 10:01:34 LenovoL15 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 17 10:01:34 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 17 10:01:34 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
Oct 17 10:01:34 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Oct 17 10:01:34 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc2cf5000-0xc3ffffff]
Oct 17 10:01:34 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc70cd000-0xc7ffffff]
Oct 17 10:01:34 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Oct 17 10:01:34 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
Oct 17 10:01:34 LenovoL15 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 17 10:01:34 LenovoL15 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Oct 17 10:01:34 LenovoL15 kernel: clocksource: Switched to clocksource hpet
Oct 17 10:01:34 LenovoL15 kernel: VFS: Disk quotas dquot_6.6.0
Oct 17 10:01:34 LenovoL15 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 17 10:01:34 LenovoL15 kernel: pnp: PnP ACPI init
Oct 17 10:01:34 LenovoL15 kernel: system 00:00: [io  0x0f50-0x0f51] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 10:01:34 LenovoL15 kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0530-0x0537] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0400-0x0427] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0430] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0440-0x0447] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0b00-0x0b1f] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0c14] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0cd0-0x0cd1] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0cd2-0x0cd3] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0cd4-0x0cd5] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0cd6-0x0cd7] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x0cf9] could not be reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x8100-0x81ff window] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: [io  0x8200-0x82ff window] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 10:01:34 LenovoL15 kernel: system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
Oct 17 10:01:34 LenovoL15 kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 17 10:01:34 LenovoL15 kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Oct 17 10:01:34 LenovoL15 kernel: pnp 00:05: Plug and Play ACPI device, IDs LEN0411 PNP0f13 (active)
Oct 17 10:01:34 LenovoL15 kernel: pnp: PnP ACPI: found 6 devices
Oct 17 10:01:34 LenovoL15 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 17 10:01:34 LenovoL15 kernel: NET: Registered protocol family 2
Oct 17 10:01:34 LenovoL15 kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 17 10:01:34 LenovoL15 kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 17 10:01:34 LenovoL15 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 17 10:01:34 LenovoL15 kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 17 10:01:34 LenovoL15 kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Oct 17 10:01:34 LenovoL15 kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 17 10:01:34 LenovoL15 kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 17 10:01:34 LenovoL15 kernel: NET: Registered protocol family 1
Oct 17 10:01:34 LenovoL15 kernel: NET: Registered protocol family 44
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfd3fffff]
Oct 17 10:01:34 LenovoL15 kernel: pci_bus 0000:06: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Oct 17 10:01:34 LenovoL15 kernel: PCI: CLS 32 bytes, default 64
Oct 17 10:01:34 LenovoL15 kernel: Trying to unpack rootfs image as initramfs...
Oct 17 10:01:34 LenovoL15 kernel: Freeing initrd memory: 9896K
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:01.0: Adding to iommu group 0
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.0: Adding to iommu group 1
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.1: Adding to iommu group 2
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.2: Adding to iommu group 3
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.3: Adding to iommu group 4
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:02.4: Adding to iommu group 5
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.0: Adding to iommu group 6
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:08.1: Adding to iommu group 6
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:14.0: Adding to iommu group 7
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:14.3: Adding to iommu group 7
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.0: Adding to iommu group 8
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.1: Adding to iommu group 8
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.2: Adding to iommu group 8
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.3: Adding to iommu group 8
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.4: Adding to iommu group 8
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.5: Adding to iommu group 8
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.6: Adding to iommu group 8
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:18.7: Adding to iommu group 8
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:01:00.0: Adding to iommu group 9
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.0: Adding to iommu group 10
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.1: Adding to iommu group 10
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.2: Adding to iommu group 10
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.3: Adding to iommu group 10
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:02:00.4: Adding to iommu group 10
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:03:00.0: Adding to iommu group 11
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:04:00.0: Adding to iommu group 12
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.0: Adding to iommu group 6
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.1: Adding to iommu group 6
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.2: Adding to iommu group 6
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.3: Adding to iommu group 6
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.4: Adding to iommu group 6
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.5: Adding to iommu group 6
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:06:00.6: Adding to iommu group 6
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Oct 17 10:01:34 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
Oct 17 10:01:34 LenovoL15 kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
Oct 17 10:01:34 LenovoL15 kernel: AMD-Vi: Interrupt remapping enabled
Oct 17 10:01:34 LenovoL15 kernel: AMD-Vi: Virtual APIC enabled
Oct 17 10:01:34 LenovoL15 kernel: AMD-Vi: X2APIC enabled
Oct 17 10:01:34 LenovoL15 kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Oct 17 10:01:34 LenovoL15 kernel: amd_uncore: AMD NB counters detected
Oct 17 10:01:34 LenovoL15 kernel: amd_uncore: AMD LLC counters detected
Oct 17 10:01:34 LenovoL15 kernel: LVT offset 0 assigned for vector 0x400
Oct 17 10:01:34 LenovoL15 kernel: perf: AMD IBS detected (0x000003ff)
Oct 17 10:01:34 LenovoL15 kernel: check: Scanning for low memory corruption every 60 seconds
Oct 17 10:01:34 LenovoL15 kernel: Initialise system trusted keyrings
Oct 17 10:01:34 LenovoL15 kernel: Key type blacklist registered
Oct 17 10:01:34 LenovoL15 kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 17 10:01:34 LenovoL15 kernel: zbud: loaded
Oct 17 10:01:34 LenovoL15 kernel: Key type asymmetric registered
Oct 17 10:01:34 LenovoL15 kernel: Asymmetric key parser 'x509' registered
Oct 17 10:01:34 LenovoL15 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Oct 17 10:01:34 LenovoL15 kernel: io scheduler mq-deadline registered
Oct 17 10:01:34 LenovoL15 kernel: io scheduler kyber registered
Oct 17 10:01:34 LenovoL15 kernel: io scheduler bfq registered
Oct 17 10:01:34 LenovoL15 kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 26
Oct 17 10:01:34 LenovoL15 kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 27
Oct 17 10:01:34 LenovoL15 kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 28
Oct 17 10:01:34 LenovoL15 kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 29
Oct 17 10:01:34 LenovoL15 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 30
Oct 17 10:01:34 LenovoL15 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 17 10:01:34 LenovoL15 kernel: efifb: probing for efifb
Oct 17 10:01:34 LenovoL15 kernel: efifb: framebuffer at 0x460000000, using 8128k, total 8128k
Oct 17 10:01:34 LenovoL15 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Oct 17 10:01:34 LenovoL15 kernel: efifb: scrolling: redraw
Oct 17 10:01:34 LenovoL15 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 17 10:01:34 LenovoL15 kernel: fbcon: Deferring console take-over
Oct 17 10:01:34 LenovoL15 kernel: fb0: EFI VGA frame buffer device
Oct 17 10:01:34 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Power Button [PWRB]
Oct 17 10:01:34 LenovoL15 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Lid Switch [LID]
Oct 17 10:01:34 LenovoL15 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Sleep Button [SLPB]
Oct 17 10:01:34 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Power Button [PWRF]
Oct 17 10:01:34 LenovoL15 kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Oct 17 10:01:34 LenovoL15 kernel: acpi device:09: registered as cooling_device0
Oct 17 10:01:34 LenovoL15 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4
Oct 17 10:01:34 LenovoL15 kernel: Monitor-Mwait will be used to enter C-1 state
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
Oct 17 10:01:34 LenovoL15 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 17 10:01:34 LenovoL15 kernel: serial 0000:02:00.1: enabling device (0000 -> 0003)
Oct 17 10:01:34 LenovoL15 kernel: 0000:02:00.1: ttyS0 at I/O 0x2200 (irq = 31, base_baud = 115200) is a 16550A
Oct 17 10:01:34 LenovoL15 kernel: serial 0000:02:00.2: enabling device (0000 -> 0003)
Oct 17 10:01:34 LenovoL15 kernel: 0000:02:00.2: ttyS1 at I/O 0x2100 (irq = 32, base_baud = 115200) is a 16550A
Oct 17 10:01:34 LenovoL15 kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 17 10:01:34 LenovoL15 kernel: nvme nvme0: pci function 0000:01:00.0
Oct 17 10:01:34 LenovoL15 kernel: usbcore: registered new interface driver usbserial_generic
Oct 17 10:01:34 LenovoL15 kernel: usbserial: USB Serial support registered for generic
Oct 17 10:01:34 LenovoL15 kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 17 10:01:34 LenovoL15 kernel: rtc_cmos 00:01: registered as rtc0
Oct 17 10:01:34 LenovoL15 kernel: rtc_cmos 00:01: setting system clock to 2020-10-16T23:01:33 UTC (1602889293)
Oct 17 10:01:34 LenovoL15 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 17 10:01:34 LenovoL15 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 17 10:01:34 LenovoL15 kernel: drop_monitor: Initializing network drop monitor service
Oct 17 10:01:34 LenovoL15 kernel: NET: Registered protocol family 10
Oct 17 10:01:34 LenovoL15 kernel: Segment Routing with IPv6
Oct 17 10:01:34 LenovoL15 kernel: RPL Segment Routing with IPv6
Oct 17 10:01:34 LenovoL15 kernel: NET: Registered protocol family 17
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU0: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU1: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU2: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU3: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU4: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU5: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU6: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU7: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU8: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU9: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU10: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU11: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU12: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU13: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU14: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: CPU15: patch_level=0x08600106
Oct 17 10:01:34 LenovoL15 kernel: microcode: Microcode Update Driver: v2.2.
Oct 17 10:01:34 LenovoL15 kernel: nvme nvme0: 16/0/0 default/read/poll queues
Oct 17 10:01:34 LenovoL15 kernel: resctrl: L3 allocation detected
Oct 17 10:01:34 LenovoL15 kernel: resctrl: L3DATA allocation detected
Oct 17 10:01:34 LenovoL15 kernel: resctrl: L3CODE allocation detected
Oct 17 10:01:34 LenovoL15 kernel: resctrl: MB allocation detected
Oct 17 10:01:34 LenovoL15 kernel: resctrl: L3 monitoring detected
Oct 17 10:01:34 LenovoL15 kernel: IPI shorthand broadcast: enabled
Oct 17 10:01:34 LenovoL15 kernel: registered taskstats version 1
Oct 17 10:01:34 LenovoL15 kernel: Loading compiled-in X.509 certificates
Oct 17 10:01:34 LenovoL15 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: d09b6a7464ed1a70416a1564da989f3a0be060c8'
Oct 17 10:01:34 LenovoL15 kernel: zswap: loaded using pool lz4/z3fold
Oct 17 10:01:34 LenovoL15 kernel: Key type ._fscrypt registered
Oct 17 10:01:34 LenovoL15 kernel: Key type .fscrypt registered
Oct 17 10:01:34 LenovoL15 kernel: Key type fscrypt-provisioning registered
Oct 17 10:01:34 LenovoL15 kernel: PM:   Magic number: 8:629:49
Oct 17 10:01:34 LenovoL15 kernel: memory memory81: hash matches
Oct 17 10:01:34 LenovoL15 kernel: RAS: Correctable Errors collector initialized.
Oct 17 10:01:34 LenovoL15 kernel: Unstable clock detected, switching default tracing clock to "global"
                                  If you want to keep using the local clock, then add:
                                    "trace_clock=local"
                                  on the kernel command line
Oct 17 10:01:34 LenovoL15 kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Oct 17 10:01:34 LenovoL15 kernel: Freeing unused decrypted memory: 2040K
Oct 17 10:01:34 LenovoL15 kernel: Freeing unused kernel image (initmem) memory: 1660K
Oct 17 10:01:34 LenovoL15 kernel: Write protecting the kernel read-only data: 24576k
Oct 17 10:01:34 LenovoL15 kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Oct 17 10:01:34 LenovoL15 kernel: Freeing unused kernel image (rodata/data gap) memory: 280K
Oct 17 10:01:34 LenovoL15 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 17 10:01:34 LenovoL15 kernel: Run /init as init process
Oct 17 10:01:34 LenovoL15 kernel:   with arguments:
Oct 17 10:01:34 LenovoL15 kernel:     /init
Oct 17 10:01:34 LenovoL15 kernel:   with environment:
Oct 17 10:01:34 LenovoL15 kernel:     HOME=/
Oct 17 10:01:34 LenovoL15 kernel:     TERM=linux
Oct 17 10:01:34 LenovoL15 kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Oct 17 10:01:34 LenovoL15 kernel: fbcon: Taking over console
Oct 17 10:01:34 LenovoL15 kernel: Console: switching to colour frame buffer device 240x67
Oct 17 10:01:34 LenovoL15 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 17 10:01:34 LenovoL15 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 17 10:01:34 LenovoL15 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 17 10:01:34 LenovoL15 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 17 10:01:34 LenovoL15 kernel: rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
Oct 17 10:01:34 LenovoL15 kernel: ehci-pci: EHCI PCI platform driver
Oct 17 10:01:34 LenovoL15 kernel: ehci-pci 0000:02:00.4: EHCI Host Controller
Oct 17 10:01:34 LenovoL15 kernel: ehci-pci 0000:02:00.4: new USB bus registered, assigned bus number 1
Oct 17 10:01:34 LenovoL15 kernel: ehci-pci 0000:02:00.4: irq 54, io mem 0xfd618000
Oct 17 10:01:34 LenovoL15 kernel: ehci-pci 0000:02:00.4: USB 0.0 started, EHCI 1.00
Oct 17 10:01:34 LenovoL15 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 17 10:01:34 LenovoL15 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 10:01:34 LenovoL15 kernel: usb usb1: Product: EHCI Host Controller
Oct 17 10:01:34 LenovoL15 kernel: usb usb1: Manufacturer: Linux 5.9.0-arch1-1 ehci_hcd
Oct 17 10:01:34 LenovoL15 kernel: usb usb1: SerialNumber: 0000:02:00.4
Oct 17 10:01:34 LenovoL15 kernel: hub 1-0:1.0: USB hub found
Oct 17 10:01:34 LenovoL15 kernel: hub 1-0:1.0: 1 port detected
Oct 17 10:01:34 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 17 10:01:34 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
Oct 17 10:01:34 LenovoL15 kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 17 10:01:34 LenovoL15 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 17 10:01:34 LenovoL15 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 10:01:34 LenovoL15 kernel: usb usb2: Product: xHCI Host Controller
Oct 17 10:01:34 LenovoL15 kernel: usb usb2: Manufacturer: Linux 5.9.0-arch1-1 xhci-hcd
Oct 17 10:01:34 LenovoL15 kernel: usb usb2: SerialNumber: 0000:06:00.3
Oct 17 10:01:34 LenovoL15 kernel: hub 2-0:1.0: USB hub found
Oct 17 10:01:34 LenovoL15 kernel: hub 2-0:1.0: 4 ports detected
Oct 17 10:01:34 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 17 10:01:34 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Oct 17 10:01:34 LenovoL15 kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Oct 17 10:01:34 LenovoL15 kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 17 10:01:34 LenovoL15 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Oct 17 10:01:34 LenovoL15 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 10:01:34 LenovoL15 kernel: usb usb3: Product: xHCI Host Controller
Oct 17 10:01:34 LenovoL15 kernel: usb usb3: Manufacturer: Linux 5.9.0-arch1-1 xhci-hcd
Oct 17 10:01:34 LenovoL15 kernel: usb usb3: SerialNumber: 0000:06:00.3
Oct 17 10:01:34 LenovoL15 kernel: hub 3-0:1.0: USB hub found
Oct 17 10:01:34 LenovoL15 kernel: hub 3-0:1.0: 2 ports detected
Oct 17 10:01:34 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 17 10:01:34 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
Oct 17 10:01:34 LenovoL15 kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 17 10:01:34 LenovoL15 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 17 10:01:34 LenovoL15 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 10:01:34 LenovoL15 kernel: usb usb4: Product: xHCI Host Controller
Oct 17 10:01:34 LenovoL15 kernel: usb usb4: Manufacturer: Linux 5.9.0-arch1-1 xhci-hcd
Oct 17 10:01:34 LenovoL15 kernel: usb usb4: SerialNumber: 0000:06:00.4
Oct 17 10:01:34 LenovoL15 kernel: hub 4-0:1.0: USB hub found
Oct 17 10:01:34 LenovoL15 kernel: hub 4-0:1.0: 4 ports detected
Oct 17 10:01:34 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 17 10:01:34 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Oct 17 10:01:34 LenovoL15 kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 17 10:01:34 LenovoL15 kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 17 10:01:34 LenovoL15 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Oct 17 10:01:34 LenovoL15 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 10:01:34 LenovoL15 kernel: usb usb5: Product: xHCI Host Controller
Oct 17 10:01:34 LenovoL15 kernel: usb usb5: Manufacturer: Linux 5.9.0-arch1-1 xhci-hcd
Oct 17 10:01:34 LenovoL15 kernel: usb usb5: SerialNumber: 0000:06:00.4
Oct 17 10:01:34 LenovoL15 kernel: hub 5-0:1.0: USB hub found
Oct 17 10:01:34 LenovoL15 kernel: hub 5-0:1.0: 2 ports detected
Oct 17 10:01:34 LenovoL15 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Oct 17 10:01:34 LenovoL15 kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
Oct 17 10:01:34 LenovoL15 kernel: random: fast init done
Oct 17 10:01:34 LenovoL15 systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 17 10:01:34 LenovoL15 systemd[1]: Detected architecture x86-64.
Oct 17 10:01:34 LenovoL15 systemd[1]: Set hostname to <LenovoL15>.
Oct 17 10:01:34 LenovoL15 systemd[1]: Queued start job for default target Graphical Interface.
Oct 17 10:01:34 LenovoL15 systemd[1]: Created slice system-getty.slice.
Oct 17 10:01:34 LenovoL15 systemd[1]: Created slice system-modprobe.slice.
Oct 17 10:01:34 LenovoL15 systemd[1]: Created slice User and Session Slice.
Oct 17 10:01:34 LenovoL15 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 17 10:01:34 LenovoL15 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 17 10:01:34 LenovoL15 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Local Encrypted Volumes.
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Paths.
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Remote File Systems.
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Slices.
Oct 17 10:01:34 LenovoL15 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 17 10:01:34 LenovoL15 systemd[1]: Listening on Process Core Dump Socket.
Oct 17 10:01:34 LenovoL15 systemd[1]: Listening on Journal Audit Socket.
Oct 17 10:01:34 LenovoL15 systemd[1]: Listening on Journal Socket (/dev/log).
Oct 17 10:01:34 LenovoL15 systemd[1]: Listening on Journal Socket.
Oct 17 10:01:34 LenovoL15 systemd[1]: Listening on udev Control Socket.
Oct 17 10:01:34 LenovoL15 systemd[1]: Listening on udev Kernel Socket.
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounting Huge Pages File System...
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounting POSIX Message Queue File System...
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounting Kernel Debug File System...
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounting Kernel Trace File System...
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Create list of static device nodes for the current kernel...
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Load Kernel Module drm...
Oct 17 10:01:34 LenovoL15 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 17 10:01:34 LenovoL15 systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Journal Service...
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Load Kernel Modules...
Oct 17 10:01:34 LenovoL15 kernel: Linux agpgart interface v0.103
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 17 10:01:34 LenovoL15 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Coldplug All udev Devices...
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounted Huge Pages File System.
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounted POSIX Message Queue File System.
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounted Kernel Debug File System.
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounted Kernel Trace File System.
Oct 17 10:01:34 LenovoL15 systemd[1]: Finished Create list of static device nodes for the current kernel.
Oct 17 10:01:34 LenovoL15 kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
Oct 17 10:01:34 LenovoL15 systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 17 10:01:34 LenovoL15 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Oct 17 10:01:34 LenovoL15 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 17 10:01:34 LenovoL15 kernel: Asymmetric key parser 'pkcs8' registered
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Load/Save Random Seed...
Oct 17 10:01:34 LenovoL15 systemd[1]: Condition check resulted in Create System Users being skipped.
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 17 10:01:34 LenovoL15 systemd[1]: Finished Load Kernel Modules.
Oct 17 10:01:34 LenovoL15 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounting Kernel Configuration File System...
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Apply Kernel Variables...
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounted Kernel Configuration File System.
Oct 17 10:01:34 LenovoL15 systemd[1]: Finished Apply Kernel Variables.
Oct 17 10:01:34 LenovoL15 kernel: audit: type=1130 audit(1602889294.049:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 17 10:01:34 LenovoL15 kernel: audit: type=1130 audit(1602889294.053:3): 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'
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Local File Systems (Pre).
Oct 17 10:01:34 LenovoL15 systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 17 10:01:34 LenovoL15 kernel: audit: type=1334 audit(1602889294.053:4): prog-id=5 op=LOAD
Oct 17 10:01:34 LenovoL15 kernel: audit: type=1334 audit(1602889294.053:5): prog-id=6 op=LOAD
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 17 10:01:34 LenovoL15 systemd[1]: modprobe@drm.service: Succeeded.
Oct 17 10:01:34 LenovoL15 systemd[1]: Finished Load Kernel Module drm.
Oct 17 10:01:34 LenovoL15 kernel: audit: type=1130 audit(1602889294.053:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 kernel: audit: type=1131 audit(1602889294.053:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 kernel: usb 2-4: new high-speed USB device number 2 using xhci_hcd
Oct 17 10:01:34 LenovoL15 kernel: usb 4-3: new high-speed USB device number 2 using xhci_hcd
Oct 17 10:01:34 LenovoL15 systemd-journald[299]: Journal started
Oct 17 10:01:34 LenovoL15 systemd-journald[299]: Runtime Journal (/run/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 8.0M, max 771.6M, 763.6M free.
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START 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'
Oct 17 10:01:34 LenovoL15 audit: BPF prog-id=5 op=LOAD
Oct 17 10:01:34 LenovoL15 audit: BPF prog-id=6 op=LOAD
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd-modules-load[300]: Failed to find module 'acpi_call'
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd-modules-load[300]: Inserted module 'crypto_user'
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd-modules-load[300]: Inserted module 'pkcs8_key_parser'
Oct 17 10:01:34 LenovoL15 systemd-random-seed[305]: Kernel entropy pool is not initialized yet, waiting until it is.
Oct 17 10:01:34 LenovoL15 systemd-sysctl[308]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Oct 17 10:01:34 LenovoL15 systemd[1]: Finished Coldplug All udev Devices.
Oct 17 10:01:34 LenovoL15 kernel: audit: type=1130 audit(1602889294.079:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd[1]: Started Journal Service.
Oct 17 10:01:34 LenovoL15 kernel: audit: type=1130 audit(1602889294.079:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd-sysctl[308]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Oct 17 10:01:34 LenovoL15 systemd-sysctl[308]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Oct 17 10:01:34 LenovoL15 systemd-sysctl[308]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Oct 17 10:01:34 LenovoL15 systemd-sysctl[308]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Oct 17 10:01:34 LenovoL15 systemd-sysctl[308]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 17 10:01:34 LenovoL15 systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd-journald[299]: Time spent on flushing to /var/log/journal/04dce25a858d4cc68ebce80f9fad7628 is 83.614ms for 923 entries.
Oct 17 10:01:34 LenovoL15 systemd-journald[299]: System Journal (/var/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 184.0M, max 4.0G, 3.8G free.
Oct 17 10:01:34 LenovoL15 kernel: audit: type=1130 audit(1602889294.086:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Oct 17 10:01:34 LenovoL15 kernel: ACPI: AC Adapter [AC] (on-line)
Oct 17 10:01:34 LenovoL15 kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 17 10:01:34 LenovoL15 kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 17 10:01:34 LenovoL15 kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 17 10:01:34 LenovoL15 kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 17 10:01:34 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 17 10:01:34 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 17 10:01:34 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 17 10:01:34 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
Oct 17 10:01:34 LenovoL15 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Oct 17 10:01:34 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Oct 17 10:01:34 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 1
Oct 17 10:01:34 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Oct 17 10:01:34 LenovoL15 kernel: IPMI message handler: version 39.2
Oct 17 10:01:34 LenovoL15 kernel: ccp 0000:06:00.2: enabling device (0000 -> 0002)
Oct 17 10:01:34 LenovoL15 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Oct 17 10:01:34 LenovoL15 kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Oct 17 10:01:34 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 Swap.
Oct 17 10:01:34 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 SYSTEM.
Oct 17 10:01:34 LenovoL15 systemd[1]: Activating swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c...
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounting /efi...
Oct 17 10:01:34 LenovoL15 systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 kernel: ccp 0000:06:00.2: tee enabled
Oct 17 10:01:34 LenovoL15 kernel: ccp 0000:06:00.2: psp enabled
Oct 17 10:01:34 LenovoL15 systemd[1]: Activated swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c.
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Swap.
Oct 17 10:01:34 LenovoL15 kernel: Adding 2097148k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:2097148k SSFS
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 17 10:01:34 LenovoL15 kernel: usb 2-4: New USB device found, idVendor=27c6, idProduct=55b4, bcdDevice= 1.00
Oct 17 10:01:34 LenovoL15 kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 17 10:01:34 LenovoL15 kernel: usb 2-4: Product: Goodix FingerPrint Device
Oct 17 10:01:34 LenovoL15 kernel: usb 2-4: Manufacturer: Generic
Oct 17 10:01:34 LenovoL15 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Oct 17 10:01:34 LenovoL15 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Oct 17 10:01:34 LenovoL15 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounted Temporary Directory (/tmp).
Oct 17 10:01:34 LenovoL15 kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Oct 17 10:01:34 LenovoL15 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Oct 17 10:01:34 LenovoL15 kernel: usb 4-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
Oct 17 10:01:34 LenovoL15 kernel: usb 4-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 17 10:01:34 LenovoL15 kernel: usb 4-3: Product: Integrated Camera
Oct 17 10:01:34 LenovoL15 kernel: usb 4-3: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 17 10:01:34 LenovoL15 kernel: usb 4-3: SerialNumber: 0001
Oct 17 10:01:34 LenovoL15 kernel: libphy: Fixed MDIO Bus: probed
Oct 17 10:01:34 LenovoL15 kernel: ipmi device interface
Oct 17 10:01:34 LenovoL15 kernel: cryptd: max_cpu_qlen set to 1000
Oct 17 10:01:34 LenovoL15 kernel: tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
Oct 17 10:01:34 LenovoL15 kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Oct 17 10:01:34 LenovoL15 kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
Oct 17 10:01:34 LenovoL15 kernel: ipmi_si: IPMI System Interface driver
Oct 17 10:01:34 LenovoL15 kernel: ipmi_si: Unable to find any System Interface(s)
Oct 17 10:01:34 LenovoL15 kernel: AVX2 version of gcm_enc/dec engaged.
Oct 17 10:01:34 LenovoL15 kernel: AES CTR mode by8 optimization enabled
Oct 17 10:01:34 LenovoL15 kernel: FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 17 10:01:34 LenovoL15 systemd[1]: Mounted /efi.
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Local File Systems.
Oct 17 10:01:34 LenovoL15 systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Oct 17 10:01:34 LenovoL15 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Create Volatile Files and Directories...
Oct 17 10:01:34 LenovoL15 kernel: Non-volatile memory driver v1.3
Oct 17 10:01:34 LenovoL15 kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 17 10:01:34 LenovoL15 kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 17 10:01:34 LenovoL15 kernel: thinkpad_acpi: ThinkPad BIOS R19ET28W (1.12 ), EC R19HT27W
Oct 17 10:01:34 LenovoL15 kernel: thinkpad_acpi: Lenovo ThinkPad L15 Gen 1, model 20U7000JAU
Oct 17 10:01:34 LenovoL15 kernel: r8169 0000:02:00.0: enabling device (0000 -> 0003)
Oct 17 10:01:34 LenovoL15 systemd[1]: Finished Create Volatile Files and Directories.
Oct 17 10:01:34 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Oct 17 10:01:34 LenovoL15 systemd[1]: Condition check resulted in Update is Completed being skipped.
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 17 10:01:34 LenovoL15 kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 17 10:01:34 LenovoL15 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 17 10:01:34 LenovoL15 kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 17 10:01:34 LenovoL15 kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 17 10:01:34 LenovoL15 kernel: raid6: avx2x4   gen() 16832 MB/s
Oct 17 10:01:34 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
Oct 17 10:01:34 LenovoL15 kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
Oct 17 10:01:34 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 17 10:01:34 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
Oct 17 10:01:34 LenovoL15 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 17 10:01:34 LenovoL15 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 17 10:01:34 LenovoL15 kernel: cfg80211: failed to load regulatory.db
Oct 17 10:01:34 LenovoL15 audit[463]: SYSTEM_BOOT pid=463 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target System Initialization.
Oct 17 10:01:34 LenovoL15 systemd[1]: Started Daily man-db regeneration.
Oct 17 10:01:34 LenovoL15 systemd[1]: Started Daily verification of password and group files.
Oct 17 10:01:34 LenovoL15 systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Timers.
Oct 17 10:01:34 LenovoL15 systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Sockets.
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Basic System.
Oct 17 10:01:34 LenovoL15 systemd[1]: Started D-Bus System Message Bus.
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
Oct 17 10:01:34 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
Oct 17 10:01:34 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Network Manager...
Oct 17 10:01:34 LenovoL15 audit: BPF prog-id=7 op=LOAD
Oct 17 10:01:34 LenovoL15 audit: BPF prog-id=8 op=LOAD
Oct 17 10:01:34 LenovoL15 kernel: libphy: r8169: probed
Oct 17 10:01:34 LenovoL15 kernel: r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 00:2b:67:cf:24:6a, XID 502, IRQ 80
Oct 17 10:01:34 LenovoL15 kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting User Login Management...
Oct 17 10:01:34 LenovoL15 kernel: Intel(R) Wireless WiFi driver for Linux
Oct 17 10:01:34 LenovoL15 kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Oct 17 10:01:34 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 17 10:01:34 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 17 10:01:34 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 17 10:01:34 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Oct 17 10:01:34 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Oct 17 10:01:34 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Oct 17 10:01:34 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Oct 17 10:01:34 LenovoL15 kernel: raid6: avx2x4   xor()  2842 MB/s
Oct 17 10:01:34 LenovoL15 kernel: kvm: Nested Virtualization enabled
Oct 17 10:01:34 LenovoL15 kernel: SVM: kvm: Nested Paging enabled
Oct 17 10:01:34 LenovoL15 kernel: SVM: Virtual VMLOAD VMSAVE supported
Oct 17 10:01:34 LenovoL15 kernel: SVM: Virtual GIF supported
Oct 17 10:01:34 LenovoL15 kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
Oct 17 10:01:34 LenovoL15 kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
Oct 17 10:01:34 LenovoL15 kernel: iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
Oct 17 10:01:34 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
Oct 17 10:01:34 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug configuration: 0
Oct 17 10:01:34 LenovoL15 kernel: usb 4-4: new full-speed USB device number 3 using xhci_hcd
Oct 17 10:01:34 LenovoL15 kernel: iwlwifi 0000:03:00.0: loaded firmware version 55.d9698065.0 cc-a0-55.ucode op_mode iwlmvm
Oct 17 10:01:34 LenovoL15 systemd-logind[478]: New seat seat0.
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.3909] NetworkManager (version 1.26.4-1) is starting... (for the first time)
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.3913] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 17 10:01:34 LenovoL15 systemd[1]: Started User Login Management.
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd[1]: Started Network Manager.
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.3942] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Network.
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Permit User Sessions...
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.3999] manager[0x562b4d9a0030]: monitoring kernel firmware directory '/lib/firmware'.
Oct 17 10:01:34 LenovoL15 dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=477 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 10:01:34 LenovoL15 audit: BPF prog-id=9 op=LOAD
Oct 17 10:01:34 LenovoL15 audit: BPF prog-id=10 op=LOAD
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Hostname Service...
Oct 17 10:01:34 LenovoL15 kernel: raid6: avx2x2   gen() 18747 MB/s
Oct 17 10:01:34 LenovoL15 systemd[1]: Finished Permit User Sessions.
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd[1]: Started Getty on tty1.
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Login Prompts.
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Multi-User System.
Oct 17 10:01:34 LenovoL15 systemd[1]: Reached target Graphical Interface.
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting TLP system startup/shutdown...
Oct 17 10:01:34 LenovoL15 kernel: thinkpad_acpi: battery 1 registered (start 85, stop 85)
Oct 17 10:01:34 LenovoL15 kernel: battery: new extension: ThinkPad Battery Extension
Oct 17 10:01:34 LenovoL15 kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
Oct 17 10:01:34 LenovoL15 kernel: raid6: avx2x2   xor() 21141 MB/s
Oct 17 10:01:34 LenovoL15 kernel: raid6: avx2x1   gen() 18278 MB/s
Oct 17 10:01:34 LenovoL15 kernel: usb 4-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Oct 17 10:01:34 LenovoL15 kernel: usb 4-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 17 10:01:34 LenovoL15 kernel: raid6: avx2x1   xor() 11253 MB/s
Oct 17 10:01:34 LenovoL15 kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
Oct 17 10:01:34 LenovoL15 kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
Oct 17 10:01:34 LenovoL15 kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15
Oct 17 10:01:34 LenovoL15 kernel: MCE: In-kernel MCE decoding enabled.
Oct 17 10:01:34 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:34 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:34 LenovoL15 kernel: raid6: sse2x4   gen() 15179 MB/s
Oct 17 10:01:34 LenovoL15 kernel: raid6: sse2x4   xor()  6037 MB/s
Oct 17 10:01:34 LenovoL15 kernel: raid6: sse2x2   gen() 16178 MB/s
Oct 17 10:01:34 LenovoL15 systemd-udevd[357]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 10:01:34 LenovoL15 dbus-daemon[476]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 17 10:01:34 LenovoL15 systemd[1]: Started Hostname Service.
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.7756] hostname: hostname: using hostnamed
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.7757] hostname: hostname changed from (none) to "LenovoL15"
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.7765] dns-mgr[0x562b4d95d220]: init: dns=default,systemd-resolved rc-manager=symlink
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.7775] rfkill1: found WWAN radio killswitch (at /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1) (platform driver thinkpad_acpi)
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.7776] manager[0x562b4d9a0030]: rfkill: Wi-Fi hardware radio set enabled
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.7798] manager[0x562b4d9a0030]: rfkill: WWAN hardware radio set enabled
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.7862] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-ovs.so)
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.7872] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wifi.so)
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.7954] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-team.so)
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.7965] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-adsl.so)
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.7996] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wwan.so)
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.8009] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-bluetooth.so)
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.8014] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.8014] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.8015] manager: Networking is enabled by state file
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.8019] dhcp-init: Using DHCP client 'internal'
Oct 17 10:01:34 LenovoL15 dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=477 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.8024] settings: Loaded settings plugin: keyfile (internal)
Oct 17 10:01:34 LenovoL15 systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.8042] device (lo): carrier: link connected
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.8044] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.8053] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 17 10:01:34 LenovoL15 kernel: raid6: sse2x2   xor()  9736 MB/s
Oct 17 10:01:34 LenovoL15 NetworkManager[477]: <info>  [1602889294.8078] ovsdb: Could not connect: No such file or directory
Oct 17 10:01:34 LenovoL15 dbus-daemon[476]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 17 10:01:34 LenovoL15 systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 17 10:01:34 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:34 LenovoL15 kernel: raid6: sse2x1   gen() 13611 MB/s
Oct 17 10:01:34 LenovoL15 kernel: raid6: sse2x1   xor()  9120 MB/s
Oct 17 10:01:34 LenovoL15 kernel: raid6: using algorithm avx2x2 gen() 18747 MB/s
Oct 17 10:01:34 LenovoL15 kernel: raid6: .... xor() 21141 MB/s, rmw enabled
Oct 17 10:01:34 LenovoL15 kernel: raid6: using avx2x2 recovery algorithm
Oct 17 10:01:34 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:34 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:34 LenovoL15 tlp[503]: Applying power save settings...done.
Oct 17 10:01:34 LenovoL15 kernel: [drm] amdgpu kernel modesetting enabled.
Oct 17 10:01:34 LenovoL15 kernel: Virtual CRAT table created for CPU
Oct 17 10:01:34 LenovoL15 kernel: amdgpu: Topology: Add CPU node
Oct 17 10:01:34 LenovoL15 kernel: checking generic (460000000 7f0000) vs hw (460000000 10000000)
Oct 17 10:01:34 LenovoL15 kernel: fb0: switching to amdgpudrmfb from EFI VGA
Oct 17 10:01:34 LenovoL15 kernel: Console: switching to colour dummy device 80x25
Oct 17 10:01:34 LenovoL15 kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
Oct 17 10:01:34 LenovoL15 kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
Oct 17 10:01:34 LenovoL15 kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x17AA:0x507E 0xD1).
Oct 17 10:01:34 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Oct 17 10:01:34 LenovoL15 kernel: [drm] register mmio base: 0xFD300000
Oct 17 10:01:34 LenovoL15 kernel: [drm] register mmio size: 524288
Oct 17 10:01:34 LenovoL15 kernel: [drm] PCIE atomic ops is not supported
Oct 17 10:01:34 LenovoL15 kernel: [drm] add ip block number 0 <soc15_common>
Oct 17 10:01:34 LenovoL15 kernel: [drm] add ip block number 1 <gmc_v9_0>
Oct 17 10:01:34 LenovoL15 kernel: [drm] add ip block number 2 <vega10_ih>
Oct 17 10:01:34 LenovoL15 kernel: [drm] add ip block number 3 <psp>
Oct 17 10:01:34 LenovoL15 kernel: [drm] add ip block number 4 <smu>
Oct 17 10:01:34 LenovoL15 kernel: [drm] add ip block number 5 <gfx_v9_0>
Oct 17 10:01:34 LenovoL15 kernel: [drm] add ip block number 6 <sdma_v4_0>
Oct 17 10:01:34 LenovoL15 kernel: [drm] add ip block number 7 <dm>
Oct 17 10:01:34 LenovoL15 kernel: [drm] add ip block number 8 <vcn_v2_0>
Oct 17 10:01:34 LenovoL15 kernel: [drm] add ip block number 9 <jpeg_v2_0>
Oct 17 10:01:34 LenovoL15 kernel: amdgpu: ATOM BIOS: 113-RENOIR-026
Oct 17 10:01:34 LenovoL15 kernel: [drm] VCN decode is enabled in VM mode
Oct 17 10:01:34 LenovoL15 kernel: [drm] VCN encode is enabled in VM mode
Oct 17 10:01:34 LenovoL15 kernel: [drm] JPEG decode is enabled in VM mode
Oct 17 10:01:34 LenovoL15 kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Oct 17 10:01:34 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Oct 17 10:01:34 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Oct 17 10:01:34 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Oct 17 10:01:34 LenovoL15 kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Oct 17 10:01:34 LenovoL15 kernel: [drm] RAM width 64bits DDR4
Oct 17 10:01:34 LenovoL15 kernel: [TTM] Zone  kernel: Available graphics memory: 7901250 KiB
Oct 17 10:01:34 LenovoL15 kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
Oct 17 10:01:34 LenovoL15 kernel: [TTM] Initializing pool allocator
Oct 17 10:01:34 LenovoL15 kernel: [TTM] Initializing DMA pool allocator
Oct 17 10:01:34 LenovoL15 kernel: [drm] amdgpu: 512M of VRAM memory ready
Oct 17 10:01:34 LenovoL15 kernel: [drm] amdgpu: 3072M of GTT memory ready.
Oct 17 10:01:34 LenovoL15 kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Oct 17 10:01:34 LenovoL15 kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
Oct 17 10:01:34 LenovoL15 systemd-logind[478]: Watching system buttons on /dev/input/event2 (Sleep Button)
Oct 17 10:01:34 LenovoL15 systemd-logind[478]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 17 10:01:34 LenovoL15 systemd-logind[478]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Oct 17 10:01:34 LenovoL15 kernel: [drm] Loading DMUB firmware via PSP: version=0x00000000
Oct 17 10:01:34 LenovoL15 kernel: [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17
Oct 17 10:01:34 LenovoL15 kernel: [drm] PSP loading VCN firmware
Oct 17 10:01:34 LenovoL15 systemd-logind[478]: Watching system buttons on /dev/input/event0 (Power Button)
Oct 17 10:01:34 LenovoL15 kernel: xor: automatically using best checksumming function   avx       
Oct 17 10:01:35 LenovoL15 systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
Oct 17 10:01:35 LenovoL15 systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Oct 17 10:01:35 LenovoL15 systemd[1]: Reached target Sound Card.
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:35 LenovoL15 systemd-udevd[332]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 17 10:01:35 LenovoL15 systemd-udevd[355]: Using default interface naming scheme 'v245'.
Oct 17 10:01:35 LenovoL15 systemd-udevd[355]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 10:01:35 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: renamed from eth0
Oct 17 10:01:35 LenovoL15 systemd-logind[478]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 17 10:01:35 LenovoL15 systemd-udevd[352]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Oct 17 10:01:35 LenovoL15 NetworkManager[477]: <info>  [1602889295.0817] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp2s0f0'
Oct 17 10:01:35 LenovoL15 NetworkManager[477]: <info>  [1602889295.0903] manager: startup complete
Oct 17 10:01:35 LenovoL15 NetworkManager[477]: <info>  [1602889295.0904] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 17 10:01:35 LenovoL15 kernel: Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:35 LenovoL15 kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Oct 17 10:01:35 LenovoL15 kernel: psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
Oct 17 10:01:35 LenovoL15 NetworkManager[477]: <info>  [1602889295.2263] settings: (enp2s0f0): created default wired connection 'Wired connection 1'
Oct 17 10:01:35 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
Oct 17 10:01:35 LenovoL15 kernel: Btrfs loaded, crc32c=crc32c-intel
Oct 17 10:01:35 LenovoL15 kernel: psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
Oct 17 10:01:35 LenovoL15 kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN0411 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
Oct 17 10:01:35 LenovoL15 tlp[503]: Setting battery charge thresholds...done.
Oct 17 10:01:35 LenovoL15 systemd[1]: Finished TLP system startup/shutdown.
Oct 17 10:01:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:35 LenovoL15 kernel: BTRFS: device label Files devid 1 transid 35 /dev/nvme0n1p7 scanned by systemd-udevd (366)
Oct 17 10:01:35 LenovoL15 kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
Oct 17 10:01:35 LenovoL15 kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Oct 17 10:01:35 LenovoL15 systemd[1]: Finished Load/Save Random Seed.
Oct 17 10:01:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:35 LenovoL15 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 17 10:01:35 LenovoL15 systemd[1]: Startup finished in 8.744s (firmware) + 7.992s (loader) + 965ms (kernel) + 1.522s (userspace) = 19.225s.
Oct 17 10:01:35 LenovoL15 kernel: random: crng init done
Oct 17 10:01:35 LenovoL15 kernel: random: 7 urandom warning(s) missed due to ratelimiting
Oct 17 10:01:35 LenovoL15 kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
Oct 17 10:01:35 LenovoL15 kernel: iwlwifi 0000:03:00.0: base HW address: 34:cf:f6:6a:00:36
Oct 17 10:01:35 LenovoL15 NetworkManager[477]: <info>  [1602889295.4392] device (wlan0): driver supports Access Point (AP) mode
Oct 17 10:01:35 LenovoL15 NetworkManager[477]: <info>  [1602889295.4398] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 17 10:01:35 LenovoL15 systemd-udevd[355]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 10:01:35 LenovoL15 NetworkManager[477]: <info>  [1602889295.4406] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Oct 17 10:01:35 LenovoL15 kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Oct 17 10:01:35 LenovoL15 NetworkManager[477]: <info>  [1602889295.4507] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:35 LenovoL15 kernel: mousedev: PS/2 mouse device common for all mice
Oct 17 10:01:35 LenovoL15 systemd-logind[478]: Watching system buttons on /dev/input/event10 (ThinkPad Extra Buttons)
Oct 17 10:01:35 LenovoL15 kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eb79f000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (0) 
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f05c2000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (8) 
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f05c7000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: mc: Linux media interface: v0.10
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (9) 
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eb93d000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (10) 
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (11) 
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9db0000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ef45a000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (12) 
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ef45d000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (13) 
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3efdf7000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (17) 
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3efdf6000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 NetworkManager[477]: <info>  [1602889295.7187] device (wlan0): set-hw-addr: set MAC address to D2:EA:3B:BF:93:EC (scanning)
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (18) 
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ed059000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (19) 
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ed05a000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (20) 
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f0749000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (26) 
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9e61000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: [drm] failed to load ucode id (32) 
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9e6a000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: [drm] psp command (0x4) failed and response status is (0xF)
Oct 17 10:01:35 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ef4c4000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e6a00000 flags=0x00a0]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e6a40000 flags=0x00a0]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0xfffffffdf8000000 flags=0x0088]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: [drm] kiq ring mec 2 pipe 1 q 0
Oct 17 10:01:35 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eada7000 flags=0x0180]
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f08ed011
Oct 17 10:01:35 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:35 LenovoL15 kernel: videodev: Linux video capture interface: v2.00
Oct 17 10:01:35 LenovoL15 kernel: uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
Oct 17 10:01:35 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 17 10:01:35 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Extension 4 was not initialized!
Oct 17 10:01:35 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
Oct 17 10:01:35 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
Oct 17 10:01:35 LenovoL15 kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input17
Oct 17 10:01:35 LenovoL15 kernel: usbcore: registered new interface driver uvcvideo
Oct 17 10:01:35 LenovoL15 kernel: USB Video Class driver (1.1.1)
Oct 17 10:01:35 LenovoL15 dbus-daemon[476]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=477 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:35 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:35 LenovoL15 systemd[1]: Starting WPA supplicant...
Oct 17 10:01:35 LenovoL15 kernel: Bluetooth: Core ver 2.22
Oct 17 10:01:35 LenovoL15 kernel: NET: Registered protocol family 31
Oct 17 10:01:35 LenovoL15 kernel: Bluetooth: HCI device and connection manager initialized
Oct 17 10:01:35 LenovoL15 kernel: Bluetooth: HCI socket layer initialized
Oct 17 10:01:35 LenovoL15 kernel: Bluetooth: L2CAP socket layer initialized
Oct 17 10:01:35 LenovoL15 kernel: Bluetooth: SCO socket layer initialized
Oct 17 10:01:35 LenovoL15 dbus-daemon[476]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 17 10:01:35 LenovoL15 systemd[1]: Started WPA supplicant.
Oct 17 10:01:35 LenovoL15 wpa_supplicant[1012]: Successfully initialized wpa_supplicant
Oct 17 10:01:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:35 LenovoL15 kernel: usbcore: registered new interface driver btusb
Oct 17 10:01:35 LenovoL15 kernel: Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
Oct 17 10:01:35 LenovoL15 kernel: amdgpu 0000:06:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
Oct 17 10:01:35 LenovoL15 kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] *ERROR* KCQ enable failed
Oct 17 10:01:35 LenovoL15 kernel: [drm:amdgpu_device_init.cold [amdgpu]] *ERROR* hw_init of IP block <gfx_v9_0> failed -110
Oct 17 10:01:35 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: amdgpu_device_ip_init failed
Oct 17 10:01:35 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Fatal error during GPU init
Oct 17 10:01:35 LenovoL15 kernel: [drm] amdgpu: finishing device.
Oct 17 10:01:36 LenovoL15 NetworkManager[477]: <info>  [1602889296.0765] device (wlan0): supplicant interface state: internal-starting -> disconnected
Oct 17 10:01:36 LenovoL15 NetworkManager[477]: <info>  [1602889296.0766] Wi-Fi P2P device controlled by interface wlan0 created
Oct 17 10:01:36 LenovoL15 NetworkManager[477]: <info>  [1602889296.0769] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 17 10:01:36 LenovoL15 NetworkManager[477]: <info>  [1602889296.0772] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 17 10:01:36 LenovoL15 NetworkManager[477]: <warn>  [1602889296.0780] sup-iface[c14ea6dd364387c6,0,wlan0]: call-p2p-cancel: failed with P2P cancel failed
Oct 17 10:01:36 LenovoL15 NetworkManager[477]: <info>  [1602889296.0781] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Oct 17 10:01:36 LenovoL15 NetworkManager[477]: <info>  [1602889296.0789] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 17 10:01:36 LenovoL15 kernel: psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
Oct 17 10:01:36 LenovoL15 systemd[1]: Reached target Bluetooth.
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:36 LenovoL15 kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 10:01:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 10:01:37 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: failed send message: PowerDownSdma (13)         param: 0x00000000 response 0xffffffc2
Oct 17 10:01:39 LenovoL15 wpa_supplicant[1012]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Oct 17 10:01:39 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6402] policy: auto-activating connection 'Telstra793004' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6412] device (wlan0): Activation: starting connection 'Telstra793004' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6420] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6425] manager: NetworkManager state is now CONNECTING
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6448] device (wlan0): set-hw-addr: reset MAC address to 34:CF:F6:6A:00:36 (preserve)
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6484] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6486] device (wlan0): Activation: (wifi) access point 'Telstra793004' has security, but secrets are required.
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6486] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6501] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6504] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6506] device (wlan0): Activation: (wifi) connection 'Telstra793004' has security, and secrets exist.  No new secrets needed.
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6506] Config: added 'ssid' value 'Telstra793004'
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6506] Config: added 'scan_ssid' value '1'
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6506] Config: added 'bgscan' value 'simple:30:-70:86400'
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6506] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6506] Config: added 'auth_alg' value 'OPEN'
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.6506] Config: added 'psk' value '<hidden>'
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.7357] device (wlan0): supplicant interface state: disconnected -> inactive
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.7357] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.7420] device (wlan0): supplicant interface state: inactive -> scanning
Oct 17 10:01:40 LenovoL15 NetworkManager[477]: <info>  [1602889300.7420] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
Oct 17 10:01:41 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Oct 17 10:01:41 LenovoL15 kernel: [drm] psp command (0x2) failed and response status is (0x117)
Oct 17 10:01:41 LenovoL15 kernel: [drm] free PSP TMR buffer
Oct 17 10:01:41 LenovoL15 wpa_supplicant[1012]: wlan0: SME: Trying to authenticate with a6:91:b1:79:30:0c (SSID='Telstra793004' freq=5560 MHz)
Oct 17 10:01:41 LenovoL15 kernel: wlan0: authenticate with a6:91:b1:79:30:0c
Oct 17 10:01:41 LenovoL15 kernel: wlan0: send auth to a6:91:b1:79:30:0c (try 1/3)
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.7846] device (wlan0): supplicant interface state: scanning -> authenticating
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.7847] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Oct 17 10:01:41 LenovoL15 wpa_supplicant[1012]: wlan0: Trying to associate with a6:91:b1:79:30:0c (SSID='Telstra793004' freq=5560 MHz)
Oct 17 10:01:41 LenovoL15 kernel: wlan0: authenticated
Oct 17 10:01:41 LenovoL15 kernel: wlan0: associate with a6:91:b1:79:30:0c (try 1/3)
Oct 17 10:01:41 LenovoL15 kernel: wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=0 aid=4)
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.8180] device (wlan0): supplicant interface state: authenticating -> associating
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.8180] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Oct 17 10:01:41 LenovoL15 wpa_supplicant[1012]: wlan0: Associated with a6:91:b1:79:30:0c
Oct 17 10:01:41 LenovoL15 wpa_supplicant[1012]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 17 10:01:41 LenovoL15 kernel: wlan0: associated
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.8459] device (wlan0): supplicant interface state: associating -> 4way_handshake
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.8459] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Oct 17 10:01:41 LenovoL15 wpa_supplicant[1012]: wlan0: WPA: Key negotiation completed with a6:91:b1:79:30:0c [PTK=CCMP GTK=CCMP]
Oct 17 10:01:41 LenovoL15 wpa_supplicant[1012]: wlan0: CTRL-EVENT-CONNECTED - Connection to a6:91:b1:79:30:0c completed [id=0 id_str=]
Oct 17 10:01:41 LenovoL15 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9296] device (wlan0): supplicant interface state: 4way_handshake -> completed
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9296] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Telstra793004"
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9297] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9301] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 17 10:01:41 LenovoL15 wpa_supplicant[1012]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-69 noise=9999 txrate=26000
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9306] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9412] dhcp4 (wlan0): option dhcp_lease_time      => '3600'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9413] dhcp4 (wlan0): option domain_name          => 'modem'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9413] dhcp4 (wlan0): option domain_name_servers  => '8.8.8.8 1.1.1.1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9413] dhcp4 (wlan0): option expiry               => '1602892901'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9413] dhcp4 (wlan0): option host_name            => 'LenovoL15'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9413] dhcp4 (wlan0): option ip_address           => '192.168.0.206'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9414] dhcp4 (wlan0): option next_server          => '192.168.0.1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9414] dhcp4 (wlan0): option requested_broadcast_address => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9414] dhcp4 (wlan0): option requested_domain_name => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9414] dhcp4 (wlan0): option requested_domain_name_servers => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9414] dhcp4 (wlan0): option requested_domain_search => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9414] dhcp4 (wlan0): option requested_host_name  => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9414] dhcp4 (wlan0): option requested_interface_mtu => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9414] dhcp4 (wlan0): option requested_ms_classless_static_routes => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9414] dhcp4 (wlan0): option requested_nis_domain => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9415] dhcp4 (wlan0): option requested_nis_servers => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9415] dhcp4 (wlan0): option requested_ntp_servers => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9415] dhcp4 (wlan0): option requested_rfc3442_classless_static_routes => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9415] dhcp4 (wlan0): option requested_root_path  => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9415] dhcp4 (wlan0): option requested_routers    => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9415] dhcp4 (wlan0): option requested_static_routes => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9415] dhcp4 (wlan0): option requested_subnet_mask => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9415] dhcp4 (wlan0): option requested_time_offset => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9416] dhcp4 (wlan0): option requested_wpad       => '1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9416] dhcp4 (wlan0): option routers              => '192.168.0.1'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9416] dhcp4 (wlan0): option subnet_mask          => '255.255.255.0'
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9416] dhcp4 (wlan0): state changed unknown -> bound
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9453] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9484] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9488] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9493] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9522] manager: NetworkManager state is now CONNECTED_SITE
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9523] policy: set 'Telstra793004' (wlan0) as default for IPv4 routing and DNS
Oct 17 10:01:41 LenovoL15 dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=477 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 10:01:41 LenovoL15 dbus-daemon[476]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Oct 17 10:01:41 LenovoL15 NetworkManager[477]: <info>  [1602889301.9562] device (wlan0): Activation: successful, device activated.
Oct 17 10:01:41 LenovoL15 kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by a6:91:b1:79:30:0c
Oct 17 10:01:41 LenovoL15 wpa_supplicant[1012]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-69 noise=9999 txrate=26000
Oct 17 10:01:42 LenovoL15 NetworkManager[477]: <info>  [1602889302.6926] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 17 10:01:43 LenovoL15 NetworkManager[477]: <info>  [1602889303.9167] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 17 10:01:43 LenovoL15 NetworkManager[477]: <info>  [1602889303.9174] policy: set 'Telstra793004' (wlan0) as default for IPv6 routing and DNS
Oct 17 10:01:43 LenovoL15 NetworkManager[477]: <info>  [1602889303.9506] dhcp6 (wlan0): option dhcp6_domain_search  => 'modem'
Oct 17 10:01:43 LenovoL15 NetworkManager[477]: <info>  [1602889303.9506] dhcp6 (wlan0): option dhcp6_name_servers   => '2606:4700:4700::1111 2001:4860:4860::8888'
Oct 17 10:01:43 LenovoL15 NetworkManager[477]: <info>  [1602889303.9507] dhcp6 (wlan0): state changed unknown -> bound
Oct 17 10:01:51 LenovoL15 systemd-logind[478]: Power key pressed.
Oct 17 10:01:51 LenovoL15 systemd-logind[478]: Powering Off...
Oct 17 10:01:51 LenovoL15 systemd-logind[478]: System is powering down.
Oct 17 10:01:51 LenovoL15 systemd[1]: Removed slice system-modprobe.slice.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped target Bluetooth.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped target Graphical Interface.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped target Sound Card.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped target Timers.
Oct 17 10:01:51 LenovoL15 systemd[1]: man-db.timer: Succeeded.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped Daily man-db regeneration.
Oct 17 10:01:51 LenovoL15 systemd[1]: shadow.timer: Succeeded.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped Daily verification of password and group files.
Oct 17 10:01:51 LenovoL15 nm-dispatcher[605]: Caught signal 15, shutting down...
Oct 17 10:01:51 LenovoL15 systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopping Network Manager Script Dispatcher Service...
Oct 17 10:01:51 LenovoL15 systemd[1]: Starting Generate shutdown-ramfs...
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopping Hostname Service...
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopping Load/Save Random Seed...
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopping TLP system startup/shutdown...
Oct 17 10:01:51 LenovoL15 systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped Hostname Service.
Oct 17 10:01:51 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 kernel: kauditd_printk_skb: 18 callbacks suppressed
Oct 17 10:01:51 LenovoL15 kernel: audit: type=1131 audit(1602889311.219:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped Network Manager Script Dispatcher Service.
Oct 17 10:01:51 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 kernel: audit: type=1131 audit(1602889311.223:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 systemd[1]: systemd-random-seed.service: Succeeded.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped Load/Save Random Seed.
Oct 17 10:01:51 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 kernel: audit: type=1131 audit(1602889311.229:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 mkinitcpio[1071]: ==> Starting build: none
Oct 17 10:01:51 LenovoL15 mkinitcpio[1071]:   -> Running build hook: [sd-shutdown]
Oct 17 10:01:51 LenovoL15 audit: BPF prog-id=10 op=UNLOAD
Oct 17 10:01:51 LenovoL15 audit: BPF prog-id=9 op=UNLOAD
Oct 17 10:01:51 LenovoL15 kernel: audit: type=1334 audit(1602889311.339:32): prog-id=10 op=UNLOAD
Oct 17 10:01:51 LenovoL15 kernel: audit: type=1334 audit(1602889311.339:33): prog-id=9 op=UNLOAD
Oct 17 10:01:51 LenovoL15 mkinitcpio[1071]: ==> Build complete.
Oct 17 10:01:51 LenovoL15 systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Succeeded.
Oct 17 10:01:51 LenovoL15 systemd[1]: Finished Generate shutdown-ramfs.
Oct 17 10:01:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 kernel: audit: type=1130 audit(1602889311.423:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 kernel: audit: type=1131 audit(1602889311.423:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 tlp[1073]: Applying power save settings...done.
Oct 17 10:01:51 LenovoL15 systemd[1]: tlp.service: Succeeded.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped TLP system startup/shutdown.
Oct 17 10:01:51 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped target Multi-User System.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped target Login Prompts.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopping Getty on tty1...
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopping User Login Management...
Oct 17 10:01:51 LenovoL15 kernel: audit: type=1131 audit(1602889311.586:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 systemd[1]: getty@tty1.service: Succeeded.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped Getty on tty1.
Oct 17 10:01:51 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 systemd[1]: Removed slice system-getty.slice.
Oct 17 10:01:51 LenovoL15 kernel: audit: type=1131 audit(1602889311.613:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopping Permit User Sessions...
Oct 17 10:01:51 LenovoL15 systemd[1]: systemd-user-sessions.service: Succeeded.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped Permit User Sessions.
Oct 17 10:01:51 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped target Network.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopped target Remote File Systems.
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopping Network Manager...
Oct 17 10:01:51 LenovoL15 systemd[1]: Stopping WPA supplicant...
Oct 17 10:01:51 LenovoL15 NetworkManager[477]: <info>  [1602889311.6289] caught SIGTERM, shutting down normally.
Oct 17 10:01:51 LenovoL15 wpa_supplicant[1012]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0
Oct 17 10:01:51 LenovoL15 NetworkManager[477]: <info>  [1602889311.6305] device (wlan0): state change: activated -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')
Oct 17 10:01:51 LenovoL15 NetworkManager[477]: <info>  [1602889311.6308] manager: NetworkManager state is now DISCONNECTING
Oct 17 10:01:51 LenovoL15 kernel: audit: type=1131 audit(1602889311.626:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:51 LenovoL15 dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=477 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 10:01:51 LenovoL15 dbus-daemon[476]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Oct 17 10:01:51 LenovoL15 NetworkManager[477]: <warn>  [1602889311.6329] dispatcher: (8) failed: Refusing activation, D-Bus is shutting down.
Oct 17 10:01:51 LenovoL15 NetworkManager[477]: <info>  [1602889311.6331] device (wlan0): state change: deactivating -> unmanaged (reason 'removed', sys-iface-state: 'managed')
Oct 17 10:01:51 LenovoL15 NetworkManager[477]: <info>  [1602889311.6987] dhcp4 (wlan0): canceled DHCP transaction
Oct 17 10:01:51 LenovoL15 NetworkManager[477]: <info>  [1602889311.6988] dhcp4 (wlan0): state changed bound -> done
Oct 17 10:01:51 LenovoL15 NetworkManager[477]: <info>  [1602889311.6992] dhcp6 (wlan0): canceled DHCP transaction
Oct 17 10:01:51 LenovoL15 NetworkManager[477]: <info>  [1602889311.6992] dhcp6 (wlan0): state changed bound -> done
Oct 17 10:01:51 LenovoL15 kernel: wlan0: deauthenticating from a6:91:b1:79:30:0c by local choice (Reason: 3=DEAUTH_LEAVING)
Oct 17 10:01:51 LenovoL15 wpa_supplicant[1012]: p2p-dev-wlan0: CTRL-EVENT-TERMINATING
Oct 17 10:01:51 LenovoL15 wpa_supplicant[1012]: wlan0: CTRL-EVENT-DISCONNECTED bssid=a6:91:b1:79:30:0c reason=3 locally_generated=1
Oct 17 10:01:51 LenovoL15 NetworkManager[477]: <info>  [1602889311.9666] manager: NetworkManager state is now DISCONNECTED
Oct 17 10:01:51 LenovoL15 dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=477 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 10:01:51 LenovoL15 dbus-daemon[476]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Oct 17 10:01:51 LenovoL15 NetworkManager[477]: <info>  [1602889311.9683] device (p2p-dev-wlan0): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Oct 17 10:01:51 LenovoL15 dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=477 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 10:01:51 LenovoL15 dbus-daemon[476]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Oct 17 10:01:51 LenovoL15 dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=477 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 10:01:51 LenovoL15 dbus-daemon[476]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Oct 17 10:01:51 LenovoL15 NetworkManager[477]: <info>  [1602889311.9745] exiting (success)
Oct 17 10:01:52 LenovoL15 systemd[1]: NetworkManager.service: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped Network Manager.
Oct 17 10:01:52 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:52 LenovoL15 wpa_supplicant[1012]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Oct 17 10:01:52 LenovoL15 wpa_supplicant[1012]: wlan0: CTRL-EVENT-TERMINATING
Oct 17 10:01:52 LenovoL15 systemd[1]: wpa_supplicant.service: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped WPA supplicant.
Oct 17 10:01:52 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopping D-Bus System Message Bus...
Oct 17 10:01:52 LenovoL15 systemd[1]: dbus.service: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped D-Bus System Message Bus.
Oct 17 10:01:52 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:52 LenovoL15 systemd[1]: systemd-logind.service: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped User Login Management.
Oct 17 10:01:52 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped target Basic System.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped target Paths.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped target Slices.
Oct 17 10:01:52 LenovoL15 systemd[1]: Removed slice User and Session Slice.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped target Sockets.
Oct 17 10:01:52 LenovoL15 systemd[1]: dbus.socket: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Closed D-Bus System Message Bus Socket.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped target System Initialization.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped target Local Encrypted Volumes.
Oct 17 10:01:52 LenovoL15 systemd[1]: systemd-ask-password-console.path: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Oct 17 10:01:52 LenovoL15 systemd[1]: systemd-ask-password-wall.path: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Oct 17 10:01:52 LenovoL15 systemd[1]: systemd-sysctl.service: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped Apply Kernel Variables.
Oct 17 10:01:52 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:52 LenovoL15 systemd[1]: systemd-modules-load.service: Succeeded.
Oct 17 10:01:52 LenovoL15 audit[1]: SERVICE_STOP 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'
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped Load Kernel Modules.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Oct 17 10:01:52 LenovoL15 audit[1362]: SYSTEM_SHUTDOWN pid=1362 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:52 LenovoL15 systemd[1]: systemd-update-utmp.service: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Oct 17 10:01:52 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:52 LenovoL15 systemd[1]: systemd-tmpfiles-setup.service: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped Create Volatile Files and Directories.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped target Local File Systems.
Oct 17 10:01:52 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:52 LenovoL15 systemd[1]: Unmounting /efi...
Oct 17 10:01:52 LenovoL15 systemd[1]: Unmounting Temporary Directory (/tmp)...
Oct 17 10:01:52 LenovoL15 systemd[1]: efi.mount: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Unmounted /efi.
Oct 17 10:01:52 LenovoL15 systemd[1]: tmp.mount: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Unmounted Temporary Directory (/tmp).
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped target Local File Systems (Pre).
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped target Swap.
Oct 17 10:01:52 LenovoL15 systemd[1]: Deactivating swap /dev/disk/by-id/nvme-WDC_PC_SN730_SDBQNTY-512G-1001_201979803447-part6...
Oct 17 10:01:52 LenovoL15 systemd[1]: systemd-remount-fs.service: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped Remount Root and Kernel File Systems.
Oct 17 10:01:52 LenovoL15 audit[1]: SERVICE_STOP 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'
Oct 17 10:01:52 LenovoL15 systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Stopped Create Static Device Nodes in /dev.
Oct 17 10:01:52 LenovoL15 audit[1]: SERVICE_STOP 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'
Oct 17 10:01:52 LenovoL15 systemd[1]: Reached target Shutdown.
Oct 17 10:01:52 LenovoL15 audit: BPF prog-id=8 op=UNLOAD
Oct 17 10:01:52 LenovoL15 audit: BPF prog-id=7 op=UNLOAD
Oct 17 10:01:52 LenovoL15 systemd[1]: dev-disk-by\x2did-nvme\x2deui.001b448b46293914\x2dpart6.swap: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-id/nvme-eui.001b448b46293914-part6.
Oct 17 10:01:52 LenovoL15 systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart6.swap: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:01:00.0-nvme-1-part6.
Oct 17 10:01:52 LenovoL15 systemd[1]: dev-disk-by\x2dlabel-Swap.swap: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-label/Swap.
Oct 17 10:01:52 LenovoL15 systemd[1]: dev-disk-by\x2did-nvme\x2dWDC_PC_SN730_SDBQNTY\x2d512G\x2d1001_201979803447\x2dpart6.swap: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-id/nvme-WDC_PC_SN730_SDBQNTY-512G-1001_201979803447-part6.
Oct 17 10:01:52 LenovoL15 systemd[1]: dev-disk-by\x2dpartuuid-1b2d2116\x2d8d0d\x2dc44e\x2da1f9\x2d04c1dfd29334.swap: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-partuuid/1b2d2116-8d0d-c44e-a1f9-04c1dfd29334.
Oct 17 10:01:52 LenovoL15 systemd[1]: dev-nvme0n1p6.swap: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Deactivated swap /dev/nvme0n1p6.
Oct 17 10:01:52 LenovoL15 systemd[1]: dev-disk-by\x2duuid-9709bfe4\x2d2767\x2d4f85\x2db258\x2de6969532ed3c.swap: Succeeded.
Oct 17 10:01:52 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c.
Oct 17 10:01:52 LenovoL15 systemd[1]: Reached target Unmount All Filesystems.
Oct 17 10:01:52 LenovoL15 systemd[1]: Reached target Final Step.
Oct 17 10:01:52 LenovoL15 systemd[1]: systemd-poweroff.service: Succeeded.
Oct 17 10:01:52 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:52 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 10:01:52 LenovoL15 systemd[1]: Finished Power-Off.
Oct 17 10:01:52 LenovoL15 systemd[1]: Reached target Power-Off.
Oct 17 10:01:52 LenovoL15 systemd[1]: Shutting down.
Oct 17 10:01:52 LenovoL15 audit: BPF prog-id=6 op=UNLOAD
Oct 17 10:01:52 LenovoL15 audit: BPF prog-id=5 op=UNLOAD
Oct 17 10:01:52 LenovoL15 audit: BPF prog-id=4 op=UNLOAD
Oct 17 10:01:52 LenovoL15 audit: BPF prog-id=3 op=UNLOAD
Oct 17 10:01:52 LenovoL15 systemd-shutdown[1]: Syncing filesystems and block devices.
Oct 17 10:01:52 LenovoL15 systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Oct 17 10:01:52 LenovoL15 systemd-journald[299]: Journal stopped

Journal output with the parameter amdgpu.exp_hw_support=1:

-- Logs begin at Wed 2020-10-14 10:54:09 AEDT, end at Sat 2020-10-17 12:05:48 AEDT. --
Oct 17 12:04:24 LenovoL15 kernel: Linux version 5.9.0-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Mon, 12 Oct 2020 18:52:13 +0000
Oct 17 12:04:24 LenovoL15 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 amdgpu.exp_hw_support=1
Oct 17 12:04:24 LenovoL15 kernel: KERNEL supported cpus:
Oct 17 12:04:24 LenovoL15 kernel:   Intel GenuineIntel
Oct 17 12:04:24 LenovoL15 kernel:   AMD AuthenticAMD
Oct 17 12:04:24 LenovoL15 kernel:   Hygon HygonGenuine
Oct 17 12:04:24 LenovoL15 kernel:   Centaur CentaurHauls
Oct 17 12:04:24 LenovoL15 kernel:   zhaoxin   Shanghai  
Oct 17 12:04:24 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 17 12:04:24 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 17 12:04:24 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 17 12:04:24 LenovoL15 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 17 12:04:24 LenovoL15 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Oct 17 12:04:24 LenovoL15 kernel: BIOS-provided physical RAM map:
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009d20fff] reserved
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009d21000-0x0000000009efffff] usable
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000c70ccfff] usable
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c70cd000-0x00000000c72ccfff] type 20
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c72cd000-0x00000000ca97dfff] reserved
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ca97e000-0x00000000cc97dfff] ACPI NVS
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc97e000-0x00000000cc9fdfff] ACPI data
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc9fe000-0x00000000cdffffff] usable
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
Oct 17 12:04:24 LenovoL15 kernel: BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
Oct 17 12:04:24 LenovoL15 kernel: NX (Execute Disable) protection: active
Oct 17 12:04:24 LenovoL15 kernel: efi: EFI v2.70 by Lenovo
Oct 17 12:04:24 LenovoL15 kernel: efi: ACPI=0xcc9fd000 ACPI 2.0=0xcc9fd014 SMBIOS=0xc8895000 SMBIOS 3.0=0xc8888000 TPMFinalLog=0xcc82d000 MEMATTR=0xc2ee0018 ESRT=0xc75b8000 
Oct 17 12:04:24 LenovoL15 kernel: SMBIOS 3.2.0 present.
Oct 17 12:04:24 LenovoL15 kernel: DMI: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
Oct 17 12:04:24 LenovoL15 kernel: tsc: Fast TSC calibration using PIT
Oct 17 12:04:24 LenovoL15 kernel: tsc: Detected 1696.831 MHz processor
Oct 17 12:04:24 LenovoL15 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 17 12:04:24 LenovoL15 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 17 12:04:24 LenovoL15 kernel: last_pfn = 0x40f340 max_arch_pfn = 0x400000000
Oct 17 12:04:24 LenovoL15 kernel: MTRR default type: uncachable
Oct 17 12:04:24 LenovoL15 kernel: MTRR fixed ranges enabled:
Oct 17 12:04:24 LenovoL15 kernel:   00000-9FFFF write-back
Oct 17 12:04:24 LenovoL15 kernel:   A0000-BFFFF uncachable
Oct 17 12:04:24 LenovoL15 kernel:   C0000-FFFFF write-protect
Oct 17 12:04:24 LenovoL15 kernel: MTRR variable ranges enabled:
Oct 17 12:04:24 LenovoL15 kernel:   0 base 000000000000 mask FFFF80000000 write-back
Oct 17 12:04:24 LenovoL15 kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Oct 17 12:04:24 LenovoL15 kernel:   2 base 0000C0000000 mask FFFFF0000000 write-back
Oct 17 12:04:24 LenovoL15 kernel:   3 base 0000FF000000 mask FFFFFF000000 write-protect
Oct 17 12:04:24 LenovoL15 kernel:   4 disabled
Oct 17 12:04:24 LenovoL15 kernel:   5 disabled
Oct 17 12:04:24 LenovoL15 kernel:   6 disabled
Oct 17 12:04:24 LenovoL15 kernel:   7 disabled
Oct 17 12:04:24 LenovoL15 kernel: TOM2: 0000000430000000 aka 17152M
Oct 17 12:04:24 LenovoL15 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 17 12:04:24 LenovoL15 kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Oct 17 12:04:24 LenovoL15 kernel: esrt: Reserving ESRT space from 0x00000000c75b8000 to 0x00000000c75b8088.
Oct 17 12:04:24 LenovoL15 kernel: check: Scanning 1 areas for low memory corruption
Oct 17 12:04:24 LenovoL15 kernel: Using GB pages for direct mapping
Oct 17 12:04:24 LenovoL15 kernel: Secure boot could not be determined
Oct 17 12:04:24 LenovoL15 kernel: RAMDISK: [mem 0x36c9b000-0x37644fff]
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Early table checksum verification disabled
Oct 17 12:04:24 LenovoL15 kernel: ACPI: RSDP 0x00000000CC9FD014 000024 (v02 LENOVO)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: XSDT 0x00000000CC9FB188 0000FC (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: FACP 0x00000000C75E5000 000114 (v06 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: DSDT 0x00000000C75D1000 00DF37 (v01 LENOVO TP-R19   00001120 INTL 20180313)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: FACS 0x00000000CBF7A000 000040
Oct 17 12:04:24 LenovoL15 kernel: ACPI: SSDT 0x00000000C889C000 00077C (v02 LENOVO UsbCTabl 00001000 INTL 20180313)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: SSDT 0x00000000C8874000 007216 (v02 LENOVO TP-R19   00000002 MSFT 04000000)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: IVRS 0x00000000C8873000 0001A4 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: SSDT 0x00000000C884F000 000266 (v01 LENOVO STD3     00000001 INTL 20180313)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: SSDT 0x00000000C883B000 00064C (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: TPM2 0x00000000C883A000 000034 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: MSDM 0x00000000C8802000 000055 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: BATB 0x00000000C87EC000 00004A (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: HPET 0x00000000C75E4000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: APIC 0x00000000C75E3000 000138 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: MCFG 0x00000000C75E2000 00003C (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: SBST 0x00000000C75E1000 000030 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: WSMT 0x00000000C75E0000 000028 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: SSDT 0x00000000C75DF000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: VFCT 0x00000000C75C3000 00D484 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BF000 0039F4 (v01 LENOVO TP-R19   00000001 AMD  00000001)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: CRAT 0x00000000C75BE000 000F00 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: CDIT 0x00000000C75BD000 000029 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: FPDT 0x00000000C8814000 000034 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BB000 0013CF (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B9000 001576 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B4000 00353C (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: BGRT 0x00000000C75B3000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: UEFI 0x00000000CBF79000 000116 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: SSDT 0x00000000C889A000 000090 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: SSDT 0x00000000C8899000 0009AD (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 17 12:04:24 LenovoL15 kernel: No NUMA configuration found
Oct 17 12:04:24 LenovoL15 kernel: Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
Oct 17 12:04:24 LenovoL15 kernel: NODE_DATA(0) allocated [mem 0x40f33c000-0x40f33ffff]
Oct 17 12:04:24 LenovoL15 kernel: Zone ranges:
Oct 17 12:04:24 LenovoL15 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 17 12:04:24 LenovoL15 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 17 12:04:24 LenovoL15 kernel:   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
Oct 17 12:04:24 LenovoL15 kernel:   Device   empty
Oct 17 12:04:24 LenovoL15 kernel: Movable zone start for each node
Oct 17 12:04:24 LenovoL15 kernel: Early memory node ranges
Oct 17 12:04:24 LenovoL15 kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Oct 17 12:04:24 LenovoL15 kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
Oct 17 12:04:24 LenovoL15 kernel:   node   0: [mem 0x0000000009d21000-0x0000000009efffff]
Oct 17 12:04:24 LenovoL15 kernel:   node   0: [mem 0x0000000009f0d000-0x00000000c70ccfff]
Oct 17 12:04:24 LenovoL15 kernel:   node   0: [mem 0x00000000cc9fe000-0x00000000cdffffff]
Oct 17 12:04:24 LenovoL15 kernel:   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
Oct 17 12:04:24 LenovoL15 kernel: Zeroed struct page in unavailable ranges: 34689 pages
Oct 17 12:04:24 LenovoL15 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
Oct 17 12:04:24 LenovoL15 kernel: On node 0 totalpages: 4028543
Oct 17 12:04:24 LenovoL15 kernel:   DMA zone: 64 pages used for memmap
Oct 17 12:04:24 LenovoL15 kernel:   DMA zone: 23 pages reserved
Oct 17 12:04:24 LenovoL15 kernel:   DMA zone: 3998 pages, LIFO batch:0
Oct 17 12:04:24 LenovoL15 kernel:   DMA32 zone: 12759 pages used for memmap
Oct 17 12:04:24 LenovoL15 kernel:   DMA32 zone: 816545 pages, LIFO batch:63
Oct 17 12:04:24 LenovoL15 kernel:   Normal zone: 50125 pages used for memmap
Oct 17 12:04:24 LenovoL15 kernel:   Normal zone: 3208000 pages, LIFO batch:63
Oct 17 12:04:24 LenovoL15 kernel: ACPI: PM-Timer IO Port: 0x408
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Oct 17 12:04:24 LenovoL15 kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
Oct 17 12:04:24 LenovoL15 kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
Oct 17 12:04:24 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: IRQ0 used by override.
Oct 17 12:04:24 LenovoL15 kernel: ACPI: IRQ9 used by override.
Oct 17 12:04:24 LenovoL15 kernel: Using ACPI (MADT) for SMP configuration information
Oct 17 12:04:24 LenovoL15 kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Oct 17 12:04:24 LenovoL15 kernel: e820: update [mem 0xc2cf5000-0xc2d85fff] usable ==> reserved
Oct 17 12:04:24 LenovoL15 kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09d20fff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc2cf5000-0xc2d85fff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc70cd000-0xc72ccfff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc72cd000-0xca97dfff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xca97e000-0xcc97dfff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xcc97e000-0xcc9fdfff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfed7ffff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Oct 17 12:04:24 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
Oct 17 12:04:24 LenovoL15 kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Oct 17 12:04:24 LenovoL15 kernel: Booting paravirtualized kernel on bare hardware
Oct 17 12:04:24 LenovoL15 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 17 12:04:24 LenovoL15 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Oct 17 12:04:24 LenovoL15 kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Oct 17 12:04:24 LenovoL15 kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Oct 17 12:04:24 LenovoL15 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Oct 17 12:04:24 LenovoL15 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3965572
Oct 17 12:04:24 LenovoL15 kernel: Policy zone: Normal
Oct 17 12:04:24 LenovoL15 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 amdgpu.exp_hw_support=1
Oct 17 12:04:24 LenovoL15 kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 17 12:04:24 LenovoL15 kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 17 12:04:24 LenovoL15 kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Oct 17 12:04:24 LenovoL15 kernel: Memory: 15678040K/16114172K available (14339K kernel code, 1524K rwdata, 7912K rodata, 1660K init, 2928K bss, 435872K reserved, 0K cma-reserved)
Oct 17 12:04:24 LenovoL15 kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
Oct 17 12:04:24 LenovoL15 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Oct 17 12:04:24 LenovoL15 kernel: ftrace: allocating 40856 entries in 160 pages
Oct 17 12:04:24 LenovoL15 kernel: ftrace: allocated 160 pages with 2 groups
Oct 17 12:04:24 LenovoL15 kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 17 12:04:24 LenovoL15 kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 17 12:04:24 LenovoL15 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Oct 17 12:04:24 LenovoL15 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 17 12:04:24 LenovoL15 kernel:         Trampoline variant of Tasks RCU enabled.
Oct 17 12:04:24 LenovoL15 kernel:         Rude variant of Tasks RCU enabled.
Oct 17 12:04:24 LenovoL15 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 17 12:04:24 LenovoL15 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Oct 17 12:04:24 LenovoL15 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Oct 17 12:04:24 LenovoL15 kernel: Console: colour dummy device 80x25
Oct 17 12:04:24 LenovoL15 kernel: printk: console [tty0] enabled
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Core revision 20200717
Oct 17 12:04:24 LenovoL15 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Oct 17 12:04:24 LenovoL15 kernel: APIC: Switch to symmetric I/O mode setup
Oct 17 12:04:24 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Oct 17 12:04:24 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Oct 17 12:04:24 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Oct 17 12:04:24 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Oct 17 12:04:24 LenovoL15 kernel: Switched APIC routing to physical flat.
Oct 17 12:04:24 LenovoL15 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 17 12:04:24 LenovoL15 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1875758ba6c, max_idle_ns: 440795203931 ns
Oct 17 12:04:24 LenovoL15 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3395.06 BogoMIPS (lpj=5656103)
Oct 17 12:04:24 LenovoL15 kernel: pid_max: default: 32768 minimum: 301
Oct 17 12:04:24 LenovoL15 kernel: LSM: Security Framework initializing
Oct 17 12:04:24 LenovoL15 kernel: Yama: becoming mindful.
Oct 17 12:04:24 LenovoL15 kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 17 12:04:24 LenovoL15 kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 17 12:04:24 LenovoL15 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Oct 17 12:04:24 LenovoL15 kernel: LVT offset 1 assigned for vector 0xf9
Oct 17 12:04:24 LenovoL15 kernel: LVT offset 2 assigned for vector 0xf4
Oct 17 12:04:24 LenovoL15 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Oct 17 12:04:24 LenovoL15 kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Oct 17 12:04:24 LenovoL15 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 17 12:04:24 LenovoL15 kernel: Spectre V2 : Mitigation: Full AMD retpoline
Oct 17 12:04:24 LenovoL15 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 17 12:04:24 LenovoL15 kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 17 12:04:24 LenovoL15 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 17 12:04:24 LenovoL15 kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Oct 17 12:04:24 LenovoL15 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Oct 17 12:04:24 LenovoL15 kernel: Freeing SMP alternatives memory: 32K
Oct 17 12:04:24 LenovoL15 kernel: smpboot: CPU0: AMD Ryzen 7 PRO 4750U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Oct 17 12:04:24 LenovoL15 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Oct 17 12:04:24 LenovoL15 kernel: ... version:                0
Oct 17 12:04:24 LenovoL15 kernel: ... bit width:              48
Oct 17 12:04:24 LenovoL15 kernel: ... generic registers:      6
Oct 17 12:04:24 LenovoL15 kernel: ... value mask:             0000ffffffffffff
Oct 17 12:04:24 LenovoL15 kernel: ... max period:             00007fffffffffff
Oct 17 12:04:24 LenovoL15 kernel: ... fixed-purpose events:   0
Oct 17 12:04:24 LenovoL15 kernel: ... event mask:             000000000000003f
Oct 17 12:04:24 LenovoL15 kernel: rcu: Hierarchical SRCU implementation.
Oct 17 12:04:24 LenovoL15 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 17 12:04:24 LenovoL15 kernel: smp: Bringing up secondary CPUs ...
Oct 17 12:04:24 LenovoL15 kernel: x86: Booting SMP configuration:
Oct 17 12:04:24 LenovoL15 kernel: .... node  #0, CPUs:        #1
Oct 17 12:04:24 LenovoL15 kernel: TSC synchronization [CPU#0 -> CPU#1]:
Oct 17 12:04:24 LenovoL15 kernel: Measured 348497178 cycles TSC warp between CPUs, turning off TSC clock.
Oct 17 12:04:24 LenovoL15 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Oct 17 12:04:24 LenovoL15 kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Oct 17 12:04:24 LenovoL15 kernel: smp: Brought up 1 node, 16 CPUs
Oct 17 12:04:24 LenovoL15 kernel: smpboot: Max logical packages: 1
Oct 17 12:04:24 LenovoL15 kernel: smpboot: Total of 16 processors activated (54320.03 BogoMIPS)
Oct 17 12:04:24 LenovoL15 kernel: devtmpfs: initialized
Oct 17 12:04:24 LenovoL15 kernel: x86/mm: Memory block size: 128MB
Oct 17 12:04:24 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
Oct 17 12:04:24 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0xca97e000-0xcc97dfff] (33554432 bytes)
Oct 17 12:04:24 LenovoL15 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 17 12:04:24 LenovoL15 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Oct 17 12:04:24 LenovoL15 kernel: pinctrl core: initialized pinctrl subsystem
Oct 17 12:04:24 LenovoL15 kernel: PM: RTC time: 01:04:23, date: 2020-10-17
Oct 17 12:04:24 LenovoL15 kernel: NET: Registered protocol family 16
Oct 17 12:04:24 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Oct 17 12:04:24 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 17 12:04:24 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 17 12:04:24 LenovoL15 kernel: audit: initializing netlink subsys (disabled)
Oct 17 12:04:24 LenovoL15 kernel: audit: type=2000 audit(1602896662.143:1): state=initialized audit_enabled=0 res=1
Oct 17 12:04:24 LenovoL15 kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 17 12:04:24 LenovoL15 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 17 12:04:24 LenovoL15 kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 17 12:04:24 LenovoL15 kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 17 12:04:24 LenovoL15 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 17 12:04:24 LenovoL15 kernel: cpuidle: using governor ladder
Oct 17 12:04:24 LenovoL15 kernel: cpuidle: using governor menu
Oct 17 12:04:24 LenovoL15 kernel: ACPI: bus type PCI registered
Oct 17 12:04:24 LenovoL15 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 17 12:04:24 LenovoL15 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 17 12:04:24 LenovoL15 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 17 12:04:24 LenovoL15 kernel: PCI: Using configuration type 1 for base access
Oct 17 12:04:24 LenovoL15 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 17 12:04:24 LenovoL15 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Added _OSI(Module Device)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Added _OSI(Processor Device)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Oct 17 12:04:24 LenovoL15 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 17 12:04:24 LenovoL15 kernel: ACPI: EC: EC started
Oct 17 12:04:24 LenovoL15 kernel: ACPI: EC: interrupt blocked
Oct 17 12:04:24 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Interpreter enabled
Oct 17 12:04:24 LenovoL15 kernel: ACPI: (supports S0 S3 S4 S5)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 17 12:04:24 LenovoL15 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Power Resource [WRST] (on)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Power Resource [P0S0] (on)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Power Resource [P3S0] (on)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Power Resource [P0S1] (on)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Power Resource [P3S1] (on)
Oct 17 12:04:24 LenovoL15 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 17 12:04:24 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 17 12:04:24 LenovoL15 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Oct 17 12:04:24 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 17 12:04:24 LenovoL15 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 17 12:04:24 LenovoL15 kernel: PCI host bridge to bus 0000:00
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x430000000-0xffffffffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.1: enabling Extended Tags
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:01:00.0: [15b7:5006] type 00 class 0x010802
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd700000-0xfd703fff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:01:00.0: reg 0x20: [mem 0xfd704000-0xfd7040ff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.0: reg 0x10: [io  0x2400-0x24ff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfd614000-0xfd614fff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfd600000-0xfd603fff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.0: supports D1 D2
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.1: [10ec:816a] type 00 class 0x070002
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.1: reg 0x10: [io  0x2200-0x22ff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.1: reg 0x18: [mem 0xfd615000-0xfd615fff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.1: reg 0x20: [mem 0xfd604000-0xfd607fff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.1: supports D1 D2
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.2: [10ec:816b] type 00 class 0x070002
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.2: reg 0x10: [io  0x2100-0x21ff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.2: reg 0x18: [mem 0xfd616000-0xfd616fff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.2: reg 0x20: [mem 0xfd608000-0xfd60bfff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.2: supports D1 D2
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.3: [10ec:816c] type 00 class 0x0c0701
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.3: reg 0x10: [io  0x2000-0x20ff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.3: reg 0x18: [mem 0xfd617000-0xfd617fff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.3: reg 0x20: [mem 0xfd60c000-0xfd60ffff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.3: supports D1 D2
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.4: [10ec:816d] type 00 class 0x0c0320
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.4: reg 0x10: [mem 0xfd618000-0xfd618fff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.4: reg 0x18: [mem 0xfd610000-0xfd613fff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.4: PME# supported from D0 D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:03:00.0: [8086:2723] type 00 class 0x028000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfd500000-0xfd503fff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfd400000-0xfd400fff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:04:00.0: supports D1 D2
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.0: enabling Extended Tags
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.1: enabling Extended Tags
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.2: enabling Extended Tags
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.3: enabling Extended Tags
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.4: enabling Extended Tags
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.5: enabling Extended Tags
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.6: enabling Extended Tags
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 17 12:04:24 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 12:04:24 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 12:04:24 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 12:04:24 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 12:04:24 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 12:04:24 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 12:04:24 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 12:04:24 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 12:04:24 LenovoL15 kernel: ACPI: EC: interrupt unblocked
Oct 17 12:04:24 LenovoL15 kernel: ACPI: EC: event unblocked
Oct 17 12:04:24 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 17 12:04:24 LenovoL15 kernel: ACPI: EC: GPE=0x3
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Oct 17 12:04:24 LenovoL15 kernel: iommu: Default domain type: Translated 
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: setting as boot device
Oct 17 12:04:24 LenovoL15 kernel: vgaarb: loaded
Oct 17 12:04:24 LenovoL15 kernel: SCSI subsystem initialized
Oct 17 12:04:24 LenovoL15 kernel: libata version 3.00 loaded.
Oct 17 12:04:24 LenovoL15 kernel: ACPI: bus type USB registered
Oct 17 12:04:24 LenovoL15 kernel: usbcore: registered new interface driver usbfs
Oct 17 12:04:24 LenovoL15 kernel: usbcore: registered new interface driver hub
Oct 17 12:04:24 LenovoL15 kernel: usbcore: registered new device driver usb
Oct 17 12:04:24 LenovoL15 kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 17 12:04:24 LenovoL15 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 17 12:04:24 LenovoL15 kernel: PTP clock support registered
Oct 17 12:04:24 LenovoL15 kernel: EDAC MC: Ver: 3.0.0
Oct 17 12:04:24 LenovoL15 kernel: Registered efivars operations
Oct 17 12:04:24 LenovoL15 kernel: NetLabel: Initializing
Oct 17 12:04:24 LenovoL15 kernel: NetLabel:  domain hash size = 128
Oct 17 12:04:24 LenovoL15 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 17 12:04:24 LenovoL15 kernel: NetLabel:  unlabeled traffic allowed by default
Oct 17 12:04:24 LenovoL15 kernel: PCI: Using ACPI for IRQ routing
Oct 17 12:04:24 LenovoL15 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 17 12:04:24 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 17 12:04:24 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
Oct 17 12:04:24 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Oct 17 12:04:24 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc2cf5000-0xc3ffffff]
Oct 17 12:04:24 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc70cd000-0xc7ffffff]
Oct 17 12:04:24 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Oct 17 12:04:24 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
Oct 17 12:04:24 LenovoL15 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 17 12:04:24 LenovoL15 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Oct 17 12:04:24 LenovoL15 kernel: clocksource: Switched to clocksource hpet
Oct 17 12:04:24 LenovoL15 kernel: VFS: Disk quotas dquot_6.6.0
Oct 17 12:04:24 LenovoL15 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 17 12:04:24 LenovoL15 kernel: pnp: PnP ACPI init
Oct 17 12:04:24 LenovoL15 kernel: system 00:00: [io  0x0f50-0x0f51] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 12:04:24 LenovoL15 kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0530-0x0537] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0400-0x0427] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0430] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0440-0x0447] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0b00-0x0b1f] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0c14] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0cd0-0x0cd1] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0cd2-0x0cd3] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0cd4-0x0cd5] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0cd6-0x0cd7] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x0cf9] could not be reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x8100-0x81ff window] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: [io  0x8200-0x82ff window] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 12:04:24 LenovoL15 kernel: system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
Oct 17 12:04:24 LenovoL15 kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 17 12:04:24 LenovoL15 kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Oct 17 12:04:24 LenovoL15 kernel: pnp 00:05: Plug and Play ACPI device, IDs LEN0411 PNP0f13 (active)
Oct 17 12:04:24 LenovoL15 kernel: pnp: PnP ACPI: found 6 devices
Oct 17 12:04:24 LenovoL15 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 17 12:04:24 LenovoL15 kernel: NET: Registered protocol family 2
Oct 17 12:04:24 LenovoL15 kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 17 12:04:24 LenovoL15 kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 17 12:04:24 LenovoL15 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 17 12:04:24 LenovoL15 kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 17 12:04:24 LenovoL15 kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Oct 17 12:04:24 LenovoL15 kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 17 12:04:24 LenovoL15 kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 17 12:04:24 LenovoL15 kernel: NET: Registered protocol family 1
Oct 17 12:04:24 LenovoL15 kernel: NET: Registered protocol family 44
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfd3fffff]
Oct 17 12:04:24 LenovoL15 kernel: pci_bus 0000:06: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Oct 17 12:04:24 LenovoL15 kernel: PCI: CLS 32 bytes, default 64
Oct 17 12:04:24 LenovoL15 kernel: Trying to unpack rootfs image as initramfs...
Oct 17 12:04:24 LenovoL15 kernel: Freeing initrd memory: 9896K
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:01.0: Adding to iommu group 0
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.0: Adding to iommu group 1
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.1: Adding to iommu group 2
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.2: Adding to iommu group 3
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.3: Adding to iommu group 4
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:02.4: Adding to iommu group 5
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.0: Adding to iommu group 6
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:08.1: Adding to iommu group 6
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:14.0: Adding to iommu group 7
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:14.3: Adding to iommu group 7
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.0: Adding to iommu group 8
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.1: Adding to iommu group 8
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.2: Adding to iommu group 8
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.3: Adding to iommu group 8
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.4: Adding to iommu group 8
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.5: Adding to iommu group 8
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.6: Adding to iommu group 8
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:18.7: Adding to iommu group 8
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:01:00.0: Adding to iommu group 9
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.0: Adding to iommu group 10
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.1: Adding to iommu group 10
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.2: Adding to iommu group 10
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.3: Adding to iommu group 10
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:02:00.4: Adding to iommu group 10
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:03:00.0: Adding to iommu group 11
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:04:00.0: Adding to iommu group 12
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.0: Adding to iommu group 6
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.1: Adding to iommu group 6
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.2: Adding to iommu group 6
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.3: Adding to iommu group 6
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.4: Adding to iommu group 6
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.5: Adding to iommu group 6
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:06:00.6: Adding to iommu group 6
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Oct 17 12:04:24 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
Oct 17 12:04:24 LenovoL15 kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
Oct 17 12:04:24 LenovoL15 kernel: AMD-Vi: Interrupt remapping enabled
Oct 17 12:04:24 LenovoL15 kernel: AMD-Vi: Virtual APIC enabled
Oct 17 12:04:24 LenovoL15 kernel: AMD-Vi: X2APIC enabled
Oct 17 12:04:24 LenovoL15 kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Oct 17 12:04:24 LenovoL15 kernel: amd_uncore: AMD NB counters detected
Oct 17 12:04:24 LenovoL15 kernel: amd_uncore: AMD LLC counters detected
Oct 17 12:04:24 LenovoL15 kernel: LVT offset 0 assigned for vector 0x400
Oct 17 12:04:24 LenovoL15 kernel: perf: AMD IBS detected (0x000003ff)
Oct 17 12:04:24 LenovoL15 kernel: check: Scanning for low memory corruption every 60 seconds
Oct 17 12:04:24 LenovoL15 kernel: Initialise system trusted keyrings
Oct 17 12:04:24 LenovoL15 kernel: Key type blacklist registered
Oct 17 12:04:24 LenovoL15 kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 17 12:04:24 LenovoL15 kernel: zbud: loaded
Oct 17 12:04:24 LenovoL15 kernel: Key type asymmetric registered
Oct 17 12:04:24 LenovoL15 kernel: Asymmetric key parser 'x509' registered
Oct 17 12:04:24 LenovoL15 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Oct 17 12:04:24 LenovoL15 kernel: io scheduler mq-deadline registered
Oct 17 12:04:24 LenovoL15 kernel: io scheduler kyber registered
Oct 17 12:04:24 LenovoL15 kernel: io scheduler bfq registered
Oct 17 12:04:24 LenovoL15 kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 26
Oct 17 12:04:24 LenovoL15 kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 27
Oct 17 12:04:24 LenovoL15 kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 28
Oct 17 12:04:24 LenovoL15 kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 29
Oct 17 12:04:24 LenovoL15 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 30
Oct 17 12:04:24 LenovoL15 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 17 12:04:24 LenovoL15 kernel: efifb: probing for efifb
Oct 17 12:04:24 LenovoL15 kernel: efifb: framebuffer at 0x460000000, using 8128k, total 8128k
Oct 17 12:04:24 LenovoL15 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Oct 17 12:04:24 LenovoL15 kernel: efifb: scrolling: redraw
Oct 17 12:04:24 LenovoL15 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 17 12:04:24 LenovoL15 kernel: fbcon: Deferring console take-over
Oct 17 12:04:24 LenovoL15 kernel: fb0: EFI VGA frame buffer device
Oct 17 12:04:24 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Power Button [PWRB]
Oct 17 12:04:24 LenovoL15 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Lid Switch [LID]
Oct 17 12:04:24 LenovoL15 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Sleep Button [SLPB]
Oct 17 12:04:24 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Power Button [PWRF]
Oct 17 12:04:24 LenovoL15 kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Oct 17 12:04:24 LenovoL15 kernel: acpi device:09: registered as cooling_device0
Oct 17 12:04:24 LenovoL15 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4
Oct 17 12:04:24 LenovoL15 kernel: Monitor-Mwait will be used to enter C-1 state
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
Oct 17 12:04:24 LenovoL15 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 17 12:04:24 LenovoL15 kernel: serial 0000:02:00.1: enabling device (0000 -> 0003)
Oct 17 12:04:24 LenovoL15 kernel: 0000:02:00.1: ttyS0 at I/O 0x2200 (irq = 31, base_baud = 115200) is a 16550A
Oct 17 12:04:24 LenovoL15 kernel: serial 0000:02:00.2: enabling device (0000 -> 0003)
Oct 17 12:04:24 LenovoL15 kernel: 0000:02:00.2: ttyS1 at I/O 0x2100 (irq = 32, base_baud = 115200) is a 16550A
Oct 17 12:04:24 LenovoL15 kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 17 12:04:24 LenovoL15 kernel: nvme nvme0: pci function 0000:01:00.0
Oct 17 12:04:24 LenovoL15 kernel: usbcore: registered new interface driver usbserial_generic
Oct 17 12:04:24 LenovoL15 kernel: usbserial: USB Serial support registered for generic
Oct 17 12:04:24 LenovoL15 kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 17 12:04:24 LenovoL15 kernel: rtc_cmos 00:01: registered as rtc0
Oct 17 12:04:24 LenovoL15 kernel: rtc_cmos 00:01: setting system clock to 2020-10-17T01:04:23 UTC (1602896663)
Oct 17 12:04:24 LenovoL15 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 17 12:04:24 LenovoL15 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 17 12:04:24 LenovoL15 kernel: drop_monitor: Initializing network drop monitor service
Oct 17 12:04:24 LenovoL15 kernel: NET: Registered protocol family 10
Oct 17 12:04:24 LenovoL15 kernel: Segment Routing with IPv6
Oct 17 12:04:24 LenovoL15 kernel: RPL Segment Routing with IPv6
Oct 17 12:04:24 LenovoL15 kernel: NET: Registered protocol family 17
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU0: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU1: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU2: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU3: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU4: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU5: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU6: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU7: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU8: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU9: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU10: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU11: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU12: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU13: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU14: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: CPU15: patch_level=0x08600106
Oct 17 12:04:24 LenovoL15 kernel: microcode: Microcode Update Driver: v2.2.
Oct 17 12:04:24 LenovoL15 kernel: resctrl: L3 allocation detected
Oct 17 12:04:24 LenovoL15 kernel: resctrl: L3DATA allocation detected
Oct 17 12:04:24 LenovoL15 kernel: resctrl: L3CODE allocation detected
Oct 17 12:04:24 LenovoL15 kernel: resctrl: MB allocation detected
Oct 17 12:04:24 LenovoL15 kernel: resctrl: L3 monitoring detected
Oct 17 12:04:24 LenovoL15 kernel: IPI shorthand broadcast: enabled
Oct 17 12:04:24 LenovoL15 kernel: registered taskstats version 1
Oct 17 12:04:24 LenovoL15 kernel: Loading compiled-in X.509 certificates
Oct 17 12:04:24 LenovoL15 kernel: nvme nvme0: 16/0/0 default/read/poll queues
Oct 17 12:04:24 LenovoL15 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: d09b6a7464ed1a70416a1564da989f3a0be060c8'
Oct 17 12:04:24 LenovoL15 kernel: zswap: loaded using pool lz4/z3fold
Oct 17 12:04:24 LenovoL15 kernel: Key type ._fscrypt registered
Oct 17 12:04:24 LenovoL15 kernel: Key type .fscrypt registered
Oct 17 12:04:24 LenovoL15 kernel: Key type fscrypt-provisioning registered
Oct 17 12:04:24 LenovoL15 kernel: PM:   Magic number: 8:916:53
Oct 17 12:04:24 LenovoL15 kernel: memory memory85: hash matches
Oct 17 12:04:24 LenovoL15 kernel: RAS: Correctable Errors collector initialized.
Oct 17 12:04:24 LenovoL15 kernel: Unstable clock detected, switching default tracing clock to "global"
                                  If you want to keep using the local clock, then add:
                                    "trace_clock=local"
                                  on the kernel command line
Oct 17 12:04:24 LenovoL15 kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Oct 17 12:04:24 LenovoL15 kernel: Freeing unused decrypted memory: 2040K
Oct 17 12:04:24 LenovoL15 kernel: Freeing unused kernel image (initmem) memory: 1660K
Oct 17 12:04:24 LenovoL15 kernel: Write protecting the kernel read-only data: 24576k
Oct 17 12:04:24 LenovoL15 kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Oct 17 12:04:24 LenovoL15 kernel: Freeing unused kernel image (rodata/data gap) memory: 280K
Oct 17 12:04:24 LenovoL15 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 17 12:04:24 LenovoL15 kernel: Run /init as init process
Oct 17 12:04:24 LenovoL15 kernel:   with arguments:
Oct 17 12:04:24 LenovoL15 kernel:     /init
Oct 17 12:04:24 LenovoL15 kernel:   with environment:
Oct 17 12:04:24 LenovoL15 kernel:     HOME=/
Oct 17 12:04:24 LenovoL15 kernel:     TERM=linux
Oct 17 12:04:24 LenovoL15 kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Oct 17 12:04:24 LenovoL15 kernel: fbcon: Taking over console
Oct 17 12:04:24 LenovoL15 kernel: Console: switching to colour frame buffer device 240x67
Oct 17 12:04:24 LenovoL15 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 17 12:04:24 LenovoL15 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 17 12:04:24 LenovoL15 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 17 12:04:24 LenovoL15 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 17 12:04:24 LenovoL15 kernel: rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
Oct 17 12:04:24 LenovoL15 kernel: ehci-pci: EHCI PCI platform driver
Oct 17 12:04:24 LenovoL15 kernel: ehci-pci 0000:02:00.4: EHCI Host Controller
Oct 17 12:04:24 LenovoL15 kernel: ehci-pci 0000:02:00.4: new USB bus registered, assigned bus number 1
Oct 17 12:04:24 LenovoL15 kernel: ehci-pci 0000:02:00.4: irq 54, io mem 0xfd618000
Oct 17 12:04:24 LenovoL15 kernel: ehci-pci 0000:02:00.4: USB 0.0 started, EHCI 1.00
Oct 17 12:04:24 LenovoL15 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 17 12:04:24 LenovoL15 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 12:04:24 LenovoL15 kernel: usb usb1: Product: EHCI Host Controller
Oct 17 12:04:24 LenovoL15 kernel: usb usb1: Manufacturer: Linux 5.9.0-arch1-1 ehci_hcd
Oct 17 12:04:24 LenovoL15 kernel: usb usb1: SerialNumber: 0000:02:00.4
Oct 17 12:04:24 LenovoL15 kernel: hub 1-0:1.0: USB hub found
Oct 17 12:04:24 LenovoL15 kernel: hub 1-0:1.0: 1 port detected
Oct 17 12:04:24 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 17 12:04:24 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
Oct 17 12:04:24 LenovoL15 kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 17 12:04:24 LenovoL15 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 17 12:04:24 LenovoL15 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 12:04:24 LenovoL15 kernel: usb usb2: Product: xHCI Host Controller
Oct 17 12:04:24 LenovoL15 kernel: usb usb2: Manufacturer: Linux 5.9.0-arch1-1 xhci-hcd
Oct 17 12:04:24 LenovoL15 kernel: usb usb2: SerialNumber: 0000:06:00.3
Oct 17 12:04:24 LenovoL15 kernel: hub 2-0:1.0: USB hub found
Oct 17 12:04:24 LenovoL15 kernel: hub 2-0:1.0: 4 ports detected
Oct 17 12:04:24 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 17 12:04:24 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Oct 17 12:04:24 LenovoL15 kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Oct 17 12:04:24 LenovoL15 kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 17 12:04:24 LenovoL15 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Oct 17 12:04:24 LenovoL15 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 12:04:24 LenovoL15 kernel: usb usb3: Product: xHCI Host Controller
Oct 17 12:04:24 LenovoL15 kernel: usb usb3: Manufacturer: Linux 5.9.0-arch1-1 xhci-hcd
Oct 17 12:04:24 LenovoL15 kernel: usb usb3: SerialNumber: 0000:06:00.3
Oct 17 12:04:24 LenovoL15 kernel: hub 3-0:1.0: USB hub found
Oct 17 12:04:24 LenovoL15 kernel: hub 3-0:1.0: 2 ports detected
Oct 17 12:04:24 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 17 12:04:24 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
Oct 17 12:04:24 LenovoL15 kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 17 12:04:24 LenovoL15 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 17 12:04:24 LenovoL15 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 12:04:24 LenovoL15 kernel: usb usb4: Product: xHCI Host Controller
Oct 17 12:04:24 LenovoL15 kernel: usb usb4: Manufacturer: Linux 5.9.0-arch1-1 xhci-hcd
Oct 17 12:04:24 LenovoL15 kernel: usb usb4: SerialNumber: 0000:06:00.4
Oct 17 12:04:24 LenovoL15 kernel: hub 4-0:1.0: USB hub found
Oct 17 12:04:24 LenovoL15 kernel: hub 4-0:1.0: 4 ports detected
Oct 17 12:04:24 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 17 12:04:24 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Oct 17 12:04:24 LenovoL15 kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 17 12:04:24 LenovoL15 kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 17 12:04:24 LenovoL15 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Oct 17 12:04:24 LenovoL15 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 12:04:24 LenovoL15 kernel: usb usb5: Product: xHCI Host Controller
Oct 17 12:04:24 LenovoL15 kernel: usb usb5: Manufacturer: Linux 5.9.0-arch1-1 xhci-hcd
Oct 17 12:04:24 LenovoL15 kernel: usb usb5: SerialNumber: 0000:06:00.4
Oct 17 12:04:24 LenovoL15 kernel: hub 5-0:1.0: USB hub found
Oct 17 12:04:24 LenovoL15 kernel: hub 5-0:1.0: 2 ports detected
Oct 17 12:04:24 LenovoL15 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Oct 17 12:04:24 LenovoL15 kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
Oct 17 12:04:24 LenovoL15 kernel: random: fast init done
Oct 17 12:04:24 LenovoL15 systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 17 12:04:24 LenovoL15 systemd[1]: Detected architecture x86-64.
Oct 17 12:04:24 LenovoL15 systemd[1]: Set hostname to <LenovoL15>.
Oct 17 12:04:24 LenovoL15 kernel: usb 4-3: new high-speed USB device number 2 using xhci_hcd
Oct 17 12:04:24 LenovoL15 kernel: usb 2-4: new high-speed USB device number 2 using xhci_hcd
Oct 17 12:04:24 LenovoL15 systemd[1]: Queued start job for default target Graphical Interface.
Oct 17 12:04:24 LenovoL15 systemd[1]: Created slice system-getty.slice.
Oct 17 12:04:24 LenovoL15 systemd[1]: Created slice system-modprobe.slice.
Oct 17 12:04:24 LenovoL15 systemd[1]: Created slice User and Session Slice.
Oct 17 12:04:24 LenovoL15 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 17 12:04:24 LenovoL15 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 17 12:04:24 LenovoL15 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Local Encrypted Volumes.
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Paths.
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Remote File Systems.
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Slices.
Oct 17 12:04:24 LenovoL15 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 17 12:04:24 LenovoL15 systemd[1]: Listening on Process Core Dump Socket.
Oct 17 12:04:24 LenovoL15 systemd[1]: Listening on Journal Audit Socket.
Oct 17 12:04:24 LenovoL15 systemd[1]: Listening on Journal Socket (/dev/log).
Oct 17 12:04:24 LenovoL15 systemd[1]: Listening on Journal Socket.
Oct 17 12:04:24 LenovoL15 systemd[1]: Listening on udev Control Socket.
Oct 17 12:04:24 LenovoL15 systemd[1]: Listening on udev Kernel Socket.
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounting Huge Pages File System...
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounting POSIX Message Queue File System...
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounting Kernel Debug File System...
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounting Kernel Trace File System...
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Create list of static device nodes for the current kernel...
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Load Kernel Module drm...
Oct 17 12:04:24 LenovoL15 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 17 12:04:24 LenovoL15 systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Journal Service...
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Load Kernel Modules...
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 17 12:04:24 LenovoL15 kernel: Linux agpgart interface v0.103
Oct 17 12:04:24 LenovoL15 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Coldplug All udev Devices...
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounted Huge Pages File System.
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounted POSIX Message Queue File System.
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounted Kernel Debug File System.
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounted Kernel Trace File System.
Oct 17 12:04:24 LenovoL15 systemd[1]: Finished Create list of static device nodes for the current kernel.
Oct 17 12:04:24 LenovoL15 kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
Oct 17 12:04:24 LenovoL15 systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 17 12:04:24 LenovoL15 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Oct 17 12:04:24 LenovoL15 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 17 12:04:24 LenovoL15 kernel: Asymmetric key parser 'pkcs8' registered
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Load/Save Random Seed...
Oct 17 12:04:24 LenovoL15 systemd[1]: Condition check resulted in Create System Users being skipped.
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 17 12:04:24 LenovoL15 systemd[1]: Finished Load Kernel Modules.
Oct 17 12:04:24 LenovoL15 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounting Kernel Configuration File System...
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Apply Kernel Variables...
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounted Kernel Configuration File System.
Oct 17 12:04:24 LenovoL15 systemd[1]: Finished Apply Kernel Variables.
Oct 17 12:04:24 LenovoL15 kernel: audit: type=1130 audit(1602896664.119:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd[1]: modprobe@drm.service: Succeeded.
Oct 17 12:04:24 LenovoL15 systemd[1]: Finished Load Kernel Module drm.
Oct 17 12:04:24 LenovoL15 kernel: audit: type=1130 audit(1602896664.123:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 kernel: audit: type=1131 audit(1602896664.123:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 17 12:04:24 LenovoL15 kernel: audit: type=1130 audit(1602896664.123:5): 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'
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Local File Systems (Pre).
Oct 17 12:04:24 LenovoL15 systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 17 12:04:24 LenovoL15 kernel: audit: type=1334 audit(1602896664.123:6): prog-id=5 op=LOAD
Oct 17 12:04:24 LenovoL15 kernel: audit: type=1334 audit(1602896664.123:7): prog-id=6 op=LOAD
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 17 12:04:24 LenovoL15 systemd[1]: Finished Coldplug All udev Devices.
Oct 17 12:04:24 LenovoL15 kernel: audit: type=1130 audit(1602896664.149:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd-journald[299]: Journal started
Oct 17 12:04:24 LenovoL15 systemd-journald[299]: Runtime Journal (/run/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 8.0M, max 771.6M, 763.6M free.
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START 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'
Oct 17 12:04:24 LenovoL15 audit: BPF prog-id=5 op=LOAD
Oct 17 12:04:24 LenovoL15 audit: BPF prog-id=6 op=LOAD
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd-modules-load[300]: Failed to find module 'acpi_call'
Oct 17 12:04:24 LenovoL15 systemd-modules-load[300]: Inserted module 'crypto_user'
Oct 17 12:04:24 LenovoL15 systemd-modules-load[300]: Inserted module 'pkcs8_key_parser'
Oct 17 12:04:24 LenovoL15 systemd-random-seed[305]: Kernel entropy pool is not initialized yet, waiting until it is.
Oct 17 12:04:24 LenovoL15 systemd-sysctl[308]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Oct 17 12:04:24 LenovoL15 systemd[1]: Started Journal Service.
Oct 17 12:04:24 LenovoL15 kernel: audit: type=1130 audit(1602896664.149:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd-sysctl[308]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Oct 17 12:04:24 LenovoL15 systemd-sysctl[308]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Oct 17 12:04:24 LenovoL15 systemd-sysctl[308]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Oct 17 12:04:24 LenovoL15 systemd-sysctl[308]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Oct 17 12:04:24 LenovoL15 systemd-sysctl[308]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 17 12:04:24 LenovoL15 systemd-journald[299]: Time spent on flushing to /var/log/journal/04dce25a858d4cc68ebce80f9fad7628 is 35.225ms for 921 entries.
Oct 17 12:04:24 LenovoL15 systemd-journald[299]: System Journal (/var/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 200.0M, max 4.0G, 3.8G free.
Oct 17 12:04:24 LenovoL15 kernel: audit: type=1130 audit(1602896664.159:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Oct 17 12:04:24 LenovoL15 kernel: ACPI: AC Adapter [AC] (off-line)
Oct 17 12:04:24 LenovoL15 kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 17 12:04:24 LenovoL15 systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 kernel: usb 2-4: New USB device found, idVendor=27c6, idProduct=55b4, bcdDevice= 1.00
Oct 17 12:04:24 LenovoL15 kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 17 12:04:24 LenovoL15 kernel: usb 2-4: Product: Goodix FingerPrint Device
Oct 17 12:04:24 LenovoL15 kernel: usb 2-4: Manufacturer: Generic
Oct 17 12:04:24 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 Swap.
Oct 17 12:04:24 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 17 12:04:24 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 17 12:04:24 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 17 12:04:24 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 SYSTEM.
Oct 17 12:04:24 LenovoL15 systemd[1]: Activating swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c...
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounting /efi...
Oct 17 12:04:24 LenovoL15 kernel: usb 4-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
Oct 17 12:04:24 LenovoL15 kernel: usb 4-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 17 12:04:24 LenovoL15 kernel: usb 4-3: Product: Integrated Camera
Oct 17 12:04:24 LenovoL15 kernel: usb 4-3: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 17 12:04:24 LenovoL15 kernel: usb 4-3: SerialNumber: 0001
Oct 17 12:04:24 LenovoL15 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Oct 17 12:04:24 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Oct 17 12:04:24 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Oct 17 12:04:24 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
Oct 17 12:04:24 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 1
Oct 17 12:04:24 LenovoL15 kernel: IPMI message handler: version 39.2
Oct 17 12:04:24 LenovoL15 kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 17 12:04:24 LenovoL15 kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 17 12:04:24 LenovoL15 kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 17 12:04:24 LenovoL15 kernel: ipmi device interface
Oct 17 12:04:24 LenovoL15 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Oct 17 12:04:24 LenovoL15 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Oct 17 12:04:24 LenovoL15 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Oct 17 12:04:24 LenovoL15 kernel: Adding 2097148k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:2097148k SSFS
Oct 17 12:04:24 LenovoL15 systemd[1]: Activated swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c.
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Swap.
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounted Temporary Directory (/tmp).
Oct 17 12:04:24 LenovoL15 kernel: libphy: Fixed MDIO Bus: probed
Oct 17 12:04:24 LenovoL15 kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Oct 17 12:04:24 LenovoL15 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Oct 17 12:04:24 LenovoL15 kernel: ipmi_si: IPMI System Interface driver
Oct 17 12:04:24 LenovoL15 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Oct 17 12:04:24 LenovoL15 kernel: ipmi_si: Unable to find any System Interface(s)
Oct 17 12:04:24 LenovoL15 kernel: cryptd: max_cpu_qlen set to 1000
Oct 17 12:04:24 LenovoL15 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 17 12:04:24 LenovoL15 kernel: r8169 0000:02:00.0: enabling device (0000 -> 0003)
Oct 17 12:04:24 LenovoL15 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 17 12:04:24 LenovoL15 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 17 12:04:24 LenovoL15 kernel: cfg80211: failed to load regulatory.db
Oct 17 12:04:24 LenovoL15 kernel: libphy: r8169: probed
Oct 17 12:04:24 LenovoL15 kernel: r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 00:2b:67:cf:24:6a, XID 502, IRQ 74
Oct 17 12:04:24 LenovoL15 kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Oct 17 12:04:24 LenovoL15 kernel: raid6: avx2x4   gen() 20517 MB/s
Oct 17 12:04:24 LenovoL15 kernel: usb 4-4: new full-speed USB device number 3 using xhci_hcd
Oct 17 12:04:24 LenovoL15 kernel: raid6: avx2x4   xor()  6425 MB/s
Oct 17 12:04:24 LenovoL15 kernel: raid6: avx2x2   gen() 31956 MB/s
Oct 17 12:04:24 LenovoL15 kernel: Non-volatile memory driver v1.3
Oct 17 12:04:24 LenovoL15 kernel: ccp 0000:06:00.2: enabling device (0000 -> 0002)
Oct 17 12:04:24 LenovoL15 kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Oct 17 12:04:24 LenovoL15 kernel: FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 17 12:04:24 LenovoL15 systemd[1]: Mounted /efi.
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Local File Systems.
Oct 17 12:04:24 LenovoL15 systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Oct 17 12:04:24 LenovoL15 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Create Volatile Files and Directories...
Oct 17 12:04:24 LenovoL15 kernel: AVX2 version of gcm_enc/dec engaged.
Oct 17 12:04:24 LenovoL15 kernel: AES CTR mode by8 optimization enabled
Oct 17 12:04:24 LenovoL15 kernel: tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
Oct 17 12:04:24 LenovoL15 kernel: ccp 0000:06:00.2: tee enabled
Oct 17 12:04:24 LenovoL15 kernel: ccp 0000:06:00.2: psp enabled
Oct 17 12:04:24 LenovoL15 kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Oct 17 12:04:24 LenovoL15 kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
Oct 17 12:04:24 LenovoL15 systemd[1]: Finished Create Volatile Files and Directories.
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Oct 17 12:04:24 LenovoL15 systemd[1]: Condition check resulted in Update is Completed being skipped.
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 17 12:04:24 LenovoL15 audit[465]: SYSTEM_BOOT pid=465 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target System Initialization.
Oct 17 12:04:24 LenovoL15 systemd[1]: Started Daily man-db regeneration.
Oct 17 12:04:24 LenovoL15 kernel: raid6: avx2x2   xor() 21730 MB/s
Oct 17 12:04:24 LenovoL15 systemd[1]: Started Daily verification of password and group files.
Oct 17 12:04:24 LenovoL15 systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Timers.
Oct 17 12:04:24 LenovoL15 systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Sockets.
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Basic System.
Oct 17 12:04:24 LenovoL15 systemd[1]: Started D-Bus System Message Bus.
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Network Manager...
Oct 17 12:04:24 LenovoL15 audit: BPF prog-id=7 op=LOAD
Oct 17 12:04:24 LenovoL15 audit: BPF prog-id=8 op=LOAD
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting User Login Management...
Oct 17 12:04:24 LenovoL15 kernel: usb 4-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Oct 17 12:04:24 LenovoL15 kernel: usb 4-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 17 12:04:24 LenovoL15 kernel: raid6: avx2x1   gen() 21334 MB/s
Oct 17 12:04:24 LenovoL15 systemd-logind[468]: New seat seat0.
Oct 17 12:04:24 LenovoL15 systemd[1]: Started User Login Management.
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.5938] NetworkManager (version 1.26.4-1) is starting... (for the first time)
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.5940] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 17 12:04:24 LenovoL15 systemd[1]: Started Network Manager.
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.5960] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Network.
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Permit User Sessions...
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.6001] manager[0x5613be4ac030]: monitoring kernel firmware directory '/lib/firmware'.
Oct 17 12:04:24 LenovoL15 dbus-daemon[466]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 12:04:24 LenovoL15 audit: BPF prog-id=9 op=LOAD
Oct 17 12:04:24 LenovoL15 audit: BPF prog-id=10 op=LOAD
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Hostname Service...
Oct 17 12:04:24 LenovoL15 systemd[1]: Finished Permit User Sessions.
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd[1]: Started Getty on tty1.
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Login Prompts.
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Multi-User System.
Oct 17 12:04:24 LenovoL15 systemd[1]: Reached target Graphical Interface.
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting TLP system startup/shutdown...
Oct 17 12:04:24 LenovoL15 kernel: raid6: avx2x1   xor() 17687 MB/s
Oct 17 12:04:24 LenovoL15 kernel: raid6: sse2x4   gen() 17050 MB/s
Oct 17 12:04:24 LenovoL15 kernel: raid6: sse2x4   xor()  5893 MB/s
Oct 17 12:04:24 LenovoL15 kernel: raid6: sse2x2   gen() 18691 MB/s
Oct 17 12:04:24 LenovoL15 kernel: raid6: sse2x2   xor() 11799 MB/s
Oct 17 12:04:24 LenovoL15 kernel: raid6: sse2x1   gen() 14105 MB/s
Oct 17 12:04:24 LenovoL15 dbus-daemon[466]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 17 12:04:24 LenovoL15 systemd[1]: Started Hostname Service.
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9390] hostname: hostname: using hostnamed
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9390] hostname: hostname changed from (none) to "LenovoL15"
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9398] dns-mgr[0x5613be469220]: init: dns=default,systemd-resolved rc-manager=symlink
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9404] manager[0x5613be4ac030]: rfkill: Wi-Fi hardware radio set enabled
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9404] manager[0x5613be4ac030]: rfkill: WWAN hardware radio set enabled
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9470] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-ovs.so)
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9479] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wifi.so)
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9559] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-team.so)
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9566] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-adsl.so)
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9594] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wwan.so)
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9607] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-bluetooth.so)
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9610] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9611] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9611] manager: Networking is enabled by state file
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9616] dhcp-init: Using DHCP client 'internal'
Oct 17 12:04:24 LenovoL15 dbus-daemon[466]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9621] settings: Loaded settings plugin: keyfile (internal)
Oct 17 12:04:24 LenovoL15 systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9643] device (lo): carrier: link connected
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9646] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9655] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 17 12:04:24 LenovoL15 NetworkManager[467]: <info>  [1602896664.9675] ovsdb: Could not connect: No such file or directory
Oct 17 12:04:24 LenovoL15 dbus-daemon[466]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 17 12:04:24 LenovoL15 systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 17 12:04:24 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:24 LenovoL15 kernel: raid6: sse2x1   xor()  8881 MB/s
Oct 17 12:04:24 LenovoL15 kernel: raid6: using algorithm avx2x2 gen() 31956 MB/s
Oct 17 12:04:24 LenovoL15 kernel: raid6: .... xor() 21730 MB/s, rmw enabled
Oct 17 12:04:24 LenovoL15 kernel: raid6: using avx2x2 recovery algorithm
Oct 17 12:04:25 LenovoL15 tlp[479]: Applying power save settings...done.
Oct 17 12:04:25 LenovoL15 kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 17 12:04:25 LenovoL15 kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 17 12:04:25 LenovoL15 kernel: thinkpad_acpi: ThinkPad BIOS R19ET28W (1.12 ), EC R19HT27W
Oct 17 12:04:25 LenovoL15 kernel: thinkpad_acpi: Lenovo ThinkPad L15 Gen 1, model 20U7000JAU
Oct 17 12:04:25 LenovoL15 kernel: Intel(R) Wireless WiFi driver for Linux
Oct 17 12:04:25 LenovoL15 kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 17 12:04:25 LenovoL15 kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 17 12:04:25 LenovoL15 kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 17 12:04:25 LenovoL15 kernel: xor: automatically using best checksumming function   avx       
Oct 17 12:04:25 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 17 12:04:25 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
Oct 17 12:04:25 LenovoL15 tlp[479]: Setting battery charge thresholds...done.
Oct 17 12:04:25 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
Oct 17 12:04:25 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
Oct 17 12:04:25 LenovoL15 kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
Oct 17 12:04:25 LenovoL15 kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Oct 17 12:04:25 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:25 LenovoL15 systemd[1]: Finished TLP system startup/shutdown.
Oct 17 12:04:25 LenovoL15 kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
Oct 17 12:04:25 LenovoL15 kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
Oct 17 12:04:25 LenovoL15 kernel: iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
Oct 17 12:04:25 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
Oct 17 12:04:25 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug configuration: 0
Oct 17 12:04:25 LenovoL15 kernel: iwlwifi 0000:03:00.0: loaded firmware version 55.d9698065.0 cc-a0-55.ucode op_mode iwlmvm
Oct 17 12:04:25 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
Oct 17 12:04:25 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
Oct 17 12:04:25 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
Oct 17 12:04:25 LenovoL15 kernel: kvm: Nested Virtualization enabled
Oct 17 12:04:25 LenovoL15 kernel: SVM: kvm: Nested Paging enabled
Oct 17 12:04:25 LenovoL15 kernel: SVM: Virtual VMLOAD VMSAVE supported
Oct 17 12:04:25 LenovoL15 kernel: SVM: Virtual GIF supported
Oct 17 12:04:25 LenovoL15 kernel: Btrfs loaded, crc32c=crc32c-intel
Oct 17 12:04:25 LenovoL15 kernel: thinkpad_acpi: battery 1 registered (start 85, stop 85)
Oct 17 12:04:25 LenovoL15 kernel: battery: new extension: ThinkPad Battery Extension
Oct 17 12:04:25 LenovoL15 kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
Oct 17 12:04:25 LenovoL15 kernel: BTRFS: device label Files devid 1 transid 35 /dev/nvme0n1p7 scanned by systemd-udevd (336)
Oct 17 12:04:25 LenovoL15 kernel: MCE: In-kernel MCE decoding enabled.
Oct 17 12:04:25 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 17 12:04:25 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 17 12:04:25 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 17 12:04:25 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Oct 17 12:04:25 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Oct 17 12:04:25 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Oct 17 12:04:25 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Oct 17 12:04:25 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:25 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:25 LenovoL15 systemd-udevd[328]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 12:04:25 LenovoL15 kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Oct 17 12:04:25 LenovoL15 kernel: psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
Oct 17 12:04:25 LenovoL15 systemd-udevd[326]: Using default interface naming scheme 'v245'.
Oct 17 12:04:25 LenovoL15 systemd-udevd[326]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 12:04:25 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: renamed from eth0
Oct 17 12:04:25 LenovoL15 NetworkManager[467]: <info>  [1602896665.3305] rfkill1: found WWAN radio killswitch (at /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1) (platform driver thinkpad_acpi)
Oct 17 12:04:25 LenovoL15 systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
Oct 17 12:04:25 LenovoL15 systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Oct 17 12:04:25 LenovoL15 systemd[1]: Reached target Sound Card.
Oct 17 12:04:25 LenovoL15 kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
Oct 17 12:04:25 LenovoL15 kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
Oct 17 12:04:25 LenovoL15 kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15
Oct 17 12:04:25 LenovoL15 systemd-udevd[366]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 17 12:04:25 LenovoL15 kernel: psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
Oct 17 12:04:25 LenovoL15 kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN0411 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
Oct 17 12:04:25 LenovoL15 systemd-udevd[366]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Oct 17 12:04:25 LenovoL15 NetworkManager[467]: <info>  [1602896665.3690] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp2s0f0'
Oct 17 12:04:25 LenovoL15 NetworkManager[467]: <info>  [1602896665.3754] manager: startup complete
Oct 17 12:04:25 LenovoL15 NetworkManager[467]: <info>  [1602896665.3755] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 17 12:04:25 LenovoL15 systemd-logind[468]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 17 12:04:25 LenovoL15 systemd-udevd[345]: Using default interface naming scheme 'v245'.
Oct 17 12:04:25 LenovoL15 systemd-logind[468]: Watching system buttons on /dev/input/event0 (Power Button)
Oct 17 12:04:25 LenovoL15 systemd-logind[468]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 17 12:04:25 LenovoL15 systemd-logind[468]: Watching system buttons on /dev/input/event2 (Sleep Button)
Oct 17 12:04:25 LenovoL15 systemd-logind[468]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Oct 17 12:04:25 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:25 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:25 LenovoL15 kernel: Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
Oct 17 12:04:25 LenovoL15 kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
Oct 17 12:04:25 LenovoL15 kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Oct 17 12:04:25 LenovoL15 kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
Oct 17 12:04:25 LenovoL15 kernel: iwlwifi 0000:03:00.0: base HW address: 34:cf:f6:6a:00:36
Oct 17 12:04:25 LenovoL15 kernel: random: crng init done
Oct 17 12:04:25 LenovoL15 kernel: random: 5 urandom warning(s) missed due to ratelimiting
Oct 17 12:04:25 LenovoL15 systemd[1]: Finished Load/Save Random Seed.
Oct 17 12:04:25 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:25 LenovoL15 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 17 12:04:25 LenovoL15 systemd[1]: Startup finished in 8.764s (firmware) + 17.285s (loader) + 1.009s (kernel) + 1.612s (userspace) = 28.672s.
Oct 17 12:04:25 LenovoL15 NetworkManager[467]: <info>  [1602896665.5161] settings: (enp2s0f0): created default wired connection 'Wired connection 1'
Oct 17 12:04:25 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
Oct 17 12:04:25 LenovoL15 systemd-udevd[323]: Using default interface naming scheme 'v245'.
Oct 17 12:04:25 LenovoL15 NetworkManager[467]: <info>  [1602896665.5210] device (wlan0): driver supports Access Point (AP) mode
Oct 17 12:04:25 LenovoL15 kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Oct 17 12:04:25 LenovoL15 NetworkManager[467]: <info>  [1602896665.5216] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 17 12:04:25 LenovoL15 systemd-udevd[323]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 12:04:25 LenovoL15 NetworkManager[467]: <info>  [1602896665.5222] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Oct 17 12:04:25 LenovoL15 NetworkManager[467]: <info>  [1602896665.5332] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 17 12:04:25 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:25 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:25 LenovoL15 kernel: [drm] amdgpu kernel modesetting enabled.
Oct 17 12:04:25 LenovoL15 kernel: Virtual CRAT table created for CPU
Oct 17 12:04:25 LenovoL15 kernel: amdgpu: Topology: Add CPU node
Oct 17 12:04:25 LenovoL15 kernel: mousedev: PS/2 mouse device common for all mice
Oct 17 12:04:25 LenovoL15 kernel: checking generic (460000000 7f0000) vs hw (460000000 10000000)
Oct 17 12:04:25 LenovoL15 kernel: fb0: switching to amdgpudrmfb from EFI VGA
Oct 17 12:04:25 LenovoL15 kernel: Console: switching to colour dummy device 80x25
Oct 17 12:04:25 LenovoL15 kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
Oct 17 12:04:25 LenovoL15 kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
Oct 17 12:04:25 LenovoL15 kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x17AA:0x507E 0xD1).
Oct 17 12:04:25 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Oct 17 12:04:25 LenovoL15 kernel: [drm] register mmio base: 0xFD300000
Oct 17 12:04:25 LenovoL15 kernel: [drm] register mmio size: 524288
Oct 17 12:04:25 LenovoL15 kernel: [drm] PCIE atomic ops is not supported
Oct 17 12:04:25 LenovoL15 kernel: [drm] add ip block number 0 <soc15_common>
Oct 17 12:04:25 LenovoL15 kernel: [drm] add ip block number 1 <gmc_v9_0>
Oct 17 12:04:25 LenovoL15 kernel: [drm] add ip block number 2 <vega10_ih>
Oct 17 12:04:25 LenovoL15 kernel: [drm] add ip block number 3 <psp>
Oct 17 12:04:25 LenovoL15 kernel: [drm] add ip block number 4 <smu>
Oct 17 12:04:25 LenovoL15 kernel: [drm] add ip block number 5 <gfx_v9_0>
Oct 17 12:04:25 LenovoL15 kernel: [drm] add ip block number 6 <sdma_v4_0>
Oct 17 12:04:25 LenovoL15 kernel: [drm] add ip block number 7 <dm>
Oct 17 12:04:25 LenovoL15 kernel: [drm] add ip block number 8 <vcn_v2_0>
Oct 17 12:04:25 LenovoL15 kernel: [drm] add ip block number 9 <jpeg_v2_0>
Oct 17 12:04:25 LenovoL15 kernel: amdgpu: ATOM BIOS: 113-RENOIR-026
Oct 17 12:04:25 LenovoL15 kernel: [drm] VCN decode is enabled in VM mode
Oct 17 12:04:25 LenovoL15 kernel: [drm] VCN encode is enabled in VM mode
Oct 17 12:04:25 LenovoL15 kernel: [drm] JPEG decode is enabled in VM mode
Oct 17 12:04:25 LenovoL15 kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Oct 17 12:04:25 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Oct 17 12:04:25 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Oct 17 12:04:25 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Oct 17 12:04:25 LenovoL15 kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Oct 17 12:04:25 LenovoL15 kernel: [drm] RAM width 64bits DDR4
Oct 17 12:04:25 LenovoL15 kernel: [TTM] Zone  kernel: Available graphics memory: 7901250 KiB
Oct 17 12:04:25 LenovoL15 kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
Oct 17 12:04:25 LenovoL15 kernel: [TTM] Initializing pool allocator
Oct 17 12:04:25 LenovoL15 kernel: [TTM] Initializing DMA pool allocator
Oct 17 12:04:25 LenovoL15 kernel: [drm] amdgpu: 512M of VRAM memory ready
Oct 17 12:04:25 LenovoL15 kernel: [drm] amdgpu: 3072M of GTT memory ready.
Oct 17 12:04:25 LenovoL15 kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Oct 17 12:04:25 LenovoL15 kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
Oct 17 12:04:25 LenovoL15 kernel: [drm] Loading DMUB firmware via PSP: version=0x00000000
Oct 17 12:04:25 LenovoL15 kernel: [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17
Oct 17 12:04:25 LenovoL15 kernel: [drm] PSP loading VCN firmware
Oct 17 12:04:25 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:25 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:25 LenovoL15 NetworkManager[467]: <info>  [1602896665.7819] device (wlan0): set-hw-addr: set MAC address to CA:64:9E:EF:7D:4C (scanning)
Oct 17 12:04:25 LenovoL15 systemd-logind[468]: Watching system buttons on /dev/input/event10 (ThinkPad Extra Buttons)
Oct 17 12:04:25 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:25 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:25 LenovoL15 kernel: mc: Linux media interface: v0.10
Oct 17 12:04:25 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:25 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:26 LenovoL15 dbus-daemon[466]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 12:04:26 LenovoL15 systemd[1]: Starting WPA supplicant...
Oct 17 12:04:26 LenovoL15 dbus-daemon[466]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 17 12:04:26 LenovoL15 systemd[1]: Started WPA supplicant.
Oct 17 12:04:26 LenovoL15 wpa_supplicant[990]: Successfully initialized wpa_supplicant
Oct 17 12:04:26 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:26 LenovoL15 kernel: videodev: Linux video capture interface: v2.00
Oct 17 12:04:26 LenovoL15 kernel: psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
Oct 17 12:04:26 LenovoL15 NetworkManager[467]: <info>  [1602896666.1045] device (wlan0): supplicant interface state: internal-starting -> disconnected
Oct 17 12:04:26 LenovoL15 NetworkManager[467]: <info>  [1602896666.1047] Wi-Fi P2P device controlled by interface wlan0 created
Oct 17 12:04:26 LenovoL15 NetworkManager[467]: <info>  [1602896666.1050] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 17 12:04:26 LenovoL15 NetworkManager[467]: <info>  [1602896666.1052] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 17 12:04:26 LenovoL15 NetworkManager[467]: <warn>  [1602896666.1063] sup-iface[43fcfd025601cf26,0,wlan0]: call-p2p-cancel: failed with P2P cancel failed
Oct 17 12:04:26 LenovoL15 NetworkManager[467]: <info>  [1602896666.1064] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Oct 17 12:04:26 LenovoL15 NetworkManager[467]: <info>  [1602896666.1072] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:26 LenovoL15 kernel: uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
Oct 17 12:04:26 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 17 12:04:26 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Extension 4 was not initialized!
Oct 17 12:04:26 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
Oct 17 12:04:26 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
Oct 17 12:04:26 LenovoL15 kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input17
Oct 17 12:04:26 LenovoL15 kernel: usbcore: registered new interface driver uvcvideo
Oct 17 12:04:26 LenovoL15 kernel: USB Video Class driver (1.1.1)
Oct 17 12:04:26 LenovoL15 kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f11f3000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (0) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f11f6000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: Bluetooth: Core ver 2.22
Oct 17 12:04:26 LenovoL15 kernel: NET: Registered protocol family 31
Oct 17 12:04:26 LenovoL15 kernel: Bluetooth: HCI device and connection manager initialized
Oct 17 12:04:26 LenovoL15 kernel: Bluetooth: HCI socket layer initialized
Oct 17 12:04:26 LenovoL15 kernel: Bluetooth: L2CAP socket layer initialized
Oct 17 12:04:26 LenovoL15 kernel: Bluetooth: SCO socket layer initialized
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (8) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f0bf3000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (9) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f11c9000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (10) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f11cc000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (11) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f1296000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (12) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9fb1000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (13) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eb1eb000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (17) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eb1ea000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (18) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eb1ed000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (19) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eb1ee000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (20) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eb485000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (26) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eb09d000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] failed to load ucode id (32) 
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eb24e000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x4) failed and response status is (0xF)
Oct 17 12:04:26 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f1d41000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e4b80000 flags=0x00a0]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e4bc0000 flags=0x00a0]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0xfffffffdf8000000 flags=0x0088]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: [drm] kiq ring mec 2 pipe 1 q 0
Oct 17 12:04:26 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f704e000 flags=0x0180]
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003e8521011
Oct 17 12:04:26 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:26 LenovoL15 kernel: usbcore: registered new interface driver btusb
Oct 17 12:04:26 LenovoL15 systemd[1]: Reached target Bluetooth.
Oct 17 12:04:26 LenovoL15 kernel: Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:26 LenovoL15 kernel: amdgpu 0000:06:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
Oct 17 12:04:26 LenovoL15 kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] *ERROR* KCQ enable failed
Oct 17 12:04:26 LenovoL15 kernel: [drm:amdgpu_device_init.cold [amdgpu]] *ERROR* hw_init of IP block <gfx_v9_0> failed -110
Oct 17 12:04:26 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: amdgpu_device_ip_init failed
Oct 17 12:04:26 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Fatal error during GPU init
Oct 17 12:04:26 LenovoL15 kernel: [drm] amdgpu: finishing device.
Oct 17 12:04:26 LenovoL15 kernel: [drm] psp command (0x2) failed and response status is (0x117)
Oct 17 12:04:26 LenovoL15 kernel: [drm] free PSP TMR buffer
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:26 LenovoL15 kernel: ------------[ cut here ]------------
Oct 17 12:04:26 LenovoL15 kernel: Memory manager not clean during takedown.
Oct 17 12:04:26 LenovoL15 kernel: WARNING: CPU: 0 PID: 355 at drivers/gpu/drm/drm_mm.c:998 drm_mm_takedown+0x1f/0x30 [drm]
Oct 17 12:04:26 LenovoL15 kernel: Modules linked in: amd64_edac_mod(-) btusb btrtl btbcm btintel uvcvideo bluetooth videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common ecdh_generic ecc videodev mc joydev mousedev amdgpu(+) wmi_bmof iwlmvm edac_mce_amd mac80211 snd_hda_codec_realtek kvm_amd btrfs libarc4 snd_hda_codec_generic kvm snd_hda_codec_hdmi snd_hda_intel gpu_sched snd_intel_dspcfg snd_hda_codec blake2b_generic i2c_algo_bit xor ttm irqbypass iwlwifi thinkpad_acpi snd_hda_core crct10dif_pclmul tpm_crb crc32_pclmul ghash_clmulni_intel drm_kms_helper snd_hwdep aesni_intel tpm_tis snd_pcm nls_iso8859_1 tpm_tis_core nvram ccp crypto_simd cec r8169 tpm nls_cp437 ledtrig_audio snd_timer cryptd glue_helper cfg80211 realtek ucsi_acpi vfat mdio_devres of_mdio rapl psmouse input_leds raid6_pq rc_core pcspkr typec_ucsi fat fixed_phy syscopyarea snd ipmi_devintf sysfillrect snd_rn_pci_acp3x sp5100_tco sysimgblt libcrc32c k10temp rfkill fb_sys_fops snd_pci_acp3x libphy ipmi_msghandler i2c_piix4 typec
Oct 17 12:04:26 LenovoL15 kernel:  rng_core wmi soundcore battery ac i2c_scmi acpi_cpufreq evdev pinctrl_amd mac_hid drm pkcs8_key_parser crypto_user agpgart ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 rtsx_pci_sdmmc serio_raw mmc_core atkbd libps2 xhci_pci crc32c_intel xhci_pci_renesas xhci_hcd ehci_pci rtsx_pci ehci_hcd i8042 serio
Oct 17 12:04:26 LenovoL15 kernel: CPU: 0 PID: 355 Comm: systemd-udevd Not tainted 5.9.0-arch1-1 #1
Oct 17 12:04:26 LenovoL15 kernel: Hardware name: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
Oct 17 12:04:26 LenovoL15 kernel: RIP: 0010:drm_mm_takedown+0x1f/0x30 [drm]
Oct 17 12:04:26 LenovoL15 kernel: Code: 0f 1f 84 00 00 00 00 00 0f 1f 00 0f 1f 44 00 00 48 8b 47 38 48 83 c7 38 48 39 f8 75 01 c3 48 c7 c7 b8 7a 44 c0 e8 d7 04 49 ea <0f> 0b c3 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 0f 1f 44 00 00
Oct 17 12:04:26 LenovoL15 kernel: RSP: 0018:ffff90a3c15f79c0 EFLAGS: 00010282
Oct 17 12:04:26 LenovoL15 kernel: RAX: 0000000000000000 RBX: ffff8b3dafa650e0 RCX: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: RDX: 0000000000000002 RSI: ffffffffabb53f4f RDI: 00000000ffffffff
Oct 17 12:04:26 LenovoL15 kernel: RBP: ffff8b3dba04b000 R08: 00000000000004e8 R09: 0000000000000003
Oct 17 12:04:26 LenovoL15 kernel: R10: 0000000000000000 R11: 0000000000000001 R12: ffff8b3dba04b0f0
Oct 17 12:04:26 LenovoL15 kernel: R13: ffff8b3dafa64f68 R14: 0000000000000000 R15: 0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: FS:  00007fad2f8e9440(0000) GS:ffff8b3dbf600000(0000) knlGS:0000000000000000
Oct 17 12:04:26 LenovoL15 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Oct 17 12:04:26 LenovoL15 kernel: CR2: 00007fad306e7421 CR3: 00000003f72ee000 CR4: 0000000000350ef0
Oct 17 12:04:26 LenovoL15 kernel: Call Trace:
Oct 17 12:04:26 LenovoL15 kernel:  amdgpu_vram_mgr_fini+0x2c/0x60 [amdgpu]
Oct 17 12:04:26 LenovoL15 kernel:  ttm_bo_clean_mm+0xb3/0xd0 [ttm]
Oct 17 12:04:26 LenovoL15 kernel:  amdgpu_ttm_fini+0x8b/0xe0 [amdgpu]
Oct 17 12:04:26 LenovoL15 kernel:  amdgpu_bo_fini+0xe/0x30 [amdgpu]
Oct 17 12:04:26 LenovoL15 kernel:  gmc_v9_0_sw_fini+0x6b/0x90 [amdgpu]
Oct 17 12:04:26 LenovoL15 kernel:  amdgpu_device_fini+0x282/0x482 [amdgpu]
Oct 17 12:04:26 LenovoL15 kernel:  amdgpu_driver_unload_kms+0x3e/0x70 [amdgpu]
Oct 17 12:04:26 LenovoL15 kernel:  amdgpu_driver_load_kms.cold+0x35/0x57 [amdgpu]
Oct 17 12:04:26 LenovoL15 kernel:  amdgpu_pci_probe+0xf4/0x180 [amdgpu]
Oct 17 12:04:26 LenovoL15 kernel:  local_pci_probe+0x42/0x80
Oct 17 12:04:26 LenovoL15 kernel:  ? pci_match_device+0xd7/0x100
Oct 17 12:04:26 LenovoL15 kernel:  pci_device_probe+0xfa/0x1b0
Oct 17 12:04:26 LenovoL15 kernel:  really_probe+0x205/0x460
Oct 17 12:04:26 LenovoL15 kernel:  driver_probe_device+0xe1/0x150
Oct 17 12:04:26 LenovoL15 kernel:  device_driver_attach+0xa1/0xb0
Oct 17 12:04:26 LenovoL15 kernel:  __driver_attach+0x8a/0x150
Oct 17 12:04:26 LenovoL15 kernel:  ? device_driver_attach+0xb0/0xb0
Oct 17 12:04:26 LenovoL15 kernel:  ? device_driver_attach+0xb0/0xb0
Oct 17 12:04:26 LenovoL15 kernel:  bus_for_each_dev+0x89/0xd0
Oct 17 12:04:26 LenovoL15 kernel:  bus_add_driver+0x12b/0x1e0
Oct 17 12:04:26 LenovoL15 kernel:  driver_register+0x8b/0xe0
Oct 17 12:04:26 LenovoL15 kernel:  ? 0xffffffffc0edd000
Oct 17 12:04:26 LenovoL15 kernel:  do_one_initcall+0x59/0x234
Oct 17 12:04:26 LenovoL15 kernel:  do_init_module+0x5c/0x260
Oct 17 12:04:26 LenovoL15 kernel:  load_module+0x21a7/0x2450
Oct 17 12:04:26 LenovoL15 kernel:  __do_sys_init_module+0x12d/0x180
Oct 17 12:04:26 LenovoL15 kernel:  do_syscall_64+0x33/0x40
Oct 17 12:04:26 LenovoL15 kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
Oct 17 12:04:26 LenovoL15 kernel: RIP: 0033:0x7fad30672e4e
Oct 17 12:04:26 LenovoL15 kernel: Code: 48 8b 0d 25 10 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f2 0f 0c 00 f7 d8 64 89 01 48
Oct 17 12:04:26 LenovoL15 kernel: RSP: 002b:00007ffc05bcaae8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Oct 17 12:04:26 LenovoL15 kernel: RAX: ffffffffffffffda RBX: 0000558d3efc16a0 RCX: 00007fad30672e4e
Oct 17 12:04:26 LenovoL15 kernel: RDX: 0000558d3eff9e50 RSI: 0000000000afd1f1 RDI: 0000558d3f8fbbe0
Oct 17 12:04:26 LenovoL15 kernel: RBP: 0000558d3f8fbbe0 R08: ffffffffffffffe0 R09: 00007ffc05bc9b81
Oct 17 12:04:26 LenovoL15 kernel: R10: 0000558d3ef96010 R11: 0000000000000246 R12: 0000558d3eff9e50
Oct 17 12:04:26 LenovoL15 kernel: R13: 0000000000000011 R14: 0000558d3efed660 R15: 0000558d3efc16a0
Oct 17 12:04:26 LenovoL15 kernel: ---[ end trace 3d9c5d5e53965933 ]---
Oct 17 12:04:26 LenovoL15 kernel: [TTM] Finalizing pool allocator
Oct 17 12:04:26 LenovoL15 kernel: [TTM] Finalizing DMA pool allocator
Oct 17 12:04:26 LenovoL15 kernel: [TTM] Zone  kernel: Used memory at exit: 9 KiB
Oct 17 12:04:26 LenovoL15 kernel: [TTM] Zone   dma32: Used memory at exit: 0 KiB
Oct 17 12:04:26 LenovoL15 kernel: [drm] amdgpu: ttm finalized
Oct 17 12:04:26 LenovoL15 kernel: amdgpu: probe of 0000:06:00.0 failed with error -110
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:26 LenovoL15 systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Oct 17 12:04:26 LenovoL15 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Oct 17 12:04:26 LenovoL15 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Oct 17 12:04:26 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:26 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:27 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:27 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:27 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 17 12:04:27 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 17 12:04:29 LenovoL15 wpa_supplicant[990]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7020] policy: auto-activating connection 'Telstra793004' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7030] device (wlan0): Activation: starting connection 'Telstra793004' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7032] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7037] manager: NetworkManager state is now CONNECTING
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7063] device (wlan0): set-hw-addr: reset MAC address to 34:CF:F6:6A:00:36 (preserve)
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7098] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7103] device (wlan0): Activation: (wifi) access point 'Telstra793004' has security, but secrets are required.
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7103] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7156] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7162] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7167] device (wlan0): Activation: (wifi) connection 'Telstra793004' has security, and secrets exist.  No new secrets needed.
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7168] Config: added 'ssid' value 'Telstra793004'
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7168] Config: added 'scan_ssid' value '1'
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7168] Config: added 'bgscan' value 'simple:30:-70:86400'
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7168] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7168] Config: added 'auth_alg' value 'OPEN'
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.7169] Config: added 'psk' value '<hidden>'
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.8038] device (wlan0): supplicant interface state: disconnected -> inactive
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.8039] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.8107] device (wlan0): supplicant interface state: inactive -> scanning
Oct 17 12:04:30 LenovoL15 NetworkManager[467]: <info>  [1602896670.8107] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
Oct 17 12:04:31 LenovoL15 wpa_supplicant[990]: wlan0: SME: Trying to authenticate with a6:91:b1:79:30:0c (SSID='Telstra793004' freq=5560 MHz)
Oct 17 12:04:31 LenovoL15 kernel: wlan0: authenticate with a6:91:b1:79:30:0c
Oct 17 12:04:31 LenovoL15 kernel: wlan0: send auth to a6:91:b1:79:30:0c (try 1/3)
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.8053] device (wlan0): supplicant interface state: scanning -> authenticating
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.8054] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Oct 17 12:04:31 LenovoL15 wpa_supplicant[990]: wlan0: Trying to associate with a6:91:b1:79:30:0c (SSID='Telstra793004' freq=5560 MHz)
Oct 17 12:04:31 LenovoL15 kernel: wlan0: authenticated
Oct 17 12:04:31 LenovoL15 kernel: wlan0: associate with a6:91:b1:79:30:0c (try 1/3)
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.8353] device (wlan0): supplicant interface state: authenticating -> associating
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.8354] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Oct 17 12:04:31 LenovoL15 kernel: wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=0 aid=5)
Oct 17 12:04:31 LenovoL15 kernel: wlan0: associated
Oct 17 12:04:31 LenovoL15 kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by a6:91:b1:79:30:0c
Oct 17 12:04:31 LenovoL15 wpa_supplicant[990]: wlan0: Associated with a6:91:b1:79:30:0c
Oct 17 12:04:31 LenovoL15 wpa_supplicant[990]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.8647] device (wlan0): supplicant interface state: associating -> 4way_handshake
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.8647] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Oct 17 12:04:31 LenovoL15 wpa_supplicant[990]: wlan0: WPA: Key negotiation completed with a6:91:b1:79:30:0c [PTK=CCMP GTK=CCMP]
Oct 17 12:04:31 LenovoL15 wpa_supplicant[990]: wlan0: CTRL-EVENT-CONNECTED - Connection to a6:91:b1:79:30:0c completed [id=0 id_str=]
Oct 17 12:04:31 LenovoL15 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9368] device (wlan0): supplicant interface state: 4way_handshake -> completed
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9369] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Telstra793004"
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9369] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9374] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 17 12:04:31 LenovoL15 wpa_supplicant[990]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-71 noise=9999 txrate=26000
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9383] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9519] dhcp4 (wlan0): option dhcp_lease_time      => '3600'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9520] dhcp4 (wlan0): option domain_name          => 'modem'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9520] dhcp4 (wlan0): option domain_name_servers  => '8.8.8.8 1.1.1.1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9521] dhcp4 (wlan0): option expiry               => '1602900271'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9521] dhcp4 (wlan0): option host_name            => 'LenovoL15'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9521] dhcp4 (wlan0): option ip_address           => '192.168.0.206'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9521] dhcp4 (wlan0): option next_server          => '192.168.0.1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9521] dhcp4 (wlan0): option requested_broadcast_address => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9522] dhcp4 (wlan0): option requested_domain_name => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9522] dhcp4 (wlan0): option requested_domain_name_servers => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9522] dhcp4 (wlan0): option requested_domain_search => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9522] dhcp4 (wlan0): option requested_host_name  => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9522] dhcp4 (wlan0): option requested_interface_mtu => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9522] dhcp4 (wlan0): option requested_ms_classless_static_routes => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9523] dhcp4 (wlan0): option requested_nis_domain => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9523] dhcp4 (wlan0): option requested_nis_servers => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9523] dhcp4 (wlan0): option requested_ntp_servers => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9523] dhcp4 (wlan0): option requested_rfc3442_classless_static_routes => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9523] dhcp4 (wlan0): option requested_root_path  => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9523] dhcp4 (wlan0): option requested_routers    => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9524] dhcp4 (wlan0): option requested_static_routes => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9524] dhcp4 (wlan0): option requested_subnet_mask => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9524] dhcp4 (wlan0): option requested_time_offset => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9524] dhcp4 (wlan0): option requested_wpad       => '1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9524] dhcp4 (wlan0): option routers              => '192.168.0.1'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9524] dhcp4 (wlan0): option subnet_mask          => '255.255.255.0'
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9525] dhcp4 (wlan0): state changed unknown -> bound
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9576] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9617] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9622] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9630] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9667] manager: NetworkManager state is now CONNECTED_SITE
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9669] policy: set 'Telstra793004' (wlan0) as default for IPv4 routing and DNS
Oct 17 12:04:31 LenovoL15 dbus-daemon[466]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 12:04:31 LenovoL15 dbus-daemon[466]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Oct 17 12:04:31 LenovoL15 NetworkManager[467]: <info>  [1602896671.9730] device (wlan0): Activation: successful, device activated.
Oct 17 12:04:32 LenovoL15 systemd-logind[468]: Power key pressed.
Oct 17 12:04:32 LenovoL15 systemd-logind[468]: Powering Off...
Oct 17 12:04:32 LenovoL15 systemd-logind[468]: System is powering down.
Oct 17 12:04:32 LenovoL15 systemd[1]: Removed slice system-modprobe.slice.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped target Bluetooth.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped target Graphical Interface.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped target Sound Card.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped target Timers.
Oct 17 12:04:32 LenovoL15 systemd[1]: man-db.timer: Succeeded.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped Daily man-db regeneration.
Oct 17 12:04:32 LenovoL15 systemd[1]: shadow.timer: Succeeded.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped Daily verification of password and group files.
Oct 17 12:04:32 LenovoL15 systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopping Network Manager Script Dispatcher Service...
Oct 17 12:04:32 LenovoL15 nm-dispatcher[650]: Caught signal 15, shutting down...
Oct 17 12:04:32 LenovoL15 systemd[1]: Starting Generate shutdown-ramfs...
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopping Hostname Service...
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopping Load/Save Random Seed...
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopping TLP system startup/shutdown...
Oct 17 12:04:32 LenovoL15 systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped Hostname Service.
Oct 17 12:04:32 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 kernel: kauditd_printk_skb: 19 callbacks suppressed
Oct 17 12:04:32 LenovoL15 kernel: audit: type=1131 audit(1602896672.283:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped Network Manager Script Dispatcher Service.
Oct 17 12:04:32 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 kernel: audit: type=1131 audit(1602896672.286:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 systemd[1]: systemd-random-seed.service: Succeeded.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped Load/Save Random Seed.
Oct 17 12:04:32 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 kernel: audit: type=1131 audit(1602896672.289:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 mkinitcpio[1044]: ==> Starting build: none
Oct 17 12:04:32 LenovoL15 mkinitcpio[1044]:   -> Running build hook: [sd-shutdown]
Oct 17 12:04:32 LenovoL15 audit: BPF prog-id=10 op=UNLOAD
Oct 17 12:04:32 LenovoL15 audit: BPF prog-id=9 op=UNLOAD
Oct 17 12:04:32 LenovoL15 kernel: audit: type=1334 audit(1602896672.413:33): prog-id=10 op=UNLOAD
Oct 17 12:04:32 LenovoL15 kernel: audit: type=1334 audit(1602896672.413:34): prog-id=9 op=UNLOAD
Oct 17 12:04:32 LenovoL15 mkinitcpio[1044]: ==> Build complete.
Oct 17 12:04:32 LenovoL15 systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Succeeded.
Oct 17 12:04:32 LenovoL15 systemd[1]: Finished Generate shutdown-ramfs.
Oct 17 12:04:32 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 kernel: audit: type=1130 audit(1602896672.553:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 kernel: audit: type=1131 audit(1602896672.553:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 NetworkManager[467]: <info>  [1602896672.7118] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 17 12:04:32 LenovoL15 dbus-daemon[466]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 12:04:32 LenovoL15 dbus-daemon[466]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Oct 17 12:04:32 LenovoL15 tlp[1046]: Applying power save settings...done.
Oct 17 12:04:32 LenovoL15 systemd[1]: tlp.service: Succeeded.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped TLP system startup/shutdown.
Oct 17 12:04:32 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 kernel: audit: type=1131 audit(1602896672.806:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped target Multi-User System.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped target Login Prompts.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopping Getty on tty1...
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopping User Login Management...
Oct 17 12:04:32 LenovoL15 systemd[1]: getty@tty1.service: Succeeded.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped Getty on tty1.
Oct 17 12:04:32 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 kernel: audit: type=1131 audit(1602896672.823:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 systemd[1]: Removed slice system-getty.slice.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopping Permit User Sessions...
Oct 17 12:04:32 LenovoL15 systemd[1]: systemd-user-sessions.service: Succeeded.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped Permit User Sessions.
Oct 17 12:04:32 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped target Network.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped target Remote File Systems.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopping Network Manager...
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopping WPA supplicant...
Oct 17 12:04:32 LenovoL15 NetworkManager[467]: <info>  [1602896672.8421] caught SIGTERM, shutting down normally.
Oct 17 12:04:32 LenovoL15 wpa_supplicant[990]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0
Oct 17 12:04:32 LenovoL15 kernel: audit: type=1131 audit(1602896672.839:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:32 LenovoL15 NetworkManager[467]: <info>  [1602896672.8454] device (wlan0): state change: activated -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')
Oct 17 12:04:32 LenovoL15 NetworkManager[467]: <info>  [1602896672.8462] manager: NetworkManager state is now DISCONNECTING
Oct 17 12:04:32 LenovoL15 dbus-daemon[466]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 12:04:32 LenovoL15 dbus-daemon[466]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Oct 17 12:04:32 LenovoL15 NetworkManager[467]: <warn>  [1602896672.8489] dispatcher: (7) failed: Refusing activation, D-Bus is shutting down.
Oct 17 12:04:32 LenovoL15 NetworkManager[467]: <info>  [1602896672.8492] device (wlan0): state change: deactivating -> unmanaged (reason 'removed', sys-iface-state: 'managed')
Oct 17 12:04:32 LenovoL15 NetworkManager[467]: <info>  [1602896672.8882] dhcp4 (wlan0): canceled DHCP transaction
Oct 17 12:04:32 LenovoL15 NetworkManager[467]: <info>  [1602896672.8883] dhcp4 (wlan0): state changed bound -> done
Oct 17 12:04:32 LenovoL15 wpa_supplicant[990]: p2p-dev-wlan0: CTRL-EVENT-TERMINATING
Oct 17 12:04:32 LenovoL15 kernel: wlan0: deauthenticating from a6:91:b1:79:30:0c by local choice (Reason: 3=DEAUTH_LEAVING)
Oct 17 12:04:32 LenovoL15 wpa_supplicant[990]: wlan0: CTRL-EVENT-DISCONNECTED bssid=a6:91:b1:79:30:0c reason=3 locally_generated=1
Oct 17 12:04:32 LenovoL15 wpa_supplicant[990]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Oct 17 12:04:32 LenovoL15 NetworkManager[467]: <info>  [1602896672.9562] manager: NetworkManager state is now DISCONNECTED
Oct 17 12:04:32 LenovoL15 NetworkManager[467]: <info>  [1602896672.9591] device (p2p-dev-wlan0): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Oct 17 12:04:32 LenovoL15 dbus-daemon[466]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 12:04:32 LenovoL15 dbus-daemon[466]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Oct 17 12:04:32 LenovoL15 dbus-daemon[466]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 12:04:32 LenovoL15 dbus-daemon[466]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Oct 17 12:04:32 LenovoL15 dbus-daemon[466]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 17 12:04:32 LenovoL15 dbus-daemon[466]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Oct 17 12:04:32 LenovoL15 NetworkManager[467]: <info>  [1602896672.9691] exiting (success)
Oct 17 12:04:32 LenovoL15 systemd[1]: NetworkManager.service: Succeeded.
Oct 17 12:04:32 LenovoL15 systemd[1]: Stopped Network Manager.
Oct 17 12:04:32 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:33 LenovoL15 kernel: usb 4-3: reset high-speed USB device number 2 using xhci_hcd
Oct 17 12:04:33 LenovoL15 wpa_supplicant[990]: wlan0: CTRL-EVENT-TERMINATING
Oct 17 12:04:33 LenovoL15 systemd[1]: wpa_supplicant.service: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped WPA supplicant.
Oct 17 12:04:33 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopping D-Bus System Message Bus...
Oct 17 12:04:33 LenovoL15 systemd[1]: dbus.service: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped D-Bus System Message Bus.
Oct 17 12:04:33 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:33 LenovoL15 systemd[1]: systemd-logind.service: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped User Login Management.
Oct 17 12:04:33 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped target Basic System.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped target Paths.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped target Slices.
Oct 17 12:04:33 LenovoL15 systemd[1]: Removed slice User and Session Slice.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped target Sockets.
Oct 17 12:04:33 LenovoL15 systemd[1]: dbus.socket: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Closed D-Bus System Message Bus Socket.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped target System Initialization.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped target Local Encrypted Volumes.
Oct 17 12:04:33 LenovoL15 systemd[1]: systemd-ask-password-console.path: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Oct 17 12:04:33 LenovoL15 systemd[1]: systemd-ask-password-wall.path: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Oct 17 12:04:33 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:33 LenovoL15 audit[1]: SERVICE_STOP 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'
Oct 17 12:04:33 LenovoL15 systemd[1]: systemd-sysctl.service: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped Apply Kernel Variables.
Oct 17 12:04:33 LenovoL15 systemd[1]: systemd-modules-load.service: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped Load Kernel Modules.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Oct 17 12:04:33 LenovoL15 systemd[1]: systemd-backlight@backlight:acpi_video0.service: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Oct 17 12:04:33 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:33 LenovoL15 systemd[1]: Removed slice system-systemd\x2dbacklight.slice.
Oct 17 12:04:33 LenovoL15 audit[1341]: SYSTEM_SHUTDOWN pid=1341 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:33 LenovoL15 systemd[1]: systemd-update-utmp.service: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Oct 17 12:04:33 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:33 LenovoL15 systemd[1]: systemd-tmpfiles-setup.service: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped Create Volatile Files and Directories.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped target Local File Systems.
Oct 17 12:04:33 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:33 LenovoL15 systemd[1]: Unmounting /efi...
Oct 17 12:04:33 LenovoL15 systemd[1]: Unmounting Temporary Directory (/tmp)...
Oct 17 12:04:33 LenovoL15 kernel: usb 4-4: reset full-speed USB device number 3 using xhci_hcd
Oct 17 12:04:33 LenovoL15 audit: BPF prog-id=8 op=UNLOAD
Oct 17 12:04:33 LenovoL15 audit: BPF prog-id=7 op=UNLOAD
Oct 17 12:04:33 LenovoL15 systemd[1]: efi.mount: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Unmounted /efi.
Oct 17 12:04:33 LenovoL15 systemd[1]: tmp.mount: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Unmounted Temporary Directory (/tmp).
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped target Local File Systems (Pre).
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped target Swap.
Oct 17 12:04:33 LenovoL15 systemd[1]: Deactivating swap /dev/disk/by-id/nvme-WDC_PC_SN730_SDBQNTY-512G-1001_201979803447-part6...
Oct 17 12:04:33 LenovoL15 systemd[1]: systemd-remount-fs.service: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped Remount Root and Kernel File Systems.
Oct 17 12:04:33 LenovoL15 systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.
Oct 17 12:04:33 LenovoL15 audit[1]: SERVICE_STOP 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'
Oct 17 12:04:33 LenovoL15 systemd[1]: Stopped Create Static Device Nodes in /dev.
Oct 17 12:04:33 LenovoL15 audit[1]: SERVICE_STOP 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'
Oct 17 12:04:33 LenovoL15 systemd[1]: Reached target Shutdown.
Oct 17 12:04:33 LenovoL15 systemd[1]: dev-disk-by\x2did-nvme\x2deui.001b448b46293914\x2dpart6.swap: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-id/nvme-eui.001b448b46293914-part6.
Oct 17 12:04:33 LenovoL15 systemd[1]: dev-disk-by\x2dlabel-Swap.swap: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-label/Swap.
Oct 17 12:04:33 LenovoL15 systemd[1]: dev-disk-by\x2did-nvme\x2dWDC_PC_SN730_SDBQNTY\x2d512G\x2d1001_201979803447\x2dpart6.swap: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-id/nvme-WDC_PC_SN730_SDBQNTY-512G-1001_201979803447-part6.
Oct 17 12:04:33 LenovoL15 systemd[1]: dev-disk-by\x2dpartuuid-1b2d2116\x2d8d0d\x2dc44e\x2da1f9\x2d04c1dfd29334.swap: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-partuuid/1b2d2116-8d0d-c44e-a1f9-04c1dfd29334.
Oct 17 12:04:33 LenovoL15 systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart6.swap: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:01:00.0-nvme-1-part6.
Oct 17 12:04:33 LenovoL15 systemd[1]: dev-nvme0n1p6.swap: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Deactivated swap /dev/nvme0n1p6.
Oct 17 12:04:33 LenovoL15 systemd[1]: dev-disk-by\x2duuid-9709bfe4\x2d2767\x2d4f85\x2db258\x2de6969532ed3c.swap: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c.
Oct 17 12:04:33 LenovoL15 systemd[1]: Reached target Unmount All Filesystems.
Oct 17 12:04:33 LenovoL15 systemd[1]: Reached target Final Step.
Oct 17 12:04:33 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:33 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 17 12:04:33 LenovoL15 audit: BPF prog-id=6 op=UNLOAD
Oct 17 12:04:33 LenovoL15 audit: BPF prog-id=5 op=UNLOAD
Oct 17 12:04:33 LenovoL15 audit: BPF prog-id=4 op=UNLOAD
Oct 17 12:04:33 LenovoL15 audit: BPF prog-id=3 op=UNLOAD
Oct 17 12:04:33 LenovoL15 systemd[1]: systemd-poweroff.service: Succeeded.
Oct 17 12:04:33 LenovoL15 systemd[1]: Finished Power-Off.
Oct 17 12:04:33 LenovoL15 systemd[1]: Reached target Power-Off.
Oct 17 12:04:33 LenovoL15 systemd[1]: Shutting down.
Oct 17 12:04:33 LenovoL15 systemd-shutdown[1]: Syncing filesystems and block devices.
Oct 17 12:04:33 LenovoL15 systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Oct 17 12:04:33 LenovoL15 systemd-journald[299]: Journal stopped

(Edit: Replaced this journal log with one from a boot with the parameter properly set. The original log I posted was a boot where I forgot to precede exp_hw_support with amdgpu)



What do I need to try next? Would the Kernel Parameters V1del suggested be of any use with the staging branch kernel? Should I try the AMDGPU-PRO drivers?
If those don't work, who do I go to next? Do I bother with the Lenovo Linux forums?
Do I report an issue with the amdgpu drivers or the staging branch? (If so, please tell me what info to include)

Thanks for your help so far, Anthony.

Edit: Replaced the amdgpu.exp_hw_support=1 journal log, because I didn't type the parameter correctly. Very sorry about that.

Last edited by Anthony Wilson (2020-10-17 01:13:16)

Offline

#8 2020-10-17 11:28:05

Anthony Wilson
Member
Registered: 2020-10-15
Posts: 38

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Well, I have some more info on the situation.
I haven't really been able to get anywhere else with Arch, but the following info may give some hints to what I need to do next.

I decided to install Linux Mint alongside my already-established Win10/Arch dual-boot to test out a few things. The info I got sort of surprised me, though you guys may be able to explain everything that I don't understand.
What first surprised me was that the live USB didn't complain about video drivers at all - with the Arch live USB I had to use the nomodeset kernel parameter, but Linux Mint booted fine without it.
The second thing that surprised me was that after installation it acted the same way - absolutely fine (though choppy, with obvious video problems).
Once logged in, it did as I sort of expected and threw up a video driver warning, but when I clicked the button and checked for drivers it didn't suggest any to use.
I can definitely tell the GPU drivers aren't correct - whenever I so much as move a window around on the cinnamon desktop the CPU spikes on all cores.


The above info probably isn't too relevant, but I'm interested in how Mint boots without nomodeset, so I've included the below information:

Here is journalctl -b in Mint:

-- Logs begin at Thu 2020-10-15 10:14:48 AEDT, end at Sat 2020-10-17 19:27:34 AEDT. --
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Linux version 5.4.0-26-generic (buildd@lcy01-amd64-029) (gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)) #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 (Ubuntu 5.4.0-26.30-generic 5.4.30)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=/dev/nvme0n1p8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: KERNEL supported cpus:
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   Intel GenuineIntel
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   AMD AuthenticAMD
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   Hygon HygonGenuine
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   Centaur CentaurHauls
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   zhaoxin   Shanghai  
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-provided physical RAM map:
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009d20fff] reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x0000000009d21000-0x0000000009efffff] usable
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000c70ccfff] usable
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x00000000c70cd000-0x00000000c72ccfff] type 20
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x00000000c72cd000-0x00000000ca97dfff] reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x00000000ca97e000-0x00000000cc97dfff] ACPI NVS
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x00000000cc97e000-0x00000000cc9fdfff] ACPI data
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x00000000cc9fe000-0x00000000cdffffff] usable
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NX (Execute Disable) protection: active
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: efi: EFI v2.70 by Lenovo
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: efi:  ACPI=0xcc9fd000  ACPI 2.0=0xcc9fd014  SMBIOS=0xc8895000  SMBIOS 3.0=0xc8888000  TPMFinalLog=0xcc82d000  MEMATTR=0xc2ee0018  ESRT=0xc75b8000 
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: secureboot: Secure boot could not be determined (mode 0)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: SMBIOS 3.2.0 present.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: DMI: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: tsc: Fast TSC calibration using PIT
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: tsc: Detected 1696.795 MHz processor
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: last_pfn = 0x40f340 max_arch_pfn = 0x400000000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: MTRR default type: uncachable
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: MTRR fixed ranges enabled:
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   00000-9FFFF write-back
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   A0000-BFFFF uncachable
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   C0000-FFFFF write-protect
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: MTRR variable ranges enabled:
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   0 base 000000000000 mask FFFF80000000 write-back
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   2 base 0000C0000000 mask FFFFF0000000 write-back
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   3 base 0000FF000000 mask FFFFFF000000 write-protect
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   4 disabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   5 disabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   6 disabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   7 disabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: TOM2: 0000000430000000 aka 17152M
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: esrt: Reserving ESRT space from 0x00000000c75b8000 to 0x00000000c75b8088.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: check: Scanning 1 areas for low memory corruption
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Using GB pages for direct mapping
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BRK [0x5ca01000, 0x5ca01fff] PGTABLE
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BRK [0x5ca02000, 0x5ca02fff] PGTABLE
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BRK [0x5ca03000, 0x5ca03fff] PGTABLE
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BRK [0x5ca04000, 0x5ca04fff] PGTABLE
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BRK [0x5ca05000, 0x5ca05fff] PGTABLE
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BRK [0x5ca06000, 0x5ca06fff] PGTABLE
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BRK [0x5ca07000, 0x5ca07fff] PGTABLE
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BRK [0x5ca08000, 0x5ca08fff] PGTABLE
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BRK [0x5ca09000, 0x5ca09fff] PGTABLE
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: secureboot: Secure boot could not be determined (mode 0)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: RAMDISK: [mem 0x2dd3b000-0x32e94fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Early table checksum verification disabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: RSDP 0x00000000CC9FD014 000024 (v02 LENOVO)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: XSDT 0x00000000CC9FB188 0000FC (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: FACP 0x00000000C75E5000 000114 (v06 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: DSDT 0x00000000C75D1000 00DF37 (v01 LENOVO TP-R19   00001120 INTL 20180313)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: FACS 0x00000000CBF7A000 000040
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: SSDT 0x00000000C889C000 00077C (v02 LENOVO UsbCTabl 00001000 INTL 20180313)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: SSDT 0x00000000C8874000 007216 (v02 LENOVO TP-R19   00000002 MSFT 04000000)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: IVRS 0x00000000C8873000 0001A4 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: SSDT 0x00000000C884F000 000266 (v01 LENOVO STD3     00000001 INTL 20180313)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: SSDT 0x00000000C883B000 00064C (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: TPM2 0x00000000C883A000 000034 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: MSDM 0x00000000C8802000 000055 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: BATB 0x00000000C87EC000 00004A (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: HPET 0x00000000C75E4000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: APIC 0x00000000C75E3000 000138 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: MCFG 0x00000000C75E2000 00003C (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: SBST 0x00000000C75E1000 000030 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: WSMT 0x00000000C75E0000 000028 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: SSDT 0x00000000C75DF000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: VFCT 0x00000000C75C3000 00D484 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: SSDT 0x00000000C75BF000 0039F4 (v01 LENOVO TP-R19   00000001 AMD  00000001)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: CRAT 0x00000000C75BE000 000F00 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: CDIT 0x00000000C75BD000 000029 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: FPDT 0x00000000C8814000 000034 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: SSDT 0x00000000C75BB000 0013CF (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: SSDT 0x00000000C75B9000 001576 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: SSDT 0x00000000C75B4000 00353C (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: BGRT 0x00000000C75B3000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: UEFI 0x00000000CBF79000 000116 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: SSDT 0x00000000C889A000 000090 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: SSDT 0x00000000C8899000 0009AD (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Local APIC address 0xfee00000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: No NUMA configuration found
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NODE_DATA(0) allocated [mem 0x40f315000-0x40f33ffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Zone ranges:
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   Device   empty
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Movable zone start for each node
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Early memory node ranges
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   node   0: [mem 0x0000000009d21000-0x0000000009efffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   node   0: [mem 0x0000000009f0d000-0x00000000c70ccfff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   node   0: [mem 0x00000000cc9fe000-0x00000000cdffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Zeroed struct page in unavailable ranges: 34689 pages
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: On node 0 totalpages: 4028543
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   DMA zone: 64 pages used for memmap
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   DMA zone: 23 pages reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   DMA zone: 3998 pages, LIFO batch:0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   DMA32 zone: 12759 pages used for memmap
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   DMA32 zone: 816545 pages, LIFO batch:63
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   Normal zone: 50125 pages used for memmap
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   Normal zone: 3208000 pages, LIFO batch:63
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: PM-Timer IO Port: 0x408
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Local APIC address 0xfee00000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: IRQ0 used by override.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: IRQ9 used by override.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Using ACPI (MADT) for SMP configuration information
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: e820: update [mem 0xc2cf5000-0xc2d85fff] usable ==> reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0x09c00000-0x09d20fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xc2cf5000-0xc2d85fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xc70cd000-0xc72ccfff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xc72cd000-0xca97dfff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xca97e000-0xcc97dfff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xcc97e000-0xcc9fdfff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xfdf00000-0xfed7ffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registered nosave memory: [mem 0xfed81000-0xffffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Booting paravirtualized kernel on bare hardware
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3965572
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Policy zone: Normal
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=/dev/nvme0n1p8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: mem auto-init: stack:off, heap alloc:on, heap free:off
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Memory: 15606900K/16114172K available (14339K kernel code, 2397K rwdata, 4948K rodata, 2712K init, 4992K bss, 507272K reserved, 0K cma-reserved)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ftrace: allocating 44478 entries in 174 pages
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: rcu: Hierarchical RCU implementation.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:         Tasks RCU enabled.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: random: crng done (trusting CPU's manufacturer)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Console: colour dummy device 80x25
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: printk: console [tty0] enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Core revision 20190816
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: APIC: Switch to symmetric I/O mode setup
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: [59B blob data]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: [59B blob data]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: [59B blob data]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: [303B blob data]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Switched APIC routing to physical flat.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x187553840d6, max_idle_ns: 440795212956 ns
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3393.59 BogoMIPS (lpj=6787180)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pid_max: default: 32768 minimum: 301
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: LSM: Security Framework initializing
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Yama: becoming mindful.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: AppArmor: AppArmor initialized
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: *** VALIDATE tmpfs ***
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: *** VALIDATE proc ***
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: *** VALIDATE cgroup1 ***
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: *** VALIDATE cgroup2 ***
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: LVT offset 1 assigned for vector 0xf9
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: LVT offset 2 assigned for vector 0xf4
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Spectre V2 : Mitigation: Full AMD retpoline
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Freeing SMP alternatives memory: 40K
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: smpboot: CPU0: AMD Ryzen 7 PRO 4750U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ... version:                0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ... bit width:              48
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ... generic registers:      6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ... value mask:             0000ffffffffffff
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ... max period:             00007fffffffffff
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ... fixed-purpose events:   0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ... event mask:             000000000000003f
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: rcu: Hierarchical SRCU implementation.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: smp: Bringing up secondary CPUs ...
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: x86: Booting SMP configuration:
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: .... node  #0, CPUs:        #1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: TSC synchronization [CPU#0 -> CPU#1]:
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Measured 355067389 cycles TSC warp between CPUs, turning off TSC clock.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: smp: Brought up 1 node, 16 CPUs
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: smpboot: Max logical packages: 1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: smpboot: Total of 16 processors activated (54297.44 BogoMIPS)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: devtmpfs: initialized
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: x86/mm: Memory block size: 128MB
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: Registering ACPI NVS region [mem 0xca97e000-0xcc97dfff] (33554432 bytes)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pinctrl core: initialized pinctrl subsystem
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM: RTC time: 07:29:11, date: 2020-10-17
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NET: Registered protocol family 16
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: audit: initializing netlink subsys (disabled)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: audit: type=2000 audit(1602919751.148:1): state=initialized audit_enabled=0 res=1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: EISA bus registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: cpuidle: using governor ladder
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: cpuidle: using governor menu
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: bus type PCI registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PCI: Using configuration type 1 for base access
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: fbcon: Taking over console
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Added _OSI(Module Device)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Added _OSI(Processor Device)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: EC: EC started
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: EC: interrupt blocked
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Used as first EC
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Interpreter enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: (supports S0 S3 S4 S5)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Using IOAPIC for interrupt routing
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Power Resource [WRST] (on)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Power Resource [P0S0] (on)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Power Resource [P3S0] (on)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Power Resource [P0S1] (on)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Power Resource [P3S1] (on)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PCI host bridge to bus 0000:00
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [mem 0x430000000-0xffffffffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.1: enabling Extended Tags
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:01:00.0: [15b7:5006] type 00 class 0x010802
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd700000-0xfd703fff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:01:00.0: reg 0x20: [mem 0xfd704000-0xfd7040ff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.0: reg 0x10: [io  0x2400-0x24ff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfd614000-0xfd614fff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfd600000-0xfd603fff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.0: supports D1 D2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.1: [10ec:816a] type 00 class 0x070002
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.1: reg 0x10: [io  0x2200-0x22ff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.1: reg 0x18: [mem 0xfd615000-0xfd615fff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.1: reg 0x20: [mem 0xfd604000-0xfd607fff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.1: supports D1 D2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.2: [10ec:816b] type 00 class 0x070002
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.2: reg 0x10: [io  0x2100-0x21ff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.2: reg 0x18: [mem 0xfd616000-0xfd616fff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.2: reg 0x20: [mem 0xfd608000-0xfd60bfff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.2: supports D1 D2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.3: [10ec:816c] type 00 class 0x0c0701
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.3: reg 0x10: [io  0x2000-0x20ff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.3: reg 0x18: [mem 0xfd617000-0xfd617fff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.3: reg 0x20: [mem 0xfd60c000-0xfd60ffff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.3: supports D1 D2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.4: [10ec:816d] type 00 class 0x0c0320
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.4: reg 0x10: [mem 0xfd618000-0xfd618fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.4: reg 0x18: [mem 0xfd610000-0xfd613fff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.4: PME# supported from D0 D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:03:00.0: [8086:2723] type 00 class 0x028000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfd500000-0xfd503fff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfd400000-0xfd400fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:04:00.0: supports D1 D2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.0: enabling Extended Tags
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.1: enabling Extended Tags
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.2: enabling Extended Tags
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.3: enabling Extended Tags
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.4: enabling Extended Tags
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.5: enabling Extended Tags
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.6: enabling Extended Tags
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: EC: interrupt unblocked
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: EC: event unblocked
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions and events
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: iommu: Default domain type: Translated 
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: SCSI subsystem initialized
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: libata version 3.00 loaded.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.0: vgaarb: setting as boot device
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: vgaarb: loaded
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: bus type USB registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usbcore: registered new interface driver usbfs
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usbcore: registered new interface driver hub
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usbcore: registered new device driver usb
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PTP clock support registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: EDAC MC: Ver: 3.0.0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Registered efivars operations
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PCI: Using ACPI for IRQ routing
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: e820: reserve RAM buffer [mem 0xc2cf5000-0xc3ffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: e820: reserve RAM buffer [mem 0xc70cd000-0xc7ffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NetLabel: Initializing
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NetLabel:  domain hash size = 128
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NetLabel:  unlabeled traffic allowed by default
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: clocksource: Switched to clocksource hpet
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: *** VALIDATE bpf ***
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: VFS: Disk quotas dquot_6.6.0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: *** VALIDATE ramfs ***
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: *** VALIDATE hugetlbfs ***
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: AppArmor: AppArmor Filesystem Enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pnp: PnP ACPI init
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:00: [io  0x0f50-0x0f51] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0530-0x0537] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0400-0x0427] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0430] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0440-0x0447] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0b00-0x0b1f] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0c14] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0cd0-0x0cd1] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0cd2-0x0cd3] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0cd4-0x0cd5] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0cd6-0x0cd7] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x0cf9] could not be reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x8100-0x81ff window] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: [io  0x8200-0x82ff window] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pnp 00:05: Plug and Play ACPI device, IDs LEN0411 PNP0f13 (active)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pnp: PnP ACPI: found 6 devices
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfd3fffff]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci_bus 0000:06: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NET: Registered protocol family 2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NET: Registered protocol family 1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NET: Registered protocol family 44
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PCI: CLS 32 bytes, default 64
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Trying to unpack rootfs image as initramfs...
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Freeing initrd memory: 83304K
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:01.0: Adding to iommu group 0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.0: Adding to iommu group 1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.1: Adding to iommu group 2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.2: Adding to iommu group 3
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.3: Adding to iommu group 4
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:02.4: Adding to iommu group 5
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.0: Adding to iommu group 6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:08.1: Adding to iommu group 6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:14.0: Adding to iommu group 7
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:14.3: Adding to iommu group 7
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.0: Adding to iommu group 8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.1: Adding to iommu group 8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.2: Adding to iommu group 8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.3: Adding to iommu group 8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.4: Adding to iommu group 8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.5: Adding to iommu group 8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.6: Adding to iommu group 8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:18.7: Adding to iommu group 8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:01:00.0: Adding to iommu group 9
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.0: Adding to iommu group 10
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.1: Adding to iommu group 10
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.2: Adding to iommu group 10
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.3: Adding to iommu group 10
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:02:00.4: Adding to iommu group 10
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:03:00.0: Adding to iommu group 11
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:04:00.0: Adding to iommu group 12
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.0: Adding to iommu group 6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.1: Adding to iommu group 6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.2: Adding to iommu group 6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.3: Adding to iommu group 6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.4: Adding to iommu group 6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.5: Adding to iommu group 6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:06:00.6: Adding to iommu group 6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: AMD-Vi: Interrupt remapping enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: AMD-Vi: Virtual APIC enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: AMD-Vi: X2APIC enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: amd_uncore: AMD NB counters detected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: amd_uncore: AMD LLC counters detected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: LVT offset 0 assigned for vector 0x400
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: perf: AMD IBS detected (0x000003ff)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: check: Scanning for low memory corruption every 60 seconds
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Initialise system trusted keyrings
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Key type blacklist registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: zbud: loaded
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: fuse: init (API version 7.31)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: *** VALIDATE fuse ***
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: *** VALIDATE fuse ***
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Platform Keyring initialized
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Key type asymmetric registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Asymmetric key parser 'x509' registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: io scheduler mq-deadline registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 26
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 27
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 28
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 29
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 30
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: efifb: probing for efifb
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: efifb: framebuffer at 0x460000000, using 8128k, total 8128k
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: efifb: scrolling: redraw
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Console: switching to colour frame buffer device 240x67
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: fb0: EFI VGA frame buffer device
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: AC Adapter [AC] (off-line)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Power Button [PWRB]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Lid Switch [LID]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Sleep Button [SLPB]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Power Button [PWRF]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Monitor-Mwait will be used to enter C-1 state
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: serial 0000:02:00.1: enabling device (0000 -> 0003)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: serial 0000:02:00.2: enabling device (0000 -> 0003)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Linux agpgart interface v0.103
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: loop: module loaded
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: libphy: Fixed MDIO Bus: probed
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: tun: Universal TUN/TAP device driver, 1.6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PPP generic driver version 2.4.2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: VFIO - User Level meta-driver version: 0.3
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ehci-pci: EHCI PCI platform driver
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ehci-pci 0000:02:00.4: EHCI Host Controller
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ehci-pci 0000:02:00.4: new USB bus registered, assigned bus number 1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ehci-pci 0000:02:00.4: irq 32, io mem 0xfd618000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ehci-pci 0000:02:00.4: USB 0.0 started, EHCI 1.00
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb1: Product: EHCI Host Controller
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb1: Manufacturer: Linux 5.4.0-26-generic ehci_hcd
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb1: SerialNumber: 0000:02:00.4
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: hub 1-0:1.0: USB hub found
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: hub 1-0:1.0: 1 port detected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ehci-platform: EHCI generic platform driver
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ohci-pci: OHCI PCI platform driver
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ohci-platform: OHCI generic platform driver
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: uhci_hcd: USB Universal Host Controller Interface driver
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb2: Product: xHCI Host Controller
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb2: Manufacturer: Linux 5.4.0-26-generic xhci-hcd
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb2: SerialNumber: 0000:06:00.3
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: hub 2-0:1.0: USB hub found
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: hub 2-0:1.0: 4 ports detected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb3: Product: xHCI Host Controller
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb3: Manufacturer: Linux 5.4.0-26-generic xhci-hcd
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb3: SerialNumber: 0000:06:00.3
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: hub 3-0:1.0: USB hub found
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: hub 3-0:1.0: 2 ports detected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb4: Product: xHCI Host Controller
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb4: Manufacturer: Linux 5.4.0-26-generic xhci-hcd
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb4: SerialNumber: 0000:06:00.4
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: hub 4-0:1.0: USB hub found
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: hub 4-0:1.0: 4 ports detected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb5: Product: xHCI Host Controller
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb5: Manufacturer: Linux 5.4.0-26-generic xhci-hcd
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb usb5: SerialNumber: 0000:06:00.4
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: hub 5-0:1.0: USB hub found
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: hub 5-0:1.0: 2 ports detected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: mousedev: PS/2 mouse device common for all mice
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: rtc_cmos 00:01: registered as rtc0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: i2c /dev entries driver
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: device-mapper: uevent: version 1.0.3
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: platform eisa.0: Probing EISA bus 0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: platform eisa.0: EISA: Detected 0 cards
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: EFI Variables Facility v0.08 2004-May-17
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: drop_monitor: Initializing network drop monitor service
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NET: Registered protocol family 10
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Segment Routing with IPv6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: NET: Registered protocol family 17
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Key type dns_resolver registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: RAS: Correctable Errors collector initialized.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU0: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU1: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU2: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU3: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU4: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU5: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU6: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU7: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU8: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU9: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU10: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU11: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU12: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU13: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU14: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: CPU15: patch_level=0x08600106
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: microcode: Microcode Update Driver: v2.2.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: *** VALIDATE rdt ***
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: resctrl: L3 allocation detected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: resctrl: L3DATA allocation detected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: resctrl: L3CODE allocation detected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: resctrl: MB allocation detected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: resctrl: L3 monitoring detected
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: IPI shorthand broadcast: enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: registered taskstats version 1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Loading compiled-in X.509 certificates
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b559075f1a2deb8232ccd540ea3b0eb9fdd57b46'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: zswap: loaded using pool lzo/zbud
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Key type ._fscrypt registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Key type .fscrypt registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Key type big_key registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Key type trusted registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Key type encrypted registered
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: AppArmor: AppArmor sha1 policy hashing enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: integrity: Loaded X.509 cert 'Lenovo(BeiJing) Ltd.: PSD_CDC-DB: 0256cbfa1a8a33b2b39ecc439f8de0c111991b12'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ima: Allocated hash algorithm: sha1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ima: No architecture policies found
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: evm: Initialising EVM extended attributes:
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: evm: security.selinux
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: evm: security.SMACK64
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: evm: security.SMACK64EXEC
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: evm: security.SMACK64TRANSMUTE
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: evm: security.SMACK64MMAP
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: evm: security.apparmor
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: evm: security.ima
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: evm: security.capability
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: evm: HMAC attrs: 0x1
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: PM:   Magic number: 8:967:470
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: rtc_cmos 00:01: setting system clock to 2020-10-17T07:29:12 UTC (1602919752)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Unstable clock detected, switching default tracing clock to "global"
                                          If you want to keep using the local clock, then add:
                                            "trace_clock=local"
                                          on the kernel command line
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Freeing unused decrypted memory: 2040K
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Freeing unused kernel image memory: 2712K
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Write protecting the kernel read-only data: 22528k
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Freeing unused kernel image memory: 2008K
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Freeing unused kernel image memory: 1196K
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Run /init as init process
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: acpi device:09: registered as cooling_device16
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input6
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: r8169 0000:02:00.0: enabling device (0000 -> 0003)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: nvme nvme0: pci function 0000:01:00.0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: cryptd: max_cpu_qlen set to 1000
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: AVX2 version of gcm_enc/dec engaged.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: AES CTR mode by8 optimization enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: libphy: r8169: probed
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 00:2b:67:cf:24:6a, XID 502, IRQ 56
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 2-4: new high-speed USB device number 2 using xhci_hcd
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: r8169 0000:02:00.0 enp2s0f0: renamed from eth0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 4-3: new high-speed USB device number 2 using xhci_hcd
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 2-4: New USB device found, idVendor=27c6, idProduct=55b4, bcdDevice= 1.00
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 2-4: Product: Goodix FingerPrint Device
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 2-4: Manufacturer: Generic
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 4-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 4-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 4-3: Product: Integrated Camera
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 4-3: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 4-3: SerialNumber: 0001
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: [drm] amdgpu kernel modesetting enabled.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Parsing CRAT table with 0 nodes
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Virtual CRAT table created for CPU
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Parsing CRAT table with 1 nodes
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Creating topology SYSFS entries
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Topology: Add CPU node
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Finished initializing topology
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: [drm] This hardware requires experimental hardware support.
                                          See modparam exp_hw_support
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: nvme nvme0: 16/0/0 default/read/poll queues
Oct 17 18:29:16 ThinkPad-L15-Mint kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 4-4: new full-speed USB device number 3 using xhci_hcd
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 4-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: usb 4-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN0411 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input8
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: avx2x4   gen() 23094 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: avx2x4   xor()  9580 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: avx2x2   gen() 22106 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: avx2x2   xor() 14403 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: avx2x1   gen() 12235 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: avx2x1   xor() 10520 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: sse2x4   gen() 11244 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: sse2x4   xor()  6176 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: sse2x2   gen() 10838 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: sse2x2   xor()  7261 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: sse2x1   gen()  5151 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: sse2x1   xor()  5277 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: using algorithm avx2x4 gen() 23094 MB/s
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: .... xor() 9580 MB/s, rmw enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: raid6: using avx2x2 recovery algorithm
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: xor: automatically using best checksumming function   avx       
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Btrfs loaded, crc32c=crc32c-intel
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: BTRFS: device label Files devid 1 transid 35 /dev/nvme0n1p7
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: EXT4-fs (nvme0n1p8): mounted filesystem with ordered data mode. Opts: (null)
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Inserted module 'autofs4'
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: systemd 245.4-4ubuntu3.2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Detected architecture x86-64.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Set hostname to <ThinkPad-L15-Mint>.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Created slice system-modprobe.slice.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Created slice system-systemd\x2dfsck.slice.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Created slice User and Session Slice.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Reached target User and Group Name Lookups.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Reached target Remote File Systems.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Reached target Slices.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Listening on LVM2 poll daemon socket.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Listening on Syslog Socket.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Listening on Process Core Dump Socket.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Listening on fsck to fsckd communication Socket.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Listening on initctl Compatibility Named Pipe.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Listening on Journal Audit Socket.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Listening on Journal Socket (/dev/log).
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Listening on Journal Socket.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Listening on udev Control Socket.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Listening on udev Kernel Socket.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Mounting Huge Pages File System...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Mounting POSIX Message Queue File System...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Mounting Kernel Debug File System...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Mounting Kernel Trace File System...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Journal Service...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Availability of block devices...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Set the console keyboard layout...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Create list of static device nodes for the current kernel...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Load Kernel Modules...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting udev Coldplug all Devices...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Uncomplicated firewall...
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: EXT4-fs (nvme0n1p8): re-mounted. Opts: errors=remount-ro
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: lp: driver loaded but no devices found
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Mounted Huge Pages File System.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ppdev: user-space parallel port driver
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Mounted POSIX Message Queue File System.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Mounted Kernel Debug File System.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Mounted Kernel Trace File System.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Availability of block devices.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Create list of static device nodes for the current kernel.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Load Kernel Modules.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Uncomplicated firewall.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Set the console keyboard layout.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Activating swap /swapfile...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Mounting FUSE Control File System...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Mounting Kernel Configuration File System...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Load/Save Random Seed...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Apply Kernel Variables...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Create System Users...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd-journald[482]: Journal started
Oct 17 18:29:16 ThinkPad-L15-Mint systemd-journald[482]: Runtime Journal (/run/log/journal/b76cc7b1bbdc489e93909d2043031de8) is 8.0M, max 154.3M, 146.3M free.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd-modules-load[494]: Inserted module 'lp'
Oct 17 18:29:16 ThinkPad-L15-Mint systemd-modules-load[494]: Inserted module 'ppdev'
Oct 17 18:29:16 ThinkPad-L15-Mint systemd-modules-load[494]: Inserted module 'parport_pc'
Oct 17 18:29:16 ThinkPad-L15-Mint systemd-sysctl[513]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Oct 17 18:29:16 ThinkPad-L15-Mint systemd-sysctl[513]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Started Journal Service.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Mounted FUSE Control File System.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Mounted Kernel Configuration File System.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Load/Save Random Seed.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Apply Kernel Variables.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Create System Users.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd-journald[482]: Time spent on flushing to /var/log/journal/b76cc7b1bbdc489e93909d2043031de8 is 65.114ms for 1011 entries.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd-journald[482]: System Journal (/var/log/journal/b76cc7b1bbdc489e93909d2043031de8) is 56.0M, max 3.1G, 3.0G free.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Adding 1551116k swap on /swapfile.  Priority:-2 extents:5 across:1583884k SSFS
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished udev Coldplug all Devices.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Helper to synchronize boot up for ifupdown...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Helper to synchronize boot up for ifupdown.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Activated swap /swapfile.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Reached target Local File Systems (Pre).
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Reached target Swap.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting udev Kernel Device Manager...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Started udev Kernel Device Manager.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Show Plymouth Boot Screen being skipped.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Forward Password Requests to Plymouth Directory Watch being skipped.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Reached target Local Encrypted Volumes.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: IPMI message handler: version 39.2
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ipmi device interface
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 1
Oct 17 18:29:16 ThinkPad-L15-Mint systemd-udevd[540]: Using default interface naming scheme 'v245'.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd-udevd[540]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ipmi_si: IPMI System Interface driver
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: ipmi_si: Unable to find any System Interface(s)
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Non-volatile memory driver v1.3
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thinkpad_acpi: ThinkPad BIOS R19ET28W (1.12 ), EC R19HT27W
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thinkpad_acpi: Lenovo ThinkPad L15 Gen 1, model 20U7000JAU
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 SYSTEM.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Starting File System Check on /dev/disk/by-uuid/3CF2-E23F...
Oct 17 18:29:16 ThinkPad-L15-Mint systemd[1]: Started File System Check Daemon to report status.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-udevd[554]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: kvm: Nested Virtualization enabled
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: kvm: Nested Paging enabled
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: SVM: Virtual VMLOAD VMSAVE supported
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: SVM: Virtual GIF supported
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-fsck[647]: fsck.fat 4.1 (2017-01-24)
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-fsck[647]: 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-fsck[647]:  Automatically removing dirty bit.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-fsck[647]: Performing changes.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-fsck[647]: /dev/nvme0n1p1: 200 files, 7792/65536 clusters
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished File System Check on /dev/disk/by-uuid/3CF2-E23F.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Mounting /boot/efi...
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: MCE: In-kernel MCE decoding enabled.
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: thinkpad_acpi: battery 1 registered (start 0, stop 100)
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: battery: new extension: ThinkPad Battery Extension
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: Intel(R) Wireless WiFi driver for Linux
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: Copyright(c) 2003- 2015 Intel Corporation
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Mounted /boot/efi.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target Local File Systems.
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Load AppArmor profiles...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Set console font and keymap...
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Clean up any mess left by 0dns-up...
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-50.ucode failed with error -2
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-49.ucode failed with error -2
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 43.2.23.17
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: Found debug configuration: 0
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Create final runtime dir for shutdown pivot root...
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: loaded firmware version 48.4fa0041f.0 op_mode iwlmvm
Oct 17 18:29:17 ThinkPad-L15-Mint apparmor.systemd[735]: Restarting AppArmor
Oct 17 18:29:17 ThinkPad-L15-Mint apparmor.systemd[735]: Reloading AppArmor profiles
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Create Volatile Files and Directories...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Set console font and keymap.
Oct 17 18:29:17 ThinkPad-L15-Mint apparmor.systemd[797]: Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Create final runtime dir for shutdown pivot root.
Oct 17 18:29:17 ThinkPad-L15-Mint apparmor.systemd[794]: Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: plymouth-read-write.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Oct 17 18:29:17 ThinkPad-L15-Mint audit[802]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=802 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[800]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=800 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[793]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=793 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[793]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=793 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[793]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=793 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[803]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=803 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[803]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=803 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[796]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=796 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[792]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=792 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: audit: type=1400 audit(1602919757.120:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=802 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: audit: type=1400 audit(1602919757.120:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=800 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: audit: type=1400 audit(1602919757.120:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=793 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: audit: type=1400 audit(1602919757.120:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=793 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: audit: type=1400 audit(1602919757.120:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=793 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: audit: type=1400 audit(1602919757.120:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=803 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: audit: type=1400 audit(1602919757.120:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=803 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: audit: type=1400 audit(1602919757.120:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=796 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: audit: type=1400 audit(1602919757.120:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=792 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[801]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=801 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[804]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=804 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[805]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=805 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: audit: type=1400 audit(1602919757.124:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=801 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[799]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=799 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[799]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=799 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[799]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=799 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[806]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=806 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[806]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=806 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[798]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=798 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[798]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=798 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[798]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=798 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[798]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=798 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Create Volatile Files and Directories.
Oct 17 18:29:17 ThinkPad-L15-Mint audit[795]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice" pid=795 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint audit[795]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice//gpg" pid=795 comm="apparmor_parser"
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Network Name Resolution...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Network Time Synchronization...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Load AppArmor profiles.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: dns-clean.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Clean up any mess left by 0dns-up.
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Raise network interfaces...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Show Plymouth Boot Screen being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Forward Password Requests to Plymouth Directory Watch being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: plymouth-read-write.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: Allocated 0x00400000 bytes for firmware monitor.
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Show Plymouth Boot Screen being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Forward Password Requests to Plymouth Directory Watch being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: plymouth-read-write.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Raise network interfaces.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Network Time Synchronization.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target System Initialization.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started ACPI Events Check.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started CUPS Scheduler.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-resolved[813]: Positive Trust Anchors:
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-resolved[813]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-resolved[813]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target Paths.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target System Time Set.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target System Time Synchronized.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Trigger anacron every hour.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Daily apt download activities.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Daily apt upgrade and clean activities.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Periodic ext4 Online Metadata Check for All Filesystems.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Discard unused blocks once a week.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-resolved[813]: Using system hostname 'ThinkPad-L15-Mint'.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Refresh fwupd metadata regularly.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Daily rotation of log files.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Daily man-db regeneration.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Message of the Day.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target Timers.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Listening on ACPID Listen Socket.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Listening on CUPS Scheduler.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Listening on UUID daemon activation socket.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target Sockets.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target Basic System.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Accounts Service...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started ACPI event daemon.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Save/Restore Sound Card State...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Run anacron jobs being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Regular background program processing daemon.
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: Found user 'avahi' (UID 118) and group 'avahi' (GID 126).
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started CUPS Scheduler.
Oct 17 18:29:17 ThinkPad-L15-Mint cron[885]: (CRON) INFO (pidfile fd = 3)
Oct 17 18:29:17 ThinkPad-L15-Mint cron[885]: (CRON) INFO (Running @reboot jobs)
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started D-Bus System Message Bus.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Network Manager...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Save initial kernel messages after boot.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Remove Stale Online ext4 Metadata Check Snapshots...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting LSB: Record successful boot for GRUB...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting GRUB failed boot detection...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting LSB: disk temperature monitoring daemon...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started irqbalance daemon.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Initialize hardware monitoring sensors...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started mintsystem.service.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Dispatcher daemon for systemd-networkd...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Set the CPU Frequency Scaling governor.
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: base HW address: 34:cf:f6:6a:00:36
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Authorization Manager...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.4129] NetworkManager (version 1.22.10) is starting... (for the first time)
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.4130] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-dns-resolved.conf, 20-connectivity-ubuntu.conf, no-mac-addr-change.conf) (run: 10-globally-managed-devices.conf) (etc: default-wifi-powersave-on.conf)
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting System Logging Service...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Secure Boot updates for DB and DBX...
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-udevd[555]: Using default interface naming scheme 'v245'.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Login Service...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-udevd[555]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Thermal Daemon Service...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Ubuntu system adjustments...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Disk Manager...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting WPA supplicant...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Update Manager Automation Cleanup being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Network Name Resolution.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: e2scrub_reap.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Remove Stale Online ext4 Metadata Check Snapshots.
Oct 17 18:29:17 ThinkPad-L15-Mint udisksd[937]: udisks daemon version 2.8.4 starting
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: gpu-manager.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Detect the available GPUs and deal with any system changes.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: pppd-dns.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Save/Restore Sound Card State.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: grub-initrd-fallback.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished GRUB failed boot detection.
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: Successfully dropped root privileges.
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: avahi-daemon 0.7 starting up.
Oct 17 18:29:17 ThinkPad-L15-Mint dbus-daemon[887]: dbus[887]: Unknown username "whoopsie" in message bus configuration file
Oct 17 18:29:17 ThinkPad-L15-Mint rsyslogd[917]: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.2001.0]
Oct 17 18:29:17 ThinkPad-L15-Mint rsyslogd[917]: rsyslogd's groupid changed to 110
Oct 17 18:29:17 ThinkPad-L15-Mint rsyslogd[917]: rsyslogd's userid changed to 104
Oct 17 18:29:17 ThinkPad-L15-Mint rsyslogd[917]: [origin software="rsyslogd" swVersion="8.2001.0" x-pid="917" x-info="https://www.rsyslog.com"] start
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started System Logging Service.
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]: Filesystem keystore:
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:   /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin [14413 bytes]
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]: firmware keys:
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:   PK:
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     /C=CN/ST=Beijing/L=Beijing/O=Lenovo(Beijing) Ltd./OU=PSD_CDC/CN=PSD_CDC-KEK/emailAddress=SWQAGENT@LENOVO.COM
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:   KEK:
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Corporation KEK CA 2011
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     /C=CN/ST=BeiJing/L=BeiJing/O=Lenovo(BeiJing) Ltd./OU=PSD_CDC/CN=PSD_CDC-KEK/emailAddress=SWQAGENT@LENOVO.COM
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:   db:
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Windows Production PCA 2011
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Corporation UEFI CA 2011
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     /C=US/ST=North Carolina/O=Lenovo/CN=Lenovo UEFI CA 2014
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     /C=CN/ST=BeiJing/L=BeiJing/O=Lenovo(BeiJing) Ltd./OU=PSD_CDC/CN=PSD_CDC-DB/emailAddress=SWQAGENT@LENOVO.COM
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     /C=JP/ST=Kanagawa/L=Yokohama/O=Lenovo Ltd./CN=ThinkPad Product CA 2012
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:   dbx:
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     540801dd345dc1c33ef431b35bf4c0e68bd319b577b9abe1a9cff1cbc39f548f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     408b8b3df5abb043521a493525023175ab1261b1de21064d6bf247ce142153b9
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     37a480374daf6202ce790c318a2bb8aa3797311261160a8e30558b7dea78c7a6
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     1f16078cce009df62edb9e7170e66caae670bce71b8f92d38280c56aa372031d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c805603c4fa038776e42f263c604b49d96840322e1922d5606a9b0bbb5bffe6f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f48e6dd8718e953b60a24f2cbea60a9521deae67db25425b7d3ace3c517dd9b7
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f31fd461c5e99510403fc97c1da2d8a9cbe270597d32badf8fd66b77495f8d94
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f2a16d35b554694187a70d40ca682959f4f35c2ce0eab8fd64f7ac2ab9f5c24a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f1b4f6513b0d544a688d13adc291efa8c59f420ca5dcb23e0b5a06fa7e0d083d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     eed7e0eff2ed559e2a79ee361f9962af3b1e999131e30bb7fd07546fae0a7267
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     ee83a566496109a74f6ac6e410df00bb29a290e0021516ae3b8a23288e7e2e72
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     eaff8c85c208ba4d5b6b8046f5d6081747d779bada7768e649d047ff9b1f660c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e6856f137f79992dc94fa2f43297ec32d2d9a76f7be66114c6a13efc3bcdf5c8
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e39891f48bbcc593b8ed86ce82ce666fc1145b9fcbfd2b07bad0a89bf4c7bfbf
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e36dfc719d2114c2e39aea88849e2845ab326f6f7fe74e0e539b7e54d81f3631
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     df91ac85a94fcd0cfb8155bd7cbefaac14b8c5ee7397fe2cc85984459e2ea14e
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     df02aab48387a9e1d4c65228089cb6abe196c8f4b396c7e4bbc395de136977f6
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     da3560fd0c32b54c83d4f2ff869003d2089369acf2c89608f8afa7436bfa4655
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d9668ab52785086786c134b5e4bddbf72452813b6973229ab92aa1a54d201bf5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d89a11d16c488dd4fbbc541d4b07faf8670d660994488fe54b1fbff2704e4288
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     cf13a243c1cd2e3c8ceb7e70100387cecbfb830525bbf9d0b70c79adf3e84128
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     cc8eec6eb9212cbf897a5ace7e8abeece1079f1a6def0a789591cb1547f1f084
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     cb340011afeb0d74c4a588b36ebaa441961608e8d2fa80dca8c13872c850796b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c69d64a5b839e41ba16742527e17056a18ce3c276fd26e34901a1bc7d0e32219
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c42d11c70ccf5e8cf3fb91fdf21d884021ad836ca68adf2cbb7995c10bf588d4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c3505bf3ec10a51dace417c76b8bd10939a065d1f34e75b8a3065ee31cc69b96
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c2469759c1947e14f4b65f72a9f5b3af8b6f6e727b68bb0d91385cbf42176a8a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     bef7663be5ea4dbfd8686e24701e036f4c03fb7fcd67a6c566ed94ce09c44470
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     be435df7cd28aa2a7c8db4fc8173475b77e5abf392f76b7c76fa3f698cb71a9a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     bdd01126e9d85710d3fe75af1cc1702a29f081b4f6fdf6a2b2135c0297a9cec5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     bc75f910ff320f5cb5999e66bbd4034f4ae537a42fdfef35161c5348e366e216
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     bb01da0333bb639c7e1c806db0561dc98a5316f22fef1090fb8d0be46dae499a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     b93f0699598f8b20fa0dacc12cfcfc1f2568793f6e779e04795e6d7c22530f75
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     b8d6b5e7857b45830e017c7be3d856adeb97c7290eb0665a3d473a4beb51dcf3
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     ad3be589c0474e97de5bb2bf33534948b76bb80376dfdc58b1fed767b5a15bfc
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     a924d3cad6da42b7399b96a095a06f18f6b1aba5b873b0d5f3a0ee2173b48b6c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     a4d978b7c4bda15435d508f8b9592ec2a5adfb12ea7bad146a35ecb53094642f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9ed33f0fbc180bc032f8909ca2c4ab3418edc33a45a50d2521a3b5876aa3ea2c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9dd2dcb72f5e741627f2e9e03ab18503a3403cf6a904a479a4db05d97e2250a9
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9c259fcb301d5fc7397ed5759963e0ef6b36e42057fd73046e6bd08b149f751c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9baf4f76d76bf5d6a897bfbd5f429ba14d04e08b48c3ee8d76930a828fff3891
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9954a1a99d55e8b189ab1bca414b91f6a017191f6c40a86b6f3ef368dd860031
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: secureboot-db.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint grub-common[893]:  * Recording successful boot for GRUB
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     992820e6ec8c41daae4bd8ab48f58268e943a670d35ca5e2bdcd3e7c4c94a072
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     97a8c5ba11d61fefbb5d6a05da4e15ba472dc4c6cd4972fc1a035de321342fe4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     97a51a094444620df38cd8c6512cac909a75fd437ae1e4d22929807661238127
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9783b5ee4492e9e891c655f1f48035959dad453c0e623af0fe7bf2c0a57885e3
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     96e4509450d380dac362ff8e295589128a1f1ce55885d20d89c27ba2a9d00909
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     947078f97c6196968c3ae99c9a5d58667e86882cf6c8c9d58967a496bb7af43c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     91971c1497bf8e5bc68439acc48d63ebb8faabfd764dcbe82f3ba977cac8cf6a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     91656aa4ef493b3824a0b7263248e4e2d657a5c8488d880cb65b01730932fb53
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9063f5fbc5e57ab6de6c9488146020e172b176d5ab57d4c89f0f600e17fe2de2
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     8d93d60c691959651476e5dc464be12a85fa5280b6f524d4a1c3fcc9d048cfad
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     8c0349d708571ae5aa21c11363482332073297d868f29058916529efc520ef70
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     894d7839368f3298cc915ae8742ef330d7a26699f459478cf22c2b6bb2850166
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     82acba48d5236ccff7659afc14594dee902bd6082ef1a30a0b9b508628cf34f4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     7f49ccb309323b1c7ab11c93c955b8c744f0a2b75c311f495e18906070500027
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     78b4edcaabc8d9093e20e217802caeb4f09e23a3394c4acc6e87e8f35395310f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     788383a4c733bb87d2bf51673dc73e92df15ab7d51dc715627ae77686d8d23bc
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     781764102188a8b4b173d4a8f5ec94d828647156097f99357a581e624b377509
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     72c26f827ceb92989798961bc6ae748d141e05d3ebcfb65d9041b266c920be82
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     70a1450af2ad395569ad0afeb1d9c125324ee90aec39c258880134d4892d51ab
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     6dead13257dfc3ccc6a4b37016ba91755fe9e0ec1f415030942e5abc47f07c88
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     6dbbead23e8c860cf8b47f74fbfca5204de3e28b881313bb1d1eccdc4747934e
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     6873d2f61c29bd52e954eeff5977aa8367439997811a62ff212c948133c68d97
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     66aa13a0edc219384d9c425d3927e6ed4a5d1940c5e7cd4dac88f5770103f2f1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     65b2e7cc18d903c331df1152df73ca0dc932d29f17997481c56f3087b2dd3147
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     631f0857b41845362c90c6980b4b10c4b628e23dbe24b6e96c128ae3dcb0d5ac
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     61cec4a377bf5902c0feaee37034bf97d5bc6e0615e23a1cdfbae6e3f5fb3cfd
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     61341e07697978220ea61e85dcd2421343f2c1bf35cc5b8d0ad2f0226f391479
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     5d1e9acbbb4a7d024b6852df025970e2ced66ff622ee019cd0ed7fd841ccad02
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Secure Boot updates for DB and DBX.
Oct 17 18:29:17 ThinkPad-L15-Mint grub-common[893]:    ...done.
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     5890fa227121c76d90ed9e63c87e3a6533eea0f6f0a1a23f1fc445139bc6bcdf
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     57e6913afacc5222bd76cdaf31f8ed88895464255374ef097a82d7f59ad39596
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     47ff1b63b140b6fc04ed79131331e651da5b2e2f170f5daef4153dc2fbc532b1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     47ff1b63b140b6fc04ed79131331e651da5b2e2f170f5daef4153dc2fbc532b1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     4667bf250cd7c1a06b8474c613cdb1df648a7f58736fbf57d05d6f755dab67f4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     45876b4dd861d45b3a94800774027a5db45a48b2a729410908b6412f8a87e95d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     41d1eeb177c0324e17dd6557f384e532de0cf51a019a446b01efb351bc259d77
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     4185821f6dab5ba8347b78a22b5f9a0a7570ca5c93a74d478a793d83bac49805
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     400ac66d59b7b094a9e30b01a6bd013aff1d30570f83e7592f421dbe5ff4ba8f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3e3926f0b8a15ad5a14167bb647a843c3d4321e35dbc44dce8c837417f2d28b0
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3be8e7eb348d35c1928f19c769846788991641d1f6cf09514ca10269934f7359
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3ae76c45ca70e9180c1559981f42622dd251bca1fbe6b901c52ec11673b03514
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3a4f74beafae2b9383ad8215d233a6cf3d057fb3c7e213e897beef4255faee9d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     386d695cdf2d4576e01bcaccf5e49e78da51af9955c0b8fa7606373b007994b3
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3765d769c05bf98b427b3511903b2137e8a49b6f859d0af159ed6a86786aa634
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     367a31e5838831ad2c074647886a6cdff217e6b1ba910bff85dc7a87ae9b5e98
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     362ed31d20b1e00392281231a96f0a0acfde02618953e695c9ef2eb0bac37550
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     340da32b58331c8e2b561baf300ca9dfd6b91cd2270ee0e2a34958b1c6259e85
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     32ad3296829bc46dcfac5eddcb9dbf2c1eed5c11f83b2210cf9c6e60c798d4a7
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     311a2ac55b50c09b30b3cc93b994a119153eeeac54ef892fc447bbbd96101aa1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     2dcf8e8d817023d1e8e1451a3d68d6ec30d9bed94cbcb87f19ddc1cc0116ac1a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     2b2298eaa26b9dc4a4558ae92e7bb0e4f85cf34bf848fdf636c0c11fbec49897
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     29cca4544ea330d61591c784695c149c6b040022ac7b5b89cbd72800d10840ea
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     270c84b29d86f16312b06aaae4ebb8dff8de7d080d825b8839ff1766274eff47
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     1f179186efdf5ef2de018245ba0eae8134868601ba0d35ff3d9865c1537ced93
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     1d8b58c1fdb8da8b33ccee1e5f973af734d90ef317e33f5db1573c2ba088a80c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     1b909115a8d473e51328a87823bd621ce655dfae54fa2bfa72fdc0298611d6b8
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     148fe18f715a9fcfe1a444ce0fff7f85869eb422330dc04b314c0f295d6da79e
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     147730b42f11fe493fe902b6251e97cd2b6f34d36af59330f11d02a42f940d07
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-udevd[541]: Using default interface naming scheme 'v245'.
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0fa3a29ad05130d7fe5bf4d2596563cded1d874096aacc181069932a2e49519a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0c51d7906fc4931149765da88682426b2cfe9e6aa4f27253eab400111432e3a7
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0a75ea0b1d70eaa4d3f374246db54fc7b43e7f596a353309b9c36b4fd975725e
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     09f98aa90f85198c0d73f89ba77e87ec6f596c491350fb8f8bba80a62fbb914b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0928f0408bf725e61d67d87138a8eebc52962d2847f16e3587163b160e41b6ad
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     08bb2289e9e91b4d20ff3f1562516ab07e979b2c6cefe2ab70c6dfc1199f8da5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     06eb5badd26e4fae65f9a42358deef7c18e52cc05fbb7fc76776e69d1b982a14
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     05d87e15713454616f5b0ed7849ab5c1712ab84f02349478ec2a38f970c01489
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     03f64a29948a88beffdb035e0b09a7370ccf0cd9ce6bcf8e640c2107318fab87
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     804e354c6368bb27a90fae8e498a57052b293418259a019c4f53a2007254490f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     5c5805196a85e93789457017d4f9eb6828b97c41cb9ba6d3dc1fcc115f527a55
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d372c0d0f4fdc9f52e9e1f23fc56ee72414a17f350d0cea6c26a35a6c3217a13
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9fa4d5023fd43ecaff4200ba7e8d4353259d2b7e5e72b5096eff8027d66d1043
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     8e53efdc15f852cee5a6e92931bc42e6163cd30ff649cca7e87252c3a459960b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     81a8b2c9751aeb1faba7dbde5ee9691dc0eaee2a31c38b1491a8146756a6b770
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     495300790e6c9bf2510daba59db3d57e9d2b85d7d7640434ec75baa3851c74e5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3a91f0f9e5287fa2994c7d930b2c1a5ee14ce8e1c8304ae495adc58cc4453c0c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0257ff710f2a16e489b37493c07604a7cda96129d8a8fd68d2b6af633904315d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     dccc3ce1c00ee4b0b10487d372a0fa47f5c26f57a359be7b27801e144eacbac4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e7681f153121ea1e67f74bbcb0cdc5e502702c1b8cc55fb65d702dfba948b5f4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     7eac80a915c84cd4afec638904d94eb168a8557951a4d539b0713028552b6b8c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e7c20b3ab481ec885501eca5293781d84b5a1ac24f88266b5270e7ecb4aa2538
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e24b315a551671483d8b9073b32de11b4de1eb2eab211afd2d9c319ff55e08d0
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     68ee4632c7be1c66c83e89dd93eaee1294159abf45b4c2c72d7dc7499aa2a043
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3ece27cbb3ec4438cce523b927c4f05fdc5c593a3766db984c5e437a3ff6a16b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     1cb4dccaf2c812cfa7b4938e1371fe2b96910fe407216fd95428672d6c7e7316
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e800395dbe0e045781e8005178b4baf5a257f06e159121a67c595f6ae22506fd
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     7bc9cb5463ce0f011fb5085eb8ba77d1acd283c43f4a57603cc113f22cebc579
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started LSB: Record successful boot for GRUB.
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f1863ec8b7f43f94ad14fb0b8b4a69497a8c65ecbc2a55e0bb420e772b8cdc91
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     badff5e4f0fea711701ca8fb22e4c43821e31e210cf52d1d4f74dd50f1d039bc
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     835881f2a5572d7059b5c8635018552892e945626f115fc9ca07acf7bde857a4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0dc24c75eb1aef56b9f13ab9de60e2eca1c4510034e290bbb36cf60a549b234c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f277af4f9bdc918ae89fa35cc1b34e34984c04ae9765322c3cb049574d36509c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d8d4e6ddf6e42d74a6a536ea62fd1217e4290b145c9e5c3695a31b42efb5f5a4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9d00ae4cd47a41c783dc48f342c076c2c16f3413f4d2df50d181ca3bb5ad859d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     6efefe0b5b01478b7b944c10d3a8aca2cca4208888e2059f8a06cb5824d7bab0
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     02e6216acaef6401401fa555ecbed940b1a5f2569aed92956137ae58482ef1b7
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     95049f0e4137c790b0d2767195e56f73807d123adcf8f6e7bf2d4d991d305f89
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0ce02100f67c7ef85f4eed368f02bf7092380a3c23ca91fd7f19430d94b00c19
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     bb1dd16d530008636f232303a7a86f3dff969f848815c0574b12c2d787fec93f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     2679650fe341f2cf1ea883460b3556aaaf77a70d6b8dc484c9301d1b746cf7b5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     5b248e913d71853d3da5aedd8d9a4bc57a917126573817fb5fcb2d86a2f1c886
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     65f3c0a01b8402d362b9722e98f75e5e991e6c186e934f7b2b2e6be6dec800ec
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     dbaf9e056d3d5b38b68553304abc88827ebc00f80cb9c7e197cdbc5822cd316c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     dd59af56084406e38c63fbe0850f30a0cd1277462a2192590fb05bc259e61273
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9f1863ed5717c394b42ef10a6607b144a65ba11fb6579df94b8eb2f0c4cd60c1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     b3e506340fbf6b5786973393079f24b66ba46507e35e911db0362a2acde97049
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c9ec350406f26e559affb4030de2ebde5435054c35a998605b8fcf04972d8d55
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     89f3d1f6e485c334cd059d0995e3cdfdc00571b1849854847a44dc5548e2dcfb
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     4b8668a5d465bcdd9000aa8dfcff42044fcbd0aece32fc7011a83e9160e89f09
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     10d45fcba396aef3153ee8f6ecae58afe8476a280a2026fc71f6217dcf49ba2f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     32f5940ca29dd812a2c145e6fc89646628ffcc7c7a42cae512337d8d29c40bbd
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     39dbc2288ef44b5f95332cb777e31103e840dba680634aa806f5c9b100061802
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e19dae83c02e6f281358d4ebd11d7723b4f5ea0e357907d5443decc5f93c1e9d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     b92af298dc08049b78c77492d6551b710cd72aada3d77be54609e43278ef6e4d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     81d8fb4c9e2e7a8225656b4b8273b7cba4b03ef2e9eb20e0a0291624eca1ba86
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     /CN=Debian Secure Boot Signer
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started LSB: disk temperature monitoring daemon.
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     /C=GB/ST=Isle of Man/O=Canonical Ltd./OU=Secure Boot/CN=Canonical Ltd. Secure Boot Signing
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     45c7c8ae750acfbb48fc37527d6412dd644daed8913ccd8a24c94d856967df8e
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     64575bd912789a2e14ad56f6341f52af6bf80cf94400785975e9f04e2d64d745
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     939aeef4f5fa51e23340c3f2e49048ce8872526afdf752c3a7f3a3f2bc9f6049
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3b0287533e0cc3d0ec1aa823cbf0a941aad8721579d1c499802dd1c3a636b8a9
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c83cb13922ad99f560744675dd37cc94dcad5a1fcba6472fee341171d939e884
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     77dd190fa30d88ff5e3b011a0ae61e6209780c130b535ecb87e6f0888a0b6b2f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     55b99b0de53dbcfe485aa9c737cf3fb616ef3d91fab599aa7cab19eda763b5ba
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     ca171d614a8d7e121c93948cd0fe55d39981f9d11aa96e03450a415227c2c65b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     fecfb232d12e994b6d485d2c7167728aa5525984ad5ca61e7516221f079a1436
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     fe63a84f782cc9d3fcf2ccf9fc11fbd03760878758d26285ed12669bdc6e6d01
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     fddd6e3d29ea84c7743dad4a1bdbc700b5fec1b391f932409086acc71dd6dbd8
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e92c22eb3b5642d65c1ec2caf247d2594738eebb7fb3841a44956f59e2b0d1fa
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d8cbeb9735f5672b367e4f96cdc74969615d17074ae96c724d42ce0216f8f3fa
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     ce3bfabe59d67ce8ac8dfd4a16f7c43ef9c224513fbc655957d735fa29f540ce
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     cb6b858b40d3a098765815b592c1514a49604fafd60819da88d7a76e9778fef7
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c90f336617b8e7f983975413c997f10b73eb267fd8a10cb9e3bdbfc667abdb8b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c617c1a8b1ee2a811c28b5a81b4c83d7c98b5b0c27281d610207ebe692c2967f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c409bdac4775add8db92aa22b5b718fb8c94a1462c1fe9a416b95d8a3388c2fc
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     bc87a668e81966489cb508ee805183c19e6acd24cf17799ca062d2e384da0ea7
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     b97a0889059c035ff1d54b6db53b11b9766668d9f955247c028b2837d7a04cd9
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     b8f078d983a24ac433216393883514cd932c33af18e7dd70884c8235f4275736
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     b54f1ee636631fad68058d3b0937031ac1b90ccb17062a391cca68afdbe40d55
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     afe2030afb7d2cda13f9fa333a02e34f6751afec11b010dbcd441fdf4c4002b3
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     aeebae3151271273ed95aa2e671139ed31a98567303a332298f83709a9d55aa1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     ad6826e1946d26d3eaf3685c88d97d85de3b4dcb3d0ee2ae81c70560d13c5720
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     a7f32f508d4eb0fead9a087ef94ed1ba0aec5de6f7ef6ff0a62b93bedf5d458d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     a6b5151f3655d3a2af0d472759796be4a4200e5495a7d869754c4848857408a7
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9e4a69173161682e55fde8fef560eb88ec1ffedcaf04001f66c0caf707b2b734
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target Host and Network Name Lookups.
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9998d363c491be16bd74ba10b94d9291001611736fdca643a36664bc0f315a42
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     8d8ea289cfe70a1c07ab7365cb28ee51edd33cf2506de888fbadd60ebf80481c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     8bf434b49e00ccf71502a2cd900865cb01ec3b3da03c35be505fdf7bd563f521
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     8ad64859f195b5f58dafaa940b6a6167acd67a886e8f469364177221c55945b9
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     895a9785f617ca1d7ed44fc1a1470b71f3f1223862d9ff9dcc3ae2df92163daf
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     82db3bceb4f60843ce9d97c3d187cd9b5941cd3de8100e586f2bda5637575f67
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     81a8b965bb84d3876b9429a95481cc955318cfaa1412d808c8a33bfd33fff0e4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     7827af99362cfaf0717dade4b1bfe0438ad171c15addc248b75bf8caa44bb2c5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     72e0bd1867cf5d9d56ab158adf3bddbc82bf32a8d8aa1d8c5e2f6df29428d6d8
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     726b3eb654046a30f3f83d9b96ce03f670e9a806d1708a0371e62dc49d2c23c1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     71f2906fd222497e54a34662ab2497fcc81020770ff51368e9e3d9bfcbfd6375
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     6f1428ff71c9db0ed5af1f2e7bbfcbab647cc265ddf5b293cdb626f50a3a785e
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     6c8854478dd559e29351b826c06cb8bfef2b94ad3538358772d193f82ed1ca11
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     6b1d138078e4418aa68deb7bb35e066092cf479eeb8ce4cd12e7d072ccb42f66
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     5ae949ea8855eb93e439dbc65bda2e42852c2fdf6789fa146736e3c3410f2b5c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     518831fe7382b514d03e15c621228b8ab65479bd0cbfa3c5c1d0f48d9c306135
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     47cc086127e2069a86e03a6bef2cd410f8c55a6d6bdb362168c31b2ce32a5adf
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     4397daca839e7f63077cb50c92df43bc2d2fb2a8f59f26fc7a0e4bd4d9751692
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3fce9b9fdf3ef09d5452b0f95ee481c2b7f06d743a737971558e70136ace3e73
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3841d221368d1583d75c0a02e62160394d6c4e0a6760b6f607b90362bc855b02
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3608edbaf5ad0f41a414a1777abf2faf5e670334675ec3995e6935829e0caad2
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     306628fa5477305728ba4a467de7d0387a54f569d3769fce5e75ec89d28d1593
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     2e70916786a6f773511fa7181fab0f1d70b557c6322ea923b2a8d3b92b51af7d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     2c73d93325ba6dcbe589d4a4c63c5b935559ef92fbf050ed50c4e2085206f17d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     2bbf2ca7b8f1d91f27ee52b6fb2a5dd049b85a2b9b529c5d6662068104b055f8
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     2b99cf26422e92fe365fbf4bc30d27086c9ee14b7a6fff44fb2f6b9001699939
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     18333429ff0562ed9f97033e1148dceee52dbe2e496d5410b5cfd6c864d2d10f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     174e3a0b5b43c6a607bbd3404f05341e3dcf396267ce94f8b50e2e23a9da920c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     106faceacfecfd4e303b74f480a08098e2d0802b936f8ec774ce21f31686689c
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target Sound Card.
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0dc9f3fb99962148c3ca833632758d3ed4fc8d0b0007b95b31e6528f2acd5bfc
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0d0dbeca6f29eca06f331a7d72e4884b12097fb348983a2a14a0d73f4f10140f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0c189339762df336ab3dd006a463df715a39cfb0f492465c600e6c6bd7bd898c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0bbb4392daac7ab89b30a4ac657531b97bfaab04f90b0dafe5f9b6eb90a06374
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     09df5f4e511208ec78b96d12d08125fdb603868de39f6f72927852599b659c26
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     07e6c6a858646fb1efc67903fe28b116011f2367fe92e6be2b36999eff39d09e
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     075eea060589548ba060b2feed10da3c20c7fe9b17cd026b94e8a683b8115238
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     90fbe70e69d633408d3e170c6832dbb2d209e0272527dfb63d49d29572a6f44c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     29c6eb52b43c3aa18b2cd8ed6ea8607cef3cfae1bafe1165755cf2e614844a44
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d063ec28f67eba53f1642dbf7dff33c6a32add869f6013fe162e2c32f1cbe56d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d626157e1d6a718bc124ab8da27cbb65072ca03a7b6b257dbdcbbd60f65ef3d1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     58fb941aef95a25943b3fb5f2510a0df3fe44c58c95e0ab80487297568ab9771
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c3a99a460da464a057c3586d83cef5f4ae08b7103979ed8932742df0ed530c66
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e6ca68e94146629af03f69c2f86e6bef62f930b37c6fbcc878b78df98c0334e5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     1aec84b84b6c65a51220a9be7181965230210d62d6d33c48999c6b295a2b0a06
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     363384d14d1f2e0b7815626484c459ad57a318ef4396266048d058c5a19bbf76
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c5d9d8a186e2c82d09afaa2a6f7f2e73870d3e64f72c4e08ef67796a840f0fbd
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f52f83a3fa9cfbd6920f722824dbe4034534d25b8507246b3b957dac6e1bce7a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]: filesystem keys:
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:   PK:
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:   KEK:
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:   db:
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:   dbx:
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     540801dd345dc1c33ef431b35bf4c0e68bd319b577b9abe1a9cff1cbc39f548f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     408b8b3df5abb043521a493525023175ab1261b1de21064d6bf247ce142153b9
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     37a480374daf6202ce790c318a2bb8aa3797311261160a8e30558b7dea78c7a6
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     1f16078cce009df62edb9e7170e66caae670bce71b8f92d38280c56aa372031d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c805603c4fa038776e42f263c604b49d96840322e1922d5606a9b0bbb5bffe6f
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Tool to automatically collect and submit kernel crash signatures...
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f48e6dd8718e953b60a24f2cbea60a9521deae67db25425b7d3ace3c517dd9b7
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f31fd461c5e99510403fc97c1da2d8a9cbe270597d32badf8fd66b77495f8d94
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f2a16d35b554694187a70d40ca682959f4f35c2ce0eab8fd64f7ac2ab9f5c24a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f1b4f6513b0d544a688d13adc291efa8c59f420ca5dcb23e0b5a06fa7e0d083d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     eed7e0eff2ed559e2a79ee361f9962af3b1e999131e30bb7fd07546fae0a7267
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     ee83a566496109a74f6ac6e410df00bb29a290e0021516ae3b8a23288e7e2e72
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     eaff8c85c208ba4d5b6b8046f5d6081747d779bada7768e649d047ff9b1f660c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e6856f137f79992dc94fa2f43297ec32d2d9a76f7be66114c6a13efc3bcdf5c8
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e39891f48bbcc593b8ed86ce82ce666fc1145b9fcbfd2b07bad0a89bf4c7bfbf
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e36dfc719d2114c2e39aea88849e2845ab326f6f7fe74e0e539b7e54d81f3631
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     df91ac85a94fcd0cfb8155bd7cbefaac14b8c5ee7397fe2cc85984459e2ea14e
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     df02aab48387a9e1d4c65228089cb6abe196c8f4b396c7e4bbc395de136977f6
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     da3560fd0c32b54c83d4f2ff869003d2089369acf2c89608f8afa7436bfa4655
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d9668ab52785086786c134b5e4bddbf72452813b6973229ab92aa1a54d201bf5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d89a11d16c488dd4fbbc541d4b07faf8670d660994488fe54b1fbff2704e4288
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     cf13a243c1cd2e3c8ceb7e70100387cecbfb830525bbf9d0b70c79adf3e84128
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     cc8eec6eb9212cbf897a5ace7e8abeece1079f1a6def0a789591cb1547f1f084
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     cb340011afeb0d74c4a588b36ebaa441961608e8d2fa80dca8c13872c850796b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c69d64a5b839e41ba16742527e17056a18ce3c276fd26e34901a1bc7d0e32219
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c42d11c70ccf5e8cf3fb91fdf21d884021ad836ca68adf2cbb7995c10bf588d4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c3505bf3ec10a51dace417c76b8bd10939a065d1f34e75b8a3065ee31cc69b96
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c2469759c1947e14f4b65f72a9f5b3af8b6f6e727b68bb0d91385cbf42176a8a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     bef7663be5ea4dbfd8686e24701e036f4c03fb7fcd67a6c566ed94ce09c44470
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     be435df7cd28aa2a7c8db4fc8173475b77e5abf392f76b7c76fa3f698cb71a9a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     bdd01126e9d85710d3fe75af1cc1702a29f081b4f6fdf6a2b2135c0297a9cec5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     bc75f910ff320f5cb5999e66bbd4034f4ae537a42fdfef35161c5348e366e216
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     bb01da0333bb639c7e1c806db0561dc98a5316f22fef1090fb8d0be46dae499a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     b93f0699598f8b20fa0dacc12cfcfc1f2568793f6e779e04795e6d7c22530f75
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-logind[929]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     b8d6b5e7857b45830e017c7be3d856adeb97c7290eb0665a3d473a4beb51dcf3
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     ad3be589c0474e97de5bb2bf33534948b76bb80376dfdc58b1fed767b5a15bfc
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     a924d3cad6da42b7399b96a095a06f18f6b1aba5b873b0d5f3a0ee2173b48b6c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     a4d978b7c4bda15435d508f8b9592ec2a5adfb12ea7bad146a35ecb53094642f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9ed33f0fbc180bc032f8909ca2c4ab3418edc33a45a50d2521a3b5876aa3ea2c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9dd2dcb72f5e741627f2e9e03ab18503a3403cf6a904a479a4db05d97e2250a9
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9c259fcb301d5fc7397ed5759963e0ef6b36e42057fd73046e6bd08b149f751c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9baf4f76d76bf5d6a897bfbd5f429ba14d04e08b48c3ee8d76930a828fff3891
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9954a1a99d55e8b189ab1bca414b91f6a017191f6c40a86b6f3ef368dd860031
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     992820e6ec8c41daae4bd8ab48f58268e943a670d35ca5e2bdcd3e7c4c94a072
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     97a8c5ba11d61fefbb5d6a05da4e15ba472dc4c6cd4972fc1a035de321342fe4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     97a51a094444620df38cd8c6512cac909a75fd437ae1e4d22929807661238127
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9783b5ee4492e9e891c655f1f48035959dad453c0e623af0fe7bf2c0a57885e3
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     96e4509450d380dac362ff8e295589128a1f1ce55885d20d89c27ba2a9d00909
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     947078f97c6196968c3ae99c9a5d58667e86882cf6c8c9d58967a496bb7af43c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     91971c1497bf8e5bc68439acc48d63ebb8faabfd764dcbe82f3ba977cac8cf6a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     91656aa4ef493b3824a0b7263248e4e2d657a5c8488d880cb65b01730932fb53
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9063f5fbc5e57ab6de6c9488146020e172b176d5ab57d4c89f0f600e17fe2de2
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     8d93d60c691959651476e5dc464be12a85fa5280b6f524d4a1c3fcc9d048cfad
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     8c0349d708571ae5aa21c11363482332073297d868f29058916529efc520ef70
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     894d7839368f3298cc915ae8742ef330d7a26699f459478cf22c2b6bb2850166
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     82acba48d5236ccff7659afc14594dee902bd6082ef1a30a0b9b508628cf34f4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     7f49ccb309323b1c7ab11c93c955b8c744f0a2b75c311f495e18906070500027
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     78b4edcaabc8d9093e20e217802caeb4f09e23a3394c4acc6e87e8f35395310f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     788383a4c733bb87d2bf51673dc73e92df15ab7d51dc715627ae77686d8d23bc
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     781764102188a8b4b173d4a8f5ec94d828647156097f99357a581e624b377509
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     72c26f827ceb92989798961bc6ae748d141e05d3ebcfb65d9041b266c920be82
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     70a1450af2ad395569ad0afeb1d9c125324ee90aec39c258880134d4892d51ab
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     6dead13257dfc3ccc6a4b37016ba91755fe9e0ec1f415030942e5abc47f07c88
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     6dbbead23e8c860cf8b47f74fbfca5204de3e28b881313bb1d1eccdc4747934e
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     6873d2f61c29bd52e954eeff5977aa8367439997811a62ff212c948133c68d97
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     66aa13a0edc219384d9c425d3927e6ed4a5d1940c5e7cd4dac88f5770103f2f1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     65b2e7cc18d903c331df1152df73ca0dc932d29f17997481c56f3087b2dd3147
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     631f0857b41845362c90c6980b4b10c4b628e23dbe24b6e96c128ae3dcb0d5ac
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     61cec4a377bf5902c0feaee37034bf97d5bc6e0615e23a1cdfbae6e3f5fb3cfd
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     61341e07697978220ea61e85dcd2421343f2c1bf35cc5b8d0ad2f0226f391479
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     5d1e9acbbb4a7d024b6852df025970e2ced66ff622ee019cd0ed7fd841ccad02
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     5890fa227121c76d90ed9e63c87e3a6533eea0f6f0a1a23f1fc445139bc6bcdf
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     57e6913afacc5222bd76cdaf31f8ed88895464255374ef097a82d7f59ad39596
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     47ff1b63b140b6fc04ed79131331e651da5b2e2f170f5daef4153dc2fbc532b1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     47ff1b63b140b6fc04ed79131331e651da5b2e2f170f5daef4153dc2fbc532b1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     4667bf250cd7c1a06b8474c613cdb1df648a7f58736fbf57d05d6f755dab67f4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     45876b4dd861d45b3a94800774027a5db45a48b2a729410908b6412f8a87e95d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Rotate log files being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: thinkpad-isa-0000
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: Adapter: ISA adapter
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: fan1:           0 RPM
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: temp1:            N/A
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: temp2:            N/A
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: temp3:         +0.0°C
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: temp4:         +0.0°C
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: temp5:         +0.0°C
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: temp6:         +0.0°C
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: temp7:         +0.0°C
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: temp8:            N/A
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: iwlwifi_1-virtual-0
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: Adapter: Virtual device
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: temp1:            N/A
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: BAT0-acpi-0
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: Adapter: ACPI interface
Oct 17 18:29:17 ThinkPad-L15-Mint sensors[949]: in0:          11.64 V
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     41d1eeb177c0324e17dd6557f384e532de0cf51a019a446b01efb351bc259d77
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     4185821f6dab5ba8347b78a22b5f9a0a7570ca5c93a74d478a793d83bac49805
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     400ac66d59b7b094a9e30b01a6bd013aff1d30570f83e7592f421dbe5ff4ba8f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3e3926f0b8a15ad5a14167bb647a843c3d4321e35dbc44dce8c837417f2d28b0
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3be8e7eb348d35c1928f19c769846788991641d1f6cf09514ca10269934f7359
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3ae76c45ca70e9180c1559981f42622dd251bca1fbe6b901c52ec11673b03514
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3a4f74beafae2b9383ad8215d233a6cf3d057fb3c7e213e897beef4255faee9d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     386d695cdf2d4576e01bcaccf5e49e78da51af9955c0b8fa7606373b007994b3
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3765d769c05bf98b427b3511903b2137e8a49b6f859d0af159ed6a86786aa634
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     367a31e5838831ad2c074647886a6cdff217e6b1ba910bff85dc7a87ae9b5e98
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     362ed31d20b1e00392281231a96f0a0acfde02618953e695c9ef2eb0bac37550
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     340da32b58331c8e2b561baf300ca9dfd6b91cd2270ee0e2a34958b1c6259e85
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     32ad3296829bc46dcfac5eddcb9dbf2c1eed5c11f83b2210cf9c6e60c798d4a7
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     311a2ac55b50c09b30b3cc93b994a119153eeeac54ef892fc447bbbd96101aa1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     2dcf8e8d817023d1e8e1451a3d68d6ec30d9bed94cbcb87f19ddc1cc0116ac1a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     2b2298eaa26b9dc4a4558ae92e7bb0e4f85cf34bf848fdf636c0c11fbec49897
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Daily man-db regeneration being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     29cca4544ea330d61591c784695c149c6b040022ac7b5b89cbd72800d10840ea
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     270c84b29d86f16312b06aaae4ebb8dff8de7d080d825b8839ff1766274eff47
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     1f179186efdf5ef2de018245ba0eae8134868601ba0d35ff3d9865c1537ced93
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     1d8b58c1fdb8da8b33ccee1e5f973af734d90ef317e33f5db1573c2ba088a80c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     1b909115a8d473e51328a87823bd621ce655dfae54fa2bfa72fdc0298611d6b8
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     148fe18f715a9fcfe1a444ce0fff7f85869eb422330dc04b314c0f295d6da79e
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     147730b42f11fe493fe902b6251e97cd2b6f34d36af59330f11d02a42f940d07
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0fa3a29ad05130d7fe5bf4d2596563cded1d874096aacc181069932a2e49519a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0c51d7906fc4931149765da88682426b2cfe9e6aa4f27253eab400111432e3a7
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0a75ea0b1d70eaa4d3f374246db54fc7b43e7f596a353309b9c36b4fd975725e
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     09f98aa90f85198c0d73f89ba77e87ec6f596c491350fb8f8bba80a62fbb914b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0928f0408bf725e61d67d87138a8eebc52962d2847f16e3587163b160e41b6ad
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     08bb2289e9e91b4d20ff3f1562516ab07e979b2c6cefe2ab70c6dfc1199f8da5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     06eb5badd26e4fae65f9a42358deef7c18e52cc05fbb7fc76776e69d1b982a14
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     05d87e15713454616f5b0ed7849ab5c1712ab84f02349478ec2a38f970c01489
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Initialize hardware monitoring sensors.
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     03f64a29948a88beffdb035e0b09a7370ccf0cd9ce6bcf8e640c2107318fab87
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     804e354c6368bb27a90fae8e498a57052b293418259a019c4f53a2007254490f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     5c5805196a85e93789457017d4f9eb6828b97c41cb9ba6d3dc1fcc115f527a55
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d372c0d0f4fdc9f52e9e1f23fc56ee72414a17f350d0cea6c26a35a6c3217a13
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9fa4d5023fd43ecaff4200ba7e8d4353259d2b7e5e72b5096eff8027d66d1043
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     8e53efdc15f852cee5a6e92931bc42e6163cd30ff649cca7e87252c3a459960b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     81a8b2c9751aeb1faba7dbde5ee9691dc0eaee2a31c38b1491a8146756a6b770
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     495300790e6c9bf2510daba59db3d57e9d2b85d7d7640434ec75baa3851c74e5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3a91f0f9e5287fa2994c7d930b2c1a5ee14ce8e1c8304ae495adc58cc4453c0c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0257ff710f2a16e489b37493c07604a7cda96129d8a8fd68d2b6af633904315d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     dccc3ce1c00ee4b0b10487d372a0fa47f5c26f57a359be7b27801e144eacbac4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e7681f153121ea1e67f74bbcb0cdc5e502702c1b8cc55fb65d702dfba948b5f4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     7eac80a915c84cd4afec638904d94eb168a8557951a4d539b0713028552b6b8c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e7c20b3ab481ec885501eca5293781d84b5a1ac24f88266b5270e7ecb4aa2538
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e24b315a551671483d8b9073b32de11b4de1eb2eab211afd2d9c319ff55e08d0
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     68ee4632c7be1c66c83e89dd93eaee1294159abf45b4c2c72d7dc7499aa2a043
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3ece27cbb3ec4438cce523b927c4f05fdc5c593a3766db984c5e437a3ff6a16b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     1cb4dccaf2c812cfa7b4938e1371fe2b96910fe407216fd95428672d6c7e7316
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e800395dbe0e045781e8005178b4baf5a257f06e159121a67c595f6ae22506fd
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     7bc9cb5463ce0f011fb5085eb8ba77d1acd283c43f4a57603cc113f22cebc579
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f1863ec8b7f43f94ad14fb0b8b4a69497a8c65ecbc2a55e0bb420e772b8cdc91
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     badff5e4f0fea711701ca8fb22e4c43821e31e210cf52d1d4f74dd50f1d039bc
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     835881f2a5572d7059b5c8635018552892e945626f115fc9ca07acf7bde857a4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0dc24c75eb1aef56b9f13ab9de60e2eca1c4510034e290bbb36cf60a549b234c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f277af4f9bdc918ae89fa35cc1b34e34984c04ae9765322c3cb049574d36509c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d8d4e6ddf6e42d74a6a536ea62fd1217e4290b145c9e5c3695a31b42efb5f5a4
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9d00ae4cd47a41c783dc48f342c076c2c16f3413f4d2df50d181ca3bb5ad859d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     6efefe0b5b01478b7b944c10d3a8aca2cca4208888e2059f8a06cb5824d7bab0
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     02e6216acaef6401401fa555ecbed940b1a5f2569aed92956137ae58482ef1b7
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     95049f0e4137c790b0d2767195e56f73807d123adcf8f6e7bf2d4d991d305f89
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     0ce02100f67c7ef85f4eed368f02bf7092380a3c23ca91fd7f19430d94b00c19
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     bb1dd16d530008636f232303a7a86f3dff969f848815c0574b12c2d787fec93f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     2679650fe341f2cf1ea883460b3556aaaf77a70d6b8dc484c9301d1b746cf7b5
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     5b248e913d71853d3da5aedd8d9a4bc57a917126573817fb5fcb2d86a2f1c886
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     65f3c0a01b8402d362b9722e98f75e5e991e6c186e934f7b2b2e6be6dec800ec
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     dbaf9e056d3d5b38b68553304abc88827ebc00f80cb9c7e197cdbc5822cd316c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     dd59af56084406e38c63fbe0850f30a0cd1277462a2192590fb05bc259e61273
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     9f1863ed5717c394b42ef10a6607b144a65ba11fb6579df94b8eb2f0c4cd60c1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     b3e506340fbf6b5786973393079f24b66ba46507e35e911db0362a2acde97049
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c9ec350406f26e559affb4030de2ebde5435054c35a998605b8fcf04972d8d55
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     89f3d1f6e485c334cd059d0995e3cdfdc00571b1849854847a44dc5548e2dcfb
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     4b8668a5d465bcdd9000aa8dfcff42044fcbd0aece32fc7011a83e9160e89f09
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     10d45fcba396aef3153ee8f6ecae58afe8476a280a2026fc71f6217dcf49ba2f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     32f5940ca29dd812a2c145e6fc89646628ffcc7c7a42cae512337d8d29c40bbd
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     39dbc2288ef44b5f95332cb777e31103e840dba680634aa806f5c9b100061802
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: kerneloops.service: Found left-over process 971 (kerneloops) in control group while starting unit. Ignoring.
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     e19dae83c02e6f281358d4ebd11d7723b4f5ea0e357907d5443decc5f93c1e9d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     b92af298dc08049b78c77492d6551b710cd72aada3d77be54609e43278ef6e4d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     81d8fb4c9e2e7a8225656b4b8273b7cba4b03ef2e9eb20e0a0291624eca1ba86
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     45c7c8ae750acfbb48fc37527d6412dd644daed8913ccd8a24c94d856967df8e
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     64575bd912789a2e14ad56f6341f52af6bf80cf94400785975e9f04e2d64d745
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c90f336617b8e7f983975413c997f10b73eb267fd8a10cb9e3bdbfc667abdb8b
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c617c1a8b1ee2a811c28b5a81b4c83d7c98b5b0c27281d610207ebe692c2967f
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c409bdac4775add8db92aa22b5b718fb8c94a1462c1fe9a416b95d8a3388c2fc
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     aeebae3151271273ed95aa2e671139ed31a98567303a332298f83709a9d55aa1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     8d8ea289cfe70a1c07ab7365cb28ee51edd33cf2506de888fbadd60ebf80481c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     8ad64859f195b5f58dafaa940b6a6167acd67a886e8f469364177221c55945b9
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     82db3bceb4f60843ce9d97c3d187cd9b5941cd3de8100e586f2bda5637575f67
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     71f2906fd222497e54a34662ab2497fcc81020770ff51368e9e3d9bfcbfd6375
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     47cc086127e2069a86e03a6bef2cd410f8c55a6d6bdb362168c31b2ce32a5adf
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     3fce9b9fdf3ef09d5452b0f95ee481c2b7f06d743a737971558e70136ace3e73
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     2e70916786a6f773511fa7181fab0f1d70b557c6322ea923b2a8d3b92b51af7d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     2b99cf26422e92fe365fbf4bc30d27086c9ee14b7a6fff44fb2f6b9001699939
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     174e3a0b5b43c6a607bbd3404f05341e3dcf396267ce94f8b50e2e23a9da920c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     106faceacfecfd4e303b74f480a08098e2d0802b936f8ec774ce21f31686689c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     90fbe70e69d633408d3e170c6832dbb2d209e0272527dfb63d49d29572a6f44c
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     29c6eb52b43c3aa18b2cd8ed6ea8607cef3cfae1bafe1165755cf2e614844a44
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d063ec28f67eba53f1642dbf7dff33c6a32add869f6013fe162e2c32f1cbe56d
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     d626157e1d6a718bc124ab8da27cbb65072ca03a7b6b257dbdcbbd60f65ef3d1
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     58fb941aef95a25943b3fb5f2510a0df3fe44c58c95e0ab80487297568ab9771
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c3a99a460da464a057c3586d83cef5f4ae08b7103979ed8932742df0ed530c66
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     1aec84b84b6c65a51220a9be7181965230210d62d6d33c48999c6b295a2b0a06
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     c5d9d8a186e2c82d09afaa2a6f7f2e73870d3e64f72c4e08ef67796a840f0fbd
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     f52f83a3fa9cfbd6920f722824dbe4034534d25b8507246b3b957dac6e1bce7a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     /CN=Debian Secure Boot Signer
Oct 17 18:29:17 ThinkPad-L15-Mint dbus-daemon[887]: dbus[887]: Unknown group "power" in message bus configuration file
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:     /C=GB/ST=Isle of Man/O=Canonical Ltd./OU=Secure Boot/CN=Canonical Ltd. Secure Boot Signing
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]:      from /usr/share/secureboot/updates/dbx/dbxupdate_x64.bin
Oct 17 18:29:17 ThinkPad-L15-Mint sbkeysync[952]: New keys in filesystem:
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Tool to automatically collect and submit kernel crash signatures.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Ubuntu system adjustments.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-logind[929]: Watching system buttons on /dev/input/event0 (Power Button)
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-logind[929]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-logind[929]: Watching system buttons on /dev/input/event2 (Sleep Button)
Oct 17 18:29:17 ThinkPad-L15-Mint dbus-daemon[887]: [system] AppArmor D-Bus mediation is enabled
Oct 17 18:29:17 ThinkPad-L15-Mint acpid[879]: starting up with netlink and the input layer
Oct 17 18:29:17 ThinkPad-L15-Mint acpid[879]: 8 rules loaded
Oct 17 18:29:17 ThinkPad-L15-Mint acpid[879]: waiting for events: event logging is off
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Thermal Daemon Service.
Oct 17 18:29:17 ThinkPad-L15-Mint thermald[932]: [WARN]NO RAPL sysfs present
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: Successfully called chroot().
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: Successfully dropped remaining capabilities.
Oct 17 18:29:17 ThinkPad-L15-Mint wpa_supplicant[938]: Successfully initialized wpa_supplicant
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: No service file found in /etc/avahi/services.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started WPA supplicant.
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: New relevant interface lo.IPv6 for mDNS.
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.5337] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: New relevant interface lo.IPv4 for mDNS.
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: Network interface enumeration completed.
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: Registering new address record for ::1 on lo.*.
Oct 17 18:29:17 ThinkPad-L15-Mint avahi-daemon[882]: Registering new address record for 127.0.0.1 on lo.IPv4.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Network Manager.
Oct 17 18:29:17 ThinkPad-L15-Mint thermald[932]: I/O warning : failed to load external entity "/etc/thermald/thermal-conf.xml"
Oct 17 18:29:17 ThinkPad-L15-Mint thermald[932]: [WARN]error: could not parse file /etc/thermald/thermal-conf.xml
Oct 17 18:29:17 ThinkPad-L15-Mint thermald[932]: [WARN]Unsupported cpu model, use thermal-conf.xml file or run with --ignore-cpuid-check
Oct 17 18:29:17 ThinkPad-L15-Mint thermald[932]: [ERR]THD engine start failed
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target Network.
Oct 17 18:29:17 ThinkPad-L15-Mint polkitd[910]: started daemon version 0.105 using authority implementation `local' version `0.105'
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.5396] manager[0x56354daf5030]: monitoring kernel firmware directory '/lib/firmware'.
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.5397] monitoring ifupdown state file '/run/network/ifstate'.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Make remote CUPS printers available locally.
Oct 17 18:29:17 ThinkPad-L15-Mint dbus-daemon[887]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.10' (uid=0 pid=888 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Oct 17 18:29:17 ThinkPad-L15-Mint udisksd[937]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting OpenVPN service...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Permit User Sessions...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: thermald.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint udisksd[937]: Failed to load the 'mdraid' libblockdev plugin
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished OpenVPN service.
Oct 17 18:29:17 ThinkPad-L15-Mint mtp-probe[1000]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb2/2-4"
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Authorization Manager.
Oct 17 18:29:17 ThinkPad-L15-Mint mtp-probe[1000]: bus: 2, device: 2 was not an MTP device
Oct 17 18:29:17 ThinkPad-L15-Mint mtp-probe[1020]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3"
Oct 17 18:29:17 ThinkPad-L15-Mint mtp-probe[1020]: bus: 4, device: 2 was not an MTP device
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Permit User Sessions.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Modem Manager...
Oct 17 18:29:17 ThinkPad-L15-Mint accounts-daemon[878]: started daemon version 0.6.55
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Light Display Manager...
Oct 17 18:29:17 ThinkPad-L15-Mint audit[1002]: AVC apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=1002 comm="cups-browsed" capability=23  capname="sys_nice"
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Hold until boot process finishes up...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Hostname Service...
Oct 17 18:29:17 ThinkPad-L15-Mint networkd-dispatcher[1040]: WARNING: systemd-networkd is not running, output will be incomplete.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: plymouth-quit-wait.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Hold until boot process finishes up.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Dispatcher daemon for systemd-networkd.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Accounts Service.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Set console scheme...
Oct 17 18:29:17 ThinkPad-L15-Mint ModemManager[1031]: <info>  ModemManager (version 1.12.8) starting in system bus...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Set console scheme.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Created slice system-getty.slice.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Getty on tty1.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target Login Prompts.
Oct 17 18:29:17 ThinkPad-L15-Mint dbus-daemon[887]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' requested by ':1.18' (uid=0 pid=1047 comm="/usr/sbin/lightdm " label="unconfined")
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Modem Manager.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: mintsystem.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Disk Manager.
Oct 17 18:29:17 ThinkPad-L15-Mint udisksd[937]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Oct 17 18:29:17 ThinkPad-L15-Mint dbus-daemon[887]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Hostname Service.
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7028] hostname: hostname: using hostnamed
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7028] hostname: hostname changed from (none) to "ThinkPad-L15-Mint"
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7034] dns-mgr[0x56354dae3290]: init: dns=systemd-resolved rc-manager=symlink, plugin=systemd-resolved
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7050] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7052] rfkill1: found WWAN radio killswitch (at /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1) (platform driver thinkpad_acpi)
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7054] manager[0x56354daf5030]: rfkill: Wi-Fi hardware radio set enabled
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7070] manager[0x56354daf5030]: rfkill: WWAN hardware radio set enabled
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7107] Loaded device plugin: NMTeamFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.22.10/libnm-device-plugin-team.so)
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7117] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.22.10/libnm-device-plugin-wifi.so)
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7140] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.22.10/libnm-device-plugin-bluetooth.so)
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7144] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.22.10/libnm-device-plugin-wwan.so)
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7149] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.22.10/libnm-device-plugin-adsl.so)
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7152] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7153] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7154] manager: Networking is enabled by state file
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7156] dhcp-init: Using DHCP client 'internal'
Oct 17 18:29:17 ThinkPad-L15-Mint dbus-daemon[887]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.10' (uid=0 pid=888 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7166] settings: Loaded settings plugin: ifupdown ("/usr/lib/x86_64-linux-gnu/NetworkManager/1.22.10/libnm-settings-plugin-ifupdown.so")
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7167] settings: Loaded settings plugin: keyfile (internal)
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7167] ifupdown: management mode: unmanaged
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7167] ifupdown:       interface-parser: parsing file /etc/network/interfaces
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7167] ifupdown:       interface-parser: source line includes interfaces file(s) /etc/network/interfaces.d
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7168] ifupdown:       interface-parser: finished parsing file /etc/network/interfaces
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7196] device (lo): carrier: link connected
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7200] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7218] manager: (enp2s0f0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7238] settings: (enp2s0f0): created default wired connection 'Wired connection 1'
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.7244] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
Oct 17 18:29:17 ThinkPad-L15-Mint dbus-daemon[887]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-logind[929]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-logind[929]: Watching system buttons on /dev/input/event8 (ThinkPad Extra Buttons)
Oct 17 18:29:17 ThinkPad-L15-Mint systemd-logind[929]: New seat seat0.
Oct 17 18:29:17 ThinkPad-L15-Mint dbus-daemon[887]: [system] Successfully activated service 'org.freedesktop.login1'
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Login Service.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target Multi-User System.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Started Light Display Manager.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Reached target Graphical Interface.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Finished Update UTMP about System Runlevel Changes.
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: Startup finished in 8.558s (firmware) + 11.783s (loader) + 4.537s (kernel) + 1.692s (userspace) = 26.572s.
Oct 17 18:29:17 ThinkPad-L15-Mint set-cpufreq[909]: Setting ondemand scheduler for all CPUs
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: ondemand.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.8311] device (wlp3s0): driver supports Access Point (AP) mode
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.8319] manager: (wlp3s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 17 18:29:17 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919757.8331] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 17 18:29:17 ThinkPad-L15-Mint systemd[1]: dmesg.service: Succeeded.
Oct 17 18:29:17 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
Oct 17 18:29:18 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919758.0508] modem-manager: ModemManager available
Oct 17 18:29:18 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919758.0514] supplicant: wpa_supplicant running
Oct 17 18:29:18 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919758.0515] device (wlp3s0): supplicant interface state: init -> starting
Oct 17 18:29:18 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919758.1595] sup-iface[0x56354db09900,wlp3s0]: supports 5 scan SSIDs
Oct 17 18:29:18 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919758.1606] device (wlp3s0): supplicant interface state: starting -> ready
Oct 17 18:29:18 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919758.1608] Wi-Fi P2P device controlled by interface wlp3s0 created
Oct 17 18:29:18 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919758.1612] manager: (p2p-dev-wlp3s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 17 18:29:18 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919758.1616] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 17 18:29:18 ThinkPad-L15-Mint NetworkManager[888]: <warn>  [1602919758.1627] sup-iface: failed to cancel p2p connect: P2P cancel failed
Oct 17 18:29:18 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919758.1629] device (p2p-dev-wlp3s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 17 18:29:18 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919758.1633] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: mc: Linux media interface: v0.10
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: videodev: Linux video capture interface: v2.00
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: Core ver 2.22
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: NET: Registered protocol family 31
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: HCI device and connection manager initialized
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: HCI socket layer initialized
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: L2CAP socket layer initialized
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: SCO socket layer initialized
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: uvcvideo 4-3:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: uvcvideo 4-3:1.0: Entity type for entity Extension 4 was not initialized!
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input15
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: usbcore: registered new interface driver uvcvideo
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: USB Video Class driver (1.1.1)
Oct 17 18:29:18 ThinkPad-L15-Mint avahi-daemon[882]: Server startup complete. Host name is ThinkPad-L15-Mint.local. Local service cookie is 1819450764.
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: usbcore: registered new interface driver btusb
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: hci0: Device revision is 1
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: hci0: Secure boot is enabled
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: hci0: OTP lock is enabled
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: hci0: API lock is enabled
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: hci0: Debug lock is disabled
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1]: Starting Bluetooth service...
Oct 17 18:29:18 ThinkPad-L15-Mint bluetoothd[1216]: Bluetooth daemon 5.53
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1]: Started Bluetooth service.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1]: Reached target Bluetooth.
Oct 17 18:29:18 ThinkPad-L15-Mint bluetoothd[1216]: Starting SDP server
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: BNEP filters: protocol multicast
Oct 17 18:29:18 ThinkPad-L15-Mint kernel: Bluetooth: BNEP socket layer initialized
Oct 17 18:29:18 ThinkPad-L15-Mint bluetoothd[1216]: Bluetooth management interface 1.14 initialized
Oct 17 18:29:18 ThinkPad-L15-Mint lightdm[1220]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Oct 17 18:29:18 ThinkPad-L15-Mint lightdm[1220]: PAM adding faulty module: pam_kwallet.so
Oct 17 18:29:18 ThinkPad-L15-Mint lightdm[1220]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Oct 17 18:29:18 ThinkPad-L15-Mint lightdm[1220]: PAM adding faulty module: pam_kwallet5.so
Oct 17 18:29:18 ThinkPad-L15-Mint lightdm[1220]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1]: Created slice User Slice of UID 120.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1]: Starting User Runtime Directory /run/user/120...
Oct 17 18:29:18 ThinkPad-L15-Mint systemd-logind[929]: New session c1 of user lightdm.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1]: Finished User Runtime Directory /run/user/120.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1]: Starting User Manager for UID 120...
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: pam_unix(systemd-user:session): session opened for user lightdm by (uid=0)
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Reached target Paths.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Reached target Timers.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Starting D-Bus User Message Bus Socket.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Listening on GnuPG network certificate management daemon.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Listening on debconf communication socket.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Listening on Sound System.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Listening on D-Bus User Message Bus Socket.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Reached target Sockets.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Reached target Basic System.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1]: Started User Manager for UID 120.
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Starting Sound Service...
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1]: Started Session c1 of user lightdm.
Oct 17 18:29:18 ThinkPad-L15-Mint lightdm[1220]: gkr-pam: gnome-keyring-daemon started properly
Oct 17 18:29:18 ThinkPad-L15-Mint dbus-daemon[887]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.29' (uid=120 pid=1233 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo" label="unconfined")
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Oct 17 18:29:18 ThinkPad-L15-Mint dbus-daemon[887]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1]: Started RealtimeKit Scheduling Policy Service.
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Successfully called chroot.
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Successfully dropped privileges.
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Successfully limited resources.
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Running.
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Canary thread running.
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Watchdog thread running.
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:18 ThinkPad-L15-Mint systemd[1224]: Started D-Bus User Message Bus.
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:18 ThinkPad-L15-Mint dbus-daemon[1247]: [session uid=120 pid=1247] AppArmor D-Bus mediation is enabled
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:18 ThinkPad-L15-Mint dbus-daemon[1247]: [session uid=120 pid=1247] Activating service name='ca.desrt.dconf' requested by ':1.1' (uid=120 pid=1240 comm="/usr/sbin/slick-greeter " label="unconfined")
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:18 ThinkPad-L15-Mint dbus-daemon[1247]: [session uid=120 pid=1247] Successfully activated service 'ca.desrt.dconf'
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:18 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:18 ThinkPad-L15-Mint pulseaudio[1233]: No UCM verb is valid for hw:0
Oct 17 18:29:19 ThinkPad-L15-Mint /slick-greeter-check-hidpi[1246]: Window scale: 1
Oct 17 18:29:19 ThinkPad-L15-Mint pulseaudio[1233]: No UCM verb is valid for hw:1
Oct 17 18:29:19 ThinkPad-L15-Mint /slick-greeter-set-keyboard-layout[1285]: Current keyboard configuration: rules:      evdev
                                                                            model:      pc105
                                                                            layout:     us
Oct 17 18:29:19 ThinkPad-L15-Mint /slick-greeter-set-keyboard-layout[1285]: Applying keyboard configuration: ['setxkbmap', '-model', 'pc105', '-layout', 'us', '-variant', '', '-option', '', '-v']
Oct 17 18:29:19 ThinkPad-L15-Mint /slick-greeter-set-keyboard-layout[1285]: Result: Warning! Multiple definitions of keyboard model
                                                                                     Using command line, ignoring X server
                                                                            Warning! Multiple definitions of keyboard layout
                                                                                     Using command line, ignoring X server
                                                                            Trying to build keymap using the following components:
                                                                            keycodes:   evdev+aliases(qwerty)
                                                                            types:      complete
                                                                            compat:     complete
                                                                            symbols:    pc+us+inet(evdev)
                                                                            geometry:   pc(pc105)
Oct 17 18:29:19 ThinkPad-L15-Mint /slick-greeter-set-keyboard-layout[1285]: New keyboard configuration: rules:      evdev
                                                                            model:      pc105
                                                                            layout:     us
Oct 17 18:29:19 ThinkPad-L15-Mint dbus-daemon[1247]: [session uid=120 pid=1247] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.5' (uid=120 pid=1240 comm="/usr/sbin/slick-greeter " label="unconfined")
Oct 17 18:29:19 ThinkPad-L15-Mint systemd[1224]: Starting Accessibility services bus...
Oct 17 18:29:19 ThinkPad-L15-Mint dbus-daemon[1247]: [session uid=120 pid=1247] Successfully activated service 'org.a11y.Bus'
Oct 17 18:29:19 ThinkPad-L15-Mint systemd[1224]: Started Accessibility services bus.
Oct 17 18:29:19 ThinkPad-L15-Mint dbus-daemon[1247]: [session uid=120 pid=1247] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.1' (uid=120 pid=1240 comm="/usr/sbin/slick-greeter " label="unconfined")
Oct 17 18:29:19 ThinkPad-L15-Mint systemd[1224]: Starting Virtual filesystem service...
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 1 users.
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 1 users.
Oct 17 18:29:19 ThinkPad-L15-Mint dbus-daemon[1247]: [session uid=120 pid=1247] Successfully activated service 'org.gtk.vfs.Daemon'
Oct 17 18:29:19 ThinkPad-L15-Mint systemd[1224]: Started Virtual filesystem service.
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 1 users.
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 1 users.
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 1 users.
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 1 users.
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 1 users.
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 1 users.
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 1 users.
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 1 users.
Oct 17 18:29:19 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:19 ThinkPad-L15-Mint systemd[1224]: Started Sound Service.
Oct 17 18:29:19 ThinkPad-L15-Mint systemd[1224]: Reached target Main User Target.
Oct 17 18:29:19 ThinkPad-L15-Mint systemd[1224]: Startup finished in 594ms.
Oct 17 18:29:19 ThinkPad-L15-Mint dbus-daemon[887]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.52' (uid=120 pid=1240 comm="/usr/sbin/slick-greeter " label="unconfined")
Oct 17 18:29:19 ThinkPad-L15-Mint systemd[1]: Starting Daemon for power management...
Oct 17 18:29:19 ThinkPad-L15-Mint dbus-daemon[887]: [system] Successfully activated service 'org.freedesktop.UPower'
Oct 17 18:29:19 ThinkPad-L15-Mint systemd[1]: Started Daemon for power management.
Oct 17 18:29:19 ThinkPad-L15-Mint at-spi-bus-launcher[1296]: dbus-daemon[1296]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=1240 comm="/usr/sbin/slick-greeter " label="unconfined")
Oct 17 18:29:19 ThinkPad-L15-Mint lightdm[1336]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Oct 17 18:29:19 ThinkPad-L15-Mint lightdm[1336]: PAM adding faulty module: pam_kwallet.so
Oct 17 18:29:19 ThinkPad-L15-Mint lightdm[1336]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Oct 17 18:29:19 ThinkPad-L15-Mint lightdm[1336]: PAM adding faulty module: pam_kwallet5.so
Oct 17 18:29:19 ThinkPad-L15-Mint lightdm[1336]: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "anthony"
Oct 17 18:29:19 ThinkPad-L15-Mint lightdm[1336]: pam_unix(lightdm:auth): Couldn't open /etc/securetty: No such file or directory
Oct 17 18:29:19 ThinkPad-L15-Mint at-spi-bus-launcher[1296]: dbus-daemon[1296]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 17 18:29:19 ThinkPad-L15-Mint at-spi-bus-launcher[1338]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 17 18:29:20 ThinkPad-L15-Mint kernel: Bluetooth: hci0: Waiting for firmware download to complete
Oct 17 18:29:20 ThinkPad-L15-Mint kernel: Bluetooth: hci0: Firmware loaded in 1502330 usecs
Oct 17 18:29:20 ThinkPad-L15-Mint kernel: Bluetooth: hci0: Waiting for device to boot
Oct 17 18:29:20 ThinkPad-L15-Mint kernel: Bluetooth: hci0: Device booted in 15137 usecs
Oct 17 18:29:20 ThinkPad-L15-Mint kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
Oct 17 18:29:20 ThinkPad-L15-Mint kernel: Bluetooth: hci0: Failed to send Intel_Write_DDC (-22)
Oct 17 18:29:20 ThinkPad-L15-Mint ModemManager[1031]: <info>  Couldn't check support for device '/sys/devices/pci0000:00/0000:00:02.2/0000:02:00.0': not supported by any plugin
Oct 17 18:29:20 ThinkPad-L15-Mint ModemManager[1031]: <info>  Couldn't check support for device '/sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0': not supported by any plugin
Oct 17 18:29:20 ThinkPad-L15-Mint kernel: NET: Registered protocol family 38
Oct 17 18:29:20 ThinkPad-L15-Mint kernel: Bluetooth: RFCOMM TTY layer initialized
Oct 17 18:29:20 ThinkPad-L15-Mint kernel: Bluetooth: RFCOMM socket layer initialized
Oct 17 18:29:20 ThinkPad-L15-Mint kernel: Bluetooth: RFCOMM ver 1.11
Oct 17 18:29:20 ThinkPad-L15-Mint bluetoothd[1216]: Endpoint registered: sender=:1.51 path=/MediaEndpoint/A2DPSink/sbc
Oct 17 18:29:20 ThinkPad-L15-Mint bluetoothd[1216]: Endpoint registered: sender=:1.51 path=/MediaEndpoint/A2DPSource/sbc
Oct 17 18:29:21 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2063] policy: auto-activating connection 'Telstra793004' (4a727586-27e3-42c6-915b-67b967322eec)
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2071] device (wlp3s0): Activation: starting connection 'Telstra793004' (4a727586-27e3-42c6-915b-67b967322eec)
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2073] device (wlp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2079] manager: NetworkManager state is now CONNECTING
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2085] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2090] device (wlp3s0): Activation: (wifi) access point 'Telstra793004' has security, but secrets are required.
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2090] device (wlp3s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2093] sup-iface[0x56354db09900,wlp3s0]: wps: type pbc start...
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2126] device (wlp3s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2130] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2132] device (wlp3s0): Activation: (wifi) connection 'Telstra793004' has security, and secrets exist.  No new secrets needed.
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2133] Config: added 'ssid' value 'Telstra793004'
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2133] Config: added 'scan_ssid' value '1'
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2133] Config: added 'bgscan' value 'simple:30:-70:86400'
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2133] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2134] Config: added 'auth_alg' value 'OPEN'
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2134] Config: added 'psk' value '<hidden>'
Oct 17 18:29:21 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: SME: Trying to authenticate with a6:91:b1:79:30:0c (SSID='Telstra793004' freq=5560 MHz)
Oct 17 18:29:21 ThinkPad-L15-Mint kernel: wlp3s0: authenticate with a6:91:b1:79:30:0c
Oct 17 18:29:21 ThinkPad-L15-Mint kernel: wlp3s0: send auth to a6:91:b1:79:30:0c (try 1/3)
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2319] device (wlp3s0): supplicant interface state: ready -> authenticating
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2319] device (p2p-dev-wlp3s0): supplicant management interface state: ready -> authenticating
Oct 17 18:29:21 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: Trying to associate with a6:91:b1:79:30:0c (SSID='Telstra793004' freq=5560 MHz)
Oct 17 18:29:21 ThinkPad-L15-Mint kernel: wlp3s0: authenticated
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2569] device (wlp3s0): supplicant interface state: authenticating -> associating
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2570] device (p2p-dev-wlp3s0): supplicant management interface state: authenticating -> associating
Oct 17 18:29:21 ThinkPad-L15-Mint kernel: wlp3s0: associate with a6:91:b1:79:30:0c (try 1/3)
Oct 17 18:29:21 ThinkPad-L15-Mint kernel: wlp3s0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=0 aid=5)
Oct 17 18:29:21 ThinkPad-L15-Mint kernel: wlp3s0: associated
Oct 17 18:29:21 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: Associated with a6:91:b1:79:30:0c
Oct 17 18:29:21 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2774] device (wlp3s0): supplicant interface state: associating -> associated
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2774] device (p2p-dev-wlp3s0): supplicant management interface state: associating -> associated
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2861] device (wlp3s0): supplicant interface state: associated -> 4-way handshake
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.2862] device (p2p-dev-wlp3s0): supplicant management interface state: associated -> 4-way handshake
Oct 17 18:29:21 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: WPA: Key negotiation completed with a6:91:b1:79:30:0c [PTK=CCMP GTK=CCMP]
Oct 17 18:29:21 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to a6:91:b1:79:30:0c completed [id=0 id_str=]
Oct 17 18:29:21 ThinkPad-L15-Mint kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.3362] device (wlp3s0): supplicant interface state: 4-way handshake -> completed
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.3362] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Telstra793004"
Oct 17 18:29:21 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-64 noise=9999 txrate=6000
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.3363] device (p2p-dev-wlp3s0): supplicant management interface state: 4-way handshake -> completed
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.3366] device (wlp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 17 18:29:21 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919761.3377] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Oct 17 18:29:21 ThinkPad-L15-Mint avahi-daemon[882]: Joining mDNS multicast group on interface wlp3s0.IPv6 with address fe80::5bb9:af2d:f6b7:c2cc.
Oct 17 18:29:21 ThinkPad-L15-Mint avahi-daemon[882]: New relevant interface wlp3s0.IPv6 for mDNS.
Oct 17 18:29:21 ThinkPad-L15-Mint avahi-daemon[882]: Registering new address record for fe80::5bb9:af2d:f6b7:c2cc on wlp3s0.*.
Oct 17 18:29:21 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-64 noise=9999 txrate=26000
Oct 17 18:29:21 ThinkPad-L15-Mint kernel: wlp3s0: Limiting TX power to 30 (30 - 0) dBm as advertised by a6:91:b1:79:30:0c
Oct 17 18:29:23 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919763.6054] dhcp6 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Oct 17 18:29:23 ThinkPad-L15-Mint avahi-daemon[882]: Leaving mDNS multicast group on interface wlp3s0.IPv6 with address fe80::5bb9:af2d:f6b7:c2cc.
Oct 17 18:29:23 ThinkPad-L15-Mint avahi-daemon[882]: Joining mDNS multicast group on interface wlp3s0.IPv6 with address 2001:8003:520d:1800:a5e8:c9a3:70c2:ace.
Oct 17 18:29:23 ThinkPad-L15-Mint avahi-daemon[882]: Registering new address record for 2001:8003:520d:1800:a5e8:c9a3:70c2:ace on wlp3s0.*.
Oct 17 18:29:23 ThinkPad-L15-Mint avahi-daemon[882]: Withdrawing address record for fe80::5bb9:af2d:f6b7:c2cc on wlp3s0.
Oct 17 18:29:23 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919763.6082] dhcp6 (wlp3s0): option dhcp6_domain_search  => 'modem'
Oct 17 18:29:23 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919763.6083] dhcp6 (wlp3s0): option dhcp6_name_servers   => '2606:4700:4700::1111 2001:4860:4860::8888'
Oct 17 18:29:23 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919763.6083] dhcp6 (wlp3s0): state changed unknown -> bound
Oct 17 18:29:24 ThinkPad-L15-Mint avahi-daemon[882]: Registering new address record for 2001:8003:520d:1800:9989:e4fc:6730:9a1a on wlp3s0.*.
Oct 17 18:29:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919764.9124] device (wlp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 17 18:29:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919764.9172] device (wlp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 17 18:29:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919764.9177] device (wlp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 17 18:29:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919764.9185] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 17 18:29:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919764.9227] manager: NetworkManager state is now CONNECTED_SITE
Oct 17 18:29:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919764.9229] policy: set 'Telstra793004' (wlp3s0) as default for IPv6 routing and DNS
Oct 17 18:29:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919764.9241] device (wlp3s0): Activation: successful, device activated.
Oct 17 18:29:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919764.9254] manager: startup complete
Oct 17 18:29:25 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3643] dhcp4 (wlp3s0): option dhcp_lease_time      => '3600'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3644] dhcp4 (wlp3s0): option domain_name          => 'modem'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3644] dhcp4 (wlp3s0): option domain_name_servers  => '8.8.8.8 1.1.1.1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3644] dhcp4 (wlp3s0): option expiry               => '1602923366'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3644] dhcp4 (wlp3s0): option host_name            => 'ThinkPad-L15-Mint'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3644] dhcp4 (wlp3s0): option ip_address           => '192.168.0.206'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3645] dhcp4 (wlp3s0): option next_server          => '192.168.0.1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3645] dhcp4 (wlp3s0): option requested_broadcast_address => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3645] dhcp4 (wlp3s0): option requested_domain_name => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint avahi-daemon[882]: Joining mDNS multicast group on interface wlp3s0.IPv4 with address 192.168.0.206.
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3645] dhcp4 (wlp3s0): option requested_domain_name_servers => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint avahi-daemon[882]: New relevant interface wlp3s0.IPv4 for mDNS.
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3645] dhcp4 (wlp3s0): option requested_domain_search => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint avahi-daemon[882]: Registering new address record for 192.168.0.206 on wlp3s0.IPv4.
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3645] dhcp4 (wlp3s0): option requested_host_name  => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3646] dhcp4 (wlp3s0): option requested_interface_mtu => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3646] dhcp4 (wlp3s0): option requested_ms_classless_static_routes => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3646] dhcp4 (wlp3s0): option requested_nis_domain => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3646] dhcp4 (wlp3s0): option requested_nis_servers => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3646] dhcp4 (wlp3s0): option requested_ntp_servers => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3646] dhcp4 (wlp3s0): option requested_rfc3442_classless_static_routes => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3647] dhcp4 (wlp3s0): option requested_root_path  => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3647] dhcp4 (wlp3s0): option requested_routers    => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3647] dhcp4 (wlp3s0): option requested_static_routes => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3647] dhcp4 (wlp3s0): option requested_subnet_mask => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3647] dhcp4 (wlp3s0): option requested_time_offset => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3647] dhcp4 (wlp3s0): option requested_wpad       => '1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3648] dhcp4 (wlp3s0): option routers              => '192.168.0.1'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3648] dhcp4 (wlp3s0): option subnet_mask          => '255.255.255.0'
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3648] dhcp4 (wlp3s0): state changed unknown -> bound
Oct 17 18:29:26 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919766.3676] policy: set 'Telstra793004' (wlp3s0) as default for IPv4 routing and DNS
Oct 17 18:29:26 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:29:27 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919767.4304] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 17 18:29:29 ThinkPad-L15-Mint lightdm[1336]: pam_unix(lightdm:auth): Couldn't open /etc/securetty: No such file or directory
Oct 17 18:29:29 ThinkPad-L15-Mint lightdm[1336]: gkr-pam: unable to locate daemon control file
Oct 17 18:29:29 ThinkPad-L15-Mint lightdm[1336]: gkr-pam: stashed password to try later in open session
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1]: Stopping Session c1 of user lightdm.
Oct 17 18:29:29 ThinkPad-L15-Mint lightdm[1336]: pam_unix(lightdm:session): session opened for user anthony by (uid=0)
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1]: session-c1.scope: Succeeded.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1]: Stopped Session c1 of user lightdm.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd-logind[929]: Removed session c1.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1]: Created slice User Slice of UID 1000.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1]: Starting User Runtime Directory /run/user/1000...
Oct 17 18:29:29 ThinkPad-L15-Mint systemd-logind[929]: New session c2 of user anthony.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1]: Finished User Runtime Directory /run/user/1000.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1]: Starting User Manager for UID 1000...
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: pam_unix(systemd-user:session): session opened for user anthony by (uid=0)
Oct 17 18:29:29 ThinkPad-L15-Mint pulseaudio[1233]: Error opening PCM device front:1: No such file or directory
Oct 17 18:29:29 ThinkPad-L15-Mint pulseaudio[1233]: Error opening PCM device front:1: No such file or directory
Oct 17 18:29:29 ThinkPad-L15-Mint bluetoothd[1216]: Endpoint unregistered: sender=:1.51 path=/MediaEndpoint/A2DPSink/sbc
Oct 17 18:29:29 ThinkPad-L15-Mint bluetoothd[1216]: Endpoint unregistered: sender=:1.51 path=/MediaEndpoint/A2DPSource/sbc
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1224]: pulseaudio.service: Succeeded.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Reached target Paths.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Reached target Timers.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Starting D-Bus User Message Bus Socket.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Listening on GnuPG network certificate management daemon.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Listening on debconf communication socket.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Listening on Sound System.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Listening on D-Bus User Message Bus Socket.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Reached target Sockets.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Reached target Basic System.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1]: Started User Manager for UID 1000.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Starting Sound Service...
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1]: Started Session c2 of user anthony.
Oct 17 18:29:29 ThinkPad-L15-Mint lightdm[1336]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Started D-Bus User Message Bus.
Oct 17 18:29:29 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] AppArmor D-Bus mediation is enabled
Oct 17 18:29:29 ThinkPad-L15-Mint pulseaudio[1453]: No UCM verb is valid for hw:0
Oct 17 18:29:29 ThinkPad-L15-Mint pulseaudio[1453]: No UCM verb is valid for hw:1
Oct 17 18:29:29 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.8' (uid=1000 pid=1459 comm="cinnamon-session --session cinnamon " label="unconfined")
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Starting Accessibility services bus...
Oct 17 18:29:29 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.a11y.Bus'
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Started Accessibility services bus.
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 2 users.
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 2 users.
Oct 17 18:29:29 ThinkPad-L15-Mint at-spi-bus-launcher[1544]: dbus-daemon[1544]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1459 comm="cinnamon-session --session cinnamon " label="unconfined")
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 2 users.
Oct 17 18:29:29 ThinkPad-L15-Mint at-spi-bus-launcher[1544]: dbus-daemon[1544]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 17 18:29:29 ThinkPad-L15-Mint at-spi-bus-launcher[1548]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 2 users.
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 2 users.
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 2 users.
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 2 users.
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 2 users.
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 2 users.
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Supervising 0 threads of 0 processes of 2 users.
Oct 17 18:29:29 ThinkPad-L15-Mint rtkit-daemon[1241]: Failed to make ourselves RT: Operation not permitted
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Started Sound Service.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Reached target Main User Target.
Oct 17 18:29:29 ThinkPad-L15-Mint systemd[1443]: Startup finished in 571ms.
Oct 17 18:29:29 ThinkPad-L15-Mint bluetoothd[1216]: Endpoint registered: sender=:1.82 path=/MediaEndpoint/A2DPSink/sbc
Oct 17 18:29:29 ThinkPad-L15-Mint bluetoothd[1216]: Endpoint registered: sender=:1.82 path=/MediaEndpoint/A2DPSource/sbc
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.18' (uid=1000 pid=1566 comm="/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon" label="unconfined")
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1443]: Starting Virtual filesystem service...
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gtk.vfs.Daemon'
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1443]: Started Virtual filesystem service.
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.21' (uid=1000 pid=1569 comm="/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon" label="unconfined")
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1443]: Starting Virtual filesystem service - disk device monitor...
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[887]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.85' (uid=1000 pid=1563 comm="/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon" label="unconfined")
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1]: Starting Manage, Install and Generate Color Profiles...
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[887]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1]: Started Manage, Install and Generate Color Profiles.
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating service name='ca.desrt.dconf' requested by ':1.32' (uid=1000 pid=1626 comm="/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon" label="unconfined")
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'ca.desrt.dconf'
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1443]: Started Virtual filesystem service - disk device monitor.
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.21' (uid=1000 pid=1569 comm="/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon" label="unconfined")
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1443]: Starting Virtual filesystem service - Apple File Conduit monitor...
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1443]: Started Virtual filesystem service - Apple File Conduit monitor.
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.21' (uid=1000 pid=1569 comm="/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon" label="unconfined")
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1443]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1443]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.21' (uid=1000 pid=1569 comm="/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon" label="unconfined")
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1443]: Starting Virtual filesystem service - digital camera monitor...
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1443]: Started Virtual filesystem service - digital camera monitor.
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.21' (uid=1000 pid=1569 comm="/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon" label="unconfined")
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1443]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating service name='org.gnome.OnlineAccounts' requested by ':1.42' (uid=1000 pid=1708 comm="/usr/libexec/gvfs-goa-volume-monitor " label="unconfined")
Oct 17 18:29:30 ThinkPad-L15-Mint goa-daemon[1715]: goa-daemon version 3.36.0 starting
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating service name='org.gnome.Identity' requested by ':1.43' (uid=1000 pid=1715 comm="/usr/libexec/goa-daemon " label="unconfined")
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gnome.OnlineAccounts'
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gnome.Identity'
Oct 17 18:29:30 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Oct 17 18:29:30 ThinkPad-L15-Mint systemd[1443]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Oct 17 18:29:30 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:29:31 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:29:31 ThinkPad-L15-Mint polkitd(authority=local)[910]: Registered Authentication Agent for unix-session:c2 (system bus name :1.100 [/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8)
Oct 17 18:29:31 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.51' (uid=1000 pid=1815 comm="/usr/libexec/evolution-data-server/evolution-alarm" label="unconfined")
Oct 17 18:29:31 ThinkPad-L15-Mint systemd[1443]: Starting Evolution source registry...
Oct 17 18:29:32 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602919772.0148] agent-manager: agent[653a2c58add334f5,:1.101/org.freedesktop.nm-applet/1000]: agent registered
Oct 17 18:29:32 ThinkPad-L15-Mint /cinnamon-killer-daemon[1826]: Bound Cinnamon restart to <Control><Alt>Escape.
Oct 17 18:29:32 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Oct 17 18:29:32 ThinkPad-L15-Mint systemd[1443]: Started Evolution source registry.
Oct 17 18:29:32 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.56' (uid=1000 pid=1817 comm="blueberry-obex-agent                              " label="unconfined")
Oct 17 18:29:32 ThinkPad-L15-Mint systemd[1443]: Starting Bluetooth OBEX service...
Oct 17 18:29:32 ThinkPad-L15-Mint obexd[1864]: OBEX daemon 5.53
Oct 17 18:29:32 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.bluez.obex'
Oct 17 18:29:32 ThinkPad-L15-Mint systemd[1443]: Started Bluetooth OBEX service.
Oct 17 18:29:32 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.51' (uid=1000 pid=1815 comm="/usr/libexec/evolution-data-server/evolution-alarm" label="unconfined")
Oct 17 18:29:32 ThinkPad-L15-Mint systemd[1443]: Starting Evolution calendar service...
Oct 17 18:29:32 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
Oct 17 18:29:32 ThinkPad-L15-Mint systemd[1443]: Started Evolution calendar service.
Oct 17 18:29:32 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.60' (uid=1000 pid=1867 comm="/usr/libexec/evolution-calendar-factory " label="unconfined")
Oct 17 18:29:32 ThinkPad-L15-Mint systemd[1443]: Starting Evolution address book service...
Oct 17 18:29:32 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
Oct 17 18:29:32 ThinkPad-L15-Mint systemd[1443]: Started Evolution address book service.
Oct 17 18:29:33 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.49' (uid=1000 pid=1818 comm="nemo-desktop " label="unconfined")
Oct 17 18:29:33 ThinkPad-L15-Mint systemd[1443]: Starting Virtual filesystem metadata service...
Oct 17 18:29:33 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gtk.vfs.Metadata'
Oct 17 18:29:33 ThinkPad-L15-Mint systemd[1443]: Started Virtual filesystem metadata service.
Oct 17 18:29:33 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:29:34 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:29:34 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:29:35 ThinkPad-L15-Mint kernel: snd_hda_intel 0000:06:00.6: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
Oct 17 18:29:37 ThinkPad-L15-Mint systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 17 18:29:37 ThinkPad-L15-Mint cinnamon-session[1459]: WARNING: t+8.04234s: Detected that screensaver has appeared on the bus
Oct 17 18:29:39 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1]: Stopping User Manager for UID 120...
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Stopped target Main User Target.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Stopping Accessibility services bus...
Oct 17 18:29:39 ThinkPad-L15-Mint gvfsd[1297]: A connection to the bus can't be made
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Stopping D-Bus User Message Bus...
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Stopping Virtual filesystem service...
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: dbus.service: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Stopped D-Bus User Message Bus.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: at-spi-dbus-bus.service: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Stopped Accessibility services bus.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1443]: run-user-120-gvfs.mount: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: run-user-120-gvfs.mount: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1]: run-user-120-gvfs.mount: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: gvfs-daemon.service: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Stopped Virtual filesystem service.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Stopped target Basic System.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Stopped target Paths.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Stopped target Sockets.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Stopped target Timers.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: dbus.socket: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Closed D-Bus User Message Bus Socket.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: dirmngr.socket: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Closed GnuPG network certificate management daemon.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: gpg-agent-browser.socket: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: gpg-agent-extra.socket: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: gpg-agent-ssh.socket: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: gpg-agent.socket: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Closed GnuPG cryptographic agent and passphrase cache.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: pk-debconf-helper.socket: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Closed debconf communication socket.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: pulseaudio.socket: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Closed Sound System.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Reached target Shutdown.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: systemd-exit.service: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Finished Exit the Session.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1224]: Reached target Exit the Session.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1]: user@120.service: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1]: Stopped User Manager for UID 120.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1]: Stopping User Runtime Directory /run/user/120...
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1]: run-user-120.mount: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1443]: run-user-120.mount: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1]: user-runtime-dir@120.service: Succeeded.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1]: Stopped User Runtime Directory /run/user/120.
Oct 17 18:29:39 ThinkPad-L15-Mint systemd[1]: Removed slice User Slice of UID 120.
Oct 17 18:29:45 ThinkPad-L15-Mint polkitd(authority=local)[910]: Operator of unix-session:c2 successfully authenticated as unix-user:anthony to gain TEMPORARY authorization for action com.linuxmint.mintdrivers for unix-process:1956:2854 [/bin/bash /usr/bin/cinnamon-driver-manager] (owned by unix-user:anthony)
Oct 17 18:29:45 ThinkPad-L15-Mint pkexec[1957]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:29:45 ThinkPad-L15-Mint pkexec[1957]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/bin/driver-manager]
Oct 17 18:29:46 ThinkPad-L15-Mint dbus-daemon[887]: [system] Activating service name='org.debian.apt' requested by ':1.112' (uid=0 pid=1966 comm="/usr/bin/python3 /usr/lib/linuxmint/mintdrivers/mi" label="unconfined") (using servicehelper)
Oct 17 18:29:47 ThinkPad-L15-Mint systemd[1]: systemd-fsckd.service: Succeeded.
Oct 17 18:29:47 ThinkPad-L15-Mint AptDaemon[1969]: INFO: Initializing daemon
Oct 17 18:29:47 ThinkPad-L15-Mint org.debian.apt[1969]: 18:29:47 AptDaemon [INFO]: Initializing daemon
Oct 17 18:29:47 ThinkPad-L15-Mint dbus-daemon[887]: [system] Successfully activated service 'org.debian.apt'
Oct 17 18:29:47 ThinkPad-L15-Mint AptDaemon[1969]: INFO: UpdateCache() was called
Oct 17 18:29:47 ThinkPad-L15-Mint org.debian.apt[1969]: /usr/lib/python3/dist-packages/aptdaemon/worker/pkworker.py:35: PyGIWarning: PackageKitGlib was imported without specifying a version first. Use gi.require_version('PackageKitGlib', '1.0') before import to ensure that the right version gets loaded.
Oct 17 18:29:47 ThinkPad-L15-Mint org.debian.apt[1969]:   from gi.repository import PackageKitGlib as pk
Oct 17 18:29:47 ThinkPad-L15-Mint org.debian.apt[1969]: 18:29:47 AptDaemon [INFO]: UpdateCache() was called
Oct 17 18:29:47 ThinkPad-L15-Mint AptDaemon.Trans[1969]: INFO: Queuing transaction /org/debian/apt/transaction/6fcbc8eca86a4406997f0bd8850c09db
Oct 17 18:29:47 ThinkPad-L15-Mint org.debian.apt[1969]: 18:29:47 AptDaemon.Trans [INFO]: Queuing transaction /org/debian/apt/transaction/6fcbc8eca86a4406997f0bd8850c09db
Oct 17 18:29:47 ThinkPad-L15-Mint AptDaemon.Worker[1969]: INFO: Simulating trans: /org/debian/apt/transaction/6fcbc8eca86a4406997f0bd8850c09db
Oct 17 18:29:47 ThinkPad-L15-Mint org.debian.apt[1969]: 18:29:47 AptDaemon.Worker [INFO]: Simulating trans: /org/debian/apt/transaction/6fcbc8eca86a4406997f0bd8850c09db
Oct 17 18:29:47 ThinkPad-L15-Mint AptDaemon.Worker[1969]: INFO: Processing transaction /org/debian/apt/transaction/6fcbc8eca86a4406997f0bd8850c09db
Oct 17 18:29:47 ThinkPad-L15-Mint org.debian.apt[1969]: 18:29:47 AptDaemon.Worker [INFO]: Processing transaction /org/debian/apt/transaction/6fcbc8eca86a4406997f0bd8850c09db
Oct 17 18:29:47 ThinkPad-L15-Mint systemd-timesyncd[815]: Initial synchronization to time server [2001:67c:1560:8003::c8]:123 (ntp.ubuntu.com).
Oct 17 18:29:47 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Run anacron jobs being skipped.
Oct 17 18:29:47 ThinkPad-L15-Mint AptDaemon.Worker[1969]: INFO: Updating cache
Oct 17 18:29:47 ThinkPad-L15-Mint org.debian.apt[1969]: 18:29:47 AptDaemon.Worker [INFO]: Updating cache
Oct 17 18:29:47 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:29:47 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:29:47 ThinkPad-L15-Mint systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 17 18:29:59 ThinkPad-L15-Mint dbus-daemon[887]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.115' (uid=0 pid=2413 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfined")
Oct 17 18:29:59 ThinkPad-L15-Mint systemd[1]: Starting PackageKit Daemon...
Oct 17 18:29:59 ThinkPad-L15-Mint PackageKit[2416]: daemon start
Oct 17 18:29:59 ThinkPad-L15-Mint dbus-daemon[887]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Oct 17 18:29:59 ThinkPad-L15-Mint systemd[1]: Started PackageKit Daemon.
Oct 17 18:29:59 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:30:00 ThinkPad-L15-Mint CRON[2436]: pam_unix(cron:session): session opened for user root by (uid=0)
Oct 17 18:30:00 ThinkPad-L15-Mint CRON[2437]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
Oct 17 18:30:00 ThinkPad-L15-Mint CRON[2436]: pam_unix(cron:session): session closed for user root
Oct 17 18:30:02 ThinkPad-L15-Mint AptDaemon.Worker[1969]: INFO: Finished transaction /org/debian/apt/transaction/6fcbc8eca86a4406997f0bd8850c09db
Oct 17 18:30:02 ThinkPad-L15-Mint org.debian.apt[1969]: 18:30:02 AptDaemon.Worker [INFO]: Finished transaction /org/debian/apt/transaction/6fcbc8eca86a4406997f0bd8850c09db
Oct 17 18:30:24 ThinkPad-L15-Mint flatpak[2390]: libostree pull from 'flathub' for appstream2/x86_64 complete
                                                 security: GPG: summary+commit http: TLS
                                                 non-delta: meta: 6 content: 8
                                                 transfer: secs: 22 size: 3.4 MB
Oct 17 18:30:24 ThinkPad-L15-Mint flatpak[2390]: /var/tmp/flatpak-cache-0MGPS0/repo-QfuaQk: Pulled appstream2/x86_64 from flathub
Oct 17 18:30:24 ThinkPad-L15-Mint dbus-daemon[887]: [system] Activating via systemd: service name='org.freedesktop.Flatpak.SystemHelper' unit='flatpak-system-helper.service' requested by ':1.119' (uid=1000 pid=2390 comm="flatpak update -y " label="unconfined")
Oct 17 18:30:24 ThinkPad-L15-Mint systemd[1]: Starting flatpak system helper...
Oct 17 18:30:24 ThinkPad-L15-Mint dbus-daemon[887]: [system] Successfully activated service 'org.freedesktop.Flatpak.SystemHelper'
Oct 17 18:30:24 ThinkPad-L15-Mint systemd[1]: Started flatpak system helper.
Oct 17 18:30:24 ThinkPad-L15-Mint flatpak-system-helper[2498]: system: Pulled appstream2/x86_64 from /var/tmp/flatpak-cache-0MGPS0/repo-QfuaQk
Oct 17 18:30:26 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:30:54 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.75' (uid=1000 pid=2548 comm="/usr/bin/gnome-terminal.real " label="unconfined")
Oct 17 18:30:54 ThinkPad-L15-Mint systemd[1443]: Created slice apps.slice.
Oct 17 18:30:54 ThinkPad-L15-Mint systemd[1443]: Created slice apps-org.gnome.Terminal.slice.
Oct 17 18:30:54 ThinkPad-L15-Mint systemd[1443]: Starting GNOME Terminal Server...
Oct 17 18:30:54 ThinkPad-L15-Mint dbus-daemon[1474]: [session uid=1000 pid=1474] Successfully activated service 'org.gnome.Terminal'
Oct 17 18:30:54 ThinkPad-L15-Mint systemd[1443]: Started GNOME Terminal Server.
Oct 17 18:30:54 ThinkPad-L15-Mint systemd[1443]: Started VTE child process 2559 launched by gnome-terminal-server process 2551.
Oct 17 18:31:04 ThinkPad-L15-Mint systemd[1443]: Started VTE child process 2576 launched by gnome-terminal-server process 2551.
Oct 17 18:31:22 ThinkPad-L15-Mint sudo[2586]:  anthony : TTY=unknown ; PWD=/home/anthony ; USER=root ; COMMAND=/usr/lib/linuxmint/mintUpdate/dpkg_lock_check.sh
Oct 17 18:31:22 ThinkPad-L15-Mint sudo[2586]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 17 18:31:22 ThinkPad-L15-Mint sudo[2586]: pam_unix(sudo:session): session closed for user root
Oct 17 18:31:23 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Run anacron jobs being skipped.
Oct 17 18:31:30 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:32:15 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: WPA: Group rekeying completed with a6:91:b1:79:30:0c [GTK=CCMP]
Oct 17 18:33:38 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:35:04 ThinkPad-L15-Mint PackageKit[2416]: daemon quit
Oct 17 18:35:04 ThinkPad-L15-Mint systemd[1]: packagekit.service: Succeeded.
Oct 17 18:37:25 ThinkPad-L15-Mint pkexec[2619]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:37:25 ThinkPad-L15-Mint pkexec[2619]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 18:37:25 ThinkPad-L15-Mint pkexec[2623]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:37:25 ThinkPad-L15-Mint pkexec[2623]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 18:37:54 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:39:52 ThinkPad-L15-Mint sudo[2634]:  anthony : TTY=unknown ; PWD=/home/anthony ; USER=root ; COMMAND=/usr/lib/linuxmint/mintUpdate/dpkg_lock_check.sh
Oct 17 18:39:52 ThinkPad-L15-Mint sudo[2634]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 17 18:39:52 ThinkPad-L15-Mint sudo[2634]: pam_unix(sudo:session): session closed for user root
Oct 17 18:39:52 ThinkPad-L15-Mint sudo[2637]:  anthony : TTY=unknown ; PWD=/home/anthony ; USER=root ; COMMAND=/usr/bin/mint-refresh-cache
Oct 17 18:39:52 ThinkPad-L15-Mint sudo[2637]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 17 18:39:53 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:39:53 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:39:54 ThinkPad-L15-Mint dbus-daemon[887]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.123' (uid=0 pid=3032 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfined")
Oct 17 18:39:54 ThinkPad-L15-Mint systemd[1]: Starting PackageKit Daemon...
Oct 17 18:39:54 ThinkPad-L15-Mint PackageKit[3035]: daemon start
Oct 17 18:39:54 ThinkPad-L15-Mint dbus-daemon[887]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Oct 17 18:39:54 ThinkPad-L15-Mint systemd[1]: Started PackageKit Daemon.
Oct 17 18:39:56 ThinkPad-L15-Mint sudo[2637]: pam_unix(sudo:session): session closed for user root
Oct 17 18:40:24 ThinkPad-L15-Mint systemd[1]: flatpak-system-helper.service: Succeeded.
Oct 17 18:40:46 ThinkPad-L15-Mint AptDaemon[1969]: INFO: Quitting due to inactivity
Oct 17 18:40:46 ThinkPad-L15-Mint AptDaemon[1969]: INFO: Quitting was requested
Oct 17 18:40:46 ThinkPad-L15-Mint org.debian.apt[1969]: 18:40:46 AptDaemon [INFO]: Quitting due to inactivity
Oct 17 18:40:46 ThinkPad-L15-Mint org.debian.apt[1969]: 18:40:46 AptDaemon [INFO]: Quitting was requested
Oct 17 18:42:00 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-69 noise=9999 txrate=351000
Oct 17 18:42:15 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: WPA: Group rekeying completed with a6:91:b1:79:30:0c [GTK=CCMP]
Oct 17 18:42:54 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:44:59 ThinkPad-L15-Mint PackageKit[3035]: daemon quit
Oct 17 18:44:59 ThinkPad-L15-Mint systemd[1]: Starting Cleanup of Temporary Directories...
Oct 17 18:44:59 ThinkPad-L15-Mint systemd[1]: packagekit.service: Succeeded.
Oct 17 18:44:59 ThinkPad-L15-Mint systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Oct 17 18:44:59 ThinkPad-L15-Mint systemd[1]: Finished Cleanup of Temporary Directories.
Oct 17 18:45:38 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-69 noise=9999 txrate=351000
Oct 17 18:47:04 ThinkPad-L15-Mint pkexec[3107]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:47:04 ThinkPad-L15-Mint pkexec[3107]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 18:47:05 ThinkPad-L15-Mint pkexec[3113]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:47:05 ThinkPad-L15-Mint pkexec[3113]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 18:47:54 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:48:35 ThinkPad-L15-Mint pkexec[3120]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:48:35 ThinkPad-L15-Mint pkexec[3120]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 18:48:35 ThinkPad-L15-Mint pkexec[3124]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:48:35 ThinkPad-L15-Mint pkexec[3124]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 18:50:47 ThinkPad-L15-Mint pkexec[3136]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:50:47 ThinkPad-L15-Mint pkexec[3136]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 18:50:47 ThinkPad-L15-Mint pkexec[3142]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:50:47 ThinkPad-L15-Mint pkexec[3142]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 18:52:15 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: WPA: Group rekeying completed with a6:91:b1:79:30:0c [GTK=CCMP]
Oct 17 18:52:17 ThinkPad-L15-Mint pkexec[3147]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:52:17 ThinkPad-L15-Mint pkexec[3147]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 18:52:17 ThinkPad-L15-Mint pkexec[3151]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:52:17 ThinkPad-L15-Mint pkexec[3151]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 18:52:54 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:53:47 ThinkPad-L15-Mint pkexec[3157]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:53:47 ThinkPad-L15-Mint pkexec[3157]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 18:53:47 ThinkPad-L15-Mint pkexec[3161]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:53:47 ThinkPad-L15-Mint pkexec[3161]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 18:55:17 ThinkPad-L15-Mint pkexec[3167]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:55:17 ThinkPad-L15-Mint pkexec[3167]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 18:55:17 ThinkPad-L15-Mint pkexec[3171]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:55:17 ThinkPad-L15-Mint pkexec[3171]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 18:56:47 ThinkPad-L15-Mint pkexec[3179]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:56:47 ThinkPad-L15-Mint pkexec[3179]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 18:56:47 ThinkPad-L15-Mint pkexec[3183]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:56:47 ThinkPad-L15-Mint pkexec[3183]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 18:57:54 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 18:59:17 ThinkPad-L15-Mint pkexec[3193]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:59:17 ThinkPad-L15-Mint pkexec[3193]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 18:59:17 ThinkPad-L15-Mint pkexec[3199]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 18:59:17 ThinkPad-L15-Mint pkexec[3199]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8434] dhcp4 (wlp3s0): option dhcp_lease_time      => '3600'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8435] dhcp4 (wlp3s0): option domain_name          => 'modem'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8435] dhcp4 (wlp3s0): option domain_name_servers  => '8.8.8.8 1.1.1.1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8436] dhcp4 (wlp3s0): option expiry               => '1602925164'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8436] dhcp4 (wlp3s0): option host_name            => 'ThinkPad-L15-Mint'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8436] dhcp4 (wlp3s0): option ip_address           => '192.168.0.206'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8436] dhcp4 (wlp3s0): option next_server          => '192.168.0.1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8436] dhcp4 (wlp3s0): option requested_broadcast_address => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8436] dhcp4 (wlp3s0): option requested_domain_name => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8436] dhcp4 (wlp3s0): option requested_domain_name_servers => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8437] dhcp4 (wlp3s0): option requested_domain_search => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8437] dhcp4 (wlp3s0): option requested_host_name  => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8437] dhcp4 (wlp3s0): option requested_interface_mtu => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8437] dhcp4 (wlp3s0): option requested_ms_classless_static_routes => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8437] dhcp4 (wlp3s0): option requested_nis_domain => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint dbus-daemon[887]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.10' (uid=0 pid=888 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8437] dhcp4 (wlp3s0): option requested_nis_servers => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8438] dhcp4 (wlp3s0): option requested_ntp_servers => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8438] dhcp4 (wlp3s0): option requested_rfc3442_classless_static_routes => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8438] dhcp4 (wlp3s0): option requested_root_path  => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8438] dhcp4 (wlp3s0): option requested_routers    => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8438] dhcp4 (wlp3s0): option requested_static_routes => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8438] dhcp4 (wlp3s0): option requested_subnet_mask => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8438] dhcp4 (wlp3s0): option requested_time_offset => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8439] dhcp4 (wlp3s0): option requested_wpad       => '1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8439] dhcp4 (wlp3s0): option routers              => '192.168.0.1'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8439] dhcp4 (wlp3s0): option subnet_mask          => '255.255.255.0'
Oct 17 18:59:24 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602921564.8439] dhcp4 (wlp3s0): state changed bound -> extended
Oct 17 18:59:24 ThinkPad-L15-Mint systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 17 18:59:24 ThinkPad-L15-Mint dbus-daemon[887]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 17 18:59:24 ThinkPad-L15-Mint systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 17 18:59:34 ThinkPad-L15-Mint systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 17 19:02:15 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: WPA: Group rekeying completed with a6:91:b1:79:30:0c [GTK=CCMP]
Oct 17 19:02:54 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 19:06:29 ThinkPad-L15-Mint pkexec[3278]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:06:29 ThinkPad-L15-Mint pkexec[3278]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 19:06:29 ThinkPad-L15-Mint pkexec[3282]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:06:29 ThinkPad-L15-Mint pkexec[3282]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 19:07:54 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 19:07:59 ThinkPad-L15-Mint pkexec[3292]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:07:59 ThinkPad-L15-Mint pkexec[3292]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 19:07:59 ThinkPad-L15-Mint pkexec[3296]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:07:59 ThinkPad-L15-Mint pkexec[3296]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 19:09:29 ThinkPad-L15-Mint pkexec[3302]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:09:29 ThinkPad-L15-Mint pkexec[3302]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 19:09:29 ThinkPad-L15-Mint pkexec[3306]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:09:29 ThinkPad-L15-Mint pkexec[3306]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 19:10:59 ThinkPad-L15-Mint pkexec[3312]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:10:59 ThinkPad-L15-Mint pkexec[3312]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 19:10:59 ThinkPad-L15-Mint pkexec[3316]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:10:59 ThinkPad-L15-Mint pkexec[3316]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 19:12:15 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: WPA: Group rekeying completed with a6:91:b1:79:30:0c [GTK=CCMP]
Oct 17 19:12:54 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 19:13:30 ThinkPad-L15-Mint pkexec[3326]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:13:30 ThinkPad-L15-Mint pkexec[3326]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 19:13:30 ThinkPad-L15-Mint pkexec[3330]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:13:30 ThinkPad-L15-Mint pkexec[3330]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 19:13:33 ThinkPad-L15-Mint gnome-terminal-[2551]: g_menu_insert_item: assertion 'G_IS_MENU_ITEM (item)' failed
Oct 17 19:13:34 ThinkPad-L15-Mint gnome-terminal-[2551]: g_menu_insert_item: assertion 'G_IS_MENU_ITEM (item)' failed
Oct 17 19:14:43 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-71 noise=9999 txrate=390000
Oct 17 19:15:06 ThinkPad-L15-Mint pkexec[3336]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:15:06 ThinkPad-L15-Mint pkexec[3336]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 19:15:06 ThinkPad-L15-Mint pkexec[3340]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:15:06 ThinkPad-L15-Mint pkexec[3340]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 19:15:56 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-70 noise=9999 txrate=351000
Oct 17 19:16:36 ThinkPad-L15-Mint pkexec[3347]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:16:36 ThinkPad-L15-Mint pkexec[3347]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 19:16:36 ThinkPad-L15-Mint pkexec[3351]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:16:36 ThinkPad-L15-Mint pkexec[3351]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 19:17:01 ThinkPad-L15-Mint CRON[3355]: pam_unix(cron:session): session opened for user root by (uid=0)
Oct 17 19:17:01 ThinkPad-L15-Mint CRON[3356]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 17 19:17:01 ThinkPad-L15-Mint CRON[3355]: pam_unix(cron:session): session closed for user root
Oct 17 19:17:59 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 19:18:06 ThinkPad-L15-Mint pkexec[3363]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:18:06 ThinkPad-L15-Mint pkexec[3363]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 19:18:06 ThinkPad-L15-Mint pkexec[3367]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:18:06 ThinkPad-L15-Mint pkexec[3367]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 19:19:36 ThinkPad-L15-Mint pkexec[3373]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:19:36 ThinkPad-L15-Mint pkexec[3373]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 19:19:36 ThinkPad-L15-Mint pkexec[3377]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:19:36 ThinkPad-L15-Mint pkexec[3377]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 19:21:06 ThinkPad-L15-Mint pkexec[3383]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:21:06 ThinkPad-L15-Mint pkexec[3383]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 19:21:06 ThinkPad-L15-Mint pkexec[3387]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:21:06 ThinkPad-L15-Mint pkexec[3387]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 19:22:15 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: WPA: Group rekeying completed with a6:91:b1:79:30:0c [GTK=CCMP]
Oct 17 19:22:36 ThinkPad-L15-Mint pkexec[3392]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:22:36 ThinkPad-L15-Mint pkexec[3392]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 30 -b firmware -b platform -b raw]
Oct 17 19:22:36 ThinkPad-L15-Mint pkexec[3396]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 17 19:22:36 ThinkPad-L15-Mint pkexec[3396]: anthony: Executing command [USER=root] [TTY=unknown] [CWD=/home/anthony] [COMMAND=/usr/lib/x86_64-linux-gnu/cinnamon-settings-daemon/csd-backlight-helper --set-brightness 50 -b firmware -b platform -b raw]
Oct 17 19:22:54 ThinkPad-L15-Mint systemd-resolved[813]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Oct 17 19:24:20 ThinkPad-L15-Mint sudo[3406]: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory
Oct 17 19:24:25 ThinkPad-L15-Mint sudo[3406]: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory
Oct 17 19:24:25 ThinkPad-L15-Mint sudo[3406]:  anthony : TTY=pts/1 ; PWD=/home/anthony ; USER=root ; COMMAND=/bin/mount /dev/nvme0n1p5 /mnt -o umask=000
Oct 17 19:24:25 ThinkPad-L15-Mint sudo[3406]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 17 19:24:25 ThinkPad-L15-Mint sudo[3406]: pam_unix(sudo:session): session closed for user root
Oct 17 19:24:25 ThinkPad-L15-Mint kernel: EXT4-fs (nvme0n1p5): Unrecognized mount option "umask=000" or missing value
Oct 17 19:24:40 ThinkPad-L15-Mint sudo[3410]:  anthony : TTY=pts/1 ; PWD=/home/anthony ; USER=root ; COMMAND=/bin/mount /dev/nvme0n1p5 /mnt
Oct 17 19:24:40 ThinkPad-L15-Mint sudo[3410]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 17 19:24:40 ThinkPad-L15-Mint kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
Oct 17 19:24:40 ThinkPad-L15-Mint sudo[3410]: pam_unix(sudo:session): session closed for user root
Oct 17 19:25:51 ThinkPad-L15-Mint systemd[1]: Condition check resulted in Daily apt upgrade and clean activities being skipped.
Oct 17 19:26:21 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-77 noise=9999 txrate=351000
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8286] dhcp4 (wlp3s0): option dhcp_lease_time      => '3600'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8287] dhcp4 (wlp3s0): option domain_name          => 'modem'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8287] dhcp4 (wlp3s0): option domain_name_servers  => '8.8.8.8 1.1.1.1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8287] dhcp4 (wlp3s0): option expiry               => '1602926833'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8287] dhcp4 (wlp3s0): option host_name            => 'ThinkPad-L15-Mint'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8287] dhcp4 (wlp3s0): option ip_address           => '192.168.0.206'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8287] dhcp4 (wlp3s0): option next_server          => '192.168.0.1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8288] dhcp4 (wlp3s0): option requested_broadcast_address => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8288] dhcp4 (wlp3s0): option requested_domain_name => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8288] dhcp4 (wlp3s0): option requested_domain_name_servers => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8288] dhcp4 (wlp3s0): option requested_domain_search => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8288] dhcp4 (wlp3s0): option requested_host_name  => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8288] dhcp4 (wlp3s0): option requested_interface_mtu => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8288] dhcp4 (wlp3s0): option requested_ms_classless_static_routes => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8289] dhcp4 (wlp3s0): option requested_nis_domain => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8289] dhcp4 (wlp3s0): option requested_nis_servers => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8289] dhcp4 (wlp3s0): option requested_ntp_servers => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8289] dhcp4 (wlp3s0): option requested_rfc3442_classless_static_routes => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8289] dhcp4 (wlp3s0): option requested_root_path  => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8289] dhcp4 (wlp3s0): option requested_routers    => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint dbus-daemon[887]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.10' (uid=0 pid=888 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8290] dhcp4 (wlp3s0): option requested_static_routes => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8290] dhcp4 (wlp3s0): option requested_subnet_mask => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8290] dhcp4 (wlp3s0): option requested_time_offset => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8290] dhcp4 (wlp3s0): option requested_wpad       => '1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8290] dhcp4 (wlp3s0): option routers              => '192.168.0.1'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8290] dhcp4 (wlp3s0): option subnet_mask          => '255.255.255.0'
Oct 17 19:27:13 ThinkPad-L15-Mint NetworkManager[888]: <info>  [1602923233.8290] dhcp4 (wlp3s0): state changed extended -> extended
Oct 17 19:27:13 ThinkPad-L15-Mint systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 17 19:27:13 ThinkPad-L15-Mint dbus-daemon[887]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 17 19:27:13 ThinkPad-L15-Mint systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 17 19:27:19 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-67 noise=9999 txrate=26000
Oct 17 19:27:23 ThinkPad-L15-Mint systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 17 19:27:34 ThinkPad-L15-Mint wpa_supplicant[938]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-72 noise=9999 txrate=26000

Here is Xorg.0.log from Mint:

[     6.225] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[     6.225] Build Operating System: Linux 4.15.0-115-generic x86_64 Ubuntu
[     6.225] Current Operating System: Linux ThinkPad-L15-Mint 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64
[     6.225] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=/dev/nvme0n1p8
[     6.225] Build Date: 04 September 2020  01:34:27PM
[     6.225] xorg-server 2:1.20.8-2ubuntu2.4 (For technical support please see http://www.ubuntu.com/support) 
[     6.225] Current version of pixman: 0.38.4
[     6.225] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     6.225] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.225] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 17 18:29:17 2020
[     6.226] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.226] (==) No Layout section.  Using the first Screen section.
[     6.226] (==) No screen section available. Using defaults.
[     6.226] (**) |-->Screen "Default Screen Section" (0)
[     6.226] (**) |   |-->Monitor "<default monitor>"
[     6.227] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     6.227] (==) Automatically adding devices
[     6.227] (==) Automatically enabling devices
[     6.227] (==) Automatically adding GPU devices
[     6.227] (==) Automatically binding GPU devices
[     6.227] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.229] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     6.229] 	Entry deleted from font path.
[     6.229] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     6.229] 	Entry deleted from font path.
[     6.229] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     6.229] 	Entry deleted from font path.
[     6.229] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     6.229] 	Entry deleted from font path.
[     6.229] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     6.229] 	Entry deleted from font path.
[     6.229] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[     6.229] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.229] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.229] (II) Loader magic: 0x562d6144e020
[     6.229] (II) Module ABI versions:
[     6.229] 	X.Org ANSI C Emulation: 0.4
[     6.229] 	X.Org Video Driver: 24.1
[     6.229] 	X.Org XInput driver : 24.1
[     6.229] 	X.Org Server Extension : 10.0
[     6.230] (++) using VT number 7

[     6.230] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     6.243] (--) PCI:*(6@0:0:0) 1002:1636:17aa:507e rev 209, Mem @ 0x460000000/268435456, 0x470000000/2097152, 0xfd300000/524288, I/O @ 0x00001000/256
[     6.243] (II) LoadModule: "glx"
[     6.244] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.248] (II) Module glx: vendor="X.Org Foundation"
[     6.248] 	compiled for 1.20.8, module version = 1.0.0
[     6.248] 	ABI class: X.Org Server Extension, version 10.0
[     6.248] (==) Matched ati as autoconfigured driver 0
[     6.248] (==) Matched modesetting as autoconfigured driver 1
[     6.248] (==) Matched fbdev as autoconfigured driver 2
[     6.248] (==) Matched vesa as autoconfigured driver 3
[     6.248] (==) Assigned the driver to the xf86ConfigLayout
[     6.248] (II) LoadModule: "ati"
[     6.248] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[     6.248] (II) Module ati: vendor="X.Org Foundation"
[     6.248] 	compiled for 1.20.5, module version = 19.1.0
[     6.248] 	Module class: X.Org Video Driver
[     6.248] 	ABI class: X.Org Video Driver, version 24.0
[     6.321] (II) LoadModule: "radeon"
[     6.321] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[     6.324] (II) Module radeon: vendor="X.Org Foundation"
[     6.324] 	compiled for 1.20.5, module version = 19.1.0
[     6.324] 	Module class: X.Org Video Driver
[     6.324] 	ABI class: X.Org Video Driver, version 24.0
[     6.325] (II) LoadModule: "modesetting"
[     6.325] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.325] (II) Module modesetting: vendor="X.Org Foundation"
[     6.325] 	compiled for 1.20.8, module version = 1.20.8
[     6.325] 	Module class: X.Org Video Driver
[     6.325] 	ABI class: X.Org Video Driver, version 24.1
[     6.325] (II) LoadModule: "fbdev"
[     6.325] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     6.326] (II) Module fbdev: vendor="X.Org Foundation"
[     6.326] 	compiled for 1.20.1, module version = 0.5.0
[     6.326] 	Module class: X.Org Video Driver
[     6.326] 	ABI class: X.Org Video Driver, version 24.0
[     6.326] (II) LoadModule: "vesa"
[     6.326] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     6.326] (II) Module vesa: vendor="X.Org Foundation"
[     6.326] 	compiled for 1.20.4, module version = 2.4.0
[     6.326] 	Module class: X.Org Video Driver
[     6.326] 	ABI class: X.Org Video Driver, version 24.0
[     6.326] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[     6.328] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.328] (II) FBDEV: driver for framebuffer: fbdev
[     6.328] (II) VESA: driver for VESA chipsets: vesa
[     6.337] (EE) open /dev/dri/card0: No such file or directory
[     6.337] (WW) Falling back to old probe method for modesetting
[     6.337] (EE) open /dev/dri/card0: No such file or directory
[     6.337] (II) Loading sub module "fbdevhw"
[     6.337] (II) LoadModule: "fbdevhw"
[     6.337] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     6.338] (II) Module fbdevhw: vendor="X.Org Foundation"
[     6.338] 	compiled for 1.20.8, module version = 0.0.2
[     6.338] 	ABI class: X.Org Video Driver, version 24.1
[     6.338] (**) FBDEV(1): claimed PCI slot 6@0:0:0
[     6.338] (II) FBDEV(1): using default device
[     6.338] (EE) Screen 0 deleted because of no matching config section.
[     6.338] (II) UnloadModule: "modesetting"
[     6.338] (II) FBDEV(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     6.338] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[     6.338] (==) FBDEV(0): RGB weight 888
[     6.338] (==) FBDEV(0): Default visual is TrueColor
[     6.338] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.338] (II) FBDEV(0): hardware: EFI VGA (video memory: 8128kB)
[     6.338] (II) FBDEV(0): checking modes against framebuffer device...
[     6.338] (II) FBDEV(0): checking modes against monitor...
[     6.338] (II) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
[     6.338] (**) FBDEV(0):  Built-in mode "current": 207.4 MHz, 85.3 kHz, 77.2 Hz
[     6.338] (II) FBDEV(0): Modeline "current"x0.0  207.38  1920 1952 2192 2432  1080 1084 1088 1104 -hsync -vsync -csync (85.3 kHz b)
[     6.338] (==) FBDEV(0): DPI set to (96, 96)
[     6.338] (II) Loading sub module "fb"
[     6.338] (II) LoadModule: "fb"
[     6.338] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.339] (II) Module fb: vendor="X.Org Foundation"
[     6.339] 	compiled for 1.20.8, module version = 1.0.0
[     6.339] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.339] (**) FBDEV(0): using shadow framebuffer
[     6.339] (II) Loading sub module "shadow"
[     6.339] (II) LoadModule: "shadow"
[     6.339] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     6.339] (II) Module shadow: vendor="X.Org Foundation"
[     6.339] 	compiled for 1.20.8, module version = 1.1.0
[     6.339] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.339] (II) UnloadModule: "radeon"
[     6.339] (II) Unloading radeon
[     6.340] (II) UnloadModule: "vesa"
[     6.340] (II) Unloading vesa
[     6.340] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[     6.341] (==) FBDEV(0): Backing store enabled
[     6.341] (==) FBDEV(0): DPMS enabled
[     6.342] (II) Initializing extension Generic Event Extension
[     6.342] (II) Initializing extension SHAPE
[     6.342] (II) Initializing extension MIT-SHM
[     6.342] (II) Initializing extension XInputExtension
[     6.342] (II) Initializing extension XTEST
[     6.342] (II) Initializing extension BIG-REQUESTS
[     6.343] (II) Initializing extension SYNC
[     6.343] (II) Initializing extension XKEYBOARD
[     6.343] (II) Initializing extension XC-MISC
[     6.343] (II) Initializing extension SECURITY
[     6.344] (II) Initializing extension XFIXES
[     6.344] (II) Initializing extension RENDER
[     6.344] (II) Initializing extension RANDR
[     6.344] (II) Initializing extension COMPOSITE
[     6.345] (II) Initializing extension DAMAGE
[     6.345] (II) Initializing extension MIT-SCREEN-SAVER
[     6.345] (II) Initializing extension DOUBLE-BUFFER
[     6.345] (II) Initializing extension RECORD
[     6.345] (II) Initializing extension DPMS
[     6.345] (II) Initializing extension Present
[     6.346] (II) Initializing extension DRI3
[     6.346] (II) Initializing extension X-Resource
[     6.346] (II) Initializing extension XVideo
[     6.346] (II) Initializing extension XVideo-MotionCompensation
[     6.346] (II) Initializing extension SELinux
[     6.346] (II) SELinux: Disabled on system
[     6.346] (II) Initializing extension GLX
[     6.346] (II) AIGLX: Screen 0 is not DRI2 capable
[     6.422] (II) IGLX: Loaded and initialized swrast
[     6.422] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     6.422] (II) Initializing extension XFree86-VidModeExtension
[     6.422] (II) Initializing extension XFree86-DGA
[     6.422] (II) Initializing extension XFree86-DRI
[     6.423] (II) Initializing extension DRI2
[     6.482] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.482] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.482] (II) LoadModule: "libinput"
[     6.483] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.485] (II) Module libinput: vendor="X.Org Foundation"
[     6.485] 	compiled for 1.20.4, module version = 0.29.0
[     6.485] 	Module class: X.Org XInput Driver
[     6.485] 	ABI class: X.Org XInput driver, version 24.1
[     6.485] (II) Using input driver 'libinput' for 'Power Button'
[     6.485] (**) Power Button: always reports core events
[     6.485] (**) Option "Device" "/dev/input/event3"
[     6.485] (**) Option "_source" "server/udev"
[     6.491] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.491] (II) event3  - Power Button: device is a keyboard
[     6.491] (II) event3  - Power Button: device removed
[     6.527] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     6.527] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.527] (**) Option "xkb_model" "pc105"
[     6.527] (**) Option "xkb_layout" "us"
[     6.529] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.529] (II) event3  - Power Button: device is a keyboard
[     6.530] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     6.530] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.530] (II) Using input driver 'libinput' for 'Video Bus'
[     6.530] (**) Video Bus: always reports core events
[     6.530] (**) Option "Device" "/dev/input/event5"
[     6.530] (**) Option "_source" "server/udev"
[     6.531] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     6.531] (II) event5  - Video Bus: device is a keyboard
[     6.532] (II) event5  - Video Bus: device removed
[     6.595] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input6/event5"
[     6.595] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.595] (**) Option "xkb_model" "pc105"
[     6.595] (**) Option "xkb_layout" "us"
[     6.597] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     6.598] (II) event5  - Video Bus: device is a keyboard
[     6.598] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     6.598] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.599] (II) Using input driver 'libinput' for 'Power Button'
[     6.599] (**) Power Button: always reports core events
[     6.599] (**) Option "Device" "/dev/input/event0"
[     6.599] (**) Option "_source" "server/udev"
[     6.600] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.600] (II) event0  - Power Button: device is a keyboard
[     6.601] (II) event0  - Power Button: device removed
[     6.639] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     6.639] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     6.639] (**) Option "xkb_model" "pc105"
[     6.639] (**) Option "xkb_layout" "us"
[     6.641] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.641] (II) event0  - Power Button: device is a keyboard
[     6.642] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.642] (II) No input driver specified, ignoring this device.
[     6.642] (II) This device may have been added with another device file.
[     6.642] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     6.642] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.642] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.642] (**) Sleep Button: always reports core events
[     6.642] (**) Option "Device" "/dev/input/event2"
[     6.642] (**) Option "_source" "server/udev"
[     6.644] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     6.644] (II) event2  - Sleep Button: device is a keyboard
[     6.644] (II) event2  - Sleep Button: device removed
[     6.703] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[     6.703] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     6.703] (**) Option "xkb_model" "pc105"
[     6.703] (**) Option "xkb_layout" "us"
[     6.704] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     6.704] (II) event2  - Sleep Button: device is a keyboard
[     6.705] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event9)
[     6.705] (II) No input driver specified, ignoring this device.
[     6.705] (II) This device may have been added with another device file.
[     6.706] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event10)
[     6.706] (II) No input driver specified, ignoring this device.
[     6.706] (II) This device may have been added with another device file.
[     6.706] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event11)
[     6.706] (II) No input driver specified, ignoring this device.
[     6.706] (II) This device may have been added with another device file.
[     6.707] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event12)
[     6.707] (II) No input driver specified, ignoring this device.
[     6.707] (II) This device may have been added with another device file.
[     6.707] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event13)
[     6.707] (II) No input driver specified, ignoring this device.
[     6.707] (II) This device may have been added with another device file.
[     6.708] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     6.708] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.708] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.708] (**) AT Translated Set 2 keyboard: always reports core events
[     6.708] (**) Option "Device" "/dev/input/event4"
[     6.708] (**) Option "_source" "server/udev"
[     6.710] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.710] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     6.710] (II) event4  - AT Translated Set 2 keyboard: device removed
[     6.759] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     6.759] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[     6.759] (**) Option "xkb_model" "pc105"
[     6.759] (**) Option "xkb_layout" "us"
[     6.761] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.762] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     6.763] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[     6.763] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     6.763] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     6.763] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     6.763] (**) Option "Device" "/dev/input/event6"
[     6.763] (**) Option "_source" "server/udev"
[     6.765] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     6.765] (II) event6  - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[     6.766] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     6.766] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[     6.824] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6"
[     6.824] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[     6.826] (**) Option "AccelerationScheme" "none"
[     6.826] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     6.826] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     6.826] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     6.827] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     6.828] (II) event6  - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[     6.829] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     6.830] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     6.830] (II) No input driver specified, ignoring this device.
[     6.830] (II) This device may have been added with another device file.
[     6.830] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event7)
[     6.830] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[     6.830] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[     6.830] (**) TPPS/2 Elan TrackPoint: always reports core events
[     6.830] (**) Option "Device" "/dev/input/event7"
[     6.830] (**) Option "_source" "server/udev"
[     6.832] (II) event7  - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.832] (II) event7  - TPPS/2 Elan TrackPoint: device is a pointer
[     6.833] (II) event7  - TPPS/2 Elan TrackPoint: device removed
[     6.941] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input8/event7"
[     6.941] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 12)
[     6.941] (**) Option "AccelerationScheme" "none"
[     6.941] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[     6.941] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[     6.941] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[     6.943] (II) event7  - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.943] (II) event7  - TPPS/2 Elan TrackPoint: device is a pointer
[     6.945] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse1)
[     6.945] (II) No input driver specified, ignoring this device.
[     6.945] (II) This device may have been added with another device file.
[     6.948] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event8)
[     6.948] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     6.948] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     6.948] (**) ThinkPad Extra Buttons: always reports core events
[     6.948] (**) Option "Device" "/dev/input/event8"
[     6.948] (**) Option "_source" "server/udev"
[     6.949] (II) event8  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.949] (II) event8  - ThinkPad Extra Buttons: device is a keyboard
[     6.950] (II) event8  - ThinkPad Extra Buttons: device removed
[     6.983] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event8"
[     6.983] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[     6.983] (**) Option "xkb_model" "pc105"
[     6.983] (**) Option "xkb_layout" "us"
[     6.985] (II) event8  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.985] (II) event8  - ThinkPad Extra Buttons: device is a keyboard
[     6.994] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event14)
[     6.994] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[     6.994] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[     6.994] (**) Integrated Camera: Integrated C: always reports core events
[     6.994] (**) Option "Device" "/dev/input/event14"
[     6.994] (**) Option "_source" "server/udev"
[     6.995] (II) event14 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     6.995] (II) event14 - Integrated Camera: Integrated C: device is a keyboard
[     6.996] (II) event14 - Integrated Camera: Integrated C: device removed
[     7.055] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input15/event14"
[     7.055] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 14)
[     7.055] (**) Option "xkb_model" "pc105"
[     7.055] (**) Option "xkb_layout" "us"
[     7.055] (WW) Option "xkb_variant" requires a string value
[     7.055] (WW) Option "xkb_options" requires a string value
[     7.057] (II) event14 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     7.057] (II) event14 - Integrated Camera: Integrated C: device is a keyboard

I don't see much different in these logs, other than the fact that the errors I see in Arch aren't present here (hopefully someone here knows why).


Here are some pages I found which may concern my issue:

https://forums.linuxmint.com/viewtopic.php?t=328862
This one suggests that updating to Linux Kernel 5.8 fixes the driver issue in Linux Mint, but Arch is already on 5.8, and I'm obviously still having major issues.
I'm aware that there are slight differences between the Ubuntu and Arch Linux Kernels, but I'm confused how they are different enough for one to crash and for one to boot fine.
Currently my Mint installation is on Linux Kernel 5.4, and I thought I should wait on the opinions of others as to whether or not I should update to 5.8 to see if that does fix the driver issue in Mint.

Here is another page I found interesting - it doesn't really give any extra information, but it proves that this person got Linux running on the Ryzen 4750u just fine:
https://gadgetversus.com/processor/amd- … h-5-linux/


An extra note: After installing Linux Kernel 5.9, TLP reports that I no longer have the acpi_call kernel module. This isn't an urgent issue, but I'll probably want to solve it once the GPU issues are sorted out. Hopefully someone has a reason for this small issue, and a quick fix if I do end up staying with 5.9.


I am absolutely committed to solving this issue. If you need me to run a command, I'll run it as many times as you want. I'll try to be as cooperative as possible to figure out this problem and get the proper full experience out of Arch Linux.
Again, hopefully some of this extra information helps.
Thanks, Anthony.

Offline

#9 2020-10-17 13:33:15

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Xorg on Mint falls back to fbdev because nothing else works ....

combining that with

Oct 17 18:29:16 ThinkPad-L15-Mint kernel: [drm] amdgpu kernel modesetting enabled.
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Parsing CRAT table with 0 nodes
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Virtual CRAT table created for CPU
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Parsing CRAT table with 1 nodes
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Creating topology SYSFS entries
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Topology: Add CPU node
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: Finished initializing topology
Oct 17 18:29:16 ThinkPad-L15-Mint kernel: [drm] This hardware requires experimental hardware support.
                                          See modparam exp_hw_support

suggests to me the mint kernel 'understands' it has no support for your card so falls back on a very basic mode similar to the one when booting with nomodeset .

fbdev can work on archlinux also through the xf86-video-fbdev package, but has so much downsides I doubt anyone uses it unless they have no other choice.

The 2nd link you you posted only deals with the processor.

There's an intriguing snippet in the thread on mint forum

upgraded to kernel 5.8.4, updated all of the firmware modules in /lib/firmware/amdgpu, and use current open source video divers -- so my Ryzen 7 4700U now has the Renoir GPU hardware acceleration.

The messages in your logs also point to a problem with loading appropriate ucode , which usually means needed firmware is not available .

Check https://git.kernel.org/pub/scm/linux/ke … e.git/log/ it shows a recent addition of new renoir firmware that's not present in archlinux linux-firmware package yet.


Try   https://aur.archlinux.org/packages/linux-firmware-git/


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#10 2020-10-17 13:45:56

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

You have

[drm] This hardware requires experimental hardware support.
                                          See modparam exp_hw_support

on mint, which basically means it's not actually attempting to use it. On Arch you don't have that, because it's shouldn't be experimental anymore, but it just keels over trying to load the firmware.

The only other suggestion I have offhand outside of reporting bugs is updating the firmware, there seems to have been a new amdgpu firmware dump in linux-firmware 10 days ago which hasn't yet landed in the Arch package.

And I was about to post an adjusted PKGBUILD to get a more recent commit but just opting for the git package is likely easier, and Lone_Wolf stole my response while I was checking whether the package would build sad

Last edited by V1del (2020-10-17 14:10:43)

Offline

#11 2020-10-17 22:28:00

Anthony Wilson
Member
Registered: 2020-10-15
Posts: 38

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Well, I tried installing linux-firmware-git, but it still isn't working properly.
I have noticed that when booting without any kernel parameters the system still completely hangs, but if I use amdgpu.exp_hw_support=1 I am consistently able to power off the system just by pressing the power button once. I still can't login, but it appears that the system is at least alive in the background (I haven't confirmed this, but the fact that it powers off would suggest this, right?)
I think this is due to the amdgpu staging branch, but at this point I'm not entirely sure - it may have already been the case in the normal 5.9 kernel.

Here's the journal with no extra boot parameters (I am forced to hold the power button to power off the laptop):

-- Logs begin at Wed 2020-10-14 10:54:09 AEDT, end at Sun 2020-10-18 08:33:00 AEDT. --
Oct 18 08:30:35 LenovoL15 kernel: Linux version 5.9.1-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Sat, 17 Oct 2020 13:30:37 +0000
Oct 18 08:30:35 LenovoL15 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3
Oct 18 08:30:35 LenovoL15 kernel: KERNEL supported cpus:
Oct 18 08:30:35 LenovoL15 kernel:   Intel GenuineIntel
Oct 18 08:30:35 LenovoL15 kernel:   AMD AuthenticAMD
Oct 18 08:30:35 LenovoL15 kernel:   Hygon HygonGenuine
Oct 18 08:30:35 LenovoL15 kernel:   Centaur CentaurHauls
Oct 18 08:30:35 LenovoL15 kernel:   zhaoxin   Shanghai  
Oct 18 08:30:35 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 18 08:30:35 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 18 08:30:35 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 18 08:30:35 LenovoL15 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 18 08:30:35 LenovoL15 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Oct 18 08:30:35 LenovoL15 kernel: BIOS-provided physical RAM map:
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009d20fff] reserved
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009d21000-0x0000000009efffff] usable
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000c70ccfff] usable
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c70cd000-0x00000000c72ccfff] type 20
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c72cd000-0x00000000ca97dfff] reserved
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ca97e000-0x00000000cc97dfff] ACPI NVS
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc97e000-0x00000000cc9fdfff] ACPI data
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc9fe000-0x00000000cdffffff] usable
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
Oct 18 08:30:35 LenovoL15 kernel: BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
Oct 18 08:30:35 LenovoL15 kernel: NX (Execute Disable) protection: active
Oct 18 08:30:35 LenovoL15 kernel: efi: EFI v2.70 by Lenovo
Oct 18 08:30:35 LenovoL15 kernel: efi: ACPI=0xcc9fd000 ACPI 2.0=0xcc9fd014 SMBIOS=0xc8895000 SMBIOS 3.0=0xc8888000 TPMFinalLog=0xcc82d000 MEMATTR=0xc2ee0018 ESRT=0xc75b8000 
Oct 18 08:30:35 LenovoL15 kernel: SMBIOS 3.2.0 present.
Oct 18 08:30:35 LenovoL15 kernel: DMI: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
Oct 18 08:30:35 LenovoL15 kernel: tsc: Fast TSC calibration using PIT
Oct 18 08:30:35 LenovoL15 kernel: tsc: Detected 1696.748 MHz processor
Oct 18 08:30:35 LenovoL15 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 18 08:30:35 LenovoL15 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 18 08:30:35 LenovoL15 kernel: last_pfn = 0x40f340 max_arch_pfn = 0x400000000
Oct 18 08:30:35 LenovoL15 kernel: MTRR default type: uncachable
Oct 18 08:30:35 LenovoL15 kernel: MTRR fixed ranges enabled:
Oct 18 08:30:35 LenovoL15 kernel:   00000-9FFFF write-back
Oct 18 08:30:35 LenovoL15 kernel:   A0000-BFFFF uncachable
Oct 18 08:30:35 LenovoL15 kernel:   C0000-FFFFF write-protect
Oct 18 08:30:35 LenovoL15 kernel: MTRR variable ranges enabled:
Oct 18 08:30:35 LenovoL15 kernel:   0 base 000000000000 mask FFFF80000000 write-back
Oct 18 08:30:35 LenovoL15 kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Oct 18 08:30:35 LenovoL15 kernel:   2 base 0000C0000000 mask FFFFF0000000 write-back
Oct 18 08:30:35 LenovoL15 kernel:   3 base 0000FF000000 mask FFFFFF000000 write-protect
Oct 18 08:30:35 LenovoL15 kernel:   4 disabled
Oct 18 08:30:35 LenovoL15 kernel:   5 disabled
Oct 18 08:30:35 LenovoL15 kernel:   6 disabled
Oct 18 08:30:35 LenovoL15 kernel:   7 disabled
Oct 18 08:30:35 LenovoL15 kernel: TOM2: 0000000430000000 aka 17152M
Oct 18 08:30:35 LenovoL15 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 18 08:30:35 LenovoL15 kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Oct 18 08:30:35 LenovoL15 kernel: esrt: Reserving ESRT space from 0x00000000c75b8000 to 0x00000000c75b8088.
Oct 18 08:30:35 LenovoL15 kernel: check: Scanning 1 areas for low memory corruption
Oct 18 08:30:35 LenovoL15 kernel: Using GB pages for direct mapping
Oct 18 08:30:35 LenovoL15 kernel: Secure boot could not be determined
Oct 18 08:30:35 LenovoL15 kernel: RAMDISK: [mem 0x36c99000-0x37643fff]
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Early table checksum verification disabled
Oct 18 08:30:35 LenovoL15 kernel: ACPI: RSDP 0x00000000CC9FD014 000024 (v02 LENOVO)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: XSDT 0x00000000CC9FB188 0000FC (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: FACP 0x00000000C75E5000 000114 (v06 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: DSDT 0x00000000C75D1000 00DF37 (v01 LENOVO TP-R19   00001120 INTL 20180313)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: FACS 0x00000000CBF7A000 000040
Oct 18 08:30:35 LenovoL15 kernel: ACPI: SSDT 0x00000000C889C000 00077C (v02 LENOVO UsbCTabl 00001000 INTL 20180313)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: SSDT 0x00000000C8874000 007216 (v02 LENOVO TP-R19   00000002 MSFT 04000000)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: IVRS 0x00000000C8873000 0001A4 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: SSDT 0x00000000C884F000 000266 (v01 LENOVO STD3     00000001 INTL 20180313)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: SSDT 0x00000000C883B000 00064C (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: TPM2 0x00000000C883A000 000034 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: MSDM 0x00000000C8802000 000055 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: BATB 0x00000000C87EC000 00004A (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: HPET 0x00000000C75E4000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: APIC 0x00000000C75E3000 000138 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: MCFG 0x00000000C75E2000 00003C (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: SBST 0x00000000C75E1000 000030 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: WSMT 0x00000000C75E0000 000028 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: SSDT 0x00000000C75DF000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: VFCT 0x00000000C75C3000 00D484 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BF000 0039F4 (v01 LENOVO TP-R19   00000001 AMD  00000001)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: CRAT 0x00000000C75BE000 000F00 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: CDIT 0x00000000C75BD000 000029 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: FPDT 0x00000000C8814000 000034 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BB000 0013CF (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B9000 001576 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B4000 00353C (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: BGRT 0x00000000C75B3000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: UEFI 0x00000000CBF79000 000116 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: SSDT 0x00000000C889A000 000090 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: SSDT 0x00000000C8899000 0009AD (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 18 08:30:35 LenovoL15 kernel: No NUMA configuration found
Oct 18 08:30:35 LenovoL15 kernel: Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
Oct 18 08:30:35 LenovoL15 kernel: NODE_DATA(0) allocated [mem 0x40f33c000-0x40f33ffff]
Oct 18 08:30:35 LenovoL15 kernel: Zone ranges:
Oct 18 08:30:35 LenovoL15 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 18 08:30:35 LenovoL15 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 18 08:30:35 LenovoL15 kernel:   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
Oct 18 08:30:35 LenovoL15 kernel:   Device   empty
Oct 18 08:30:35 LenovoL15 kernel: Movable zone start for each node
Oct 18 08:30:35 LenovoL15 kernel: Early memory node ranges
Oct 18 08:30:35 LenovoL15 kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Oct 18 08:30:35 LenovoL15 kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
Oct 18 08:30:35 LenovoL15 kernel:   node   0: [mem 0x0000000009d21000-0x0000000009efffff]
Oct 18 08:30:35 LenovoL15 kernel:   node   0: [mem 0x0000000009f0d000-0x00000000c70ccfff]
Oct 18 08:30:35 LenovoL15 kernel:   node   0: [mem 0x00000000cc9fe000-0x00000000cdffffff]
Oct 18 08:30:35 LenovoL15 kernel:   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
Oct 18 08:30:35 LenovoL15 kernel: Zeroed struct page in unavailable ranges: 34689 pages
Oct 18 08:30:35 LenovoL15 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
Oct 18 08:30:35 LenovoL15 kernel: On node 0 totalpages: 4028543
Oct 18 08:30:35 LenovoL15 kernel:   DMA zone: 64 pages used for memmap
Oct 18 08:30:35 LenovoL15 kernel:   DMA zone: 23 pages reserved
Oct 18 08:30:35 LenovoL15 kernel:   DMA zone: 3998 pages, LIFO batch:0
Oct 18 08:30:35 LenovoL15 kernel:   DMA32 zone: 12759 pages used for memmap
Oct 18 08:30:35 LenovoL15 kernel:   DMA32 zone: 816545 pages, LIFO batch:63
Oct 18 08:30:35 LenovoL15 kernel:   Normal zone: 50125 pages used for memmap
Oct 18 08:30:35 LenovoL15 kernel:   Normal zone: 3208000 pages, LIFO batch:63
Oct 18 08:30:35 LenovoL15 kernel: ACPI: PM-Timer IO Port: 0x408
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Oct 18 08:30:35 LenovoL15 kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
Oct 18 08:30:35 LenovoL15 kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
Oct 18 08:30:35 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: IRQ0 used by override.
Oct 18 08:30:35 LenovoL15 kernel: ACPI: IRQ9 used by override.
Oct 18 08:30:35 LenovoL15 kernel: Using ACPI (MADT) for SMP configuration information
Oct 18 08:30:35 LenovoL15 kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Oct 18 08:30:35 LenovoL15 kernel: e820: update [mem 0xc2cf5000-0xc2d85fff] usable ==> reserved
Oct 18 08:30:35 LenovoL15 kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09d20fff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc2cf5000-0xc2d85fff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc70cd000-0xc72ccfff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc72cd000-0xca97dfff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xca97e000-0xcc97dfff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xcc97e000-0xcc9fdfff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfed7ffff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Oct 18 08:30:35 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
Oct 18 08:30:35 LenovoL15 kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Oct 18 08:30:35 LenovoL15 kernel: Booting paravirtualized kernel on bare hardware
Oct 18 08:30:35 LenovoL15 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 18 08:30:35 LenovoL15 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Oct 18 08:30:35 LenovoL15 kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Oct 18 08:30:35 LenovoL15 kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Oct 18 08:30:35 LenovoL15 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Oct 18 08:30:35 LenovoL15 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3965572
Oct 18 08:30:35 LenovoL15 kernel: Policy zone: Normal
Oct 18 08:30:35 LenovoL15 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3
Oct 18 08:30:35 LenovoL15 kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 18 08:30:35 LenovoL15 kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 18 08:30:35 LenovoL15 kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Oct 18 08:30:35 LenovoL15 kernel: Memory: 15678036K/16114172K available (14339K kernel code, 1524K rwdata, 7912K rodata, 1660K init, 2928K bss, 435876K reserved, 0K cma-reserved)
Oct 18 08:30:35 LenovoL15 kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
Oct 18 08:30:35 LenovoL15 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Oct 18 08:30:35 LenovoL15 kernel: ftrace: allocating 40856 entries in 160 pages
Oct 18 08:30:35 LenovoL15 kernel: ftrace: allocated 160 pages with 2 groups
Oct 18 08:30:35 LenovoL15 kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 18 08:30:35 LenovoL15 kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 18 08:30:35 LenovoL15 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Oct 18 08:30:35 LenovoL15 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 18 08:30:35 LenovoL15 kernel:         Trampoline variant of Tasks RCU enabled.
Oct 18 08:30:35 LenovoL15 kernel:         Rude variant of Tasks RCU enabled.
Oct 18 08:30:35 LenovoL15 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 18 08:30:35 LenovoL15 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Oct 18 08:30:35 LenovoL15 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Oct 18 08:30:35 LenovoL15 kernel: Console: colour dummy device 80x25
Oct 18 08:30:35 LenovoL15 kernel: printk: console [tty0] enabled
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Core revision 20200717
Oct 18 08:30:35 LenovoL15 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Oct 18 08:30:35 LenovoL15 kernel: APIC: Switch to symmetric I/O mode setup
Oct 18 08:30:35 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Oct 18 08:30:35 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Oct 18 08:30:35 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Oct 18 08:30:35 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Oct 18 08:30:35 LenovoL15 kernel: Switched APIC routing to physical flat.
Oct 18 08:30:35 LenovoL15 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 18 08:30:35 LenovoL15 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x18752743c99, max_idle_ns: 440795215663 ns
Oct 18 08:30:35 LenovoL15 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3394.89 BogoMIPS (lpj=5655826)
Oct 18 08:30:35 LenovoL15 kernel: pid_max: default: 32768 minimum: 301
Oct 18 08:30:35 LenovoL15 kernel: LSM: Security Framework initializing
Oct 18 08:30:35 LenovoL15 kernel: Yama: becoming mindful.
Oct 18 08:30:35 LenovoL15 kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 18 08:30:35 LenovoL15 kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 18 08:30:35 LenovoL15 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Oct 18 08:30:35 LenovoL15 kernel: LVT offset 1 assigned for vector 0xf9
Oct 18 08:30:35 LenovoL15 kernel: LVT offset 2 assigned for vector 0xf4
Oct 18 08:30:35 LenovoL15 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Oct 18 08:30:35 LenovoL15 kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Oct 18 08:30:35 LenovoL15 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 18 08:30:35 LenovoL15 kernel: Spectre V2 : Mitigation: Full AMD retpoline
Oct 18 08:30:35 LenovoL15 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 18 08:30:35 LenovoL15 kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 18 08:30:35 LenovoL15 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 18 08:30:35 LenovoL15 kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Oct 18 08:30:35 LenovoL15 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Oct 18 08:30:35 LenovoL15 kernel: Freeing SMP alternatives memory: 32K
Oct 18 08:30:35 LenovoL15 kernel: smpboot: CPU0: AMD Ryzen 7 PRO 4750U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Oct 18 08:30:35 LenovoL15 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Oct 18 08:30:35 LenovoL15 kernel: ... version:                0
Oct 18 08:30:35 LenovoL15 kernel: ... bit width:              48
Oct 18 08:30:35 LenovoL15 kernel: ... generic registers:      6
Oct 18 08:30:35 LenovoL15 kernel: ... value mask:             0000ffffffffffff
Oct 18 08:30:35 LenovoL15 kernel: ... max period:             00007fffffffffff
Oct 18 08:30:35 LenovoL15 kernel: ... fixed-purpose events:   0
Oct 18 08:30:35 LenovoL15 kernel: ... event mask:             000000000000003f
Oct 18 08:30:35 LenovoL15 kernel: rcu: Hierarchical SRCU implementation.
Oct 18 08:30:35 LenovoL15 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 18 08:30:35 LenovoL15 kernel: smp: Bringing up secondary CPUs ...
Oct 18 08:30:35 LenovoL15 kernel: x86: Booting SMP configuration:
Oct 18 08:30:35 LenovoL15 kernel: .... node  #0, CPUs:        #1
Oct 18 08:30:35 LenovoL15 kernel: TSC synchronization [CPU#0 -> CPU#1]:
Oct 18 08:30:35 LenovoL15 kernel: Measured 348487471 cycles TSC warp between CPUs, turning off TSC clock.
Oct 18 08:30:35 LenovoL15 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Oct 18 08:30:35 LenovoL15 kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Oct 18 08:30:35 LenovoL15 kernel: smp: Brought up 1 node, 16 CPUs
Oct 18 08:30:35 LenovoL15 kernel: smpboot: Max logical packages: 1
Oct 18 08:30:35 LenovoL15 kernel: smpboot: Total of 16 processors activated (54317.26 BogoMIPS)
Oct 18 08:30:35 LenovoL15 kernel: devtmpfs: initialized
Oct 18 08:30:35 LenovoL15 kernel: x86/mm: Memory block size: 128MB
Oct 18 08:30:35 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
Oct 18 08:30:35 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0xca97e000-0xcc97dfff] (33554432 bytes)
Oct 18 08:30:35 LenovoL15 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 18 08:30:35 LenovoL15 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Oct 18 08:30:35 LenovoL15 kernel: pinctrl core: initialized pinctrl subsystem
Oct 18 08:30:35 LenovoL15 kernel: PM: RTC time: 21:30:33, date: 2020-10-17
Oct 18 08:30:35 LenovoL15 kernel: NET: Registered protocol family 16
Oct 18 08:30:35 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Oct 18 08:30:35 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 18 08:30:35 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 18 08:30:35 LenovoL15 kernel: audit: initializing netlink subsys (disabled)
Oct 18 08:30:35 LenovoL15 kernel: audit: type=2000 audit(1602970233.143:1): state=initialized audit_enabled=0 res=1
Oct 18 08:30:35 LenovoL15 kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 18 08:30:35 LenovoL15 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 18 08:30:35 LenovoL15 kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 18 08:30:35 LenovoL15 kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 18 08:30:35 LenovoL15 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 18 08:30:35 LenovoL15 kernel: cpuidle: using governor ladder
Oct 18 08:30:35 LenovoL15 kernel: cpuidle: using governor menu
Oct 18 08:30:35 LenovoL15 kernel: ACPI: bus type PCI registered
Oct 18 08:30:35 LenovoL15 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 18 08:30:35 LenovoL15 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 18 08:30:35 LenovoL15 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 18 08:30:35 LenovoL15 kernel: PCI: Using configuration type 1 for base access
Oct 18 08:30:35 LenovoL15 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 18 08:30:35 LenovoL15 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Added _OSI(Module Device)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Added _OSI(Processor Device)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Oct 18 08:30:35 LenovoL15 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 18 08:30:35 LenovoL15 kernel: ACPI: EC: EC started
Oct 18 08:30:35 LenovoL15 kernel: ACPI: EC: interrupt blocked
Oct 18 08:30:35 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Interpreter enabled
Oct 18 08:30:35 LenovoL15 kernel: ACPI: (supports S0 S3 S4 S5)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 18 08:30:35 LenovoL15 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Power Resource [WRST] (on)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Power Resource [P0S0] (on)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Power Resource [P3S0] (on)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Power Resource [P0S1] (on)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Power Resource [P3S1] (on)
Oct 18 08:30:35 LenovoL15 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 18 08:30:35 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 18 08:30:35 LenovoL15 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Oct 18 08:30:35 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 18 08:30:35 LenovoL15 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 18 08:30:35 LenovoL15 kernel: PCI host bridge to bus 0000:00
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x430000000-0xffffffffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.1: enabling Extended Tags
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:01:00.0: [15b7:5006] type 00 class 0x010802
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd700000-0xfd703fff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:01:00.0: reg 0x20: [mem 0xfd704000-0xfd7040ff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.0: reg 0x10: [io  0x2400-0x24ff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfd614000-0xfd614fff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfd600000-0xfd603fff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.0: supports D1 D2
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.1: [10ec:816a] type 00 class 0x070002
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.1: reg 0x10: [io  0x2200-0x22ff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.1: reg 0x18: [mem 0xfd615000-0xfd615fff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.1: reg 0x20: [mem 0xfd604000-0xfd607fff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.1: supports D1 D2
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.2: [10ec:816b] type 00 class 0x070002
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.2: reg 0x10: [io  0x2100-0x21ff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.2: reg 0x18: [mem 0xfd616000-0xfd616fff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.2: reg 0x20: [mem 0xfd608000-0xfd60bfff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.2: supports D1 D2
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.3: [10ec:816c] type 00 class 0x0c0701
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.3: reg 0x10: [io  0x2000-0x20ff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.3: reg 0x18: [mem 0xfd617000-0xfd617fff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.3: reg 0x20: [mem 0xfd60c000-0xfd60ffff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.3: supports D1 D2
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.4: [10ec:816d] type 00 class 0x0c0320
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.4: reg 0x10: [mem 0xfd618000-0xfd618fff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.4: reg 0x18: [mem 0xfd610000-0xfd613fff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.4: PME# supported from D0 D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:03:00.0: [8086:2723] type 00 class 0x028000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfd500000-0xfd503fff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfd400000-0xfd400fff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:04:00.0: supports D1 D2
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.0: enabling Extended Tags
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.1: enabling Extended Tags
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.2: enabling Extended Tags
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.3: enabling Extended Tags
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.4: enabling Extended Tags
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.5: enabling Extended Tags
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.6: enabling Extended Tags
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 18 08:30:35 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:30:35 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:30:35 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:30:35 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:30:35 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:30:35 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:30:35 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:30:35 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:30:35 LenovoL15 kernel: ACPI: EC: interrupt unblocked
Oct 18 08:30:35 LenovoL15 kernel: ACPI: EC: event unblocked
Oct 18 08:30:35 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 18 08:30:35 LenovoL15 kernel: ACPI: EC: GPE=0x3
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Oct 18 08:30:35 LenovoL15 kernel: iommu: Default domain type: Translated 
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: setting as boot device
Oct 18 08:30:35 LenovoL15 kernel: vgaarb: loaded
Oct 18 08:30:35 LenovoL15 kernel: SCSI subsystem initialized
Oct 18 08:30:35 LenovoL15 kernel: libata version 3.00 loaded.
Oct 18 08:30:35 LenovoL15 kernel: ACPI: bus type USB registered
Oct 18 08:30:35 LenovoL15 kernel: usbcore: registered new interface driver usbfs
Oct 18 08:30:35 LenovoL15 kernel: usbcore: registered new interface driver hub
Oct 18 08:30:35 LenovoL15 kernel: usbcore: registered new device driver usb
Oct 18 08:30:35 LenovoL15 kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 18 08:30:35 LenovoL15 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 18 08:30:35 LenovoL15 kernel: PTP clock support registered
Oct 18 08:30:35 LenovoL15 kernel: EDAC MC: Ver: 3.0.0
Oct 18 08:30:35 LenovoL15 kernel: Registered efivars operations
Oct 18 08:30:35 LenovoL15 kernel: NetLabel: Initializing
Oct 18 08:30:35 LenovoL15 kernel: NetLabel:  domain hash size = 128
Oct 18 08:30:35 LenovoL15 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 18 08:30:35 LenovoL15 kernel: NetLabel:  unlabeled traffic allowed by default
Oct 18 08:30:35 LenovoL15 kernel: PCI: Using ACPI for IRQ routing
Oct 18 08:30:35 LenovoL15 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 18 08:30:35 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 18 08:30:35 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
Oct 18 08:30:35 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Oct 18 08:30:35 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc2cf5000-0xc3ffffff]
Oct 18 08:30:35 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc70cd000-0xc7ffffff]
Oct 18 08:30:35 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Oct 18 08:30:35 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
Oct 18 08:30:35 LenovoL15 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 18 08:30:35 LenovoL15 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Oct 18 08:30:35 LenovoL15 kernel: clocksource: Switched to clocksource hpet
Oct 18 08:30:35 LenovoL15 kernel: VFS: Disk quotas dquot_6.6.0
Oct 18 08:30:35 LenovoL15 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 18 08:30:35 LenovoL15 kernel: pnp: PnP ACPI init
Oct 18 08:30:35 LenovoL15 kernel: system 00:00: [io  0x0f50-0x0f51] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 08:30:35 LenovoL15 kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0530-0x0537] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0400-0x0427] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0430] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0440-0x0447] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0b00-0x0b1f] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0c14] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0cd0-0x0cd1] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0cd2-0x0cd3] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0cd4-0x0cd5] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0cd6-0x0cd7] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x0cf9] could not be reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x8100-0x81ff window] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: [io  0x8200-0x82ff window] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 08:30:35 LenovoL15 kernel: system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
Oct 18 08:30:35 LenovoL15 kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 18 08:30:35 LenovoL15 kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Oct 18 08:30:35 LenovoL15 kernel: pnp 00:05: Plug and Play ACPI device, IDs LEN0411 PNP0f13 (active)
Oct 18 08:30:35 LenovoL15 kernel: pnp: PnP ACPI: found 6 devices
Oct 18 08:30:35 LenovoL15 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 18 08:30:35 LenovoL15 kernel: NET: Registered protocol family 2
Oct 18 08:30:35 LenovoL15 kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 18 08:30:35 LenovoL15 kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 18 08:30:35 LenovoL15 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 18 08:30:35 LenovoL15 kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 18 08:30:35 LenovoL15 kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Oct 18 08:30:35 LenovoL15 kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 18 08:30:35 LenovoL15 kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 18 08:30:35 LenovoL15 kernel: NET: Registered protocol family 1
Oct 18 08:30:35 LenovoL15 kernel: NET: Registered protocol family 44
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfd3fffff]
Oct 18 08:30:35 LenovoL15 kernel: pci_bus 0000:06: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Oct 18 08:30:35 LenovoL15 kernel: PCI: CLS 32 bytes, default 64
Oct 18 08:30:35 LenovoL15 kernel: Trying to unpack rootfs image as initramfs...
Oct 18 08:30:35 LenovoL15 kernel: Freeing initrd memory: 9900K
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:01.0: Adding to iommu group 0
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.0: Adding to iommu group 1
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.1: Adding to iommu group 2
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.2: Adding to iommu group 3
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.3: Adding to iommu group 4
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:02.4: Adding to iommu group 5
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.0: Adding to iommu group 6
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:08.1: Adding to iommu group 6
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:14.0: Adding to iommu group 7
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:14.3: Adding to iommu group 7
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.0: Adding to iommu group 8
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.1: Adding to iommu group 8
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.2: Adding to iommu group 8
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.3: Adding to iommu group 8
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.4: Adding to iommu group 8
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.5: Adding to iommu group 8
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.6: Adding to iommu group 8
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:18.7: Adding to iommu group 8
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:01:00.0: Adding to iommu group 9
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.0: Adding to iommu group 10
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.1: Adding to iommu group 10
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.2: Adding to iommu group 10
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.3: Adding to iommu group 10
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:02:00.4: Adding to iommu group 10
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:03:00.0: Adding to iommu group 11
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:04:00.0: Adding to iommu group 12
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.0: Adding to iommu group 6
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.1: Adding to iommu group 6
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.2: Adding to iommu group 6
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.3: Adding to iommu group 6
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.4: Adding to iommu group 6
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.5: Adding to iommu group 6
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:06:00.6: Adding to iommu group 6
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Oct 18 08:30:35 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
Oct 18 08:30:35 LenovoL15 kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
Oct 18 08:30:35 LenovoL15 kernel: AMD-Vi: Interrupt remapping enabled
Oct 18 08:30:35 LenovoL15 kernel: AMD-Vi: Virtual APIC enabled
Oct 18 08:30:35 LenovoL15 kernel: AMD-Vi: X2APIC enabled
Oct 18 08:30:35 LenovoL15 kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Oct 18 08:30:35 LenovoL15 kernel: amd_uncore: AMD NB counters detected
Oct 18 08:30:35 LenovoL15 kernel: amd_uncore: AMD LLC counters detected
Oct 18 08:30:35 LenovoL15 kernel: LVT offset 0 assigned for vector 0x400
Oct 18 08:30:35 LenovoL15 kernel: perf: AMD IBS detected (0x000003ff)
Oct 18 08:30:35 LenovoL15 kernel: check: Scanning for low memory corruption every 60 seconds
Oct 18 08:30:35 LenovoL15 kernel: Initialise system trusted keyrings
Oct 18 08:30:35 LenovoL15 kernel: Key type blacklist registered
Oct 18 08:30:35 LenovoL15 kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 18 08:30:35 LenovoL15 kernel: zbud: loaded
Oct 18 08:30:35 LenovoL15 kernel: Key type asymmetric registered
Oct 18 08:30:35 LenovoL15 kernel: Asymmetric key parser 'x509' registered
Oct 18 08:30:35 LenovoL15 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Oct 18 08:30:35 LenovoL15 kernel: io scheduler mq-deadline registered
Oct 18 08:30:35 LenovoL15 kernel: io scheduler kyber registered
Oct 18 08:30:35 LenovoL15 kernel: io scheduler bfq registered
Oct 18 08:30:35 LenovoL15 kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 26
Oct 18 08:30:35 LenovoL15 kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 27
Oct 18 08:30:35 LenovoL15 kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 28
Oct 18 08:30:35 LenovoL15 kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 29
Oct 18 08:30:35 LenovoL15 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 30
Oct 18 08:30:35 LenovoL15 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 18 08:30:35 LenovoL15 kernel: efifb: probing for efifb
Oct 18 08:30:35 LenovoL15 kernel: efifb: framebuffer at 0x460000000, using 8128k, total 8128k
Oct 18 08:30:35 LenovoL15 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Oct 18 08:30:35 LenovoL15 kernel: efifb: scrolling: redraw
Oct 18 08:30:35 LenovoL15 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 18 08:30:35 LenovoL15 kernel: fbcon: Deferring console take-over
Oct 18 08:30:35 LenovoL15 kernel: fb0: EFI VGA frame buffer device
Oct 18 08:30:35 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Power Button [PWRB]
Oct 18 08:30:35 LenovoL15 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Lid Switch [LID]
Oct 18 08:30:35 LenovoL15 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Sleep Button [SLPB]
Oct 18 08:30:35 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Power Button [PWRF]
Oct 18 08:30:35 LenovoL15 kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Oct 18 08:30:35 LenovoL15 kernel: acpi device:09: registered as cooling_device0
Oct 18 08:30:35 LenovoL15 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4
Oct 18 08:30:35 LenovoL15 kernel: Monitor-Mwait will be used to enter C-1 state
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
Oct 18 08:30:35 LenovoL15 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 18 08:30:35 LenovoL15 kernel: serial 0000:02:00.1: enabling device (0000 -> 0003)
Oct 18 08:30:35 LenovoL15 kernel: 0000:02:00.1: ttyS0 at I/O 0x2200 (irq = 31, base_baud = 115200) is a 16550A
Oct 18 08:30:35 LenovoL15 kernel: serial 0000:02:00.2: enabling device (0000 -> 0003)
Oct 18 08:30:35 LenovoL15 kernel: 0000:02:00.2: ttyS1 at I/O 0x2100 (irq = 32, base_baud = 115200) is a 16550A
Oct 18 08:30:35 LenovoL15 kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 18 08:30:35 LenovoL15 kernel: nvme nvme0: pci function 0000:01:00.0
Oct 18 08:30:35 LenovoL15 kernel: usbcore: registered new interface driver usbserial_generic
Oct 18 08:30:35 LenovoL15 kernel: usbserial: USB Serial support registered for generic
Oct 18 08:30:35 LenovoL15 kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 18 08:30:35 LenovoL15 kernel: rtc_cmos 00:01: registered as rtc0
Oct 18 08:30:35 LenovoL15 kernel: rtc_cmos 00:01: setting system clock to 2020-10-17T21:30:34 UTC (1602970234)
Oct 18 08:30:35 LenovoL15 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 18 08:30:35 LenovoL15 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 18 08:30:35 LenovoL15 kernel: drop_monitor: Initializing network drop monitor service
Oct 18 08:30:35 LenovoL15 kernel: NET: Registered protocol family 10
Oct 18 08:30:35 LenovoL15 kernel: Segment Routing with IPv6
Oct 18 08:30:35 LenovoL15 kernel: RPL Segment Routing with IPv6
Oct 18 08:30:35 LenovoL15 kernel: NET: Registered protocol family 17
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU0: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU1: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU2: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU3: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU4: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU5: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU6: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU7: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU8: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU9: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU10: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU11: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU12: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU13: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU14: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: CPU15: patch_level=0x08600106
Oct 18 08:30:35 LenovoL15 kernel: microcode: Microcode Update Driver: v2.2.
Oct 18 08:30:35 LenovoL15 kernel: resctrl: L3 allocation detected
Oct 18 08:30:35 LenovoL15 kernel: resctrl: L3DATA allocation detected
Oct 18 08:30:35 LenovoL15 kernel: resctrl: L3CODE allocation detected
Oct 18 08:30:35 LenovoL15 kernel: resctrl: MB allocation detected
Oct 18 08:30:35 LenovoL15 kernel: resctrl: L3 monitoring detected
Oct 18 08:30:35 LenovoL15 kernel: IPI shorthand broadcast: enabled
Oct 18 08:30:35 LenovoL15 kernel: registered taskstats version 1
Oct 18 08:30:35 LenovoL15 kernel: Loading compiled-in X.509 certificates
Oct 18 08:30:35 LenovoL15 kernel: nvme nvme0: 16/0/0 default/read/poll queues
Oct 18 08:30:35 LenovoL15 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: de2f2e3f73e7d58d4e970143d99b45ae56b47dc0'
Oct 18 08:30:35 LenovoL15 kernel: zswap: loaded using pool lz4/z3fold
Oct 18 08:30:35 LenovoL15 kernel: Key type ._fscrypt registered
Oct 18 08:30:35 LenovoL15 kernel: Key type .fscrypt registered
Oct 18 08:30:35 LenovoL15 kernel: Key type fscrypt-provisioning registered
Oct 18 08:30:35 LenovoL15 kernel: PM:   Magic number: 8:10:551
Oct 18 08:30:35 LenovoL15 kernel: clockevents clockevent2: hash matches
Oct 18 08:30:35 LenovoL15 kernel: acpi PNP0C0F:02: hash matches
Oct 18 08:30:35 LenovoL15 kernel: RAS: Correctable Errors collector initialized.
Oct 18 08:30:35 LenovoL15 kernel: Unstable clock detected, switching default tracing clock to "global"
                                  If you want to keep using the local clock, then add:
                                    "trace_clock=local"
                                  on the kernel command line
Oct 18 08:30:35 LenovoL15 kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Oct 18 08:30:35 LenovoL15 kernel: Freeing unused decrypted memory: 2040K
Oct 18 08:30:35 LenovoL15 kernel: Freeing unused kernel image (initmem) memory: 1660K
Oct 18 08:30:35 LenovoL15 kernel: Write protecting the kernel read-only data: 24576k
Oct 18 08:30:35 LenovoL15 kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Oct 18 08:30:35 LenovoL15 kernel: Freeing unused kernel image (rodata/data gap) memory: 280K
Oct 18 08:30:35 LenovoL15 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 18 08:30:35 LenovoL15 kernel: Run /init as init process
Oct 18 08:30:35 LenovoL15 kernel:   with arguments:
Oct 18 08:30:35 LenovoL15 kernel:     /init
Oct 18 08:30:35 LenovoL15 kernel:   with environment:
Oct 18 08:30:35 LenovoL15 kernel:     HOME=/
Oct 18 08:30:35 LenovoL15 kernel:     TERM=linux
Oct 18 08:30:35 LenovoL15 kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Oct 18 08:30:35 LenovoL15 kernel: fbcon: Taking over console
Oct 18 08:30:35 LenovoL15 kernel: Console: switching to colour frame buffer device 240x67
Oct 18 08:30:35 LenovoL15 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 18 08:30:35 LenovoL15 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 18 08:30:35 LenovoL15 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 18 08:30:35 LenovoL15 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 18 08:30:35 LenovoL15 kernel: rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
Oct 18 08:30:35 LenovoL15 kernel: ehci-pci: EHCI PCI platform driver
Oct 18 08:30:35 LenovoL15 kernel: ehci-pci 0000:02:00.4: EHCI Host Controller
Oct 18 08:30:35 LenovoL15 kernel: ehci-pci 0000:02:00.4: new USB bus registered, assigned bus number 1
Oct 18 08:30:35 LenovoL15 kernel: ehci-pci 0000:02:00.4: irq 54, io mem 0xfd618000
Oct 18 08:30:35 LenovoL15 kernel: ehci-pci 0000:02:00.4: USB 0.0 started, EHCI 1.00
Oct 18 08:30:35 LenovoL15 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 18 08:30:35 LenovoL15 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 18 08:30:35 LenovoL15 kernel: usb usb1: Product: EHCI Host Controller
Oct 18 08:30:35 LenovoL15 kernel: usb usb1: Manufacturer: Linux 5.9.1-arch1-1 ehci_hcd
Oct 18 08:30:35 LenovoL15 kernel: usb usb1: SerialNumber: 0000:02:00.4
Oct 18 08:30:35 LenovoL15 kernel: hub 1-0:1.0: USB hub found
Oct 18 08:30:35 LenovoL15 kernel: hub 1-0:1.0: 1 port detected
Oct 18 08:30:35 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 18 08:30:35 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
Oct 18 08:30:35 LenovoL15 kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 18 08:30:35 LenovoL15 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 18 08:30:35 LenovoL15 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 18 08:30:35 LenovoL15 kernel: usb usb2: Product: xHCI Host Controller
Oct 18 08:30:35 LenovoL15 kernel: usb usb2: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
Oct 18 08:30:35 LenovoL15 kernel: usb usb2: SerialNumber: 0000:06:00.3
Oct 18 08:30:35 LenovoL15 kernel: hub 2-0:1.0: USB hub found
Oct 18 08:30:35 LenovoL15 kernel: hub 2-0:1.0: 4 ports detected
Oct 18 08:30:35 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 18 08:30:35 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Oct 18 08:30:35 LenovoL15 kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Oct 18 08:30:35 LenovoL15 kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 18 08:30:35 LenovoL15 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Oct 18 08:30:35 LenovoL15 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 18 08:30:35 LenovoL15 kernel: usb usb3: Product: xHCI Host Controller
Oct 18 08:30:35 LenovoL15 kernel: usb usb3: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
Oct 18 08:30:35 LenovoL15 kernel: usb usb3: SerialNumber: 0000:06:00.3
Oct 18 08:30:35 LenovoL15 kernel: hub 3-0:1.0: USB hub found
Oct 18 08:30:35 LenovoL15 kernel: hub 3-0:1.0: 2 ports detected
Oct 18 08:30:35 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 18 08:30:35 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
Oct 18 08:30:35 LenovoL15 kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 18 08:30:35 LenovoL15 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 18 08:30:35 LenovoL15 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 18 08:30:35 LenovoL15 kernel: usb usb4: Product: xHCI Host Controller
Oct 18 08:30:35 LenovoL15 kernel: usb usb4: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
Oct 18 08:30:35 LenovoL15 kernel: usb usb4: SerialNumber: 0000:06:00.4
Oct 18 08:30:35 LenovoL15 kernel: hub 4-0:1.0: USB hub found
Oct 18 08:30:35 LenovoL15 kernel: hub 4-0:1.0: 4 ports detected
Oct 18 08:30:35 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 18 08:30:35 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Oct 18 08:30:35 LenovoL15 kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 18 08:30:35 LenovoL15 kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 18 08:30:35 LenovoL15 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Oct 18 08:30:35 LenovoL15 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 18 08:30:35 LenovoL15 kernel: usb usb5: Product: xHCI Host Controller
Oct 18 08:30:35 LenovoL15 kernel: usb usb5: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
Oct 18 08:30:35 LenovoL15 kernel: usb usb5: SerialNumber: 0000:06:00.4
Oct 18 08:30:35 LenovoL15 kernel: hub 5-0:1.0: USB hub found
Oct 18 08:30:35 LenovoL15 kernel: hub 5-0:1.0: 2 ports detected
Oct 18 08:30:35 LenovoL15 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Oct 18 08:30:35 LenovoL15 kernel: random: fast init done
Oct 18 08:30:35 LenovoL15 kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
Oct 18 08:30:35 LenovoL15 systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 18 08:30:35 LenovoL15 systemd[1]: Detected architecture x86-64.
Oct 18 08:30:35 LenovoL15 systemd[1]: Set hostname to <LenovoL15>.
Oct 18 08:30:35 LenovoL15 systemd[1]: Queued start job for default target Graphical Interface.
Oct 18 08:30:35 LenovoL15 systemd[1]: Created slice system-getty.slice.
Oct 18 08:30:35 LenovoL15 systemd[1]: Created slice system-modprobe.slice.
Oct 18 08:30:35 LenovoL15 systemd[1]: Created slice User and Session Slice.
Oct 18 08:30:35 LenovoL15 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 18 08:30:35 LenovoL15 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 18 08:30:35 LenovoL15 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Local Encrypted Volumes.
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Paths.
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Remote File Systems.
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Slices.
Oct 18 08:30:35 LenovoL15 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 18 08:30:35 LenovoL15 systemd[1]: Listening on Process Core Dump Socket.
Oct 18 08:30:35 LenovoL15 systemd[1]: Listening on Journal Audit Socket.
Oct 18 08:30:35 LenovoL15 systemd[1]: Listening on Journal Socket (/dev/log).
Oct 18 08:30:35 LenovoL15 systemd[1]: Listening on Journal Socket.
Oct 18 08:30:35 LenovoL15 systemd[1]: Listening on udev Control Socket.
Oct 18 08:30:35 LenovoL15 systemd[1]: Listening on udev Kernel Socket.
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounting Huge Pages File System...
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounting POSIX Message Queue File System...
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounting Kernel Debug File System...
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounting Kernel Trace File System...
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Create list of static device nodes for the current kernel...
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Load Kernel Module drm...
Oct 18 08:30:35 LenovoL15 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 18 08:30:35 LenovoL15 systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Journal Service...
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Load Kernel Modules...
Oct 18 08:30:35 LenovoL15 kernel: Linux agpgart interface v0.103
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 18 08:30:35 LenovoL15 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Coldplug All udev Devices...
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounted Huge Pages File System.
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounted POSIX Message Queue File System.
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounted Kernel Debug File System.
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounted Kernel Trace File System.
Oct 18 08:30:35 LenovoL15 systemd[1]: Finished Create list of static device nodes for the current kernel.
Oct 18 08:30:35 LenovoL15 kernel: acpi_call: loading out-of-tree module taints kernel.
Oct 18 08:30:35 LenovoL15 kernel: acpi_call: module verification failed: signature and/or required key missing - tainting kernel
Oct 18 08:30:35 LenovoL15 kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
Oct 18 08:30:35 LenovoL15 systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 18 08:30:35 LenovoL15 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Oct 18 08:30:35 LenovoL15 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Load/Save Random Seed...
Oct 18 08:30:35 LenovoL15 systemd[1]: Condition check resulted in Create System Users being skipped.
Oct 18 08:30:35 LenovoL15 kernel: Asymmetric key parser 'pkcs8' registered
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 18 08:30:35 LenovoL15 systemd[1]: Finished Load Kernel Modules.
Oct 18 08:30:35 LenovoL15 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounting Kernel Configuration File System...
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Apply Kernel Variables...
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounted Kernel Configuration File System.
Oct 18 08:30:35 LenovoL15 systemd[1]: Finished Apply Kernel Variables.
Oct 18 08:30:35 LenovoL15 kernel: audit: type=1130 audit(1602970235.049:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 18 08:30:35 LenovoL15 kernel: audit: type=1130 audit(1602970235.049:3): 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'
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Local File Systems (Pre).
Oct 18 08:30:35 LenovoL15 systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 18 08:30:35 LenovoL15 kernel: audit: type=1334 audit(1602970235.053:4): prog-id=5 op=LOAD
Oct 18 08:30:35 LenovoL15 kernel: audit: type=1334 audit(1602970235.053:5): prog-id=6 op=LOAD
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 18 08:30:35 LenovoL15 systemd[1]: modprobe@drm.service: Succeeded.
Oct 18 08:30:35 LenovoL15 systemd[1]: Finished Load Kernel Module drm.
Oct 18 08:30:35 LenovoL15 kernel: audit: type=1130 audit(1602970235.053:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 kernel: audit: type=1131 audit(1602970235.053:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 kernel: usb 2-4: new high-speed USB device number 2 using xhci_hcd
Oct 18 08:30:35 LenovoL15 kernel: usb 4-3: new high-speed USB device number 2 using xhci_hcd
Oct 18 08:30:35 LenovoL15 systemd-journald[303]: Journal started
Oct 18 08:30:35 LenovoL15 systemd-journald[303]: Runtime Journal (/run/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 8.0M, max 771.6M, 763.6M free.
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START 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'
Oct 18 08:30:35 LenovoL15 audit: BPF prog-id=5 op=LOAD
Oct 18 08:30:35 LenovoL15 audit: BPF prog-id=6 op=LOAD
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 systemd-modules-load[304]: Inserted module 'acpi_call'
Oct 18 08:30:35 LenovoL15 systemd-modules-load[304]: Inserted module 'crypto_user'
Oct 18 08:30:35 LenovoL15 systemd[1]: Started Journal Service.
Oct 18 08:30:35 LenovoL15 kernel: audit: type=1130 audit(1602970235.076:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 systemd-modules-load[304]: Inserted module 'pkcs8_key_parser'
Oct 18 08:30:35 LenovoL15 systemd-random-seed[309]: Kernel entropy pool is not initialized yet, waiting until it is.
Oct 18 08:30:35 LenovoL15 systemd-sysctl[312]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Oct 18 08:30:35 LenovoL15 systemd-sysctl[312]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Oct 18 08:30:35 LenovoL15 systemd-sysctl[312]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Oct 18 08:30:35 LenovoL15 systemd-sysctl[312]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Oct 18 08:30:35 LenovoL15 systemd-sysctl[312]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Oct 18 08:30:35 LenovoL15 systemd-sysctl[312]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 18 08:30:35 LenovoL15 systemd[1]: Finished Coldplug All udev Devices.
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 systemd-journald[303]: Time spent on flushing to /var/log/journal/04dce25a858d4cc68ebce80f9fad7628 is 44.408ms for 923 entries.
Oct 18 08:30:35 LenovoL15 systemd-journald[303]: System Journal (/var/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 224.0M, max 4.0G, 3.7G free.
Oct 18 08:30:35 LenovoL15 kernel: audit: type=1130 audit(1602970235.083:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 kernel: audit: type=1130 audit(1602970235.086:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Oct 18 08:30:35 LenovoL15 kernel: ACPI: AC Adapter [AC] (off-line)
Oct 18 08:30:35 LenovoL15 kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 18 08:30:35 LenovoL15 kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 18 08:30:35 LenovoL15 kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 18 08:30:35 LenovoL15 kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 18 08:30:35 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 Swap.
Oct 18 08:30:35 LenovoL15 systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 18 08:30:35 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 18 08:30:35 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 SYSTEM.
Oct 18 08:30:35 LenovoL15 kernel: random: tlp-readconfs: uninitialized urandom read (4 bytes read)
Oct 18 08:30:35 LenovoL15 systemd[1]: Activating swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c...
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounting /efi...
Oct 18 08:30:35 LenovoL15 kernel: Adding 2097148k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:2097148k SSFS
Oct 18 08:30:35 LenovoL15 systemd[1]: Activated swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c.
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Swap.
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounted Temporary Directory (/tmp).
Oct 18 08:30:35 LenovoL15 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Oct 18 08:30:35 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
Oct 18 08:30:35 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Oct 18 08:30:35 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 1
Oct 18 08:30:35 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Oct 18 08:30:35 LenovoL15 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Oct 18 08:30:35 LenovoL15 kernel: IPMI message handler: version 39.2
Oct 18 08:30:35 LenovoL15 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Oct 18 08:30:35 LenovoL15 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Oct 18 08:30:35 LenovoL15 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Oct 18 08:30:35 LenovoL15 kernel: usb 2-4: New USB device found, idVendor=27c6, idProduct=55b4, bcdDevice= 1.00
Oct 18 08:30:35 LenovoL15 kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 18 08:30:35 LenovoL15 kernel: usb 2-4: Product: Goodix FingerPrint Device
Oct 18 08:30:35 LenovoL15 kernel: usb 2-4: Manufacturer: Generic
Oct 18 08:30:35 LenovoL15 kernel: ipmi device interface
Oct 18 08:30:35 LenovoL15 kernel: tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
Oct 18 08:30:35 LenovoL15 kernel: libphy: Fixed MDIO Bus: probed
Oct 18 08:30:35 LenovoL15 kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Oct 18 08:30:35 LenovoL15 kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
Oct 18 08:30:35 LenovoL15 kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Oct 18 08:30:35 LenovoL15 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Oct 18 08:30:35 LenovoL15 kernel: Non-volatile memory driver v1.3
Oct 18 08:30:35 LenovoL15 kernel: ccp 0000:06:00.2: enabling device (0000 -> 0002)
Oct 18 08:30:35 LenovoL15 kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Oct 18 08:30:35 LenovoL15 kernel: cryptd: max_cpu_qlen set to 1000
Oct 18 08:30:35 LenovoL15 kernel: usb 4-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
Oct 18 08:30:35 LenovoL15 kernel: usb 4-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 18 08:30:35 LenovoL15 kernel: usb 4-3: Product: Integrated Camera
Oct 18 08:30:35 LenovoL15 kernel: usb 4-3: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 18 08:30:35 LenovoL15 kernel: usb 4-3: SerialNumber: 0001
Oct 18 08:30:35 LenovoL15 kernel: ccp 0000:06:00.2: tee enabled
Oct 18 08:30:35 LenovoL15 kernel: ccp 0000:06:00.2: psp enabled
Oct 18 08:30:35 LenovoL15 kernel: raid6: avx2x4   gen() 12008 MB/s
Oct 18 08:30:35 LenovoL15 kernel: raid6: avx2x4   xor()  6673 MB/s
Oct 18 08:30:35 LenovoL15 kernel: usb 4-4: new full-speed USB device number 3 using xhci_hcd
Oct 18 08:30:35 LenovoL15 kernel: raid6: avx2x2   gen() 32055 MB/s
Oct 18 08:30:35 LenovoL15 kernel: raid6: avx2x2   xor() 24027 MB/s
Oct 18 08:30:35 LenovoL15 kernel: raid6: avx2x1   gen() 28186 MB/s
Oct 18 08:30:35 LenovoL15 kernel: usb 4-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Oct 18 08:30:35 LenovoL15 kernel: usb 4-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 18 08:30:35 LenovoL15 kernel: raid6: avx2x1   xor() 17919 MB/s
Oct 18 08:30:35 LenovoL15 kernel: ipmi_si: IPMI System Interface driver
Oct 18 08:30:35 LenovoL15 kernel: ipmi_si: Unable to find any System Interface(s)
Oct 18 08:30:35 LenovoL15 kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 18 08:30:35 LenovoL15 kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 18 08:30:35 LenovoL15 kernel: thinkpad_acpi: ThinkPad BIOS R19ET28W (1.12 ), EC R19HT27W
Oct 18 08:30:35 LenovoL15 kernel: thinkpad_acpi: Lenovo ThinkPad L15 Gen 1, model 20U7000JAU
Oct 18 08:30:35 LenovoL15 kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 18 08:30:35 LenovoL15 kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 18 08:30:35 LenovoL15 kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 18 08:30:35 LenovoL15 systemd[1]: Mounted /efi.
Oct 18 08:30:35 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 18 08:30:35 LenovoL15 kernel: FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 18 08:30:35 LenovoL15 kernel: AVX2 version of gcm_enc/dec engaged.
Oct 18 08:30:35 LenovoL15 kernel: AES CTR mode by8 optimization enabled
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Local File Systems.
Oct 18 08:30:35 LenovoL15 systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Oct 18 08:30:35 LenovoL15 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Create Volatile Files and Directories...
Oct 18 08:30:35 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
Oct 18 08:30:35 LenovoL15 systemd[1]: Finished Create Volatile Files and Directories.
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Oct 18 08:30:35 LenovoL15 systemd[1]: Condition check resulted in Update is Completed being skipped.
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 18 08:30:35 LenovoL15 kernel: raid6: sse2x4   gen() 13676 MB/s
Oct 18 08:30:35 LenovoL15 audit[482]: SYSTEM_BOOT pid=482 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target System Initialization.
Oct 18 08:30:35 LenovoL15 systemd[1]: Started Daily man-db regeneration.
Oct 18 08:30:35 LenovoL15 systemd[1]: Started Daily verification of password and group files.
Oct 18 08:30:35 LenovoL15 systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Timers.
Oct 18 08:30:35 LenovoL15 systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Sockets.
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Basic System.
Oct 18 08:30:35 LenovoL15 systemd[1]: Started D-Bus System Message Bus.
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Network Manager...
Oct 18 08:30:35 LenovoL15 audit: BPF prog-id=7 op=LOAD
Oct 18 08:30:35 LenovoL15 audit: BPF prog-id=8 op=LOAD
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting User Login Management...
Oct 18 08:30:35 LenovoL15 kernel: raid6: sse2x4   xor()  4428 MB/s
Oct 18 08:30:35 LenovoL15 systemd-logind[485]: New seat seat0.
Oct 18 08:30:35 LenovoL15 systemd[1]: Started User Login Management.
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.7157] NetworkManager (version 1.26.4-1) is starting... (for the first time)
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.7159] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 18 08:30:35 LenovoL15 systemd[1]: Started Network Manager.
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.7195] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Network.
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Permit User Sessions...
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.7249] manager[0x55f289b3d0c0]: monitoring kernel firmware directory '/lib/firmware'.
Oct 18 08:30:35 LenovoL15 dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=484 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 18 08:30:35 LenovoL15 audit: BPF prog-id=9 op=LOAD
Oct 18 08:30:35 LenovoL15 audit: BPF prog-id=10 op=LOAD
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting Hostname Service...
Oct 18 08:30:35 LenovoL15 systemd[1]: Finished Permit User Sessions.
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 systemd[1]: Started Getty on tty1.
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Login Prompts.
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Multi-User System.
Oct 18 08:30:35 LenovoL15 kernel: thinkpad_acpi: battery 1 registered (start 85, stop 85)
Oct 18 08:30:35 LenovoL15 kernel: battery: new extension: ThinkPad Battery Extension
Oct 18 08:30:35 LenovoL15 kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
Oct 18 08:30:35 LenovoL15 systemd[1]: Reached target Graphical Interface.
Oct 18 08:30:35 LenovoL15 systemd[1]: Starting TLP system startup/shutdown...
Oct 18 08:30:35 LenovoL15 kernel: raid6: sse2x2   gen() 15796 MB/s
Oct 18 08:30:35 LenovoL15 kernel: r8169 0000:02:00.0: enabling device (0000 -> 0003)
Oct 18 08:30:35 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
Oct 18 08:30:35 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
Oct 18 08:30:35 LenovoL15 kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
Oct 18 08:30:35 LenovoL15 kernel: libphy: r8169: probed
Oct 18 08:30:35 LenovoL15 kernel: r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 00:2b:67:cf:24:6a, XID 502, IRQ 80
Oct 18 08:30:35 LenovoL15 kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Oct 18 08:30:35 LenovoL15 kernel: raid6: sse2x2   xor()  7764 MB/s
Oct 18 08:30:35 LenovoL15 kernel: raid6: sse2x1   gen() 12255 MB/s
Oct 18 08:30:35 LenovoL15 kernel: raid6: sse2x1   xor()  9192 MB/s
Oct 18 08:30:35 LenovoL15 kernel: raid6: using algorithm avx2x2 gen() 32055 MB/s
Oct 18 08:30:35 LenovoL15 kernel: raid6: .... xor() 24027 MB/s, rmw enabled
Oct 18 08:30:35 LenovoL15 kernel: raid6: using avx2x2 recovery algorithm
Oct 18 08:30:35 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
Oct 18 08:30:35 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
Oct 18 08:30:35 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
Oct 18 08:30:35 LenovoL15 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 18 08:30:35 LenovoL15 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 18 08:30:35 LenovoL15 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 18 08:30:35 LenovoL15 kernel: cfg80211: failed to load regulatory.db
Oct 18 08:30:35 LenovoL15 kernel: xor: automatically using best checksumming function   avx       
Oct 18 08:30:35 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 18 08:30:35 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 18 08:30:35 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 18 08:30:35 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Oct 18 08:30:35 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Oct 18 08:30:35 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Oct 18 08:30:35 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Oct 18 08:30:35 LenovoL15 dbus-daemon[483]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 18 08:30:35 LenovoL15 systemd[1]: Started Hostname Service.
Oct 18 08:30:35 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.9652] hostname: hostname: using hostnamed
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.9652] hostname: hostname changed from (none) to "LenovoL15"
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.9659] dns-mgr[0x55f289afb220]: init: dns=default,systemd-resolved rc-manager=symlink
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.9668] rfkill1: found WWAN radio killswitch (at /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1) (platform driver thinkpad_acpi)
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.9669] manager[0x55f289b3d0c0]: rfkill: Wi-Fi hardware radio set enabled
Oct 18 08:30:35 LenovoL15 kernel: Intel(R) Wireless WiFi driver for Linux
Oct 18 08:30:35 LenovoL15 kernel: kvm: Nested Virtualization enabled
Oct 18 08:30:35 LenovoL15 kernel: SVM: kvm: Nested Paging enabled
Oct 18 08:30:35 LenovoL15 kernel: SVM: Virtual VMLOAD VMSAVE supported
Oct 18 08:30:35 LenovoL15 kernel: SVM: Virtual GIF supported
Oct 18 08:30:35 LenovoL15 kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.9771] manager[0x55f289b3d0c0]: rfkill: WWAN hardware radio set enabled
Oct 18 08:30:35 LenovoL15 kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
Oct 18 08:30:35 LenovoL15 kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
Oct 18 08:30:35 LenovoL15 kernel: iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
Oct 18 08:30:35 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
Oct 18 08:30:35 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug configuration: 0
Oct 18 08:30:35 LenovoL15 kernel: iwlwifi 0000:03:00.0: loaded firmware version 55.d9698065.0 cc-a0-55.ucode op_mode iwlmvm
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.9872] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-ovs.so)
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.9883] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wifi.so)
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.9988] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-team.so)
Oct 18 08:30:35 LenovoL15 NetworkManager[484]: <info>  [1602970235.9998] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-adsl.so)
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.0031] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wwan.so)
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.0045] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-bluetooth.so)
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.0048] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.0049] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.0049] manager: Networking is enabled by state file
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.0054] dhcp-init: Using DHCP client 'internal'
Oct 18 08:30:36 LenovoL15 dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=484 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.0061] settings: Loaded settings plugin: keyfile (internal)
Oct 18 08:30:36 LenovoL15 systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.0089] device (lo): carrier: link connected
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.0094] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.0105] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.0130] ovsdb: Could not connect: No such file or directory
Oct 18 08:30:36 LenovoL15 dbus-daemon[483]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 18 08:30:36 LenovoL15 systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 18 08:30:36 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:36 LenovoL15 kernel: MCE: In-kernel MCE decoding enabled.
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:36 LenovoL15 kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
Oct 18 08:30:36 LenovoL15 kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
Oct 18 08:30:36 LenovoL15 kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15
Oct 18 08:30:36 LenovoL15 kernel: Btrfs loaded, crc32c=crc32c-intel
Oct 18 08:30:36 LenovoL15 kernel: BTRFS: device label Files devid 1 transid 35 /dev/nvme0n1p7 scanned by systemd-udevd (338)
Oct 18 08:30:36 LenovoL15 systemd-udevd[339]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 08:30:36 LenovoL15 tlp[509]: Applying power save settings...done.
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:36 LenovoL15 kernel: psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
Oct 18 08:30:36 LenovoL15 systemd-logind[485]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 18 08:30:36 LenovoL15 kernel: psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
Oct 18 08:30:36 LenovoL15 kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN0411 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
Oct 18 08:30:36 LenovoL15 systemd-udevd[343]: Using default interface naming scheme 'v245'.
Oct 18 08:30:36 LenovoL15 systemd-udevd[343]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 08:30:36 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: renamed from eth0
Oct 18 08:30:36 LenovoL15 systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
Oct 18 08:30:36 LenovoL15 systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Oct 18 08:30:36 LenovoL15 systemd[1]: Reached target Sound Card.
Oct 18 08:30:36 LenovoL15 systemd-udevd[332]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 18 08:30:36 LenovoL15 systemd-udevd[331]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.2194] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp2s0f0'
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.2268] manager: startup complete
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.2269] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 18 08:30:36 LenovoL15 systemd-udevd[368]: Using default interface naming scheme 'v245'.
Oct 18 08:30:36 LenovoL15 systemd-logind[485]: Watching system buttons on /dev/input/event2 (Sleep Button)
Oct 18 08:30:36 LenovoL15 systemd-logind[485]: Watching system buttons on /dev/input/event0 (Power Button)
Oct 18 08:30:36 LenovoL15 systemd-logind[485]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Oct 18 08:30:36 LenovoL15 systemd-logind[485]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:36 LenovoL15 kernel: [drm] amdgpu kernel modesetting enabled.
Oct 18 08:30:36 LenovoL15 kernel: Virtual CRAT table created for CPU
Oct 18 08:30:36 LenovoL15 kernel: amdgpu: Topology: Add CPU node
Oct 18 08:30:36 LenovoL15 kernel: checking generic (460000000 7f0000) vs hw (460000000 10000000)
Oct 18 08:30:36 LenovoL15 kernel: fb0: switching to amdgpudrmfb from EFI VGA
Oct 18 08:30:36 LenovoL15 kernel: Console: switching to colour dummy device 80x25
Oct 18 08:30:36 LenovoL15 kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
Oct 18 08:30:36 LenovoL15 kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
Oct 18 08:30:36 LenovoL15 kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x17AA:0x507E 0xD1).
Oct 18 08:30:36 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Oct 18 08:30:36 LenovoL15 kernel: [drm] register mmio base: 0xFD300000
Oct 18 08:30:36 LenovoL15 kernel: [drm] register mmio size: 524288
Oct 18 08:30:36 LenovoL15 kernel: [drm] PCIE atomic ops is not supported
Oct 18 08:30:36 LenovoL15 kernel: [drm] add ip block number 0 <soc15_common>
Oct 18 08:30:36 LenovoL15 kernel: [drm] add ip block number 1 <gmc_v9_0>
Oct 18 08:30:36 LenovoL15 kernel: [drm] add ip block number 2 <vega10_ih>
Oct 18 08:30:36 LenovoL15 kernel: [drm] add ip block number 3 <psp>
Oct 18 08:30:36 LenovoL15 kernel: [drm] add ip block number 4 <smu>
Oct 18 08:30:36 LenovoL15 kernel: [drm] add ip block number 5 <gfx_v9_0>
Oct 18 08:30:36 LenovoL15 kernel: [drm] add ip block number 6 <sdma_v4_0>
Oct 18 08:30:36 LenovoL15 kernel: [drm] add ip block number 7 <dm>
Oct 18 08:30:36 LenovoL15 kernel: [drm] add ip block number 8 <vcn_v2_0>
Oct 18 08:30:36 LenovoL15 kernel: [drm] add ip block number 9 <jpeg_v2_0>
Oct 18 08:30:36 LenovoL15 kernel: amdgpu: ATOM BIOS: 113-RENOIR-026
Oct 18 08:30:36 LenovoL15 kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Oct 18 08:30:36 LenovoL15 kernel: [drm] VCN decode is enabled in VM mode
Oct 18 08:30:36 LenovoL15 kernel: [drm] VCN encode is enabled in VM mode
Oct 18 08:30:36 LenovoL15 kernel: [drm] JPEG decode is enabled in VM mode
Oct 18 08:30:36 LenovoL15 kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Oct 18 08:30:36 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Oct 18 08:30:36 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Oct 18 08:30:36 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Oct 18 08:30:36 LenovoL15 kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Oct 18 08:30:36 LenovoL15 kernel: [drm] RAM width 64bits DDR4
Oct 18 08:30:36 LenovoL15 kernel: [TTM] Zone  kernel: Available graphics memory: 7901250 KiB
Oct 18 08:30:36 LenovoL15 kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
Oct 18 08:30:36 LenovoL15 kernel: [TTM] Initializing pool allocator
Oct 18 08:30:36 LenovoL15 kernel: [TTM] Initializing DMA pool allocator
Oct 18 08:30:36 LenovoL15 kernel: [drm] amdgpu: 512M of VRAM memory ready
Oct 18 08:30:36 LenovoL15 kernel: [drm] amdgpu: 3072M of GTT memory ready.
Oct 18 08:30:36 LenovoL15 kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Oct 18 08:30:36 LenovoL15 kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
Oct 18 08:30:36 LenovoL15 kernel: [drm] Loading DMUB firmware via PSP: version=0x00000000
Oct 18 08:30:36 LenovoL15 kernel: [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17
Oct 18 08:30:36 LenovoL15 kernel: [drm] PSP loading VCN firmware
Oct 18 08:30:36 LenovoL15 kernel: Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
Oct 18 08:30:36 LenovoL15 kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
Oct 18 08:30:36 LenovoL15 kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Oct 18 08:30:36 LenovoL15 kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.3412] settings: (enp2s0f0): created default wired connection 'Wired connection 1'
Oct 18 08:30:36 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:36 LenovoL15 kernel: mousedev: PS/2 mouse device common for all mice
Oct 18 08:30:36 LenovoL15 systemd[1]: Finished Load/Save Random Seed.
Oct 18 08:30:36 LenovoL15 kernel: random: crng init done
Oct 18 08:30:36 LenovoL15 kernel: random: 5 urandom warning(s) missed due to ratelimiting
Oct 18 08:30:36 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:36 LenovoL15 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 18 08:30:36 LenovoL15 kernel: iwlwifi 0000:03:00.0: base HW address: 34:cf:f6:6a:00:36
Oct 18 08:30:36 LenovoL15 systemd-udevd[323]: Using default interface naming scheme 'v245'.
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.4778] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Oct 18 08:30:36 LenovoL15 systemd-udevd[323]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 08:30:36 LenovoL15 kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.4786] device (wlan0): driver supports Access Point (AP) mode
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.4795] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.4899] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 18 08:30:36 LenovoL15 tlp[509]: Setting battery charge thresholds...done.
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:36 LenovoL15 systemd[1]: Finished TLP system startup/shutdown.
Oct 18 08:30:36 LenovoL15 systemd[1]: Startup finished in 8.686s (firmware) + 10.952s (loader) + 964ms (kernel) + 1.654s (userspace) = 22.258s.
Oct 18 08:30:36 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:36 LenovoL15 systemd-logind[485]: Watching system buttons on /dev/input/event7 (ThinkPad Extra Buttons)
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:36 LenovoL15 NetworkManager[484]: <info>  [1602970236.7433] device (wlan0): set-hw-addr: set MAC address to 12:31:DF:A2:5A:16 (scanning)
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:36 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:36 LenovoL15 kernel: mc: Linux media interface: v0.10
Oct 18 08:30:36 LenovoL15 kernel: videodev: Linux video capture interface: v2.00
Oct 18 08:30:36 LenovoL15 kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Oct 18 08:30:36 LenovoL15 kernel: psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
Oct 18 08:30:36 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ec6c5000 flags=0x0180]
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:36 LenovoL15 kernel: [drm] failed to load ucode id (0) 
Oct 18 08:30:36 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:36 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ec6c8000 flags=0x0180]
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:36 LenovoL15 kernel: [drm] failed to load ucode id (8) 
Oct 18 08:30:36 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:36 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ec6cd000 flags=0x0180]
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:36 LenovoL15 kernel: [drm] failed to load ucode id (9) 
Oct 18 08:30:36 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:36 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e7ed3000 flags=0x0180]
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:36 LenovoL15 kernel: [drm] failed to load ucode id (10) 
Oct 18 08:30:36 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:36 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e7ed6000 flags=0x0180]
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:36 LenovoL15 dbus-daemon[483]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=484 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 18 08:30:36 LenovoL15 kernel: [drm] failed to load ucode id (11) 
Oct 18 08:30:36 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:36 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9b10000 flags=0x0180]
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:36 LenovoL15 systemd[1]: Starting WPA supplicant...
Oct 18 08:30:36 LenovoL15 kernel: [drm] failed to load ucode id (12) 
Oct 18 08:30:36 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:36 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9b13000 flags=0x0180]
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:36 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 dbus-daemon[483]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 18 08:30:37 LenovoL15 systemd[1]: Started WPA supplicant.
Oct 18 08:30:37 LenovoL15 wpa_supplicant[1049]: Successfully initialized wpa_supplicant
Oct 18 08:30:36 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:37 LenovoL15 kernel: [drm] failed to load ucode id (13) 
Oct 18 08:30:37 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:37 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e82b5000 flags=0x0180]
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:37 LenovoL15 kernel: uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
Oct 18 08:30:37 LenovoL15 kernel: [drm] failed to load ucode id (17) 
Oct 18 08:30:37 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:37 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e82b4000 flags=0x0180]
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 18 08:30:37 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Extension 4 was not initialized!
Oct 18 08:30:37 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
Oct 18 08:30:37 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
Oct 18 08:30:37 LenovoL15 kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input17
Oct 18 08:30:37 LenovoL15 kernel: usbcore: registered new interface driver uvcvideo
Oct 18 08:30:37 LenovoL15 kernel: USB Video Class driver (1.1.1)
Oct 18 08:30:37 LenovoL15 kernel: Bluetooth: Core ver 2.22
Oct 18 08:30:37 LenovoL15 kernel: NET: Registered protocol family 31
Oct 18 08:30:37 LenovoL15 kernel: Bluetooth: HCI device and connection manager initialized
Oct 18 08:30:37 LenovoL15 kernel: Bluetooth: HCI socket layer initialized
Oct 18 08:30:37 LenovoL15 kernel: Bluetooth: L2CAP socket layer initialized
Oct 18 08:30:37 LenovoL15 kernel: Bluetooth: SCO socket layer initialized
Oct 18 08:30:37 LenovoL15 kernel: [drm] failed to load ucode id (18) 
Oct 18 08:30:37 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:37 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e82b7000 flags=0x0180]
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 kernel: [drm] failed to load ucode id (19) 
Oct 18 08:30:37 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:37 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e82b8000 flags=0x0180]
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 kernel: [drm] failed to load ucode id (20) 
Oct 18 08:30:37 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:37 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e82bf000 flags=0x0180]
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 kernel: [drm] failed to load ucode id (26) 
Oct 18 08:30:37 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:37 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e99ef000 flags=0x0180]
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 kernel: [drm] failed to load ucode id (32) 
Oct 18 08:30:37 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:30:37 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eab78000 flags=0x0180]
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 kernel: [drm] psp command (0x4) failed and response status is (0xF)
Oct 18 08:30:37 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
Oct 18 08:30:37 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f07a5000 flags=0x0180]
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e6680000 flags=0x00a0]
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e66c0000 flags=0x00a0]
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0xfffffffdf8000000 flags=0x0088]
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 kernel: [drm] kiq ring mec 2 pipe 1 q 0
Oct 18 08:30:37 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f045d000 flags=0x0180]
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003fbbfd011
Oct 18 08:30:37 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:30:37 LenovoL15 NetworkManager[484]: <info>  [1602970237.1055] device (wlan0): supplicant interface state: internal-starting -> disconnected
Oct 18 08:30:37 LenovoL15 NetworkManager[484]: <info>  [1602970237.1056] Wi-Fi P2P device controlled by interface wlan0 created
Oct 18 08:30:37 LenovoL15 NetworkManager[484]: <info>  [1602970237.1060] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 18 08:30:37 LenovoL15 NetworkManager[484]: <info>  [1602970237.1063] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 18 08:30:37 LenovoL15 NetworkManager[484]: <warn>  [1602970237.1071] sup-iface[132ca11d9fd5ed48,0,wlan0]: call-p2p-cancel: failed with P2P cancel failed
Oct 18 08:30:37 LenovoL15 NetworkManager[484]: <info>  [1602970237.1072] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Oct 18 08:30:37 LenovoL15 NetworkManager[484]: <info>  [1602970237.1079] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:37 LenovoL15 kernel: usbcore: registered new interface driver btusb
Oct 18 08:30:37 LenovoL15 kernel: Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
Oct 18 08:30:37 LenovoL15 systemd[1]: Reached target Bluetooth.
Oct 18 08:30:37 LenovoL15 kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
Oct 18 08:30:37 LenovoL15 kernel: amdgpu 0000:06:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
Oct 18 08:30:37 LenovoL15 kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] *ERROR* KCQ enable failed
Oct 18 08:30:37 LenovoL15 kernel: [drm:amdgpu_device_init.cold [amdgpu]] *ERROR* hw_init of IP block <gfx_v9_0> failed -110
Oct 18 08:30:37 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: amdgpu_device_ip_init failed
Oct 18 08:30:37 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Fatal error during GPU init
Oct 18 08:30:37 LenovoL15 kernel: [drm] amdgpu: finishing device.
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:30:37 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:30:39 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: failed send message: PowerDownSdma (13)         param: 0x00000000 response 0xffffffc2
Oct 18 08:30:40 LenovoL15 wpa_supplicant[1049]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Oct 18 08:30:41 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6748] policy: auto-activating connection '-------------' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6759] device (wlan0): Activation: starting connection '-------------' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6772] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6777] manager: NetworkManager state is now CONNECTING
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6802] device (wlan0): set-hw-addr: reset MAC address to 34:CF:F6:6A:00:36 (preserve)
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6843] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6847] device (wlan0): Activation: (wifi) access point '-------------' has security, but secrets are required.
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6848] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6888] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6894] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6898] device (wlan0): Activation: (wifi) connection '-------------' has security, and secrets exist.  No new secrets needed.
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6899] Config: added 'ssid' value '-------------'
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6899] Config: added 'scan_ssid' value '1'
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6899] Config: added 'bgscan' value 'simple:30:-70:86400'
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6900] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6900] Config: added 'auth_alg' value 'OPEN'
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.6900] Config: added 'psk' value '<hidden>'
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.7570] device (wlan0): supplicant interface state: disconnected -> inactive
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.7571] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.7636] device (wlan0): supplicant interface state: inactive -> scanning
Oct 18 08:30:41 LenovoL15 NetworkManager[484]: <info>  [1602970241.7637] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
Oct 18 08:30:42 LenovoL15 wpa_supplicant[1049]: wlan0: SME: Trying to authenticate with a6:91:b1:79:30:0c (SSID='-------------' freq=5560 MHz)
Oct 18 08:30:42 LenovoL15 kernel: wlan0: authenticate with a6:91:b1:79:30:0c
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.7572] device (wlan0): supplicant interface state: scanning -> authenticating
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.7573] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Oct 18 08:30:42 LenovoL15 kernel: wlan0: send auth to a6:91:b1:79:30:0c (try 1/3)
Oct 18 08:30:42 LenovoL15 wpa_supplicant[1049]: wlan0: Trying to associate with a6:91:b1:79:30:0c (SSID='-------------' freq=5560 MHz)
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.7875] device (wlan0): supplicant interface state: authenticating -> associating
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.7876] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Oct 18 08:30:42 LenovoL15 kernel: wlan0: authenticated
Oct 18 08:30:42 LenovoL15 kernel: wlan0: associate with a6:91:b1:79:30:0c (try 1/3)
Oct 18 08:30:42 LenovoL15 kernel: wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=0 aid=4)
Oct 18 08:30:42 LenovoL15 kernel: wlan0: associated
Oct 18 08:30:42 LenovoL15 wpa_supplicant[1049]: wlan0: Associated with a6:91:b1:79:30:0c
Oct 18 08:30:42 LenovoL15 wpa_supplicant[1049]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8148] device (wlan0): supplicant interface state: associating -> 4way_handshake
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8149] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Oct 18 08:30:42 LenovoL15 kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by a6:91:b1:79:30:0c
Oct 18 08:30:42 LenovoL15 wpa_supplicant[1049]: wlan0: WPA: Key negotiation completed with a6:91:b1:79:30:0c [PTK=CCMP GTK=CCMP]
Oct 18 08:30:42 LenovoL15 wpa_supplicant[1049]: wlan0: CTRL-EVENT-CONNECTED - Connection to a6:91:b1:79:30:0c completed [id=0 id_str=]
Oct 18 08:30:42 LenovoL15 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8769] device (wlan0): supplicant interface state: 4way_handshake -> completed
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8770] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "-------------"
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8770] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8773] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 18 08:30:42 LenovoL15 wpa_supplicant[1049]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-63 noise=9999 txrate=26000
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8777] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8898] dhcp4 (wlan0): option dhcp_lease_time      => '3600'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8899] dhcp4 (wlan0): option domain_name          => 'modem'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8899] dhcp4 (wlan0): option domain_name_servers  => '8.8.8.8 1.1.1.1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8899] dhcp4 (wlan0): option expiry               => '1602973842'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8899] dhcp4 (wlan0): option host_name            => 'LenovoL15'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8899] dhcp4 (wlan0): option ip_address           => '192.168.0.206'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8899] dhcp4 (wlan0): option next_server          => '192.168.0.1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8900] dhcp4 (wlan0): option requested_broadcast_address => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8900] dhcp4 (wlan0): option requested_domain_name => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8900] dhcp4 (wlan0): option requested_domain_name_servers => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8900] dhcp4 (wlan0): option requested_domain_search => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8900] dhcp4 (wlan0): option requested_host_name  => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8900] dhcp4 (wlan0): option requested_interface_mtu => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8901] dhcp4 (wlan0): option requested_ms_classless_static_routes => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8901] dhcp4 (wlan0): option requested_nis_domain => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8901] dhcp4 (wlan0): option requested_nis_servers => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8901] dhcp4 (wlan0): option requested_ntp_servers => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8901] dhcp4 (wlan0): option requested_rfc3442_classless_static_routes => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8901] dhcp4 (wlan0): option requested_root_path  => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8902] dhcp4 (wlan0): option requested_routers    => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8902] dhcp4 (wlan0): option requested_static_routes => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8902] dhcp4 (wlan0): option requested_subnet_mask => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8902] dhcp4 (wlan0): option requested_time_offset => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8902] dhcp4 (wlan0): option requested_wpad       => '1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8902] dhcp4 (wlan0): option routers              => '192.168.0.1'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8902] dhcp4 (wlan0): option subnet_mask          => '255.255.255.0'
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8903] dhcp4 (wlan0): state changed unknown -> bound
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8944] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8975] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8979] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.8984] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.9011] manager: NetworkManager state is now CONNECTED_SITE
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.9012] policy: set '-------------' (wlan0) as default for IPv4 routing and DNS
Oct 18 08:30:42 LenovoL15 dbus-daemon[483]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=484 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 18 08:30:42 LenovoL15 dbus-daemon[483]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Oct 18 08:30:42 LenovoL15 NetworkManager[484]: <info>  [1602970242.9055] device (wlan0): Activation: successful, device activated.
Oct 18 08:30:43 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Oct 18 08:30:43 LenovoL15 kernel: [drm] psp command (0x2) failed and response status is (0x117)
Oct 18 08:30:43 LenovoL15 kernel: [drm] free PSP TMR buffer
Oct 18 08:30:43 LenovoL15 NetworkManager[484]: <info>  [1602970243.6170] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 18 08:30:43 LenovoL15 wpa_supplicant[1049]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-68 noise=9999 txrate=26000
Oct 18 08:30:44 LenovoL15 NetworkManager[484]: <info>  [1602970244.9071] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 18 08:30:44 LenovoL15 NetworkManager[484]: <info>  [1602970244.9091] policy: set '-------------' (wlan0) as default for IPv6 routing and DNS
Oct 18 08:30:44 LenovoL15 NetworkManager[484]: <info>  [1602970244.9232] dhcp6 (wlan0): option dhcp6_domain_search  => 'modem'
Oct 18 08:30:44 LenovoL15 NetworkManager[484]: <info>  [1602970244.9233] dhcp6 (wlan0): option dhcp6_name_servers   => '2606:4700:4700::1111 2001:4860:4860::8888'
Oct 18 08:30:44 LenovoL15 NetworkManager[484]: <info>  [1602970244.9233] dhcp6 (wlan0): state changed unknown -> bound
Oct 18 08:30:48 LenovoL15 systemd-logind[485]: Power key pressed.
Oct 18 08:30:48 LenovoL15 systemd-logind[485]: Powering Off...
Oct 18 08:30:48 LenovoL15 systemd-logind[485]: System is powering down.
Oct 18 08:30:48 LenovoL15 systemd[1]: Removed slice system-modprobe.slice.
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopped target Bluetooth.
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopped target Graphical Interface.
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopped target Sound Card.
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopped target Timers.
Oct 18 08:30:48 LenovoL15 systemd[1]: man-db.timer: Succeeded.
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopped Daily man-db regeneration.
Oct 18 08:30:48 LenovoL15 systemd[1]: shadow.timer: Succeeded.
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopped Daily verification of password and group files.
Oct 18 08:30:48 LenovoL15 systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopping Network Manager Script Dispatcher Service...
Oct 18 08:30:48 LenovoL15 nm-dispatcher[630]: Caught signal 15, shutting down...
Oct 18 08:30:48 LenovoL15 systemd[1]: Starting Generate shutdown-ramfs...
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopping Hostname Service...
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopping Load/Save Random Seed...
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopping TLP system startup/shutdown...
Oct 18 08:30:48 LenovoL15 systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopped Hostname Service.
Oct 18 08:30:48 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:48 LenovoL15 kernel: kauditd_printk_skb: 18 callbacks suppressed
Oct 18 08:30:48 LenovoL15 kernel: audit: type=1131 audit(1602970248.753:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:48 LenovoL15 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopped Network Manager Script Dispatcher Service.
Oct 18 08:30:48 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:48 LenovoL15 kernel: audit: type=1131 audit(1602970248.756:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:48 LenovoL15 systemd[1]: systemd-random-seed.service: Succeeded.
Oct 18 08:30:48 LenovoL15 systemd[1]: Stopped Load/Save Random Seed.
Oct 18 08:30:48 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:48 LenovoL15 kernel: audit: type=1131 audit(1602970248.763:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:48 LenovoL15 mkinitcpio[1112]: ==> Starting build: none
Oct 18 08:30:48 LenovoL15 mkinitcpio[1112]:   -> Running build hook: [sd-shutdown]
Oct 18 08:30:48 LenovoL15 audit: BPF prog-id=10 op=UNLOAD
Oct 18 08:30:48 LenovoL15 audit: BPF prog-id=9 op=UNLOAD
Oct 18 08:30:48 LenovoL15 kernel: audit: type=1334 audit(1602970248.879:32): prog-id=10 op=UNLOAD
Oct 18 08:30:48 LenovoL15 kernel: audit: type=1334 audit(1602970248.879:33): prog-id=9 op=UNLOAD
Oct 18 08:30:49 LenovoL15 mkinitcpio[1112]: ==> Build complete.
Oct 18 08:30:49 LenovoL15 systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Succeeded.
Oct 18 08:30:49 LenovoL15 systemd[1]: Finished Generate shutdown-ramfs.
Oct 18 08:30:49 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:49 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:49 LenovoL15 kernel: audit: type=1130 audit(1602970249.036:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:30:49 LenovoL15 kernel: audit: type=1131 audit(1602970249.036:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Here's the journal with amdgpu.exp_hw_support=1

-- Logs begin at Wed 2020-10-14 10:54:09 AEDT, end at Sun 2020-10-18 08:33:00 AEDT. --
Oct 18 08:31:59 LenovoL15 kernel: Linux version 5.9.1-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Sat, 17 Oct 2020 13:30:37 +0000
Oct 18 08:31:59 LenovoL15 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 amdgpu.exp_hw_support=1
Oct 18 08:31:59 LenovoL15 kernel: KERNEL supported cpus:
Oct 18 08:31:59 LenovoL15 kernel:   Intel GenuineIntel
Oct 18 08:31:59 LenovoL15 kernel:   AMD AuthenticAMD
Oct 18 08:31:59 LenovoL15 kernel:   Hygon HygonGenuine
Oct 18 08:31:59 LenovoL15 kernel:   Centaur CentaurHauls
Oct 18 08:31:59 LenovoL15 kernel:   zhaoxin   Shanghai  
Oct 18 08:31:59 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 18 08:31:59 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 18 08:31:59 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 18 08:31:59 LenovoL15 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 18 08:31:59 LenovoL15 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Oct 18 08:31:59 LenovoL15 kernel: BIOS-provided physical RAM map:
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009d20fff] reserved
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009d21000-0x0000000009efffff] usable
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000c70ccfff] usable
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c70cd000-0x00000000c72ccfff] type 20
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c72cd000-0x00000000ca97dfff] reserved
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ca97e000-0x00000000cc97dfff] ACPI NVS
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc97e000-0x00000000cc9fdfff] ACPI data
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc9fe000-0x00000000cdffffff] usable
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
Oct 18 08:31:59 LenovoL15 kernel: BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
Oct 18 08:31:59 LenovoL15 kernel: NX (Execute Disable) protection: active
Oct 18 08:31:59 LenovoL15 kernel: efi: EFI v2.70 by Lenovo
Oct 18 08:31:59 LenovoL15 kernel: efi: ACPI=0xcc9fd000 ACPI 2.0=0xcc9fd014 SMBIOS=0xc8895000 SMBIOS 3.0=0xc8888000 TPMFinalLog=0xcc82d000 MEMATTR=0xc2ee0018 ESRT=0xc75b8000 
Oct 18 08:31:59 LenovoL15 kernel: SMBIOS 3.2.0 present.
Oct 18 08:31:59 LenovoL15 kernel: DMI: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
Oct 18 08:31:59 LenovoL15 kernel: tsc: Fast TSC calibration using PIT
Oct 18 08:31:59 LenovoL15 kernel: tsc: Detected 1696.748 MHz processor
Oct 18 08:31:59 LenovoL15 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 18 08:31:59 LenovoL15 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 18 08:31:59 LenovoL15 kernel: last_pfn = 0x40f340 max_arch_pfn = 0x400000000
Oct 18 08:31:59 LenovoL15 kernel: MTRR default type: uncachable
Oct 18 08:31:59 LenovoL15 kernel: MTRR fixed ranges enabled:
Oct 18 08:31:59 LenovoL15 kernel:   00000-9FFFF write-back
Oct 18 08:31:59 LenovoL15 kernel:   A0000-BFFFF uncachable
Oct 18 08:31:59 LenovoL15 kernel:   C0000-FFFFF write-protect
Oct 18 08:31:59 LenovoL15 kernel: MTRR variable ranges enabled:
Oct 18 08:31:59 LenovoL15 kernel:   0 base 000000000000 mask FFFF80000000 write-back
Oct 18 08:31:59 LenovoL15 kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Oct 18 08:31:59 LenovoL15 kernel:   2 base 0000C0000000 mask FFFFF0000000 write-back
Oct 18 08:31:59 LenovoL15 kernel:   3 base 0000FF000000 mask FFFFFF000000 write-protect
Oct 18 08:31:59 LenovoL15 kernel:   4 disabled
Oct 18 08:31:59 LenovoL15 kernel:   5 disabled
Oct 18 08:31:59 LenovoL15 kernel:   6 disabled
Oct 18 08:31:59 LenovoL15 kernel:   7 disabled
Oct 18 08:31:59 LenovoL15 kernel: TOM2: 0000000430000000 aka 17152M
Oct 18 08:31:59 LenovoL15 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 18 08:31:59 LenovoL15 kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Oct 18 08:31:59 LenovoL15 kernel: esrt: Reserving ESRT space from 0x00000000c75b8000 to 0x00000000c75b8088.
Oct 18 08:31:59 LenovoL15 kernel: check: Scanning 1 areas for low memory corruption
Oct 18 08:31:59 LenovoL15 kernel: Using GB pages for direct mapping
Oct 18 08:31:59 LenovoL15 kernel: Secure boot could not be determined
Oct 18 08:31:59 LenovoL15 kernel: RAMDISK: [mem 0x36c99000-0x37643fff]
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Early table checksum verification disabled
Oct 18 08:31:59 LenovoL15 kernel: ACPI: RSDP 0x00000000CC9FD014 000024 (v02 LENOVO)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: XSDT 0x00000000CC9FB188 0000FC (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: FACP 0x00000000C75E5000 000114 (v06 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: DSDT 0x00000000C75D1000 00DF37 (v01 LENOVO TP-R19   00001120 INTL 20180313)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: FACS 0x00000000CBF7A000 000040
Oct 18 08:31:59 LenovoL15 kernel: ACPI: SSDT 0x00000000C889C000 00077C (v02 LENOVO UsbCTabl 00001000 INTL 20180313)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: SSDT 0x00000000C8874000 007216 (v02 LENOVO TP-R19   00000002 MSFT 04000000)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: IVRS 0x00000000C8873000 0001A4 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: SSDT 0x00000000C884F000 000266 (v01 LENOVO STD3     00000001 INTL 20180313)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: SSDT 0x00000000C883B000 00064C (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: TPM2 0x00000000C883A000 000034 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: MSDM 0x00000000C8802000 000055 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: BATB 0x00000000C87EC000 00004A (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: HPET 0x00000000C75E4000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: APIC 0x00000000C75E3000 000138 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: MCFG 0x00000000C75E2000 00003C (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: SBST 0x00000000C75E1000 000030 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: WSMT 0x00000000C75E0000 000028 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: SSDT 0x00000000C75DF000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: VFCT 0x00000000C75C3000 00D484 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BF000 0039F4 (v01 LENOVO TP-R19   00000001 AMD  00000001)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: CRAT 0x00000000C75BE000 000F00 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: CDIT 0x00000000C75BD000 000029 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: FPDT 0x00000000C8814000 000034 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BB000 0013CF (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B9000 001576 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B4000 00353C (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: BGRT 0x00000000C75B3000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: UEFI 0x00000000CBF79000 000116 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: SSDT 0x00000000C889A000 000090 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: SSDT 0x00000000C8899000 0009AD (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 18 08:31:59 LenovoL15 kernel: No NUMA configuration found
Oct 18 08:31:59 LenovoL15 kernel: Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
Oct 18 08:31:59 LenovoL15 kernel: NODE_DATA(0) allocated [mem 0x40f33c000-0x40f33ffff]
Oct 18 08:31:59 LenovoL15 kernel: Zone ranges:
Oct 18 08:31:59 LenovoL15 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 18 08:31:59 LenovoL15 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 18 08:31:59 LenovoL15 kernel:   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
Oct 18 08:31:59 LenovoL15 kernel:   Device   empty
Oct 18 08:31:59 LenovoL15 kernel: Movable zone start for each node
Oct 18 08:31:59 LenovoL15 kernel: Early memory node ranges
Oct 18 08:31:59 LenovoL15 kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Oct 18 08:31:59 LenovoL15 kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
Oct 18 08:31:59 LenovoL15 kernel:   node   0: [mem 0x0000000009d21000-0x0000000009efffff]
Oct 18 08:31:59 LenovoL15 kernel:   node   0: [mem 0x0000000009f0d000-0x00000000c70ccfff]
Oct 18 08:31:59 LenovoL15 kernel:   node   0: [mem 0x00000000cc9fe000-0x00000000cdffffff]
Oct 18 08:31:59 LenovoL15 kernel:   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
Oct 18 08:31:59 LenovoL15 kernel: Zeroed struct page in unavailable ranges: 34689 pages
Oct 18 08:31:59 LenovoL15 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
Oct 18 08:31:59 LenovoL15 kernel: On node 0 totalpages: 4028543
Oct 18 08:31:59 LenovoL15 kernel:   DMA zone: 64 pages used for memmap
Oct 18 08:31:59 LenovoL15 kernel:   DMA zone: 23 pages reserved
Oct 18 08:31:59 LenovoL15 kernel:   DMA zone: 3998 pages, LIFO batch:0
Oct 18 08:31:59 LenovoL15 kernel:   DMA32 zone: 12759 pages used for memmap
Oct 18 08:31:59 LenovoL15 kernel:   DMA32 zone: 816545 pages, LIFO batch:63
Oct 18 08:31:59 LenovoL15 kernel:   Normal zone: 50125 pages used for memmap
Oct 18 08:31:59 LenovoL15 kernel:   Normal zone: 3208000 pages, LIFO batch:63
Oct 18 08:31:59 LenovoL15 kernel: ACPI: PM-Timer IO Port: 0x408
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Oct 18 08:31:59 LenovoL15 kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
Oct 18 08:31:59 LenovoL15 kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
Oct 18 08:31:59 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: IRQ0 used by override.
Oct 18 08:31:59 LenovoL15 kernel: ACPI: IRQ9 used by override.
Oct 18 08:31:59 LenovoL15 kernel: Using ACPI (MADT) for SMP configuration information
Oct 18 08:31:59 LenovoL15 kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Oct 18 08:31:59 LenovoL15 kernel: e820: update [mem 0xc2cf5000-0xc2d85fff] usable ==> reserved
Oct 18 08:31:59 LenovoL15 kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09d20fff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc2cf5000-0xc2d85fff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc70cd000-0xc72ccfff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc72cd000-0xca97dfff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xca97e000-0xcc97dfff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xcc97e000-0xcc9fdfff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfed7ffff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Oct 18 08:31:59 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
Oct 18 08:31:59 LenovoL15 kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Oct 18 08:31:59 LenovoL15 kernel: Booting paravirtualized kernel on bare hardware
Oct 18 08:31:59 LenovoL15 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 18 08:31:59 LenovoL15 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Oct 18 08:31:59 LenovoL15 kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Oct 18 08:31:59 LenovoL15 kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Oct 18 08:31:59 LenovoL15 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Oct 18 08:31:59 LenovoL15 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3965572
Oct 18 08:31:59 LenovoL15 kernel: Policy zone: Normal
Oct 18 08:31:59 LenovoL15 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 amdgpu.exp_hw_support=1
Oct 18 08:31:59 LenovoL15 kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 18 08:31:59 LenovoL15 kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 18 08:31:59 LenovoL15 kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Oct 18 08:31:59 LenovoL15 kernel: Memory: 15678036K/16114172K available (14339K kernel code, 1524K rwdata, 7912K rodata, 1660K init, 2928K bss, 435876K reserved, 0K cma-reserved)
Oct 18 08:31:59 LenovoL15 kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
Oct 18 08:31:59 LenovoL15 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Oct 18 08:31:59 LenovoL15 kernel: ftrace: allocating 40856 entries in 160 pages
Oct 18 08:31:59 LenovoL15 kernel: ftrace: allocated 160 pages with 2 groups
Oct 18 08:31:59 LenovoL15 kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 18 08:31:59 LenovoL15 kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 18 08:31:59 LenovoL15 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Oct 18 08:31:59 LenovoL15 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 18 08:31:59 LenovoL15 kernel:         Trampoline variant of Tasks RCU enabled.
Oct 18 08:31:59 LenovoL15 kernel:         Rude variant of Tasks RCU enabled.
Oct 18 08:31:59 LenovoL15 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 18 08:31:59 LenovoL15 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Oct 18 08:31:59 LenovoL15 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Oct 18 08:31:59 LenovoL15 kernel: Console: colour dummy device 80x25
Oct 18 08:31:59 LenovoL15 kernel: printk: console [tty0] enabled
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Core revision 20200717
Oct 18 08:31:59 LenovoL15 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Oct 18 08:31:59 LenovoL15 kernel: APIC: Switch to symmetric I/O mode setup
Oct 18 08:31:59 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Oct 18 08:31:59 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Oct 18 08:31:59 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Oct 18 08:31:59 LenovoL15 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Oct 18 08:31:59 LenovoL15 kernel: Switched APIC routing to physical flat.
Oct 18 08:31:59 LenovoL15 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 18 08:31:59 LenovoL15 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x18752743c99, max_idle_ns: 440795215663 ns
Oct 18 08:31:59 LenovoL15 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3394.89 BogoMIPS (lpj=5655826)
Oct 18 08:31:59 LenovoL15 kernel: pid_max: default: 32768 minimum: 301
Oct 18 08:31:59 LenovoL15 kernel: LSM: Security Framework initializing
Oct 18 08:31:59 LenovoL15 kernel: Yama: becoming mindful.
Oct 18 08:31:59 LenovoL15 kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 18 08:31:59 LenovoL15 kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 18 08:31:59 LenovoL15 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Oct 18 08:31:59 LenovoL15 kernel: LVT offset 1 assigned for vector 0xf9
Oct 18 08:31:59 LenovoL15 kernel: LVT offset 2 assigned for vector 0xf4
Oct 18 08:31:59 LenovoL15 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Oct 18 08:31:59 LenovoL15 kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Oct 18 08:31:59 LenovoL15 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 18 08:31:59 LenovoL15 kernel: Spectre V2 : Mitigation: Full AMD retpoline
Oct 18 08:31:59 LenovoL15 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 18 08:31:59 LenovoL15 kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 18 08:31:59 LenovoL15 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 18 08:31:59 LenovoL15 kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Oct 18 08:31:59 LenovoL15 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Oct 18 08:31:59 LenovoL15 kernel: Freeing SMP alternatives memory: 32K
Oct 18 08:31:59 LenovoL15 kernel: smpboot: CPU0: AMD Ryzen 7 PRO 4750U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Oct 18 08:31:59 LenovoL15 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Oct 18 08:31:59 LenovoL15 kernel: ... version:                0
Oct 18 08:31:59 LenovoL15 kernel: ... bit width:              48
Oct 18 08:31:59 LenovoL15 kernel: ... generic registers:      6
Oct 18 08:31:59 LenovoL15 kernel: ... value mask:             0000ffffffffffff
Oct 18 08:31:59 LenovoL15 kernel: ... max period:             00007fffffffffff
Oct 18 08:31:59 LenovoL15 kernel: ... fixed-purpose events:   0
Oct 18 08:31:59 LenovoL15 kernel: ... event mask:             000000000000003f
Oct 18 08:31:59 LenovoL15 kernel: rcu: Hierarchical SRCU implementation.
Oct 18 08:31:59 LenovoL15 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 18 08:31:59 LenovoL15 kernel: smp: Bringing up secondary CPUs ...
Oct 18 08:31:59 LenovoL15 kernel: x86: Booting SMP configuration:
Oct 18 08:31:59 LenovoL15 kernel: .... node  #0, CPUs:        #1
Oct 18 08:31:59 LenovoL15 kernel: TSC synchronization [CPU#0 -> CPU#1]:
Oct 18 08:31:59 LenovoL15 kernel: Measured 357699771 cycles TSC warp between CPUs, turning off TSC clock.
Oct 18 08:31:59 LenovoL15 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Oct 18 08:31:59 LenovoL15 kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Oct 18 08:31:59 LenovoL15 kernel: smp: Brought up 1 node, 16 CPUs
Oct 18 08:31:59 LenovoL15 kernel: smpboot: Max logical packages: 1
Oct 18 08:31:59 LenovoL15 kernel: smpboot: Total of 16 processors activated (54317.26 BogoMIPS)
Oct 18 08:31:59 LenovoL15 kernel: devtmpfs: initialized
Oct 18 08:31:59 LenovoL15 kernel: x86/mm: Memory block size: 128MB
Oct 18 08:31:59 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
Oct 18 08:31:59 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0xca97e000-0xcc97dfff] (33554432 bytes)
Oct 18 08:31:59 LenovoL15 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 18 08:31:59 LenovoL15 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Oct 18 08:31:59 LenovoL15 kernel: pinctrl core: initialized pinctrl subsystem
Oct 18 08:31:59 LenovoL15 kernel: PM: RTC time: 21:31:58, date: 2020-10-17
Oct 18 08:31:59 LenovoL15 kernel: NET: Registered protocol family 16
Oct 18 08:31:59 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Oct 18 08:31:59 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 18 08:31:59 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 18 08:31:59 LenovoL15 kernel: audit: initializing netlink subsys (disabled)
Oct 18 08:31:59 LenovoL15 kernel: audit: type=2000 audit(1602970318.143:1): state=initialized audit_enabled=0 res=1
Oct 18 08:31:59 LenovoL15 kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 18 08:31:59 LenovoL15 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 18 08:31:59 LenovoL15 kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 18 08:31:59 LenovoL15 kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 18 08:31:59 LenovoL15 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 18 08:31:59 LenovoL15 kernel: cpuidle: using governor ladder
Oct 18 08:31:59 LenovoL15 kernel: cpuidle: using governor menu
Oct 18 08:31:59 LenovoL15 kernel: ACPI: bus type PCI registered
Oct 18 08:31:59 LenovoL15 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 18 08:31:59 LenovoL15 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 18 08:31:59 LenovoL15 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 18 08:31:59 LenovoL15 kernel: PCI: Using configuration type 1 for base access
Oct 18 08:31:59 LenovoL15 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 18 08:31:59 LenovoL15 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Added _OSI(Module Device)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Added _OSI(Processor Device)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Oct 18 08:31:59 LenovoL15 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 18 08:31:59 LenovoL15 kernel: ACPI: EC: EC started
Oct 18 08:31:59 LenovoL15 kernel: ACPI: EC: interrupt blocked
Oct 18 08:31:59 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Interpreter enabled
Oct 18 08:31:59 LenovoL15 kernel: ACPI: (supports S0 S3 S4 S5)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 18 08:31:59 LenovoL15 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Power Resource [WRST] (on)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Power Resource [P0S0] (on)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Power Resource [P3S0] (on)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Power Resource [P0S1] (on)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Power Resource [P3S1] (on)
Oct 18 08:31:59 LenovoL15 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 18 08:31:59 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 18 08:31:59 LenovoL15 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Oct 18 08:31:59 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 18 08:31:59 LenovoL15 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 18 08:31:59 LenovoL15 kernel: PCI host bridge to bus 0000:00
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x430000000-0xffffffffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.1: enabling Extended Tags
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:01:00.0: [15b7:5006] type 00 class 0x010802
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd700000-0xfd703fff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:01:00.0: reg 0x20: [mem 0xfd704000-0xfd7040ff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.0: reg 0x10: [io  0x2400-0x24ff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfd614000-0xfd614fff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfd600000-0xfd603fff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.0: supports D1 D2
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.1: [10ec:816a] type 00 class 0x070002
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.1: reg 0x10: [io  0x2200-0x22ff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.1: reg 0x18: [mem 0xfd615000-0xfd615fff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.1: reg 0x20: [mem 0xfd604000-0xfd607fff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.1: supports D1 D2
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.2: [10ec:816b] type 00 class 0x070002
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.2: reg 0x10: [io  0x2100-0x21ff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.2: reg 0x18: [mem 0xfd616000-0xfd616fff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.2: reg 0x20: [mem 0xfd608000-0xfd60bfff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.2: supports D1 D2
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.3: [10ec:816c] type 00 class 0x0c0701
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.3: reg 0x10: [io  0x2000-0x20ff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.3: reg 0x18: [mem 0xfd617000-0xfd617fff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.3: reg 0x20: [mem 0xfd60c000-0xfd60ffff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.3: supports D1 D2
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.4: [10ec:816d] type 00 class 0x0c0320
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.4: reg 0x10: [mem 0xfd618000-0xfd618fff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.4: reg 0x18: [mem 0xfd610000-0xfd613fff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.4: PME# supported from D0 D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:03:00.0: [8086:2723] type 00 class 0x028000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfd500000-0xfd503fff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfd400000-0xfd400fff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:04:00.0: supports D1 D2
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.0: enabling Extended Tags
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.1: enabling Extended Tags
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.2: enabling Extended Tags
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.3: enabling Extended Tags
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.4: enabling Extended Tags
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.5: enabling Extended Tags
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.6: enabling Extended Tags
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 18 08:31:59 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:31:59 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:31:59 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:31:59 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:31:59 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:31:59 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:31:59 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:31:59 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 18 08:31:59 LenovoL15 kernel: ACPI: EC: interrupt unblocked
Oct 18 08:31:59 LenovoL15 kernel: ACPI: EC: event unblocked
Oct 18 08:31:59 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 18 08:31:59 LenovoL15 kernel: ACPI: EC: GPE=0x3
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Oct 18 08:31:59 LenovoL15 kernel: iommu: Default domain type: Translated 
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: setting as boot device
Oct 18 08:31:59 LenovoL15 kernel: vgaarb: loaded
Oct 18 08:31:59 LenovoL15 kernel: SCSI subsystem initialized
Oct 18 08:31:59 LenovoL15 kernel: libata version 3.00 loaded.
Oct 18 08:31:59 LenovoL15 kernel: ACPI: bus type USB registered
Oct 18 08:31:59 LenovoL15 kernel: usbcore: registered new interface driver usbfs
Oct 18 08:31:59 LenovoL15 kernel: usbcore: registered new interface driver hub
Oct 18 08:31:59 LenovoL15 kernel: usbcore: registered new device driver usb
Oct 18 08:31:59 LenovoL15 kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 18 08:31:59 LenovoL15 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 18 08:31:59 LenovoL15 kernel: PTP clock support registered
Oct 18 08:31:59 LenovoL15 kernel: EDAC MC: Ver: 3.0.0
Oct 18 08:31:59 LenovoL15 kernel: Registered efivars operations
Oct 18 08:31:59 LenovoL15 kernel: NetLabel: Initializing
Oct 18 08:31:59 LenovoL15 kernel: NetLabel:  domain hash size = 128
Oct 18 08:31:59 LenovoL15 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 18 08:31:59 LenovoL15 kernel: NetLabel:  unlabeled traffic allowed by default
Oct 18 08:31:59 LenovoL15 kernel: PCI: Using ACPI for IRQ routing
Oct 18 08:31:59 LenovoL15 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 18 08:31:59 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 18 08:31:59 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
Oct 18 08:31:59 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Oct 18 08:31:59 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc2cf5000-0xc3ffffff]
Oct 18 08:31:59 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc70cd000-0xc7ffffff]
Oct 18 08:31:59 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Oct 18 08:31:59 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
Oct 18 08:31:59 LenovoL15 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 18 08:31:59 LenovoL15 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Oct 18 08:31:59 LenovoL15 kernel: clocksource: Switched to clocksource hpet
Oct 18 08:31:59 LenovoL15 kernel: VFS: Disk quotas dquot_6.6.0
Oct 18 08:31:59 LenovoL15 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 18 08:31:59 LenovoL15 kernel: pnp: PnP ACPI init
Oct 18 08:31:59 LenovoL15 kernel: system 00:00: [io  0x0f50-0x0f51] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 08:31:59 LenovoL15 kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0530-0x0537] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0400-0x0427] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0430] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0440-0x0447] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0b00-0x0b1f] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0c14] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0cd0-0x0cd1] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0cd2-0x0cd3] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0cd4-0x0cd5] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0cd6-0x0cd7] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x0cf9] could not be reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x8100-0x81ff window] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: [io  0x8200-0x82ff window] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 08:31:59 LenovoL15 kernel: system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
Oct 18 08:31:59 LenovoL15 kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 18 08:31:59 LenovoL15 kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Oct 18 08:31:59 LenovoL15 kernel: pnp 00:05: Plug and Play ACPI device, IDs LEN0411 PNP0f13 (active)
Oct 18 08:31:59 LenovoL15 kernel: pnp: PnP ACPI: found 6 devices
Oct 18 08:31:59 LenovoL15 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 18 08:31:59 LenovoL15 kernel: NET: Registered protocol family 2
Oct 18 08:31:59 LenovoL15 kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 18 08:31:59 LenovoL15 kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 18 08:31:59 LenovoL15 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 18 08:31:59 LenovoL15 kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 18 08:31:59 LenovoL15 kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Oct 18 08:31:59 LenovoL15 kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 18 08:31:59 LenovoL15 kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 18 08:31:59 LenovoL15 kernel: NET: Registered protocol family 1
Oct 18 08:31:59 LenovoL15 kernel: NET: Registered protocol family 44
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfd3fffff]
Oct 18 08:31:59 LenovoL15 kernel: pci_bus 0000:06: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Oct 18 08:31:59 LenovoL15 kernel: PCI: CLS 32 bytes, default 64
Oct 18 08:31:59 LenovoL15 kernel: Trying to unpack rootfs image as initramfs...
Oct 18 08:31:59 LenovoL15 kernel: Freeing initrd memory: 9900K
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:00.2: PCI INT A: not connected
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:01.0: Adding to iommu group 0
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.0: Adding to iommu group 1
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.1: Adding to iommu group 2
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.2: Adding to iommu group 3
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.3: Adding to iommu group 4
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:02.4: Adding to iommu group 5
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.0: Adding to iommu group 6
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:08.1: Adding to iommu group 6
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:14.0: Adding to iommu group 7
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:14.3: Adding to iommu group 7
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.0: Adding to iommu group 8
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.1: Adding to iommu group 8
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.2: Adding to iommu group 8
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.3: Adding to iommu group 8
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.4: Adding to iommu group 8
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.5: Adding to iommu group 8
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.6: Adding to iommu group 8
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:18.7: Adding to iommu group 8
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:01:00.0: Adding to iommu group 9
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.0: Adding to iommu group 10
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.1: Adding to iommu group 10
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.2: Adding to iommu group 10
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.3: Adding to iommu group 10
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:02:00.4: Adding to iommu group 10
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:03:00.0: Adding to iommu group 11
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:04:00.0: Adding to iommu group 12
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.0: Adding to iommu group 6
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.1: Adding to iommu group 6
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.2: Adding to iommu group 6
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.3: Adding to iommu group 6
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.4: Adding to iommu group 6
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.5: Adding to iommu group 6
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:06:00.6: Adding to iommu group 6
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Oct 18 08:31:59 LenovoL15 kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
Oct 18 08:31:59 LenovoL15 kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
Oct 18 08:31:59 LenovoL15 kernel: AMD-Vi: Interrupt remapping enabled
Oct 18 08:31:59 LenovoL15 kernel: AMD-Vi: Virtual APIC enabled
Oct 18 08:31:59 LenovoL15 kernel: AMD-Vi: X2APIC enabled
Oct 18 08:31:59 LenovoL15 kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Oct 18 08:31:59 LenovoL15 kernel: amd_uncore: AMD NB counters detected
Oct 18 08:31:59 LenovoL15 kernel: amd_uncore: AMD LLC counters detected
Oct 18 08:31:59 LenovoL15 kernel: LVT offset 0 assigned for vector 0x400
Oct 18 08:31:59 LenovoL15 kernel: perf: AMD IBS detected (0x000003ff)
Oct 18 08:31:59 LenovoL15 kernel: check: Scanning for low memory corruption every 60 seconds
Oct 18 08:31:59 LenovoL15 kernel: Initialise system trusted keyrings
Oct 18 08:31:59 LenovoL15 kernel: Key type blacklist registered
Oct 18 08:31:59 LenovoL15 kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 18 08:31:59 LenovoL15 kernel: zbud: loaded
Oct 18 08:31:59 LenovoL15 kernel: Key type asymmetric registered
Oct 18 08:31:59 LenovoL15 kernel: Asymmetric key parser 'x509' registered
Oct 18 08:31:59 LenovoL15 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Oct 18 08:31:59 LenovoL15 kernel: io scheduler mq-deadline registered
Oct 18 08:31:59 LenovoL15 kernel: io scheduler kyber registered
Oct 18 08:31:59 LenovoL15 kernel: io scheduler bfq registered
Oct 18 08:31:59 LenovoL15 kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 26
Oct 18 08:31:59 LenovoL15 kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 27
Oct 18 08:31:59 LenovoL15 kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 28
Oct 18 08:31:59 LenovoL15 kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 29
Oct 18 08:31:59 LenovoL15 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 30
Oct 18 08:31:59 LenovoL15 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 18 08:31:59 LenovoL15 kernel: efifb: probing for efifb
Oct 18 08:31:59 LenovoL15 kernel: efifb: framebuffer at 0x460000000, using 8128k, total 8128k
Oct 18 08:31:59 LenovoL15 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Oct 18 08:31:59 LenovoL15 kernel: efifb: scrolling: redraw
Oct 18 08:31:59 LenovoL15 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 18 08:31:59 LenovoL15 kernel: fbcon: Deferring console take-over
Oct 18 08:31:59 LenovoL15 kernel: fb0: EFI VGA frame buffer device
Oct 18 08:31:59 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Power Button [PWRB]
Oct 18 08:31:59 LenovoL15 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Lid Switch [LID]
Oct 18 08:31:59 LenovoL15 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Sleep Button [SLPB]
Oct 18 08:31:59 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Power Button [PWRF]
Oct 18 08:31:59 LenovoL15 kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Oct 18 08:31:59 LenovoL15 kernel: acpi device:09: registered as cooling_device0
Oct 18 08:31:59 LenovoL15 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4
Oct 18 08:31:59 LenovoL15 kernel: Monitor-Mwait will be used to enter C-1 state
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
Oct 18 08:31:59 LenovoL15 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 18 08:31:59 LenovoL15 kernel: serial 0000:02:00.1: enabling device (0000 -> 0003)
Oct 18 08:31:59 LenovoL15 kernel: 0000:02:00.1: ttyS0 at I/O 0x2200 (irq = 31, base_baud = 115200) is a 16550A
Oct 18 08:31:59 LenovoL15 kernel: serial 0000:02:00.2: enabling device (0000 -> 0003)
Oct 18 08:31:59 LenovoL15 kernel: 0000:02:00.2: ttyS1 at I/O 0x2100 (irq = 32, base_baud = 115200) is a 16550A
Oct 18 08:31:59 LenovoL15 kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 18 08:31:59 LenovoL15 kernel: nvme nvme0: pci function 0000:01:00.0
Oct 18 08:31:59 LenovoL15 kernel: usbcore: registered new interface driver usbserial_generic
Oct 18 08:31:59 LenovoL15 kernel: usbserial: USB Serial support registered for generic
Oct 18 08:31:59 LenovoL15 kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 18 08:31:59 LenovoL15 kernel: rtc_cmos 00:01: registered as rtc0
Oct 18 08:31:59 LenovoL15 kernel: rtc_cmos 00:01: setting system clock to 2020-10-17T21:31:58 UTC (1602970318)
Oct 18 08:31:59 LenovoL15 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 18 08:31:59 LenovoL15 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 18 08:31:59 LenovoL15 kernel: drop_monitor: Initializing network drop monitor service
Oct 18 08:31:59 LenovoL15 kernel: NET: Registered protocol family 10
Oct 18 08:31:59 LenovoL15 kernel: Segment Routing with IPv6
Oct 18 08:31:59 LenovoL15 kernel: RPL Segment Routing with IPv6
Oct 18 08:31:59 LenovoL15 kernel: NET: Registered protocol family 17
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU0: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU1: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU2: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU3: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU4: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU5: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU6: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU7: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU8: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU9: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU10: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU11: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU12: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU13: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU14: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: CPU15: patch_level=0x08600106
Oct 18 08:31:59 LenovoL15 kernel: microcode: Microcode Update Driver: v2.2.
Oct 18 08:31:59 LenovoL15 kernel: nvme nvme0: 16/0/0 default/read/poll queues
Oct 18 08:31:59 LenovoL15 kernel: resctrl: L3 allocation detected
Oct 18 08:31:59 LenovoL15 kernel: resctrl: L3DATA allocation detected
Oct 18 08:31:59 LenovoL15 kernel: resctrl: L3CODE allocation detected
Oct 18 08:31:59 LenovoL15 kernel: resctrl: MB allocation detected
Oct 18 08:31:59 LenovoL15 kernel: resctrl: L3 monitoring detected
Oct 18 08:31:59 LenovoL15 kernel: IPI shorthand broadcast: enabled
Oct 18 08:31:59 LenovoL15 kernel: registered taskstats version 1
Oct 18 08:31:59 LenovoL15 kernel: Loading compiled-in X.509 certificates
Oct 18 08:31:59 LenovoL15 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: de2f2e3f73e7d58d4e970143d99b45ae56b47dc0'
Oct 18 08:31:59 LenovoL15 kernel: zswap: loaded using pool lz4/z3fold
Oct 18 08:31:59 LenovoL15 kernel: Key type ._fscrypt registered
Oct 18 08:31:59 LenovoL15 kernel: Key type .fscrypt registered
Oct 18 08:31:59 LenovoL15 kernel: Key type fscrypt-provisioning registered
Oct 18 08:31:59 LenovoL15 kernel: PM:   Magic number: 8:10:551
Oct 18 08:31:59 LenovoL15 kernel: clockevents clockevent2: hash matches
Oct 18 08:31:59 LenovoL15 kernel: acpi PNP0C0F:02: hash matches
Oct 18 08:31:59 LenovoL15 kernel: RAS: Correctable Errors collector initialized.
Oct 18 08:31:59 LenovoL15 kernel: Unstable clock detected, switching default tracing clock to "global"
                                  If you want to keep using the local clock, then add:
                                    "trace_clock=local"
                                  on the kernel command line
Oct 18 08:31:59 LenovoL15 kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Oct 18 08:31:59 LenovoL15 kernel: Freeing unused decrypted memory: 2040K
Oct 18 08:31:59 LenovoL15 kernel: Freeing unused kernel image (initmem) memory: 1660K
Oct 18 08:31:59 LenovoL15 kernel: Write protecting the kernel read-only data: 24576k
Oct 18 08:31:59 LenovoL15 kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Oct 18 08:31:59 LenovoL15 kernel: Freeing unused kernel image (rodata/data gap) memory: 280K
Oct 18 08:31:59 LenovoL15 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 18 08:31:59 LenovoL15 kernel: Run /init as init process
Oct 18 08:31:59 LenovoL15 kernel:   with arguments:
Oct 18 08:31:59 LenovoL15 kernel:     /init
Oct 18 08:31:59 LenovoL15 kernel:   with environment:
Oct 18 08:31:59 LenovoL15 kernel:     HOME=/
Oct 18 08:31:59 LenovoL15 kernel:     TERM=linux
Oct 18 08:31:59 LenovoL15 kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Oct 18 08:31:59 LenovoL15 kernel: fbcon: Taking over console
Oct 18 08:31:59 LenovoL15 kernel: Console: switching to colour frame buffer device 240x67
Oct 18 08:31:59 LenovoL15 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 18 08:31:59 LenovoL15 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 18 08:31:59 LenovoL15 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 18 08:31:59 LenovoL15 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 18 08:31:59 LenovoL15 kernel: rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
Oct 18 08:31:59 LenovoL15 kernel: ehci-pci: EHCI PCI platform driver
Oct 18 08:31:59 LenovoL15 kernel: ehci-pci 0000:02:00.4: EHCI Host Controller
Oct 18 08:31:59 LenovoL15 kernel: ehci-pci 0000:02:00.4: new USB bus registered, assigned bus number 1
Oct 18 08:31:59 LenovoL15 kernel: ehci-pci 0000:02:00.4: irq 54, io mem 0xfd618000
Oct 18 08:31:59 LenovoL15 kernel: ehci-pci 0000:02:00.4: USB 0.0 started, EHCI 1.00
Oct 18 08:31:59 LenovoL15 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 18 08:31:59 LenovoL15 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 18 08:31:59 LenovoL15 kernel: usb usb1: Product: EHCI Host Controller
Oct 18 08:31:59 LenovoL15 kernel: usb usb1: Manufacturer: Linux 5.9.1-arch1-1 ehci_hcd
Oct 18 08:31:59 LenovoL15 kernel: usb usb1: SerialNumber: 0000:02:00.4
Oct 18 08:31:59 LenovoL15 kernel: hub 1-0:1.0: USB hub found
Oct 18 08:31:59 LenovoL15 kernel: hub 1-0:1.0: 1 port detected
Oct 18 08:31:59 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 18 08:31:59 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
Oct 18 08:31:59 LenovoL15 kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 18 08:31:59 LenovoL15 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 18 08:31:59 LenovoL15 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 18 08:31:59 LenovoL15 kernel: usb usb2: Product: xHCI Host Controller
Oct 18 08:31:59 LenovoL15 kernel: usb usb2: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
Oct 18 08:31:59 LenovoL15 kernel: usb usb2: SerialNumber: 0000:06:00.3
Oct 18 08:31:59 LenovoL15 kernel: hub 2-0:1.0: USB hub found
Oct 18 08:31:59 LenovoL15 kernel: hub 2-0:1.0: 4 ports detected
Oct 18 08:31:59 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 18 08:31:59 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Oct 18 08:31:59 LenovoL15 kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Oct 18 08:31:59 LenovoL15 kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 18 08:31:59 LenovoL15 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Oct 18 08:31:59 LenovoL15 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 18 08:31:59 LenovoL15 kernel: usb usb3: Product: xHCI Host Controller
Oct 18 08:31:59 LenovoL15 kernel: usb usb3: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
Oct 18 08:31:59 LenovoL15 kernel: usb usb3: SerialNumber: 0000:06:00.3
Oct 18 08:31:59 LenovoL15 kernel: hub 3-0:1.0: USB hub found
Oct 18 08:31:59 LenovoL15 kernel: hub 3-0:1.0: 2 ports detected
Oct 18 08:31:59 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 18 08:31:59 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
Oct 18 08:31:59 LenovoL15 kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 18 08:31:59 LenovoL15 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 18 08:31:59 LenovoL15 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 18 08:31:59 LenovoL15 kernel: usb usb4: Product: xHCI Host Controller
Oct 18 08:31:59 LenovoL15 kernel: usb usb4: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
Oct 18 08:31:59 LenovoL15 kernel: usb usb4: SerialNumber: 0000:06:00.4
Oct 18 08:31:59 LenovoL15 kernel: hub 4-0:1.0: USB hub found
Oct 18 08:31:59 LenovoL15 kernel: hub 4-0:1.0: 4 ports detected
Oct 18 08:31:59 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 18 08:31:59 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Oct 18 08:31:59 LenovoL15 kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 18 08:31:59 LenovoL15 kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 18 08:31:59 LenovoL15 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Oct 18 08:31:59 LenovoL15 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 18 08:31:59 LenovoL15 kernel: usb usb5: Product: xHCI Host Controller
Oct 18 08:31:59 LenovoL15 kernel: usb usb5: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
Oct 18 08:31:59 LenovoL15 kernel: usb usb5: SerialNumber: 0000:06:00.4
Oct 18 08:31:59 LenovoL15 kernel: hub 5-0:1.0: USB hub found
Oct 18 08:31:59 LenovoL15 kernel: hub 5-0:1.0: 2 ports detected
Oct 18 08:31:59 LenovoL15 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Oct 18 08:31:59 LenovoL15 kernel: random: fast init done
Oct 18 08:31:59 LenovoL15 kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
Oct 18 08:31:59 LenovoL15 systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 18 08:31:59 LenovoL15 systemd[1]: Detected architecture x86-64.
Oct 18 08:31:59 LenovoL15 systemd[1]: Set hostname to <LenovoL15>.
Oct 18 08:31:59 LenovoL15 kernel: usb 4-3: new high-speed USB device number 2 using xhci_hcd
Oct 18 08:31:59 LenovoL15 kernel: usb 2-4: new high-speed USB device number 2 using xhci_hcd
Oct 18 08:31:59 LenovoL15 systemd[1]: Queued start job for default target Graphical Interface.
Oct 18 08:31:59 LenovoL15 systemd[1]: Created slice system-getty.slice.
Oct 18 08:31:59 LenovoL15 systemd[1]: Created slice system-modprobe.slice.
Oct 18 08:31:59 LenovoL15 systemd[1]: Created slice User and Session Slice.
Oct 18 08:31:59 LenovoL15 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 18 08:31:59 LenovoL15 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 18 08:31:59 LenovoL15 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Local Encrypted Volumes.
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Paths.
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Remote File Systems.
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Slices.
Oct 18 08:31:59 LenovoL15 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 18 08:31:59 LenovoL15 systemd[1]: Listening on Process Core Dump Socket.
Oct 18 08:31:59 LenovoL15 systemd[1]: Listening on Journal Audit Socket.
Oct 18 08:31:59 LenovoL15 systemd[1]: Listening on Journal Socket (/dev/log).
Oct 18 08:31:59 LenovoL15 systemd[1]: Listening on Journal Socket.
Oct 18 08:31:59 LenovoL15 systemd[1]: Listening on udev Control Socket.
Oct 18 08:31:59 LenovoL15 systemd[1]: Listening on udev Kernel Socket.
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounting Huge Pages File System...
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounting POSIX Message Queue File System...
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounting Kernel Debug File System...
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounting Kernel Trace File System...
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Create list of static device nodes for the current kernel...
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Load Kernel Module drm...
Oct 18 08:31:59 LenovoL15 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 18 08:31:59 LenovoL15 systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Journal Service...
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Load Kernel Modules...
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 18 08:31:59 LenovoL15 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Oct 18 08:31:59 LenovoL15 kernel: Linux agpgart interface v0.103
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Coldplug All udev Devices...
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounted Huge Pages File System.
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounted POSIX Message Queue File System.
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounted Kernel Debug File System.
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounted Kernel Trace File System.
Oct 18 08:31:59 LenovoL15 systemd[1]: Finished Create list of static device nodes for the current kernel.
Oct 18 08:31:59 LenovoL15 kernel: acpi_call: loading out-of-tree module taints kernel.
Oct 18 08:31:59 LenovoL15 kernel: acpi_call: module verification failed: signature and/or required key missing - tainting kernel
Oct 18 08:31:59 LenovoL15 kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
Oct 18 08:31:59 LenovoL15 systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 18 08:31:59 LenovoL15 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Oct 18 08:31:59 LenovoL15 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 18 08:31:59 LenovoL15 kernel: Asymmetric key parser 'pkcs8' registered
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Load/Save Random Seed...
Oct 18 08:31:59 LenovoL15 systemd[1]: Condition check resulted in Create System Users being skipped.
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 18 08:31:59 LenovoL15 systemd[1]: Finished Load Kernel Modules.
Oct 18 08:31:59 LenovoL15 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounting Kernel Configuration File System...
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Apply Kernel Variables...
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounted Kernel Configuration File System.
Oct 18 08:31:59 LenovoL15 systemd[1]: Finished Apply Kernel Variables.
Oct 18 08:31:59 LenovoL15 kernel: audit: type=1130 audit(1602970319.123:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd[1]: modprobe@drm.service: Succeeded.
Oct 18 08:31:59 LenovoL15 systemd[1]: Finished Load Kernel Module drm.
Oct 18 08:31:59 LenovoL15 kernel: audit: type=1130 audit(1602970319.126:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 kernel: audit: type=1131 audit(1602970319.126:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 18 08:31:59 LenovoL15 kernel: audit: type=1130 audit(1602970319.126:5): 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'
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Local File Systems (Pre).
Oct 18 08:31:59 LenovoL15 systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 18 08:31:59 LenovoL15 kernel: audit: type=1334 audit(1602970319.126:6): prog-id=5 op=LOAD
Oct 18 08:31:59 LenovoL15 kernel: audit: type=1334 audit(1602970319.126:7): prog-id=6 op=LOAD
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 18 08:31:59 LenovoL15 systemd[1]: Finished Coldplug All udev Devices.
Oct 18 08:31:59 LenovoL15 kernel: audit: type=1130 audit(1602970319.153:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd-journald[302]: Journal started
Oct 18 08:31:59 LenovoL15 systemd-journald[302]: Runtime Journal (/run/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 8.0M, max 771.6M, 763.6M free.
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START 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'
Oct 18 08:31:59 LenovoL15 audit: BPF prog-id=5 op=LOAD
Oct 18 08:31:59 LenovoL15 audit: BPF prog-id=6 op=LOAD
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd-modules-load[303]: Inserted module 'acpi_call'
Oct 18 08:31:59 LenovoL15 systemd-modules-load[303]: Inserted module 'crypto_user'
Oct 18 08:31:59 LenovoL15 systemd-modules-load[303]: Inserted module 'pkcs8_key_parser'
Oct 18 08:31:59 LenovoL15 systemd-random-seed[307]: Kernel entropy pool is not initialized yet, waiting until it is.
Oct 18 08:31:59 LenovoL15 systemd-sysctl[310]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Oct 18 08:31:59 LenovoL15 systemd-sysctl[310]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Oct 18 08:31:59 LenovoL15 systemd-sysctl[310]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Oct 18 08:31:59 LenovoL15 systemd-sysctl[310]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Oct 18 08:31:59 LenovoL15 systemd-sysctl[310]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Oct 18 08:31:59 LenovoL15 systemd-sysctl[310]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 18 08:31:59 LenovoL15 systemd[1]: Started Journal Service.
Oct 18 08:31:59 LenovoL15 kernel: audit: type=1130 audit(1602970319.156:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 kernel: audit: type=1130 audit(1602970319.159:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd-journald[302]: Time spent on flushing to /var/log/journal/04dce25a858d4cc68ebce80f9fad7628 is 12.866ms for 927 entries.
Oct 18 08:31:59 LenovoL15 systemd-journald[302]: System Journal (/var/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 232.0M, max 4.0G, 3.7G free.
Oct 18 08:31:59 LenovoL15 kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Oct 18 08:31:59 LenovoL15 kernel: usb 2-4: New USB device found, idVendor=27c6, idProduct=55b4, bcdDevice= 1.00
Oct 18 08:31:59 LenovoL15 kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 18 08:31:59 LenovoL15 kernel: usb 2-4: Product: Goodix FingerPrint Device
Oct 18 08:31:59 LenovoL15 kernel: usb 2-4: Manufacturer: Generic
Oct 18 08:31:59 LenovoL15 systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 kernel: usb 4-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
Oct 18 08:31:59 LenovoL15 kernel: usb 4-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 18 08:31:59 LenovoL15 kernel: usb 4-3: Product: Integrated Camera
Oct 18 08:31:59 LenovoL15 kernel: usb 4-3: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 18 08:31:59 LenovoL15 kernel: usb 4-3: SerialNumber: 0001
Oct 18 08:31:59 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
Oct 18 08:31:59 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 1
Oct 18 08:31:59 LenovoL15 kernel: ACPI: AC Adapter [AC] (off-line)
Oct 18 08:31:59 LenovoL15 kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 18 08:31:59 LenovoL15 kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 18 08:31:59 LenovoL15 kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 18 08:31:59 LenovoL15 kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 18 08:31:59 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 18 08:31:59 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 18 08:31:59 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 18 08:31:59 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 SYSTEM.
Oct 18 08:31:59 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 Swap.
Oct 18 08:31:59 LenovoL15 systemd[1]: Activating swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c...
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounting /efi...
Oct 18 08:31:59 LenovoL15 systemd[1]: Activated swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c.
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Swap.
Oct 18 08:31:59 LenovoL15 kernel: Adding 2097148k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:2097148k SSFS
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounted Temporary Directory (/tmp).
Oct 18 08:31:59 LenovoL15 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Oct 18 08:31:59 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Oct 18 08:31:59 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Oct 18 08:31:59 LenovoL15 kernel: IPMI message handler: version 39.2
Oct 18 08:31:59 LenovoL15 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Oct 18 08:31:59 LenovoL15 kernel: libphy: Fixed MDIO Bus: probed
Oct 18 08:31:59 LenovoL15 kernel: ccp 0000:06:00.2: enabling device (0000 -> 0002)
Oct 18 08:31:59 LenovoL15 kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Oct 18 08:31:59 LenovoL15 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Oct 18 08:31:59 LenovoL15 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Oct 18 08:31:59 LenovoL15 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Oct 18 08:31:59 LenovoL15 kernel: ipmi device interface
Oct 18 08:31:59 LenovoL15 kernel: Non-volatile memory driver v1.3
Oct 18 08:31:59 LenovoL15 kernel: tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
Oct 18 08:31:59 LenovoL15 kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Oct 18 08:31:59 LenovoL15 kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
Oct 18 08:31:59 LenovoL15 kernel: ccp 0000:06:00.2: tee enabled
Oct 18 08:31:59 LenovoL15 kernel: ccp 0000:06:00.2: psp enabled
Oct 18 08:31:59 LenovoL15 kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Oct 18 08:31:59 LenovoL15 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Oct 18 08:31:59 LenovoL15 kernel: ipmi_si: IPMI System Interface driver
Oct 18 08:31:59 LenovoL15 kernel: ipmi_si: Unable to find any System Interface(s)
Oct 18 08:31:59 LenovoL15 kernel: FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 18 08:31:59 LenovoL15 systemd[1]: Mounted /efi.
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Local File Systems.
Oct 18 08:31:59 LenovoL15 systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Oct 18 08:31:59 LenovoL15 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Create Volatile Files and Directories...
Oct 18 08:31:59 LenovoL15 kernel: cryptd: max_cpu_qlen set to 1000
Oct 18 08:31:59 LenovoL15 kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 18 08:31:59 LenovoL15 kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 18 08:31:59 LenovoL15 kernel: thinkpad_acpi: ThinkPad BIOS R19ET28W (1.12 ), EC R19HT27W
Oct 18 08:31:59 LenovoL15 kernel: thinkpad_acpi: Lenovo ThinkPad L15 Gen 1, model 20U7000JAU
Oct 18 08:31:59 LenovoL15 kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 18 08:31:59 LenovoL15 kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 18 08:31:59 LenovoL15 kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 18 08:31:59 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 18 08:31:59 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
Oct 18 08:31:59 LenovoL15 kernel: usb 4-4: new full-speed USB device number 3 using xhci_hcd
Oct 18 08:31:59 LenovoL15 systemd[1]: Finished Create Volatile Files and Directories.
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Oct 18 08:31:59 LenovoL15 systemd[1]: Condition check resulted in Update is Completed being skipped.
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 18 08:31:59 LenovoL15 audit[448]: SYSTEM_BOOT pid=448 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target System Initialization.
Oct 18 08:31:59 LenovoL15 systemd[1]: Started Daily man-db regeneration.
Oct 18 08:31:59 LenovoL15 kernel: raid6: avx2x4   gen() 15613 MB/s
Oct 18 08:31:59 LenovoL15 systemd[1]: Started Daily verification of password and group files.
Oct 18 08:31:59 LenovoL15 systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Timers.
Oct 18 08:31:59 LenovoL15 systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Sockets.
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Basic System.
Oct 18 08:31:59 LenovoL15 systemd[1]: Started D-Bus System Message Bus.
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Network Manager...
Oct 18 08:31:59 LenovoL15 audit: BPF prog-id=7 op=LOAD
Oct 18 08:31:59 LenovoL15 audit: BPF prog-id=8 op=LOAD
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting User Login Management...
Oct 18 08:31:59 LenovoL15 kernel: raid6: avx2x4   xor()  5355 MB/s
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.4350] NetworkManager (version 1.26.4-1) is starting... (for the first time)
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.4353] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 18 08:31:59 LenovoL15 systemd[1]: Started Network Manager.
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.4388] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Network.
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Permit User Sessions...
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.4469] manager[0x558481d650c0]: monitoring kernel firmware directory '/lib/firmware'.
Oct 18 08:31:59 LenovoL15 systemd-logind[451]: New seat seat0.
Oct 18 08:31:59 LenovoL15 dbus-daemon[449]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1' (uid=0 pid=450 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 18 08:31:59 LenovoL15 audit: BPF prog-id=9 op=LOAD
Oct 18 08:31:59 LenovoL15 audit: BPF prog-id=10 op=LOAD
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Hostname Service...
Oct 18 08:31:59 LenovoL15 systemd[1]: Finished Permit User Sessions.
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd[1]: Started User Login Management.
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd[1]: Started Getty on tty1.
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Login Prompts.
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Multi-User System.
Oct 18 08:31:59 LenovoL15 kernel: thinkpad_acpi: battery 1 registered (start 0, stop 100)
Oct 18 08:31:59 LenovoL15 kernel: battery: new extension: ThinkPad Battery Extension
Oct 18 08:31:59 LenovoL15 kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
Oct 18 08:31:59 LenovoL15 systemd[1]: Reached target Graphical Interface.
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting TLP system startup/shutdown...
Oct 18 08:31:59 LenovoL15 kernel: raid6: avx2x2   gen() 21049 MB/s
Oct 18 08:31:59 LenovoL15 kernel: usb 4-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Oct 18 08:31:59 LenovoL15 kernel: usb 4-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 18 08:31:59 LenovoL15 kernel: raid6: avx2x2   xor() 23255 MB/s
Oct 18 08:31:59 LenovoL15 kernel: AVX2 version of gcm_enc/dec engaged.
Oct 18 08:31:59 LenovoL15 kernel: AES CTR mode by8 optimization enabled
Oct 18 08:31:59 LenovoL15 kernel: r8169 0000:02:00.0: enabling device (0000 -> 0003)
Oct 18 08:31:59 LenovoL15 kernel: libphy: r8169: probed
Oct 18 08:31:59 LenovoL15 kernel: r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 00:2b:67:cf:24:6a, XID 502, IRQ 77
Oct 18 08:31:59 LenovoL15 kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Oct 18 08:31:59 LenovoL15 kernel: raid6: avx2x1   gen() 23538 MB/s
Oct 18 08:31:59 LenovoL15 kernel: raid6: avx2x1   xor() 17751 MB/s
Oct 18 08:31:59 LenovoL15 kernel: raid6: sse2x4   gen() 16987 MB/s
Oct 18 08:31:59 LenovoL15 kernel: raid6: sse2x4   xor()  4932 MB/s
Oct 18 08:31:59 LenovoL15 dbus-daemon[449]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 18 08:31:59 LenovoL15 systemd[1]: Started Hostname Service.
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.7949] hostname: hostname: using hostnamed
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.7950] hostname: hostname changed from (none) to "LenovoL15"
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.7958] dns-mgr[0x558481d23220]: init: dns=default,systemd-resolved rc-manager=symlink
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.7970] rfkill1: found WWAN radio killswitch (at /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1) (platform driver thinkpad_acpi)
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.7975] manager[0x558481d650c0]: rfkill: Wi-Fi hardware radio set enabled
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.7997] manager[0x558481d650c0]: rfkill: WWAN hardware radio set enabled
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8090] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-ovs.so)
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8104] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wifi.so)
Oct 18 08:31:59 LenovoL15 systemd-udevd[345]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8236] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-team.so)
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8251] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-adsl.so)
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8285] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wwan.so)
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8301] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-bluetooth.so)
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8304] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 18 08:31:59 LenovoL15 kernel: raid6: sse2x2   gen() 15429 MB/s
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8304] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8306] manager: Networking is enabled by state file
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8310] dhcp-init: Using DHCP client 'internal'
Oct 18 08:31:59 LenovoL15 dbus-daemon[449]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=450 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8317] settings: Loaded settings plugin: keyfile (internal)
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8342] device (lo): carrier: link connected
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8344] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 18 08:31:59 LenovoL15 systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8350] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 18 08:31:59 LenovoL15 NetworkManager[450]: <info>  [1602970319.8374] ovsdb: Could not connect: No such file or directory
Oct 18 08:31:59 LenovoL15 dbus-daemon[449]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 18 08:31:59 LenovoL15 systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 18 08:31:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:31:59 LenovoL15 tlp[459]: Applying power save settings...done.
Oct 18 08:31:59 LenovoL15 kernel: raid6: sse2x2   xor() 11752 MB/s
Oct 18 08:31:59 LenovoL15 kernel: raid6: sse2x1   gen() 14295 MB/s
Oct 18 08:32:00 LenovoL15 kernel: raid6: sse2x1   xor()  8983 MB/s
Oct 18 08:32:00 LenovoL15 kernel: raid6: using algorithm avx2x1 gen() 23538 MB/s
Oct 18 08:32:00 LenovoL15 kernel: raid6: .... xor() 17751 MB/s, rmw enabled
Oct 18 08:32:00 LenovoL15 kernel: raid6: using avx2x2 recovery algorithm
Oct 18 08:32:00 LenovoL15 systemd-logind[451]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 18 08:32:00 LenovoL15 systemd-logind[451]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Oct 18 08:32:00 LenovoL15 systemd-logind[451]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 18 08:32:00 LenovoL15 kernel: xor: automatically using best checksumming function   avx       
Oct 18 08:32:00 LenovoL15 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 18 08:32:00 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
Oct 18 08:32:00 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
Oct 18 08:32:00 LenovoL15 kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
Oct 18 08:32:00 LenovoL15 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 18 08:32:00 LenovoL15 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 18 08:32:00 LenovoL15 kernel: cfg80211: failed to load regulatory.db
Oct 18 08:32:00 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
Oct 18 08:32:00 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
Oct 18 08:32:00 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
Oct 18 08:32:00 LenovoL15 systemd-logind[451]: Watching system buttons on /dev/input/event2 (Sleep Button)
Oct 18 08:32:00 LenovoL15 systemd-logind[451]: Watching system buttons on /dev/input/event0 (Power Button)
Oct 18 08:32:00 LenovoL15 systemd-udevd[369]: Using default interface naming scheme 'v245'.
Oct 18 08:32:00 LenovoL15 systemd-udevd[369]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 08:32:00 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: renamed from eth0
Oct 18 08:32:00 LenovoL15 kernel: Intel(R) Wireless WiFi driver for Linux
Oct 18 08:32:00 LenovoL15 systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
Oct 18 08:32:00 LenovoL15 systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Oct 18 08:32:00 LenovoL15 systemd[1]: Reached target Sound Card.
Oct 18 08:32:00 LenovoL15 kernel: Btrfs loaded, crc32c=crc32c-intel
Oct 18 08:32:00 LenovoL15 kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Oct 18 08:32:00 LenovoL15 kernel: BTRFS: device label Files devid 1 transid 35 /dev/nvme0n1p7 scanned by systemd-udevd (356)
Oct 18 08:32:00 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 18 08:32:00 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 18 08:32:00 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 18 08:32:00 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Oct 18 08:32:00 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Oct 18 08:32:00 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Oct 18 08:32:00 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Oct 18 08:32:00 LenovoL15 kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
Oct 18 08:32:00 LenovoL15 NetworkManager[450]: <info>  [1602970320.2256] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp2s0f0'
Oct 18 08:32:00 LenovoL15 kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
Oct 18 08:32:00 LenovoL15 kernel: iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
Oct 18 08:32:00 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
Oct 18 08:32:00 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug configuration: 0
Oct 18 08:32:00 LenovoL15 kernel: iwlwifi 0000:03:00.0: loaded firmware version 55.d9698065.0 cc-a0-55.ucode op_mode iwlmvm
Oct 18 08:32:00 LenovoL15 NetworkManager[450]: <info>  [1602970320.2324] manager: startup complete
Oct 18 08:32:00 LenovoL15 NetworkManager[450]: <info>  [1602970320.2326] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 18 08:32:00 LenovoL15 systemd-udevd[369]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 18 08:32:00 LenovoL15 kernel: psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
Oct 18 08:32:00 LenovoL15 kernel: Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
Oct 18 08:32:00 LenovoL15 tlp[459]: Setting battery charge thresholds...done.
Oct 18 08:32:00 LenovoL15 systemd[1]: Finished TLP system startup/shutdown.
Oct 18 08:32:00 LenovoL15 kernel: psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
Oct 18 08:32:00 LenovoL15 kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN0411 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
Oct 18 08:32:00 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:00 LenovoL15 kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
Oct 18 08:32:00 LenovoL15 kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
Oct 18 08:32:00 LenovoL15 kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15
Oct 18 08:32:00 LenovoL15 systemd-udevd[332]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Oct 18 08:32:00 LenovoL15 kernel: kvm: Nested Virtualization enabled
Oct 18 08:32:00 LenovoL15 kernel: SVM: kvm: Nested Paging enabled
Oct 18 08:32:00 LenovoL15 kernel: SVM: Virtual VMLOAD VMSAVE supported
Oct 18 08:32:00 LenovoL15 kernel: SVM: Virtual GIF supported
Oct 18 08:32:00 LenovoL15 kernel: MCE: In-kernel MCE decoding enabled.
Oct 18 08:32:00 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:00 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:00 LenovoL15 kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
Oct 18 08:32:00 LenovoL15 kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Oct 18 08:32:00 LenovoL15 NetworkManager[450]: <info>  [1602970320.3933] settings: (enp2s0f0): created default wired connection 'Wired connection 1'
Oct 18 08:32:00 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
Oct 18 08:32:00 LenovoL15 kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
Oct 18 08:32:00 LenovoL15 systemd-logind[451]: Watching system buttons on /dev/input/event7 (ThinkPad Extra Buttons)
Oct 18 08:32:00 LenovoL15 kernel: mousedev: PS/2 mouse device common for all mice
Oct 18 08:32:00 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:00 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:00 LenovoL15 kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Oct 18 08:32:00 LenovoL15 systemd[1]: Finished Load/Save Random Seed.
Oct 18 08:32:00 LenovoL15 kernel: random: crng init done
Oct 18 08:32:00 LenovoL15 kernel: random: 6 urandom warning(s) missed due to ratelimiting
Oct 18 08:32:00 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:00 LenovoL15 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 18 08:32:00 LenovoL15 systemd[1]: Startup finished in 8.668s (firmware) + 34.452s (loader) + 997ms (kernel) + 1.663s (userspace) = 45.781s.
Oct 18 08:32:00 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:00 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:00 LenovoL15 kernel: [drm] amdgpu kernel modesetting enabled.
Oct 18 08:32:00 LenovoL15 kernel: Virtual CRAT table created for CPU
Oct 18 08:32:00 LenovoL15 kernel: amdgpu: Topology: Add CPU node
Oct 18 08:32:00 LenovoL15 kernel: checking generic (460000000 7f0000) vs hw (460000000 10000000)
Oct 18 08:32:00 LenovoL15 kernel: fb0: switching to amdgpudrmfb from EFI VGA
Oct 18 08:32:00 LenovoL15 kernel: Console: switching to colour dummy device 80x25
Oct 18 08:32:00 LenovoL15 kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
Oct 18 08:32:00 LenovoL15 kernel: mc: Linux media interface: v0.10
Oct 18 08:32:00 LenovoL15 kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
Oct 18 08:32:00 LenovoL15 kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x17AA:0x507E 0xD1).
Oct 18 08:32:00 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Oct 18 08:32:00 LenovoL15 kernel: [drm] register mmio base: 0xFD300000
Oct 18 08:32:00 LenovoL15 kernel: [drm] register mmio size: 524288
Oct 18 08:32:00 LenovoL15 kernel: [drm] PCIE atomic ops is not supported
Oct 18 08:32:00 LenovoL15 kernel: [drm] add ip block number 0 <soc15_common>
Oct 18 08:32:00 LenovoL15 kernel: [drm] add ip block number 1 <gmc_v9_0>
Oct 18 08:32:00 LenovoL15 kernel: [drm] add ip block number 2 <vega10_ih>
Oct 18 08:32:00 LenovoL15 kernel: [drm] add ip block number 3 <psp>
Oct 18 08:32:00 LenovoL15 kernel: [drm] add ip block number 4 <smu>
Oct 18 08:32:00 LenovoL15 kernel: [drm] add ip block number 5 <gfx_v9_0>
Oct 18 08:32:00 LenovoL15 kernel: [drm] add ip block number 6 <sdma_v4_0>
Oct 18 08:32:00 LenovoL15 kernel: [drm] add ip block number 7 <dm>
Oct 18 08:32:00 LenovoL15 kernel: [drm] add ip block number 8 <vcn_v2_0>
Oct 18 08:32:00 LenovoL15 kernel: [drm] add ip block number 9 <jpeg_v2_0>
Oct 18 08:32:00 LenovoL15 kernel: amdgpu: ATOM BIOS: 113-RENOIR-026
Oct 18 08:32:00 LenovoL15 kernel: [drm] VCN decode is enabled in VM mode
Oct 18 08:32:00 LenovoL15 kernel: [drm] VCN encode is enabled in VM mode
Oct 18 08:32:00 LenovoL15 kernel: [drm] JPEG decode is enabled in VM mode
Oct 18 08:32:00 LenovoL15 kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Oct 18 08:32:00 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Oct 18 08:32:00 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Oct 18 08:32:00 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Oct 18 08:32:00 LenovoL15 kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Oct 18 08:32:00 LenovoL15 kernel: [drm] RAM width 64bits DDR4
Oct 18 08:32:00 LenovoL15 kernel: [TTM] Zone  kernel: Available graphics memory: 7901250 KiB
Oct 18 08:32:00 LenovoL15 kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
Oct 18 08:32:00 LenovoL15 kernel: [TTM] Initializing pool allocator
Oct 18 08:32:00 LenovoL15 kernel: [TTM] Initializing DMA pool allocator
Oct 18 08:32:00 LenovoL15 kernel: [drm] amdgpu: 512M of VRAM memory ready
Oct 18 08:32:00 LenovoL15 kernel: [drm] amdgpu: 3072M of GTT memory ready.
Oct 18 08:32:00 LenovoL15 kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Oct 18 08:32:00 LenovoL15 kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
Oct 18 08:32:00 LenovoL15 kernel: [drm] Loading DMUB firmware via PSP: version=0x00000000
Oct 18 08:32:00 LenovoL15 kernel: [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17
Oct 18 08:32:00 LenovoL15 kernel: [drm] PSP loading VCN firmware
Oct 18 08:32:00 LenovoL15 kernel: videodev: Linux video capture interface: v2.00
Oct 18 08:32:00 LenovoL15 kernel: iwlwifi 0000:03:00.0: base HW address: 34:cf:f6:6a:00:36
Oct 18 08:32:00 LenovoL15 systemd-udevd[323]: Using default interface naming scheme 'v245'.
Oct 18 08:32:00 LenovoL15 NetworkManager[450]: <info>  [1602970320.7790] device (wlan0): driver supports Access Point (AP) mode
Oct 18 08:32:00 LenovoL15 NetworkManager[450]: <info>  [1602970320.7799] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 18 08:32:00 LenovoL15 kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Oct 18 08:32:00 LenovoL15 systemd-udevd[323]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 08:32:00 LenovoL15 NetworkManager[450]: <info>  [1602970320.7807] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Oct 18 08:32:00 LenovoL15 NetworkManager[450]: <info>  [1602970320.7912] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 18 08:32:00 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:00 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:00 LenovoL15 kernel: uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
Oct 18 08:32:00 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 18 08:32:00 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Extension 4 was not initialized!
Oct 18 08:32:00 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
Oct 18 08:32:00 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
Oct 18 08:32:00 LenovoL15 kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input17
Oct 18 08:32:00 LenovoL15 kernel: usbcore: registered new interface driver uvcvideo
Oct 18 08:32:00 LenovoL15 kernel: USB Video Class driver (1.1.1)
Oct 18 08:32:00 LenovoL15 kernel: Bluetooth: Core ver 2.22
Oct 18 08:32:00 LenovoL15 kernel: NET: Registered protocol family 31
Oct 18 08:32:00 LenovoL15 kernel: Bluetooth: HCI device and connection manager initialized
Oct 18 08:32:00 LenovoL15 kernel: Bluetooth: HCI socket layer initialized
Oct 18 08:32:00 LenovoL15 kernel: Bluetooth: L2CAP socket layer initialized
Oct 18 08:32:00 LenovoL15 kernel: Bluetooth: SCO socket layer initialized
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:01 LenovoL15 kernel: usbcore: registered new interface driver btusb
Oct 18 08:32:01 LenovoL15 kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
Oct 18 08:32:01 LenovoL15 kernel: Bluetooth: hci0: Device revision is 1
Oct 18 08:32:01 LenovoL15 kernel: Bluetooth: hci0: Secure boot is enabled
Oct 18 08:32:01 LenovoL15 kernel: Bluetooth: hci0: OTP lock is enabled
Oct 18 08:32:01 LenovoL15 kernel: Bluetooth: hci0: API lock is enabled
Oct 18 08:32:01 LenovoL15 kernel: Bluetooth: hci0: Debug lock is disabled
Oct 18 08:32:01 LenovoL15 kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Oct 18 08:32:01 LenovoL15 kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Oct 18 08:32:01 LenovoL15 NetworkManager[450]: <info>  [1602970321.0432] device (wlan0): set-hw-addr: set MAC address to FE:7D:F0:47:FF:72 (scanning)
Oct 18 08:32:01 LenovoL15 systemd[1]: Reached target Bluetooth.
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:01 LenovoL15 dbus-daemon[449]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.1' (uid=0 pid=450 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 18 08:32:01 LenovoL15 systemd[1]: Starting WPA supplicant...
Oct 18 08:32:01 LenovoL15 dbus-daemon[449]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 18 08:32:01 LenovoL15 systemd[1]: Started WPA supplicant.
Oct 18 08:32:01 LenovoL15 wpa_supplicant[1056]: Successfully initialized wpa_supplicant
Oct 18 08:32:01 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:01 LenovoL15 kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e7505000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (0) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e7508000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (8) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e750d000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (9) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f0673000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (10) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f0676000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (11) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ea71a000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 NetworkManager[450]: <info>  [1602970321.4302] device (wlan0): supplicant interface state: internal-starting -> disconnected
Oct 18 08:32:01 LenovoL15 NetworkManager[450]: <info>  [1602970321.4303] Wi-Fi P2P device controlled by interface wlan0 created
Oct 18 08:32:01 LenovoL15 NetworkManager[450]: <info>  [1602970321.4308] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 18 08:32:01 LenovoL15 NetworkManager[450]: <info>  [1602970321.4313] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 18 08:32:01 LenovoL15 NetworkManager[450]: <warn>  [1602970321.4320] sup-iface[9b600456149c5a7f,0,wlan0]: call-p2p-cancel: failed with P2P cancel failed
Oct 18 08:32:01 LenovoL15 NetworkManager[450]: <info>  [1602970321.4324] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Oct 18 08:32:01 LenovoL15 NetworkManager[450]: <info>  [1602970321.4334] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (12) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ea71d000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (13) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e79ff000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (17) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e79fe000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (18) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e7a41000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (19) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e7a42000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (20) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9f74000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (26) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e75ad000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] failed to load ucode id (32) 
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x6) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e7586000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x4) failed and response status is (0xF)
Oct 18 08:32:01 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f973f000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9c80000 flags=0x00a0]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9cc0000 flags=0x00a0]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0xfffffffdf8000000 flags=0x0088]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: [drm] kiq ring mec 2 pipe 1 q 0
Oct 18 08:32:01 LenovoL15 kernel: iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e77d3000 flags=0x0180]
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[0]: 6010000000000003
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[1]: 0000000100000007
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[2]: 20000003f7f36011
Oct 18 08:32:01 LenovoL15 kernel: AMD-Vi: DTE[3]: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:01 LenovoL15 kernel: amdgpu 0000:06:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
Oct 18 08:32:01 LenovoL15 kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] *ERROR* KCQ enable failed
Oct 18 08:32:01 LenovoL15 kernel: [drm:amdgpu_device_init.cold [amdgpu]] *ERROR* hw_init of IP block <gfx_v9_0> failed -110
Oct 18 08:32:01 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: amdgpu_device_ip_init failed
Oct 18 08:32:01 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Fatal error during GPU init
Oct 18 08:32:01 LenovoL15 kernel: [drm] amdgpu: finishing device.
Oct 18 08:32:01 LenovoL15 kernel: [drm] psp command (0x2) failed and response status is (0x117)
Oct 18 08:32:01 LenovoL15 kernel: [drm] free PSP TMR buffer
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:01 LenovoL15 kernel: ------------[ cut here ]------------
Oct 18 08:32:01 LenovoL15 kernel: Memory manager not clean during takedown.
Oct 18 08:32:01 LenovoL15 kernel: WARNING: CPU: 6 PID: 357 at drivers/gpu/drm/drm_mm.c:998 drm_mm_takedown+0x1f/0x30 [drm]
Oct 18 08:32:01 LenovoL15 kernel: Modules linked in: amd64_edac_mod(-) btusb btrtl btbcm btintel bluetooth uvcvideo videobuf2_vmalloc videobuf2_memops ecdh_generic ecc videobuf2_v4l2 videobuf2_common videodev mc joydev iwlmvm mousedev mac80211 amdgpu(+) edac_mce_amd libarc4 kvm_amd snd_hda_codec_realtek btrfs iwlwifi snd_hda_codec_generic kvm snd_hda_codec_hdmi gpu_sched snd_hda_intel i2c_algo_bit ttm snd_intel_dspcfg blake2b_generic irqbypass xor wmi_bmof drm_kms_helper crct10dif_pclmul cfg80211 snd_hda_codec crc32_pclmul ghash_clmulni_intel tpm_crb aesni_intel r8169 cec crypto_simd snd_hda_core thinkpad_acpi cryptd realtek glue_helper snd_hwdep nls_iso8859_1 rc_core snd_pcm raid6_pq rapl mdio_devres nls_cp437 tpm_tis of_mdio syscopyarea vfat ipmi_devintf nvram ucsi_acpi sp5100_tco snd_timer ledtrig_audio snd_rn_pci_acp3x sysfillrect psmouse fixed_phy pcspkr fat input_leds libcrc32c k10temp tpm_tis_core typec_ucsi ccp i2c_piix4 rfkill sysimgblt snd_pci_acp3x fb_sys_fops libphy ipmi_msghandler tpm typec snd
Oct 18 08:32:01 LenovoL15 kernel:  soundcore wmi rng_core battery ac evdev i2c_scmi mac_hid acpi_cpufreq pinctrl_amd drm pkcs8_key_parser crypto_user acpi_call(OE) agpgart ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 rtsx_pci_sdmmc serio_raw mmc_core atkbd libps2 xhci_pci xhci_pci_renesas crc32c_intel ehci_pci xhci_hcd rtsx_pci ehci_hcd i8042 serio
Oct 18 08:32:01 LenovoL15 kernel: CPU: 6 PID: 357 Comm: systemd-udevd Tainted: G           OE     5.9.1-arch1-1 #1
Oct 18 08:32:01 LenovoL15 kernel: Hardware name: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
Oct 18 08:32:01 LenovoL15 kernel: RIP: 0010:drm_mm_takedown+0x1f/0x30 [drm]
Oct 18 08:32:01 LenovoL15 kernel: Code: 0f 1f 84 00 00 00 00 00 0f 1f 00 0f 1f 44 00 00 48 8b 47 38 48 83 c7 38 48 39 f8 75 01 c3 48 c7 c7 b8 3a 65 c0 e8 d7 44 48 cf <0f> 0b c3 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 0f 1f 44 00 00
Oct 18 08:32:01 LenovoL15 kernel: RSP: 0018:ffffb0c9c151f9c0 EFLAGS: 00010282
Oct 18 08:32:01 LenovoL15 kernel: RAX: 0000000000000000 RBX: ffff9e6f6bea50e0 RCX: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: RDX: 0000000000000002 RSI: ffffffff90d53f7f RDI: 00000000ffffffff
Oct 18 08:32:01 LenovoL15 kernel: RBP: ffff9e6f73a10800 R08: 00000000000004f0 R09: 0000000000000003
Oct 18 08:32:01 LenovoL15 kernel: R10: 0000000000000000 R11: 0000000000000001 R12: ffff9e6f73a108f0
Oct 18 08:32:01 LenovoL15 kernel: R13: ffff9e6f6bea4f68 R14: 0000000000000000 R15: 0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: FS:  00007ff0bfa63440(0000) GS:ffff9e6f7f780000(0000) knlGS:0000000000000000
Oct 18 08:32:01 LenovoL15 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Oct 18 08:32:01 LenovoL15 kernel: CR2: 0000558481e12508 CR3: 00000003fa970000 CR4: 0000000000350ee0
Oct 18 08:32:01 LenovoL15 kernel: Call Trace:
Oct 18 08:32:01 LenovoL15 kernel:  amdgpu_vram_mgr_fini+0x2c/0x60 [amdgpu]
Oct 18 08:32:01 LenovoL15 kernel:  ttm_bo_clean_mm+0xb3/0xd0 [ttm]
Oct 18 08:32:01 LenovoL15 kernel:  amdgpu_ttm_fini+0x8b/0xe0 [amdgpu]
Oct 18 08:32:01 LenovoL15 kernel:  amdgpu_bo_fini+0xe/0x30 [amdgpu]
Oct 18 08:32:01 LenovoL15 kernel:  gmc_v9_0_sw_fini+0x6b/0x90 [amdgpu]
Oct 18 08:32:01 LenovoL15 kernel:  amdgpu_device_fini+0x282/0x482 [amdgpu]
Oct 18 08:32:01 LenovoL15 kernel:  amdgpu_driver_unload_kms+0x3e/0x70 [amdgpu]
Oct 18 08:32:01 LenovoL15 kernel:  amdgpu_driver_load_kms.cold+0x35/0x57 [amdgpu]
Oct 18 08:32:01 LenovoL15 kernel:  amdgpu_pci_probe+0xf4/0x180 [amdgpu]
Oct 18 08:32:01 LenovoL15 kernel:  local_pci_probe+0x42/0x80
Oct 18 08:32:01 LenovoL15 kernel:  ? pci_match_device+0xd7/0x100
Oct 18 08:32:01 LenovoL15 kernel:  pci_device_probe+0xfa/0x1b0
Oct 18 08:32:01 LenovoL15 kernel:  really_probe+0x205/0x460
Oct 18 08:32:01 LenovoL15 kernel:  driver_probe_device+0xe1/0x150
Oct 18 08:32:01 LenovoL15 kernel:  device_driver_attach+0xa1/0xb0
Oct 18 08:32:01 LenovoL15 kernel:  __driver_attach+0x8a/0x150
Oct 18 08:32:01 LenovoL15 kernel:  ? device_driver_attach+0xb0/0xb0
Oct 18 08:32:01 LenovoL15 kernel:  ? device_driver_attach+0xb0/0xb0
Oct 18 08:32:01 LenovoL15 kernel:  bus_for_each_dev+0x89/0xd0
Oct 18 08:32:01 LenovoL15 kernel:  bus_add_driver+0x12b/0x1e0
Oct 18 08:32:01 LenovoL15 kernel:  driver_register+0x8b/0xe0
Oct 18 08:32:01 LenovoL15 kernel:  ? 0xffffffffc1659000
Oct 18 08:32:01 LenovoL15 kernel:  do_one_initcall+0x59/0x234
Oct 18 08:32:01 LenovoL15 kernel:  do_init_module+0x5c/0x260
Oct 18 08:32:01 LenovoL15 kernel:  load_module+0x21a7/0x2450
Oct 18 08:32:01 LenovoL15 kernel:  __do_sys_init_module+0x12d/0x180
Oct 18 08:32:01 LenovoL15 kernel:  do_syscall_64+0x33/0x40
Oct 18 08:32:01 LenovoL15 kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
Oct 18 08:32:01 LenovoL15 kernel: RIP: 0033:0x7ff0c07ece4e
Oct 18 08:32:01 LenovoL15 kernel: Code: 48 8b 0d 25 10 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f2 0f 0c 00 f7 d8 64 89 01 48
Oct 18 08:32:01 LenovoL15 kernel: RSP: 002b:00007ffe066facd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Oct 18 08:32:01 LenovoL15 kernel: RAX: ffffffffffffffda RBX: 00005580041926a0 RCX: 00007ff0c07ece4e
Oct 18 08:32:01 LenovoL15 kernel: RDX: 000055800419c810 RSI: 0000000000afd1f1 RDI: 0000558004acdc70
Oct 18 08:32:01 LenovoL15 kernel: RBP: 0000558004acdc70 R08: fffffffffffffff0 R09: 00007ffe066f9d71
Oct 18 08:32:01 LenovoL15 kernel: R10: 0000558004167010 R11: 0000000000000246 R12: 000055800419c810
Oct 18 08:32:01 LenovoL15 kernel: R13: 0000000000000011 R14: 00005580041cd6f0 R15: 00005580041926a0
Oct 18 08:32:01 LenovoL15 kernel: ---[ end trace b149e5c7bc8dc35a ]---
Oct 18 08:32:01 LenovoL15 kernel: [TTM] Finalizing pool allocator
Oct 18 08:32:01 LenovoL15 kernel: [TTM] Finalizing DMA pool allocator
Oct 18 08:32:01 LenovoL15 kernel: [TTM] Zone  kernel: Used memory at exit: 9 KiB
Oct 18 08:32:01 LenovoL15 kernel: [TTM] Zone   dma32: Used memory at exit: 0 KiB
Oct 18 08:32:01 LenovoL15 kernel: [drm] amdgpu: ttm finalized
Oct 18 08:32:01 LenovoL15 kernel: amdgpu: probe of 0000:06:00.0 failed with error -110
Oct 18 08:32:01 LenovoL15 systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Oct 18 08:32:01 LenovoL15 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Oct 18 08:32:01 LenovoL15 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Oct 18 08:32:01 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:01 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:02 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 18 08:32:02 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 18 08:32:02 LenovoL15 kernel: input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/serio2/input/input16
Oct 18 08:32:02 LenovoL15 kernel: Bluetooth: hci0: Waiting for firmware download to complete
Oct 18 08:32:02 LenovoL15 kernel: Bluetooth: hci0: Firmware loaded in 1691510 usecs
Oct 18 08:32:02 LenovoL15 kernel: Bluetooth: hci0: Waiting for device to boot
Oct 18 08:32:02 LenovoL15 kernel: Bluetooth: hci0: Device booted in 25524 usecs
Oct 18 08:32:02 LenovoL15 kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
Oct 18 08:32:02 LenovoL15 kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Oct 18 08:32:02 LenovoL15 kernel: Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
Oct 18 08:32:04 LenovoL15 wpa_supplicant[1056]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2409] policy: auto-activating connection '-------------' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2419] device (wlan0): Activation: starting connection '-------------' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2422] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2426] manager: NetworkManager state is now CONNECTING
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2449] device (wlan0): set-hw-addr: reset MAC address to 34:CF:F6:6A:00:36 (preserve)
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2483] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2489] device (wlan0): Activation: (wifi) access point '-------------' has security, but secrets are required.
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2489] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2540] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2545] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2551] device (wlan0): Activation: (wifi) connection '-------------' has security, and secrets exist.  No new secrets needed.
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2552] Config: added 'ssid' value '-------------'
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2552] Config: added 'scan_ssid' value '1'
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2552] Config: added 'bgscan' value 'simple:30:-70:86400'
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2552] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2553] Config: added 'auth_alg' value 'OPEN'
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2553] Config: added 'psk' value '<hidden>'
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2761] device (wlan0): supplicant interface state: disconnected -> inactive
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2762] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2833] device (wlan0): supplicant interface state: inactive -> scanning
Oct 18 08:32:06 LenovoL15 NetworkManager[450]: <info>  [1602970326.2833] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
Oct 18 08:32:06 LenovoL15 systemd-logind[451]: Power key pressed.
Oct 18 08:32:06 LenovoL15 systemd-logind[451]: Powering Off...
Oct 18 08:32:06 LenovoL15 systemd-logind[451]: System is powering down.
Oct 18 08:32:06 LenovoL15 systemd[1]: Removed slice system-modprobe.slice.
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopped target Bluetooth.
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopped target Graphical Interface.
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopped target Sound Card.
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopped target Timers.
Oct 18 08:32:06 LenovoL15 systemd[1]: man-db.timer: Succeeded.
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopped Daily man-db regeneration.
Oct 18 08:32:06 LenovoL15 systemd[1]: shadow.timer: Succeeded.
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopped Daily verification of password and group files.
Oct 18 08:32:06 LenovoL15 systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopping Network Manager Script Dispatcher Service...
Oct 18 08:32:06 LenovoL15 nm-dispatcher[642]: Caught signal 15, shutting down...
Oct 18 08:32:06 LenovoL15 systemd[1]: Starting Generate shutdown-ramfs...
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopping Hostname Service...
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopping Load/Save Random Seed...
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopping TLP system startup/shutdown...
Oct 18 08:32:06 LenovoL15 systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopped Hostname Service.
Oct 18 08:32:06 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:06 LenovoL15 kernel: kauditd_printk_skb: 19 callbacks suppressed
Oct 18 08:32:06 LenovoL15 kernel: audit: type=1131 audit(1602970326.539:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:06 LenovoL15 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopped Network Manager Script Dispatcher Service.
Oct 18 08:32:06 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:06 LenovoL15 kernel: audit: type=1131 audit(1602970326.543:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:06 LenovoL15 systemd[1]: systemd-random-seed.service: Succeeded.
Oct 18 08:32:06 LenovoL15 systemd[1]: Stopped Load/Save Random Seed.
Oct 18 08:32:06 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:06 LenovoL15 kernel: audit: type=1131 audit(1602970326.549:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:06 LenovoL15 mkinitcpio[1064]: ==> Starting build: none
Oct 18 08:32:06 LenovoL15 mkinitcpio[1064]:   -> Running build hook: [sd-shutdown]
Oct 18 08:32:06 LenovoL15 audit: BPF prog-id=10 op=UNLOAD
Oct 18 08:32:06 LenovoL15 audit: BPF prog-id=9 op=UNLOAD
Oct 18 08:32:06 LenovoL15 kernel: audit: type=1334 audit(1602970326.673:33): prog-id=10 op=UNLOAD
Oct 18 08:32:06 LenovoL15 kernel: audit: type=1334 audit(1602970326.673:34): prog-id=9 op=UNLOAD
Oct 18 08:32:06 LenovoL15 mkinitcpio[1064]: ==> Build complete.
Oct 18 08:32:06 LenovoL15 systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Succeeded.
Oct 18 08:32:06 LenovoL15 systemd[1]: Finished Generate shutdown-ramfs.
Oct 18 08:32:06 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:06 LenovoL15 kernel: audit: type=1130 audit(1602970326.819:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:06 LenovoL15 kernel: audit: type=1131 audit(1602970326.819:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:06 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 tlp[1066]: Applying power save settings...done.
Oct 18 08:32:07 LenovoL15 systemd[1]: tlp.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped TLP system startup/shutdown.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target Multi-User System.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target Login Prompts.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopping Getty on tty1...
Oct 18 08:32:07 LenovoL15 kernel: audit: type=1131 audit(1602970327.049:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopping User Login Management...
Oct 18 08:32:07 LenovoL15 systemd[1]: getty@tty1.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped Getty on tty1.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 kernel: audit: type=1131 audit(1602970327.066:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: Removed slice system-getty.slice.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopping Permit User Sessions...
Oct 18 08:32:07 LenovoL15 systemd[1]: systemd-user-sessions.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped Permit User Sessions.
Oct 18 08:32:07 LenovoL15 kernel: audit: type=1131 audit(1602970327.079:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target Network.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target Remote File Systems.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopping Network Manager...
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopping WPA supplicant...
Oct 18 08:32:07 LenovoL15 NetworkManager[450]: <info>  [1602970327.0845] caught SIGTERM, shutting down normally.
Oct 18 08:32:07 LenovoL15 wpa_supplicant[1056]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0
Oct 18 08:32:07 LenovoL15 NetworkManager[450]: <info>  [1602970327.0867] device (wlan0): state change: config -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')
Oct 18 08:32:07 LenovoL15 NetworkManager[450]: <info>  [1602970327.0873] manager: NetworkManager state is now DISCONNECTING
Oct 18 08:32:07 LenovoL15 dbus-daemon[449]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=450 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 18 08:32:07 LenovoL15 dbus-daemon[449]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Oct 18 08:32:07 LenovoL15 NetworkManager[450]: <warn>  [1602970327.0900] dispatcher: (3) failed: Refusing activation, D-Bus is shutting down.
Oct 18 08:32:07 LenovoL15 NetworkManager[450]: <info>  [1602970327.0901] device (wlan0): state change: deactivating -> unmanaged (reason 'removed', sys-iface-state: 'managed')
Oct 18 08:32:07 LenovoL15 NetworkManager[450]: <info>  [1602970327.0944] manager: NetworkManager state is now DISCONNECTED
Oct 18 08:32:07 LenovoL15 dbus-daemon[449]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=450 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 18 08:32:07 LenovoL15 NetworkManager[450]: <info>  [1602970327.0960] device (p2p-dev-wlan0): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Oct 18 08:32:07 LenovoL15 dbus-daemon[449]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Oct 18 08:32:07 LenovoL15 dbus-daemon[449]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=450 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 18 08:32:07 LenovoL15 dbus-daemon[449]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Oct 18 08:32:07 LenovoL15 NetworkManager[450]: <info>  [1602970327.1041] exiting (success)
Oct 18 08:32:07 LenovoL15 systemd[1]: NetworkManager.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped Network Manager.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 wpa_supplicant[1056]: p2p-dev-wlan0: CTRL-EVENT-TERMINATING
Oct 18 08:32:07 LenovoL15 wpa_supplicant[1056]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Oct 18 08:32:07 LenovoL15 wpa_supplicant[1056]: wlan0: CTRL-EVENT-TERMINATING
Oct 18 08:32:07 LenovoL15 systemd[1]: wpa_supplicant.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped WPA supplicant.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopping D-Bus System Message Bus...
Oct 18 08:32:07 LenovoL15 systemd[1]: dbus.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped D-Bus System Message Bus.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: systemd-logind.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped User Login Management.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target Basic System.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target Paths.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target Slices.
Oct 18 08:32:07 LenovoL15 systemd[1]: Removed slice User and Session Slice.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target Sockets.
Oct 18 08:32:07 LenovoL15 systemd[1]: dbus.socket: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Closed D-Bus System Message Bus Socket.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target System Initialization.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target Local Encrypted Volumes.
Oct 18 08:32:07 LenovoL15 systemd[1]: systemd-ask-password-console.path: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Oct 18 08:32:07 LenovoL15 systemd[1]: systemd-ask-password-wall.path: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Oct 18 08:32:07 LenovoL15 systemd[1]: systemd-sysctl.service: Succeeded.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped Apply Kernel Variables.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP 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'
Oct 18 08:32:07 LenovoL15 systemd[1]: systemd-modules-load.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped Load Kernel Modules.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Oct 18 08:32:07 LenovoL15 systemd[1]: systemd-backlight@backlight:acpi_video0.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: Removed slice system-systemd\x2dbacklight.slice.
Oct 18 08:32:07 LenovoL15 audit[1365]: SYSTEM_SHUTDOWN pid=1365 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: systemd-update-utmp.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: systemd-tmpfiles-setup.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped Create Volatile Files and Directories.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target Local File Systems.
Oct 18 08:32:07 LenovoL15 systemd[1]: Unmounting /efi...
Oct 18 08:32:07 LenovoL15 systemd[1]: Unmounting Temporary Directory (/tmp)...
Oct 18 08:32:07 LenovoL15 audit: BPF prog-id=8 op=UNLOAD
Oct 18 08:32:07 LenovoL15 audit: BPF prog-id=7 op=UNLOAD
Oct 18 08:32:07 LenovoL15 systemd[1]: efi.mount: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Unmounted /efi.
Oct 18 08:32:07 LenovoL15 systemd[1]: tmp.mount: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Unmounted Temporary Directory (/tmp).
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target Local File Systems (Pre).
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped target Swap.
Oct 18 08:32:07 LenovoL15 systemd[1]: Deactivating swap /dev/disk/by-id/nvme-WDC_PC_SN730_SDBQNTY-512G-1001_201979803447-part6...
Oct 18 08:32:07 LenovoL15 systemd[1]: systemd-remount-fs.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped Remount Root and Kernel File Systems.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP 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'
Oct 18 08:32:07 LenovoL15 systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Stopped Create Static Device Nodes in /dev.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP 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'
Oct 18 08:32:07 LenovoL15 systemd[1]: Reached target Shutdown.
Oct 18 08:32:07 LenovoL15 systemd[1]: dev-disk-by\x2dlabel-Swap.swap: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-label/Swap.
Oct 18 08:32:07 LenovoL15 systemd[1]: dev-disk-by\x2did-nvme\x2dWDC_PC_SN730_SDBQNTY\x2d512G\x2d1001_201979803447\x2dpart6.swap: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-id/nvme-WDC_PC_SN730_SDBQNTY-512G-1001_201979803447-part6.
Oct 18 08:32:07 LenovoL15 systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart6.swap: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:01:00.0-nvme-1-part6.
Oct 18 08:32:07 LenovoL15 systemd[1]: dev-disk-by\x2did-nvme\x2deui.001b448b46293914\x2dpart6.swap: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-id/nvme-eui.001b448b46293914-part6.
Oct 18 08:32:07 LenovoL15 systemd[1]: dev-disk-by\x2dpartuuid-1b2d2116\x2d8d0d\x2dc44e\x2da1f9\x2d04c1dfd29334.swap: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-partuuid/1b2d2116-8d0d-c44e-a1f9-04c1dfd29334.
Oct 18 08:32:07 LenovoL15 systemd[1]: dev-nvme0n1p6.swap: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Deactivated swap /dev/nvme0n1p6.
Oct 18 08:32:07 LenovoL15 systemd[1]: dev-disk-by\x2duuid-9709bfe4\x2d2767\x2d4f85\x2db258\x2de6969532ed3c.swap: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Deactivated swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c.
Oct 18 08:32:07 LenovoL15 systemd[1]: Reached target Unmount All Filesystems.
Oct 18 08:32:07 LenovoL15 systemd[1]: Reached target Final Step.
Oct 18 08:32:07 LenovoL15 systemd[1]: systemd-poweroff.service: Succeeded.
Oct 18 08:32:07 LenovoL15 systemd[1]: Finished Power-Off.
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 08:32:07 LenovoL15 systemd[1]: Reached target Power-Off.
Oct 18 08:32:07 LenovoL15 systemd[1]: Shutting down.
Oct 18 08:32:07 LenovoL15 audit: BPF prog-id=6 op=UNLOAD
Oct 18 08:32:07 LenovoL15 audit: BPF prog-id=5 op=UNLOAD
Oct 18 08:32:07 LenovoL15 audit: BPF prog-id=4 op=UNLOAD
Oct 18 08:32:07 LenovoL15 audit: BPF prog-id=3 op=UNLOAD
Oct 18 08:32:07 LenovoL15 systemd-shutdown[1]: Syncing filesystems and block devices.
Oct 18 08:32:07 LenovoL15 systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Oct 18 08:32:07 LenovoL15 systemd-journald[302]: Journal stopped

I also see this linux-amd package in the AUR, do I try installing that? Is it even relevant to my situation?

Offline

#12 2020-10-18 00:47:08

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Still failing due to the same reason, you can also not switch TTY's and just get console access I assume?

linux-amd is irrelevant, from what I'm seeing this is the standard kernel just with amd instruction compile flags and shouldn't make a notable difference on actual issues.

On the off chance this might help and to try to get to the setup the Mint person mentions, have you tried the 5.8.4 kernel?  See the ALA for how to get older kernel images if it isn't in your cache.

Failing that I suggest you report this to https://gitlab.freedesktop.org/drm/amd/-/issues and maybe check some of the existing reports there seem to be a few seeing similar errors.

Offline

#13 2020-10-18 01:47:25

Anthony Wilson
Member
Registered: 2020-10-15
Posts: 38

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

I cannot currently switch TTYs - at least, I can't tell if I can. As far as I can tell, when it attempts to load the drivers it stops rendering to the screen, but the system continues to function as normal.

I quickly set up SSHD, and logged into the machine via SSH on a boot with amdgpu.exp_hw_support=1.
Looking at Htop, the system resources appear normal.
I stored the output of journalctl -b and dmesg into a couple of files.

Here's the output of Dmesg on that boot:

[    0.000000] Linux version 5.9.1-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Sat, 17 Oct 2020 13:30:37 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 amdgpu.exp_hw_support=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009c00000-0x0000000009d20fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009d21000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f0d000-0x00000000c70ccfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c70cd000-0x00000000c72ccfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000c72cd000-0x00000000ca97dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca97e000-0x00000000cc97dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cc97e000-0x00000000cc9fdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cc9fe000-0x00000000cdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by Lenovo
[    0.000000] efi: ACPI=0xcc9fd000 ACPI 2.0=0xcc9fd014 SMBIOS=0xc8895000 SMBIOS 3.0=0xc8888000 TPMFinalLog=0xcc82d000 MEMATTR=0xc2ee0018 ESRT=0xc75b8000 
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1696.795 MHz processor
[    0.000009] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000010] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000014] last_pfn = 0x40f340 max_arch_pfn = 0x400000000
[    0.000018] MTRR default type: uncachable
[    0.000019] MTRR fixed ranges enabled:
[    0.000020]   00000-9FFFF write-back
[    0.000020]   A0000-BFFFF uncachable
[    0.000021]   C0000-FFFFF write-protect
[    0.000021] MTRR variable ranges enabled:
[    0.000022]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000023]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000023]   2 base 0000C0000000 mask FFFFF0000000 write-back
[    0.000024]   3 base 0000FF000000 mask FFFFFF000000 write-protect
[    0.000024]   4 disabled
[    0.000024]   5 disabled
[    0.000024]   6 disabled
[    0.000025]   7 disabled
[    0.000025] TOM2: 0000000430000000 aka 17152M
[    0.000366] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000465] last_pfn = 0xce000 max_arch_pfn = 0x400000000
[    0.003792] esrt: Reserving ESRT space from 0x00000000c75b8000 to 0x00000000c75b8088.
[    0.003802] check: Scanning 1 areas for low memory corruption
[    0.003806] Using GB pages for direct mapping
[    0.004049] Secure boot could not be determined
[    0.004050] RAMDISK: [mem 0x36c99000-0x37643fff]
[    0.004059] ACPI: Early table checksum verification disabled
[    0.004061] ACPI: RSDP 0x00000000CC9FD014 000024 (v02 LENOVO)
[    0.004064] ACPI: XSDT 0x00000000CC9FB188 0000FC (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004068] ACPI: FACP 0x00000000C75E5000 000114 (v06 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004072] ACPI: DSDT 0x00000000C75D1000 00DF37 (v01 LENOVO TP-R19   00001120 INTL 20180313)
[    0.004074] ACPI: FACS 0x00000000CBF7A000 000040
[    0.004075] ACPI: SSDT 0x00000000C889C000 00077C (v02 LENOVO UsbCTabl 00001000 INTL 20180313)
[    0.004076] ACPI: SSDT 0x00000000C8874000 007216 (v02 LENOVO TP-R19   00000002 MSFT 04000000)
[    0.004078] ACPI: IVRS 0x00000000C8873000 0001A4 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004080] ACPI: SSDT 0x00000000C884F000 000266 (v01 LENOVO STD3     00000001 INTL 20180313)
[    0.004081] ACPI: SSDT 0x00000000C883B000 00064C (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
[    0.004083] ACPI: TPM2 0x00000000C883A000 000034 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004084] ACPI: MSDM 0x00000000C8802000 000055 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004086] ACPI: BATB 0x00000000C87EC000 00004A (v02 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004087] ACPI: HPET 0x00000000C75E4000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004089] ACPI: APIC 0x00000000C75E3000 000138 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004090] ACPI: MCFG 0x00000000C75E2000 00003C (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004092] ACPI: SBST 0x00000000C75E1000 000030 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004094] ACPI: WSMT 0x00000000C75E0000 000028 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004095] ACPI: SSDT 0x00000000C75DF000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
[    0.004097] ACPI: VFCT 0x00000000C75C3000 00D484 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004098] ACPI: SSDT 0x00000000C75BF000 0039F4 (v01 LENOVO TP-R19   00000001 AMD  00000001)
[    0.004100] ACPI: CRAT 0x00000000C75BE000 000F00 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004101] ACPI: CDIT 0x00000000C75BD000 000029 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004103] ACPI: FPDT 0x00000000C8814000 000034 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004104] ACPI: SSDT 0x00000000C75BB000 0013CF (v01 LENOVO TP-R19   00000001 INTL 20180313)
[    0.004106] ACPI: SSDT 0x00000000C75B9000 001576 (v01 LENOVO TP-R19   00000001 INTL 20180313)
[    0.004107] ACPI: SSDT 0x00000000C75B4000 00353C (v01 LENOVO TP-R19   00000001 INTL 20180313)
[    0.004109] ACPI: BGRT 0x00000000C75B3000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004110] ACPI: UEFI 0x00000000CBF79000 000116 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
[    0.004112] ACPI: SSDT 0x00000000C889A000 000090 (v01 LENOVO TP-R19   00000001 INTL 20180313)
[    0.004113] ACPI: SSDT 0x00000000C8899000 0009AD (v01 LENOVO TP-R19   00000001 INTL 20180313)
[    0.004118] ACPI: Local APIC address 0xfee00000
[    0.004162] No NUMA configuration found
[    0.004163] Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
[    0.004166] NODE_DATA(0) allocated [mem 0x40f33c000-0x40f33ffff]
[    0.004192] Zone ranges:
[    0.004192]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004193]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004194]   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
[    0.004194]   Device   empty
[    0.004195] Movable zone start for each node
[    0.004195] Early memory node ranges
[    0.004196]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.004196]   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
[    0.004197]   node   0: [mem 0x0000000009d21000-0x0000000009efffff]
[    0.004197]   node   0: [mem 0x0000000009f0d000-0x00000000c70ccfff]
[    0.004198]   node   0: [mem 0x00000000cc9fe000-0x00000000cdffffff]
[    0.004198]   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
[    0.004386] Zeroed struct page in unavailable ranges: 34689 pages
[    0.004387] Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
[    0.004388] On node 0 totalpages: 4028543
[    0.004388]   DMA zone: 64 pages used for memmap
[    0.004389]   DMA zone: 23 pages reserved
[    0.004389]   DMA zone: 3998 pages, LIFO batch:0
[    0.004410]   DMA32 zone: 12759 pages used for memmap
[    0.004411]   DMA32 zone: 816545 pages, LIFO batch:63
[    0.012461]   Normal zone: 50125 pages used for memmap
[    0.012463]   Normal zone: 3208000 pages, LIFO batch:63
[    0.045575] ACPI: PM-Timer IO Port: 0x408
[    0.045579] ACPI: Local APIC address 0xfee00000
[    0.045584] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.045585] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.045585] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.045585] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.045586] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.045586] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.045586] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.045587] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.045587] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.045587] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.045588] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.045588] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.045588] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.045589] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.045589] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.045589] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.045603] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[    0.045607] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[    0.045609] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.045610] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.045610] ACPI: IRQ0 used by override.
[    0.045611] ACPI: IRQ9 used by override.
[    0.045612] Using ACPI (MADT) for SMP configuration information
[    0.045613] ACPI: HPET id: 0x43538210 base: 0xfed00000
[    0.045622] e820: update [mem 0xc2cf5000-0xc2d85fff] usable ==> reserved
[    0.045630] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.045645] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.045646] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.045646] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.045647] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.045647] PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09d20fff]
[    0.045648] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
[    0.045649] PM: hibernation: Registered nosave memory: [mem 0xc2cf5000-0xc2d85fff]
[    0.045650] PM: hibernation: Registered nosave memory: [mem 0xc70cd000-0xc72ccfff]
[    0.045650] PM: hibernation: Registered nosave memory: [mem 0xc72cd000-0xca97dfff]
[    0.045651] PM: hibernation: Registered nosave memory: [mem 0xca97e000-0xcc97dfff]
[    0.045651] PM: hibernation: Registered nosave memory: [mem 0xcc97e000-0xcc9fdfff]
[    0.045652] PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
[    0.045652] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
[    0.045653] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.045653] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
[    0.045653] PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
[    0.045653] PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfed7ffff]
[    0.045654] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.045654] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
[    0.045656] [mem 0xd0000000-0xf7ffffff] available for PCI devices
[    0.045657] Booting paravirtualized kernel on bare hardware
[    0.045660] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.048966] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.049738] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.049744] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.049745] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.049763] Built 1 zonelists, mobility grouping on.  Total pages: 3965572
[    0.049763] Policy zone: Normal
[    0.049764] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 amdgpu.exp_hw_support=1
[    0.052420] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.053763] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.053803] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.106370] Memory: 15678036K/16114172K available (14339K kernel code, 1524K rwdata, 7912K rodata, 1660K init, 2928K bss, 435876K reserved, 0K cma-reserved)
[    0.106380] random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
[    0.106497] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.106510] ftrace: allocating 40856 entries in 160 pages
[    0.116598] ftrace: allocated 160 pages with 2 groups
[    0.116745] rcu: Preemptible hierarchical RCU implementation.
[    0.116745] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.116746] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.116746] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.116747] 	Trampoline variant of Tasks RCU enabled.
[    0.116747] 	Rude variant of Tasks RCU enabled.
[    0.116748] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.116748] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.118759] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.119116] Console: colour dummy device 80x25
[    0.119119] printk: console [tty0] enabled
[    0.119134] ACPI: Core revision 20200717
[    0.119315] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.119331] APIC: Switch to symmetric I/O mode setup
[    0.120088] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.120089] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.120090] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.120090] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.217755] Switched APIC routing to physical flat.
[    0.218490] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.232674] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x187553840d6, max_idle_ns: 440795212956 ns
[    0.232680] Calibrating delay loop (skipped), value calculated using timer frequency.. 3394.98 BogoMIPS (lpj=5655983)
[    0.232682] pid_max: default: 32768 minimum: 301
[    0.233950] LSM: Security Framework initializing
[    0.233956] Yama: becoming mindful.
[    0.234038] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.234093] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.234397] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.234451] LVT offset 1 assigned for vector 0xf9
[    0.234550] LVT offset 2 assigned for vector 0xf4
[    0.234576] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.234576] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.234580] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.234581] Spectre V2 : Mitigation: Full AMD retpoline
[    0.234582] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.234583] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.234584] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.234585] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.234586] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.234883] Freeing SMP alternatives memory: 32K
[    0.343344] smpboot: CPU0: AMD Ryzen 7 PRO 4750U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.343439] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.343445] ... version:                0
[    0.343445] ... bit width:              48
[    0.343445] ... generic registers:      6
[    0.343446] ... value mask:             0000ffffffffffff
[    0.343446] ... max period:             00007fffffffffff
[    0.343446] ... fixed-purpose events:   0
[    0.343447] ... event mask:             000000000000003f
[    0.343490] rcu: Hierarchical SRCU implementation.
[    0.343707] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.343872] smp: Bringing up secondary CPUs ...
[    0.343985] x86: Booting SMP configuration:
[    0.343986] .... node  #0, CPUs:        #1
[    0.346010] TSC synchronization [CPU#0 -> CPU#1]:
[    0.346010] Measured 348499711 cycles TSC warp between CPUs, turning off TSC clock.
[    0.346010] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.346034]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.349785] smp: Brought up 1 node, 16 CPUs
[    0.349785] smpboot: Max logical packages: 1
[    0.349785] smpboot: Total of 16 processors activated (54319.83 BogoMIPS)
[    0.354367] devtmpfs: initialized
[    0.354367] x86/mm: Memory block size: 128MB
[    0.356076] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
[    0.356079] PM: Registering ACPI NVS region [mem 0xca97e000-0xcc97dfff] (33554432 bytes)
[    0.356898] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.356898] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.356898] pinctrl core: initialized pinctrl subsystem
[    0.356898] PM: RTC time: 01:20:03, date: 2020-10-18
[    0.356898] NET: Registered protocol family 16
[    0.357240] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.357669] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.359685] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.359702] audit: initializing netlink subsys (disabled)
[    0.359729] audit: type=2000 audit(1602984002.146:1): state=initialized audit_enabled=0 res=1
[    0.359729] thermal_sys: Registered thermal governor 'fair_share'
[    0.359729] thermal_sys: Registered thermal governor 'bang_bang'
[    0.359729] thermal_sys: Registered thermal governor 'step_wise'
[    0.359729] thermal_sys: Registered thermal governor 'user_space'
[    0.359729] thermal_sys: Registered thermal governor 'power_allocator'
[    0.359729] cpuidle: using governor ladder
[    0.359729] cpuidle: using governor menu
[    0.359729] ACPI: bus type PCI registered
[    0.359729] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.359729] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.359729] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.359729] PCI: Using configuration type 1 for base access
[    0.362737] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.362737] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.366112] ACPI: Added _OSI(Module Device)
[    0.366113] ACPI: Added _OSI(Processor Device)
[    0.366113] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.366114] ACPI: Added _OSI(Processor Aggregator Device)
[    0.366114] ACPI: Added _OSI(Linux-Dell-Video)
[    0.366115] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.366115] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.379715] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.380996] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.535682] ACPI: EC: EC started
[    0.535682] ACPI: EC: interrupt blocked
[    0.535773] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.535774] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.535775] ACPI: Interpreter enabled
[    0.535788] ACPI: (supports S0 S3 S4 S5)
[    0.535789] ACPI: Using IOAPIC for interrupt routing
[    0.535898] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.536180] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.537014] ACPI: Power Resource [WRST] (on)
[    0.537786] ACPI: Power Resource [P0S0] (on)
[    0.537805] ACPI: Power Resource [P3S0] (on)
[    0.537871] ACPI: Power Resource [P0S1] (on)
[    0.537889] ACPI: Power Resource [P3S1] (on)
[    0.543130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.543134] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.543260] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.543384] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.543394] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.543547] PCI host bridge to bus 0000:00
[    0.543549] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.543549] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
[    0.543550] pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
[    0.543550] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
[    0.543551] pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
[    0.543551] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
[    0.543552] pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
[    0.543553] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
[    0.543553] pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
[    0.543554] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
[    0.543554] pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
[    0.543555] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
[    0.543555] pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
[    0.543556] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
[    0.543556] pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
[    0.543557] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
[    0.543557] pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
[    0.543558] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
[    0.543558] pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
[    0.543559] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
[    0.543560] pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
[    0.543560] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
[    0.543561] pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
[    0.543561] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
[    0.543562] pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
[    0.543562] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
[    0.543563] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
[    0.543564] pci_bus 0000:00: root bus resource [mem 0x430000000-0xffffffffff window]
[    0.543564] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.543565] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.543565] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.543575] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.543643] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.543716] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.543774] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.543829] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.543885] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.543975] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.544029] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.544108] pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
[    0.544161] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    0.544244] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.544297] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.544381] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.544434] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.544453] pci 0000:00:08.1: enabling Extended Tags
[    0.544479] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.544571] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.544665] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.544779] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.544814] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.544847] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.544885] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.544919] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.544952] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.544985] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.545019] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.545165] pci 0000:01:00.0: [15b7:5006] type 00 class 0x010802
[    0.545182] pci 0000:01:00.0: reg 0x10: [mem 0xfd700000-0xfd703fff 64bit]
[    0.545204] pci 0000:01:00.0: reg 0x20: [mem 0xfd704000-0xfd7040ff 64bit]
[    0.545355] pci 0000:00:02.1: PCI bridge to [bus 01]
[    0.545359] pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
[    0.545402] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.545415] pci 0000:02:00.0: reg 0x10: [io  0x2400-0x24ff]
[    0.545432] pci 0000:02:00.0: reg 0x18: [mem 0xfd614000-0xfd614fff 64bit]
[    0.545443] pci 0000:02:00.0: reg 0x20: [mem 0xfd600000-0xfd603fff 64bit]
[    0.545525] pci 0000:02:00.0: supports D1 D2
[    0.545526] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.545628] pci 0000:02:00.1: [10ec:816a] type 00 class 0x070002
[    0.545641] pci 0000:02:00.1: reg 0x10: [io  0x2200-0x22ff]
[    0.545657] pci 0000:02:00.1: reg 0x18: [mem 0xfd615000-0xfd615fff 64bit]
[    0.545668] pci 0000:02:00.1: reg 0x20: [mem 0xfd604000-0xfd607fff 64bit]
[    0.545744] pci 0000:02:00.1: supports D1 D2
[    0.545744] pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.545834] pci 0000:02:00.2: [10ec:816b] type 00 class 0x070002
[    0.545847] pci 0000:02:00.2: reg 0x10: [io  0x2100-0x21ff]
[    0.545864] pci 0000:02:00.2: reg 0x18: [mem 0xfd616000-0xfd616fff 64bit]
[    0.545875] pci 0000:02:00.2: reg 0x20: [mem 0xfd608000-0xfd60bfff 64bit]
[    0.545950] pci 0000:02:00.2: supports D1 D2
[    0.545951] pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.546040] pci 0000:02:00.3: [10ec:816c] type 00 class 0x0c0701
[    0.546053] pci 0000:02:00.3: reg 0x10: [io  0x2000-0x20ff]
[    0.546069] pci 0000:02:00.3: reg 0x18: [mem 0xfd617000-0xfd617fff 64bit]
[    0.546080] pci 0000:02:00.3: reg 0x20: [mem 0xfd60c000-0xfd60ffff 64bit]
[    0.546156] pci 0000:02:00.3: supports D1 D2
[    0.546157] pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.546241] pci 0000:02:00.4: [10ec:816d] type 00 class 0x0c0320
[    0.546256] pci 0000:02:00.4: reg 0x10: [mem 0xfd618000-0xfd618fff]
[    0.546277] pci 0000:02:00.4: reg 0x18: [mem 0xfd610000-0xfd613fff 64bit]
[    0.546373] pci 0000:02:00.4: PME# supported from D0 D3cold
[    0.546510] pci 0000:00:02.2: PCI bridge to [bus 02]
[    0.546513] pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
[    0.546514] pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
[    0.546781] pci 0000:03:00.0: [8086:2723] type 00 class 0x028000
[    0.546830] pci 0000:03:00.0: reg 0x10: [mem 0xfd500000-0xfd503fff 64bit]
[    0.546964] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.547350] pci 0000:00:02.3: PCI bridge to [bus 03]
[    0.547353] pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.547475] pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
[    0.547488] pci 0000:04:00.0: reg 0x10: [mem 0xfd400000-0xfd400fff]
[    0.547584] pci 0000:04:00.0: supports D1 D2
[    0.547584] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.547776] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.547779] pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.547842] pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
[    0.547852] pci 0000:06:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
[    0.547859] pci 0000:06:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
[    0.547863] pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
[    0.547868] pci 0000:06:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
[    0.547875] pci 0000:06:00.0: enabling Extended Tags
[    0.547881] pci 0000:06:00.0: BAR 0: assigned to efifb
[    0.547917] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.547989] pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
[    0.547995] pci 0000:06:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
[    0.548014] pci 0000:06:00.1: enabling Extended Tags
[    0.548039] pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.548089] pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
[    0.548101] pci 0000:06:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
[    0.548109] pci 0000:06:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
[    0.548115] pci 0000:06:00.2: enabling Extended Tags
[    0.548192] pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
[    0.548201] pci 0000:06:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
[    0.548223] pci 0000:06:00.3: enabling Extended Tags
[    0.548251] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.548304] pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
[    0.548314] pci 0000:06:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
[    0.548337] pci 0000:06:00.4: enabling Extended Tags
[    0.548365] pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
[    0.548413] pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
[    0.548419] pci 0000:06:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
[    0.548438] pci 0000:06:00.5: enabling Extended Tags
[    0.548464] pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
[    0.548512] pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
[    0.548518] pci 0000:06:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
[    0.548537] pci 0000:06:00.6: enabling Extended Tags
[    0.548563] pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
[    0.548640] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.548642] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.548644] pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
[    0.548646] pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
[    0.548791] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.548848] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.548886] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.548937] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.548984] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.549020] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.549054] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.549089] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.550551] ACPI: EC: interrupt unblocked
[    0.550551] ACPI: EC: event unblocked
[    0.550557] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.550557] ACPI: EC: GPE=0x3
[    0.550558] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    0.550559] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    0.550623] iommu: Default domain type: Translated 
[    0.550634] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.550634] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.550634] pci 0000:06:00.0: vgaarb: setting as boot device
[    0.550634] vgaarb: loaded
[    0.550634] SCSI subsystem initialized
[    0.550634] libata version 3.00 loaded.
[    0.550634] ACPI: bus type USB registered
[    0.550634] usbcore: registered new interface driver usbfs
[    0.550634] usbcore: registered new interface driver hub
[    0.550634] usbcore: registered new device driver usb
[    0.550634] pps_core: LinuxPPS API ver. 1 registered
[    0.550634] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.550634] PTP clock support registered
[    0.550634] EDAC MC: Ver: 3.0.0
[    0.550634] Registered efivars operations
[    0.550634] NetLabel: Initializing
[    0.550634] NetLabel:  domain hash size = 128
[    0.550634] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.550634] NetLabel:  unlabeled traffic allowed by default
[    0.550634] PCI: Using ACPI for IRQ routing
[    0.553654] PCI: pci_cache_line_size set to 64 bytes
[    0.554358] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.554359] e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
[    0.554360] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    0.554360] e820: reserve RAM buffer [mem 0xc2cf5000-0xc3ffffff]
[    0.554361] e820: reserve RAM buffer [mem 0xc70cd000-0xc7ffffff]
[    0.554361] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
[    0.554362] e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
[    0.554365] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.554365] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.556344] clocksource: Switched to clocksource hpet
[    0.564401] VFS: Disk quotas dquot_6.6.0
[    0.564417] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.564493] pnp: PnP ACPI init
[    0.564686] system 00:00: [io  0x0f50-0x0f51] has been reserved
[    0.564688] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.564689] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.564690] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.564694] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.564880] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.564915] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.564916] system 00:02: [io  0x0530-0x0537] has been reserved
[    0.564917] system 00:02: [io  0x0400-0x0427] has been reserved
[    0.564918] system 00:02: [io  0x0430] has been reserved
[    0.564919] system 00:02: [io  0x0440-0x0447] has been reserved
[    0.564919] system 00:02: [io  0x0b00-0x0b1f] has been reserved
[    0.564920] system 00:02: [io  0x0b20-0x0b3f] has been reserved
[    0.564920] system 00:02: [io  0x0c00-0x0c01] has been reserved
[    0.564921] system 00:02: [io  0x0c14] has been reserved
[    0.564922] system 00:02: [io  0x0c50-0x0c52] has been reserved
[    0.564922] system 00:02: [io  0x0cd0-0x0cd1] has been reserved
[    0.564923] system 00:02: [io  0x0cd2-0x0cd3] has been reserved
[    0.564924] system 00:02: [io  0x0cd4-0x0cd5] has been reserved
[    0.564924] system 00:02: [io  0x0cd6-0x0cd7] has been reserved
[    0.564925] system 00:02: [io  0x0cd8-0x0cdf] has been reserved
[    0.564926] system 00:02: [io  0x0cf9] could not be reserved
[    0.564927] system 00:02: [io  0x8100-0x81ff window] has been reserved
[    0.564927] system 00:02: [io  0x8200-0x82ff window] has been reserved
[    0.564929] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.564984] system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.564985] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.564986] system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
[    0.564986] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.564987] system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
[    0.564988] system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
[    0.564990] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.565005] pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    0.565015] pnp 00:05: Plug and Play ACPI device, IDs LEN0411 PNP0f13 (active)
[    0.565748] pnp: PnP ACPI: found 6 devices
[    0.573392] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.573502] NET: Registered protocol family 2
[    0.573802] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.574057] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.574554] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.574744] TCP: Hash tables configured (established 131072 bind 65536)
[    0.574939] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.575048] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.575150] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.575375] NET: Registered protocol family 1
[    0.575385] NET: Registered protocol family 44
[    0.575423] pci 0000:00:02.1: PCI bridge to [bus 01]
[    0.575435] pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
[    0.575443] pci 0000:00:02.2: PCI bridge to [bus 02]
[    0.575446] pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
[    0.575451] pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
[    0.575458] pci 0000:00:02.3: PCI bridge to [bus 03]
[    0.575463] pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.575470] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.575474] pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.575483] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.575485] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.575489] pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
[    0.575493] pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
[    0.575500] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[    0.575503] pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
[    0.575505] pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
[    0.575507] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
[    0.575509] pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
[    0.575510] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
[    0.575512] pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
[    0.575514] pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
[    0.575516] pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
[    0.575518] pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
[    0.575520] pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
[    0.575522] pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
[    0.575523] pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
[    0.575525] pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
[    0.575527] pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
[    0.575528] pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
[    0.575530] pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
[    0.575532] pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
[    0.575534] pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
[    0.575536] pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
[    0.575537] pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
[    0.575539] pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
[    0.575541] pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
[    0.575542] pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
[    0.575544] pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
[    0.575546] pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
[    0.575548] pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
[    0.575549] pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
[    0.575552] pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
[    0.575554] pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
[    0.575556] pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
[    0.575558] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.575560] pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
[    0.575562] pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
[    0.575564] pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
[    0.575565] pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
[    0.575567] pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfd3fffff]
[    0.575569] pci_bus 0000:06: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
[    0.576561] pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
[    0.577161] PCI: CLS 32 bytes, default 64
[    0.577246] Trying to unpack rootfs image as initramfs...
[    0.676904] Freeing initrd memory: 9900K
[    0.676929] pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
[    0.677072] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.677073] pci 0000:00:00.2: PCI INT A: not connected
[    0.677099] pci 0000:00:01.0: Adding to iommu group 0
[    0.677113] pci 0000:00:02.0: Adding to iommu group 1
[    0.677122] pci 0000:00:02.1: Adding to iommu group 2
[    0.677129] pci 0000:00:02.2: Adding to iommu group 3
[    0.677135] pci 0000:00:02.3: Adding to iommu group 4
[    0.677142] pci 0000:00:02.4: Adding to iommu group 5
[    0.677153] pci 0000:00:08.0: Adding to iommu group 6
[    0.677158] pci 0000:00:08.1: Adding to iommu group 6
[    0.677170] pci 0000:00:14.0: Adding to iommu group 7
[    0.677176] pci 0000:00:14.3: Adding to iommu group 7
[    0.677199] pci 0000:00:18.0: Adding to iommu group 8
[    0.677204] pci 0000:00:18.1: Adding to iommu group 8
[    0.677211] pci 0000:00:18.2: Adding to iommu group 8
[    0.677217] pci 0000:00:18.3: Adding to iommu group 8
[    0.677224] pci 0000:00:18.4: Adding to iommu group 8
[    0.677231] pci 0000:00:18.5: Adding to iommu group 8
[    0.677236] pci 0000:00:18.6: Adding to iommu group 8
[    0.677242] pci 0000:00:18.7: Adding to iommu group 8
[    0.677249] pci 0000:01:00.0: Adding to iommu group 9
[    0.677268] pci 0000:02:00.0: Adding to iommu group 10
[    0.677275] pci 0000:02:00.1: Adding to iommu group 10
[    0.677282] pci 0000:02:00.2: Adding to iommu group 10
[    0.677290] pci 0000:02:00.3: Adding to iommu group 10
[    0.677297] pci 0000:02:00.4: Adding to iommu group 10
[    0.677305] pci 0000:03:00.0: Adding to iommu group 11
[    0.677313] pci 0000:04:00.0: Adding to iommu group 12
[    0.677324] pci 0000:06:00.0: Adding to iommu group 6
[    0.677328] pci 0000:06:00.1: Adding to iommu group 6
[    0.677332] pci 0000:06:00.2: Adding to iommu group 6
[    0.677335] pci 0000:06:00.3: Adding to iommu group 6
[    0.677338] pci 0000:06:00.4: Adding to iommu group 6
[    0.677341] pci 0000:06:00.5: Adding to iommu group 6
[    0.677345] pci 0000:06:00.6: Adding to iommu group 6
[    0.679345] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.679369] pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
[    0.679370]  PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.679372] AMD-Vi: Interrupt remapping enabled
[    0.679372] AMD-Vi: Virtual APIC enabled
[    0.679372] AMD-Vi: X2APIC enabled
[    0.679605] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.680658] amd_uncore: AMD NB counters detected
[    0.680662] amd_uncore: AMD LLC counters detected
[    0.682332] LVT offset 0 assigned for vector 0x400
[    0.683109] perf: AMD IBS detected (0x000003ff)
[    0.683142] check: Scanning for low memory corruption every 60 seconds
[    0.683501] Initialise system trusted keyrings
[    0.683513] Key type blacklist registered
[    0.683629] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.684285] zbud: loaded
[    0.686941] Key type asymmetric registered
[    0.686942] Asymmetric key parser 'x509' registered
[    0.686949] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.687022] io scheduler mq-deadline registered
[    0.687023] io scheduler kyber registered
[    0.687041] io scheduler bfq registered
[    0.687937] pcieport 0000:00:02.1: PME: Signaling with IRQ 26
[    0.688028] pcieport 0000:00:02.2: PME: Signaling with IRQ 27
[    0.688107] pcieport 0000:00:02.3: PME: Signaling with IRQ 28
[    0.688193] pcieport 0000:00:02.4: PME: Signaling with IRQ 29
[    0.688270] pcieport 0000:00:08.1: PME: Signaling with IRQ 30
[    0.688331] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.688386] efifb: probing for efifb
[    0.688434] efifb: framebuffer at 0x460000000, using 8128k, total 8128k
[    0.688435] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.688435] efifb: scrolling: redraw
[    0.688436] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.688505] fbcon: Deferring console take-over
[    0.688506] fb0: EFI VGA frame buffer device
[    0.688547] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.688563] ACPI: Power Button [PWRB]
[    0.688596] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.688769] ACPI: Lid Switch [LID]
[    0.688829] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.688874] ACPI: Sleep Button [SLPB]
[    0.688916] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.688942] ACPI: Power Button [PWRF]
[    0.689053] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.689724] acpi device:09: registered as cooling_device0
[    0.689766] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4
[    0.689835] Monitor-Mwait will be used to enter C-1 state
[    0.689857] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.689975] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.690080] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.690177] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.690247] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.690303] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.690473] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.690790] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.691109] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[    0.691475] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[    0.691696] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[    0.692220] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[    0.692425] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[    0.692790] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[    0.693267] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[    0.693705] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[    0.694350] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.695216] serial 0000:02:00.1: enabling device (0000 -> 0003)
[    0.695553] 0000:02:00.1: ttyS0 at I/O 0x2200 (irq = 31, base_baud = 115200) is a 16550A
[    0.695651] serial 0000:02:00.2: enabling device (0000 -> 0003)
[    0.695916] 0000:02:00.2: ttyS1 at I/O 0x2100 (irq = 32, base_baud = 115200) is a 16550A
[    0.696097] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.698729] nvme nvme0: pci function 0000:01:00.0
[    0.698802] usbcore: registered new interface driver usbserial_generic
[    0.698804] usbserial: USB Serial support registered for generic
[    0.698847] rtc_cmos 00:01: RTC can wake from S4
[    0.699084] rtc_cmos 00:01: registered as rtc0
[    0.699161] rtc_cmos 00:01: setting system clock to 2020-10-18T01:20:03 UTC (1602984003)
[    0.699190] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.699796] ledtrig-cpu: registered to indicate activity on CPUs
[    0.699964] drop_monitor: Initializing network drop monitor service
[    0.700138] NET: Registered protocol family 10
[    0.705076] Segment Routing with IPv6
[    0.705079] RPL Segment Routing with IPv6
[    0.705124] NET: Registered protocol family 17
[    0.707141] microcode: CPU0: patch_level=0x08600106
[    0.707160] microcode: CPU1: patch_level=0x08600106
[    0.707188] microcode: CPU2: patch_level=0x08600106
[    0.707206] microcode: CPU3: patch_level=0x08600106
[    0.707233] microcode: CPU4: patch_level=0x08600106
[    0.707252] microcode: CPU5: patch_level=0x08600106
[    0.707279] microcode: CPU6: patch_level=0x08600106
[    0.707297] microcode: CPU7: patch_level=0x08600106
[    0.707321] microcode: CPU8: patch_level=0x08600106
[    0.707342] microcode: CPU9: patch_level=0x08600106
[    0.707345] microcode: CPU10: patch_level=0x08600106
[    0.707355] microcode: CPU11: patch_level=0x08600106
[    0.707389] microcode: CPU12: patch_level=0x08600106
[    0.707418] microcode: CPU13: patch_level=0x08600106
[    0.707426] microcode: CPU14: patch_level=0x08600106
[    0.707449] microcode: CPU15: patch_level=0x08600106
[    0.707583] microcode: Microcode Update Driver: v2.2.
[    0.708195] resctrl: L3 allocation detected
[    0.708196] resctrl: L3DATA allocation detected
[    0.708196] resctrl: L3CODE allocation detected
[    0.708197] resctrl: MB allocation detected
[    0.708197] resctrl: L3 monitoring detected
[    0.708204] IPI shorthand broadcast: enabled
[    0.708292] registered taskstats version 1
[    0.708301] Loading compiled-in X.509 certificates
[    0.708933] nvme nvme0: 16/0/0 default/read/poll queues
[    0.711949] Loaded X.509 cert 'Build time autogenerated kernel key: de2f2e3f73e7d58d4e970143d99b45ae56b47dc0'
[    0.712269] zswap: loaded using pool lz4/z3fold
[    0.712693] Key type ._fscrypt registered
[    0.712694] Key type .fscrypt registered
[    0.712694] Key type fscrypt-provisioning registered
[    0.713145] PM:   Magic number: 8:750:306
[    0.713174] tty tty35: hash matches
[    0.713432] RAS: Correctable Errors collector initialized.
[    0.713448] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    0.716908]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[    0.720509] Freeing unused decrypted memory: 2040K
[    0.721007] Freeing unused kernel image (initmem) memory: 1660K
[    0.821940] Write protecting the kernel read-only data: 24576k
[    0.823217] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    0.823710] Freeing unused kernel image (rodata/data gap) memory: 280K
[    0.846838] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.846848] Run /init as init process
[    0.846850]   with arguments:
[    0.846850]     /init
[    0.846850]   with environment:
[    0.846851]     HOME=/
[    0.846851]     TERM=linux
[    0.846851]     BOOT_IMAGE=/boot/vmlinuz-linux
[    0.894436] fbcon: Taking over console
[    0.894492] Console: switching to colour frame buffer device 240x67
[    0.947219] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.952506] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.952658] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.952775] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.953328] rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
[    0.954056] ehci-pci: EHCI PCI platform driver
[    0.954355] ehci-pci 0000:02:00.4: EHCI Host Controller
[    0.954365] ehci-pci 0000:02:00.4: new USB bus registered, assigned bus number 1
[    0.954439] ehci-pci 0000:02:00.4: irq 54, io mem 0xfd618000
[    0.969371] ehci-pci 0000:02:00.4: USB 0.0 started, EHCI 1.00
[    0.969438] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    0.969440] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.969441] usb usb1: Product: EHCI Host Controller
[    0.969442] usb usb1: Manufacturer: Linux 5.9.1-arch1-1 ehci_hcd
[    0.969442] usb usb1: SerialNumber: 0000:02:00.4
[    0.969629] hub 1-0:1.0: USB hub found
[    0.969637] hub 1-0:1.0: 1 port detected
[    0.969781] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    0.969793] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
[    0.969915] xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
[    0.970321] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    0.970325] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.970327] usb usb2: Product: xHCI Host Controller
[    0.970328] usb usb2: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
[    0.970329] usb usb2: SerialNumber: 0000:06:00.3
[    0.970584] hub 2-0:1.0: USB hub found
[    0.970600] hub 2-0:1.0: 4 ports detected
[    0.970939] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    0.970943] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
[    0.970946] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.970958] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.970977] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    0.970978] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.970979] usb usb3: Product: xHCI Host Controller
[    0.970980] usb usb3: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
[    0.970981] usb usb3: SerialNumber: 0000:06:00.3
[    0.971128] hub 3-0:1.0: USB hub found
[    0.971135] hub 3-0:1.0: 2 ports detected
[    0.971518] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    0.971527] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
[    0.971644] xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
[    0.971955] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    0.971956] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.971957] usb usb4: Product: xHCI Host Controller
[    0.971957] usb usb4: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
[    0.971958] usb usb4: SerialNumber: 0000:06:00.4
[    0.972043] hub 4-0:1.0: USB hub found
[    0.972049] hub 4-0:1.0: 4 ports detected
[    0.972246] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    0.972247] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
[    0.972249] xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.972259] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.972272] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    0.972272] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.972273] usb usb5: Product: xHCI Host Controller
[    0.972273] usb usb5: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
[    0.972274] usb usb5: SerialNumber: 0000:06:00.4
[    0.972327] hub 5-0:1.0: USB hub found
[    0.972331] hub 5-0:1.0: 2 ports detected
[    0.974364] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    1.038741] random: fast init done
[    1.041050] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
[    1.121353] systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    1.138757] systemd[1]: Detected architecture x86-64.
[    1.223882] systemd[1]: Set hostname to <LenovoL15>.
[    1.303698] systemd[1]: Queued start job for default target Graphical Interface.
[    1.304925] systemd[1]: Created slice system-getty.slice.
[    1.305157] systemd[1]: Created slice system-modprobe.slice.
[    1.305312] systemd[1]: Created slice User and Session Slice.
[    1.305391] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.305459] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.305599] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.305687] systemd[1]: Reached target Local Encrypted Volumes.
[    1.305744] systemd[1]: Reached target Paths.
[    1.305789] systemd[1]: Reached target Remote File Systems.
[    1.305833] systemd[1]: Reached target Slices.
[    1.305918] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.306749] systemd[1]: Listening on Process Core Dump Socket.
[    1.306917] systemd[1]: Listening on Journal Audit Socket.
[    1.307006] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.307096] systemd[1]: Listening on Journal Socket.
[    1.307193] systemd[1]: Listening on udev Control Socket.
[    1.307271] systemd[1]: Listening on udev Kernel Socket.
[    1.307927] systemd[1]: Mounting Huge Pages File System...
[    1.308458] systemd[1]: Mounting POSIX Message Queue File System...
[    1.308990] systemd[1]: Mounting Kernel Debug File System...
[    1.309803] systemd[1]: Mounting Kernel Trace File System...
[    1.310687] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    1.311623] systemd[1]: Starting Load Kernel Module drm...
[    1.312012] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    1.312048] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    1.312803] usb 4-3: new high-speed USB device number 2 using xhci_hcd
[    1.312832] usb 2-4: new high-speed USB device number 2 using xhci_hcd
[    1.313851] systemd[1]: Starting Journal Service...
[    1.315846] systemd[1]: Starting Load Kernel Modules...
[    1.318162] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.318387] Linux agpgart interface v0.103
[    1.318574] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    1.319318] systemd[1]: Starting Coldplug All udev Devices...
[    1.320257] systemd[1]: Mounted Huge Pages File System.
[    1.320414] systemd[1]: Mounted POSIX Message Queue File System.
[    1.320526] systemd[1]: Mounted Kernel Debug File System.
[    1.320649] systemd[1]: Mounted Kernel Trace File System.
[    1.320977] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    1.323078] acpi_call: loading out-of-tree module taints kernel.
[    1.323099] acpi_call: module verification failed: signature and/or required key missing - tainting kernel
[    1.323799] EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
[    1.324900] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.325117] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    1.326483] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    1.327478] systemd[1]: Starting Load/Save Random Seed...
[    1.327602] systemd[1]: Condition check resulted in Create System Users being skipped.
[    1.328199] Asymmetric key parser 'pkcs8' registered
[    1.328631] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.329143] systemd[1]: Finished Load Kernel Modules.
[    1.329509] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    1.330173] systemd[1]: Mounting Kernel Configuration File System...
[    1.330854] systemd[1]: Starting Apply Kernel Variables...
[    1.332351] systemd[1]: Mounted Kernel Configuration File System.
[    1.338326] systemd[1]: Finished Apply Kernel Variables.
[    1.338593] audit: type=1130 audit(1602984004.136:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.342754] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.342956] audit: type=1130 audit(1602984004.143:3): 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'
[    1.343167] systemd[1]: modprobe@drm.service: Succeeded.
[    1.343369] systemd[1]: Finished Load Kernel Module drm.
[    1.343425] audit: type=1130 audit(1602984004.143:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.343435] audit: type=1131 audit(1602984004.143:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.343550] systemd[1]: Reached target Local File Systems (Pre).
[    1.343613] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
[    1.344210] audit: type=1334 audit(1602984004.143:6): prog-id=5 op=LOAD
[    1.344403] audit: type=1334 audit(1602984004.143:7): prog-id=6 op=LOAD
[    1.344837] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.371125] systemd[1]: Finished Coldplug All udev Devices.
[    1.371282] audit: type=1130 audit(1602984004.169:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.372872] systemd[1]: Started Journal Service.
[    1.373070] audit: type=1130 audit(1602984004.173:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.376654] audit: type=1130 audit(1602984004.176:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.404792] acpi_cpufreq: overriding BIOS provided _PSD data
[    1.417102] ACPI: AC Adapter [AC] (on-line)
[    1.420857] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.421046] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.421207] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.422599] battery: ACPI: Battery Slot [BAT0] (battery present)
[    1.431188] IPMI message handler: version 39.2
[    1.437431] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[    1.437826] tpm tpm0: tpm_try_transmit: send(): error -5
[    1.437828] tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
[    1.447781] random: mktemp: uninitialized urandom read (6 bytes read)
[    1.447783] random: mktemp: uninitialized urandom read (6 bytes read)
[    1.447903] random: mktemp: uninitialized urandom read (6 bytes read)
[    1.459788] usb 2-4: New USB device found, idVendor=27c6, idProduct=55b4, bcdDevice= 1.00
[    1.459793] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.459795] usb 2-4: Product: Goodix FingerPrint Device
[    1.459797] usb 2-4: Manufacturer: Generic
[    1.483000] Adding 2097148k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:2097148k SSFS
[    1.484435] usb 4-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
[    1.484439] usb 4-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.484441] usb 4-3: Product: Integrated Camera
[    1.484443] usb 4-3: Manufacturer: Chicony Electronics Co.,Ltd.
[    1.484444] usb 4-3: SerialNumber: 0001
[    1.484860] snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
[    1.485101] snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 1
[    1.486854] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    1.487185] Non-volatile memory driver v1.3
[    1.489032] libphy: Fixed MDIO Bus: probed
[    1.490911] ipmi device interface
[    1.491397] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.491400] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.491630] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    1.492738] ccp 0000:06:00.2: enabling device (0000 -> 0002)
[    1.493011] ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    1.495653] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    1.495764] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    1.495875] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    1.496152] ipmi_si: IPMI System Interface driver
[    1.496221] ipmi_si: Unable to find any System Interface(s)
[    1.499483] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    1.499485] thinkpad_acpi: http://ibm-acpi.sf.net/
[    1.499486] thinkpad_acpi: ThinkPad BIOS R19ET28W (1.12 ), EC R19HT27W
[    1.499487] thinkpad_acpi: Lenovo ThinkPad L15 Gen 1, model 20U7000JAU
[    1.499610] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    1.499611] RAPL PMU: hw unit of domain package 2^-16 Joules
[    1.499991] thinkpad_acpi: radio switch found; radios are enabled
[    1.500008] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    1.500009] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    1.503167] ccp 0000:06:00.2: tee enabled
[    1.503172] ccp 0000:06:00.2: psp enabled
[    1.503281] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[    1.506089] cryptd: max_cpu_qlen set to 1000
[    1.517586] AVX2 version of gcm_enc/dec engaged.
[    1.517589] AES CTR mode by8 optimization enabled
[    1.525757] libphy: r8169: probed
[    1.525993] r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 00:2b:67:cf:24:6a, XID 502, IRQ 77
[    1.525995] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.527912] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    1.534042] thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
[    1.536735] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.538268] snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
[    1.538433] snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
[    1.538583] snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
[    1.553205] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.553278] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    1.553281] cfg80211: failed to load regulatory.db
[    1.556085] raid6: avx2x4   gen()  8960 MB/s
[    1.562622] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
[    1.562725] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
[    1.562791] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
[    1.612708] raid6: avx2x4   xor()  3467 MB/s
[    1.619573] usb 4-4: new full-speed USB device number 3 using xhci_hcd
[    1.667671] thinkpad_acpi: battery 1 registered (start 85, stop 85)
[    1.667719] battery: new extension: ThinkPad Battery Extension
[    1.668220] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
[    1.669365] raid6: avx2x2   gen() 21042 MB/s
[    1.726024] raid6: avx2x2   xor() 22578 MB/s
[    1.782716] raid6: avx2x1   gen() 25663 MB/s
[    1.791419] usb 4-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
[    1.791424] usb 4-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.839412] raid6: avx2x1   xor() 17798 MB/s
[    1.896071] raid6: sse2x4   gen() 16679 MB/s
[    1.952691] raid6: sse2x4   xor()  4581 MB/s
[    2.009361] raid6: sse2x2   gen() 15890 MB/s
[    2.066021] raid6: sse2x2   xor() 12341 MB/s
[    2.122693] raid6: sse2x1   gen() 14912 MB/s
[    2.179360] raid6: sse2x1   xor()  9152 MB/s
[    2.179361] raid6: using algorithm avx2x1 gen() 25663 MB/s
[    2.179362] raid6: .... xor() 17798 MB/s, rmw enabled
[    2.179363] raid6: using avx2x2 recovery algorithm
[    2.211420] xor: automatically using best checksumming function   avx       
[    2.212464] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.212466] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.212467] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.212468] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    2.212468] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    2.212469] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    2.212470] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    2.217654] Intel(R) Wireless WiFi driver for Linux
[    2.218264] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[    2.234546] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
[    2.238140] iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
[    2.238158] iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
[    2.238162] iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
[    2.238163] iwlwifi 0000:03:00.0: Found debug configuration: 0
[    2.238725] iwlwifi 0000:03:00.0: loaded firmware version 55.d9698065.0 cc-a0-55.ucode op_mode iwlmvm
[    2.255429] r8169 0000:02:00.0 enp2s0f0: renamed from eth0
[    2.282935] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
[    2.283001] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
[    2.283042] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15
[    2.291087] kvm: Nested Virtualization enabled
[    2.291130] SVM: kvm: Nested Paging enabled
[    2.291133] SVM: Virtual VMLOAD VMSAVE supported
[    2.291135] SVM: Virtual GIF supported
[    2.306100] MCE: In-kernel MCE decoding enabled.
[    2.310092] EDAC amd64: F17h_M60h detected (node 0).
[    2.310135] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.320219] Btrfs loaded, crc32c=crc32c-intel
[    2.321911] BTRFS: device label Files devid 1 transid 35 /dev/nvme0n1p7 scanned by systemd-udevd (365)
[    2.326277] Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
[    2.422921] r8169 0000:02:00.0 enp2s0f0: Link is Down
[    2.434139] EDAC amd64: F17h_M60h detected (node 0).
[    2.434183] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.457803] iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
[    2.467456] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
[    2.517580] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[    2.517589] psmouse serio1: synaptics: Your touchpad (PNP: LEN0411 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    2.596237] EDAC amd64: F17h_M60h detected (node 0).
[    2.596308] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.613305] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
[    2.613314] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[    2.675124] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
[    2.679384] random: crng init done
[    2.679386] random: 7 urandom warning(s) missed due to ratelimiting
[    2.689246] iwlwifi 0000:03:00.0: base HW address: 34:cf:f6:6a:00:36
[    2.703839] thermal thermal_zone0: failed to read out thermal zone (-61)
[    2.784142] [drm] amdgpu kernel modesetting enabled.
[    2.784449] Virtual CRAT table created for CPU
[    2.784477] amdgpu: Topology: Add CPU node
[    2.784964] checking generic (460000000 7f0000) vs hw (460000000 10000000)
[    2.784967] fb0: switching to amdgpudrmfb from EFI VGA
[    2.785190] Console: switching to colour dummy device 80x25
[    2.785279] amdgpu 0000:06:00.0: vgaarb: deactivate vga console
[    2.785382] amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
[    2.785914] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x17AA:0x507E 0xD1).
[    2.785920] amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    2.786429] EDAC amd64: F17h_M60h detected (node 0).
[    2.786551] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.786853] mousedev: PS/2 mouse device common for all mice
[    2.790745] [drm] register mmio base: 0xFD300000
[    2.790748] [drm] register mmio size: 524288
[    2.790752] [drm] PCIE atomic ops is not supported
[    2.791933] [drm] add ip block number 0 <soc15_common>
[    2.791936] [drm] add ip block number 1 <gmc_v9_0>
[    2.791957] [drm] add ip block number 2 <vega10_ih>
[    2.791959] [drm] add ip block number 3 <psp>
[    2.791960] [drm] add ip block number 4 <smu>
[    2.791961] [drm] add ip block number 5 <gfx_v9_0>
[    2.791962] [drm] add ip block number 6 <sdma_v4_0>
[    2.791964] [drm] add ip block number 7 <dm>
[    2.791965] [drm] add ip block number 8 <vcn_v2_0>
[    2.791967] [drm] add ip block number 9 <jpeg_v2_0>
[    2.792003] amdgpu: ATOM BIOS: 113-RENOIR-026
[    2.792476] [drm] VCN decode is enabled in VM mode
[    2.792478] [drm] VCN encode is enabled in VM mode
[    2.792479] [drm] JPEG decode is enabled in VM mode
[    2.792539] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    2.792549] amdgpu 0000:06:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    2.792551] amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    2.792553] amdgpu 0000:06:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    2.792557] [drm] Detected VRAM RAM=512M, BAR=512M
[    2.792558] [drm] RAM width 64bits DDR4
[    2.792661] [TTM] Zone  kernel: Available graphics memory: 7901250 KiB
[    2.792663] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    2.792664] [TTM] Initializing pool allocator
[    2.792671] [TTM] Initializing DMA pool allocator
[    2.792860] [drm] amdgpu: 512M of VRAM memory ready
[    2.792875] [drm] amdgpu: 3072M of GTT memory ready.
[    2.792883] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    2.793028] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[    2.801168] [drm] Loading DMUB firmware via PSP: version=0x00000000
[    2.801630] [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17
[    2.801634] [drm] PSP loading VCN firmware
[    2.915432] EDAC amd64: F17h_M60h detected (node 0).
[    2.915488] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.929722] mc: Linux media interface: v0.10
[    3.009923] videodev: Linux video capture interface: v2.00
[    3.107033] EDAC amd64: F17h_M60h detected (node 0).
[    3.107179] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.120515] Bluetooth: Core ver 2.22
[    3.120562] NET: Registered protocol family 31
[    3.120563] Bluetooth: HCI device and connection manager initialized
[    3.120570] Bluetooth: HCI socket layer initialized
[    3.120573] Bluetooth: L2CAP socket layer initialized
[    3.120579] Bluetooth: SCO socket layer initialized
[    3.227461] EDAC amd64: F17h_M60h detected (node 0).
[    3.227519] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.227958] uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
[    3.228991] usbcore: registered new interface driver btusb
[    3.231372] Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
[    3.236523] uvcvideo 4-3:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
[    3.236525] uvcvideo 4-3:1.0: Entity type for entity Extension 4 was not initialized!
[    3.236526] uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
[    3.236527] uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
[    3.236648] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input17
[    3.236753] usbcore: registered new interface driver uvcvideo
[    3.236754] USB Video Class driver (1.1.1)
[    3.281109] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
[    3.371075] EDAC amd64: F17h_M60h detected (node 0).
[    3.371135] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.421739] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    3.438476] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3fa56f000 flags=0x0180]
[    3.438480] AMD-Vi: DTE[0]: 6010000000000003
[    3.438481] AMD-Vi: DTE[1]: 0000000100000007
[    3.438482] AMD-Vi: DTE[2]: 20000003f9710011
[    3.438483] AMD-Vi: DTE[3]: 0000000000000000
[    3.454828] [drm] failed to load ucode id (0) 
[    3.454831] [drm] psp command (0x6) failed and response status is (0xF)
[    3.455054] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f007d000 flags=0x0180]
[    3.455059] AMD-Vi: DTE[0]: 6010000000000003
[    3.455060] AMD-Vi: DTE[1]: 0000000100000007
[    3.455061] AMD-Vi: DTE[2]: 20000003f9710011
[    3.455062] AMD-Vi: DTE[3]: 0000000000000000
[    3.471537] [drm] failed to load ucode id (8) 
[    3.471539] [drm] psp command (0x6) failed and response status is (0xF)
[    3.471684] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f007e000 flags=0x0180]
[    3.471685] AMD-Vi: DTE[0]: 6010000000000003
[    3.471686] AMD-Vi: DTE[1]: 0000000100000007
[    3.471686] AMD-Vi: DTE[2]: 20000003f9710011
[    3.471686] AMD-Vi: DTE[3]: 0000000000000000
[    3.479381] [drm] failed to load ucode id (9) 
[    3.479382] [drm] psp command (0x6) failed and response status is (0xF)
[    3.479528] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f1b6c000 flags=0x0180]
[    3.479530] AMD-Vi: DTE[0]: 6010000000000003
[    3.479531] AMD-Vi: DTE[1]: 0000000100000007
[    3.479531] AMD-Vi: DTE[2]: 20000003f9710011
[    3.479531] AMD-Vi: DTE[3]: 0000000000000000
[    3.489406] [drm] failed to load ucode id (10) 
[    3.489409] [drm] psp command (0x6) failed and response status is (0xF)
[    3.504946] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f03a3000 flags=0x0180]
[    3.504950] AMD-Vi: DTE[0]: 6010000000000003
[    3.504952] AMD-Vi: DTE[1]: 0000000100000007
[    3.504953] AMD-Vi: DTE[2]: 20000003f9710011
[    3.504954] AMD-Vi: DTE[3]: 0000000000000000
[    3.504958] [drm] failed to load ucode id (11) 
[    3.504960] [drm] psp command (0x6) failed and response status is (0xF)
[    3.505087] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ebdc7000 flags=0x0180]
[    3.505088] AMD-Vi: DTE[0]: 6010000000000003
[    3.505089] AMD-Vi: DTE[1]: 0000000100000007
[    3.505090] AMD-Vi: DTE[2]: 20000003f9710011
[    3.505091] AMD-Vi: DTE[3]: 0000000000000000
[    3.521651] [drm] failed to load ucode id (12) 
[    3.521655] [drm] psp command (0x6) failed and response status is (0xF)
[    3.521876] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ebdc6000 flags=0x0180]
[    3.521881] AMD-Vi: DTE[0]: 6010000000000003
[    3.521882] AMD-Vi: DTE[1]: 0000000100000007
[    3.521883] AMD-Vi: DTE[2]: 20000003f9710011
[    3.521884] AMD-Vi: DTE[3]: 0000000000000000
[    3.538195] [drm] failed to load ucode id (13) 
[    3.538197] [drm] psp command (0x6) failed and response status is (0xF)
[    3.538355] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9a78000 flags=0x0180]
[    3.538357] AMD-Vi: DTE[0]: 6010000000000003
[    3.538358] AMD-Vi: DTE[1]: 0000000100000007
[    3.538358] AMD-Vi: DTE[2]: 20000003f9710011
[    3.538358] AMD-Vi: DTE[3]: 0000000000000000
[    3.554832] [drm] failed to load ucode id (17) 
[    3.554835] [drm] psp command (0x6) failed and response status is (0xF)
[    3.555052] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9a7b000 flags=0x0180]
[    3.555057] AMD-Vi: DTE[0]: 6010000000000003
[    3.555058] AMD-Vi: DTE[1]: 0000000100000007
[    3.555059] AMD-Vi: DTE[2]: 20000003f9710011
[    3.555060] AMD-Vi: DTE[3]: 0000000000000000
[    3.571534] [drm] failed to load ucode id (18) 
[    3.571537] [drm] psp command (0x6) failed and response status is (0xF)
[    3.571708] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9a7a000 flags=0x0180]
[    3.571709] AMD-Vi: DTE[0]: 6010000000000003
[    3.571710] AMD-Vi: DTE[1]: 0000000100000007
[    3.571710] AMD-Vi: DTE[2]: 20000003f9710011
[    3.571711] AMD-Vi: DTE[3]: 0000000000000000
[    3.579417] [drm] failed to load ucode id (19) 
[    3.579419] [drm] psp command (0x6) failed and response status is (0xF)
[    3.579610] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e9a7f000 flags=0x0180]
[    3.579614] AMD-Vi: DTE[0]: 6010000000000003
[    3.579616] AMD-Vi: DTE[1]: 0000000100000007
[    3.579616] AMD-Vi: DTE[2]: 20000003f9710011
[    3.579617] AMD-Vi: DTE[3]: 0000000000000000
[    3.604773] [drm] failed to load ucode id (20) 
[    3.604775] [drm] psp command (0x6) failed and response status is (0xF)
[    3.605209] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e98e2000 flags=0x0180]
[    3.605213] AMD-Vi: DTE[0]: 6010000000000003
[    3.605214] AMD-Vi: DTE[1]: 0000000100000007
[    3.605215] AMD-Vi: DTE[2]: 20000003f9710011
[    3.605216] AMD-Vi: DTE[3]: 0000000000000000
[    3.621607] [drm] failed to load ucode id (26) 
[    3.621610] [drm] psp command (0x6) failed and response status is (0xF)
[    3.621820] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eb3e2000 flags=0x0180]
[    3.621823] AMD-Vi: DTE[0]: 6010000000000003
[    3.621824] AMD-Vi: DTE[1]: 0000000100000007
[    3.621825] AMD-Vi: DTE[2]: 20000003f9710011
[    3.621826] AMD-Vi: DTE[3]: 0000000000000000
[    3.638187] [drm] failed to load ucode id (32) 
[    3.638190] [drm] psp command (0x6) failed and response status is (0xF)
[    3.638595] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3eb3ed000 flags=0x0180]
[    3.638597] AMD-Vi: DTE[0]: 6010000000000003
[    3.638597] AMD-Vi: DTE[1]: 0000000100000007
[    3.638598] AMD-Vi: DTE[2]: 20000003f9710011
[    3.638598] AMD-Vi: DTE[3]: 0000000000000000
[    3.640189] EDAC amd64: F17h_M60h detected (node 0).
[    3.640251] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.646248] [drm] psp command (0x4) failed and response status is (0xF)
[    3.654818] amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
[    3.656211] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3ed24d000 flags=0x0180]
[    3.656215] AMD-Vi: DTE[0]: 6010000000000003
[    3.656216] AMD-Vi: DTE[1]: 0000000100000007
[    3.656217] AMD-Vi: DTE[2]: 20000003f9710011
[    3.656218] AMD-Vi: DTE[3]: 0000000000000000
[    3.656222] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e3c80000 flags=0x00a0]
[    3.656223] AMD-Vi: DTE[0]: 6010000000000003
[    3.656224] AMD-Vi: DTE[1]: 0000000100000007
[    3.656225] AMD-Vi: DTE[2]: 20000003f9710011
[    3.656226] AMD-Vi: DTE[3]: 0000000000000000
[    3.656228] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3e3cc0000 flags=0x00a0]
[    3.656229] AMD-Vi: DTE[0]: 6010000000000003
[    3.656230] AMD-Vi: DTE[1]: 0000000100000007
[    3.656231] AMD-Vi: DTE[2]: 20000003f9710011
[    3.656232] AMD-Vi: DTE[3]: 0000000000000000
[    3.656235] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0xfffffffdf8000000 flags=0x0088]
[    3.656236] AMD-Vi: DTE[0]: 6010000000000003
[    3.656237] AMD-Vi: DTE[1]: 0000000100000007
[    3.656238] AMD-Vi: DTE[2]: 20000003f9710011
[    3.656239] AMD-Vi: DTE[3]: 0000000000000000
[    3.656288] [drm] kiq ring mec 2 pipe 1 q 0
[    3.656332] iommu ivhd0: AMD-Vi: Event logged [ILLEGAL_DEV_TABLE_ENTRY device=06:00.0 pasid=0x00000 address=0x3f05c3000 flags=0x0180]
[    3.656334] AMD-Vi: DTE[0]: 6010000000000003
[    3.656335] AMD-Vi: DTE[1]: 0000000100000007
[    3.656336] AMD-Vi: DTE[2]: 20000003f9710011
[    3.656336] AMD-Vi: DTE[3]: 0000000000000000
[    3.691386] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
[    3.797762] EDAC amd64: F17h_M60h detected (node 0).
[    3.797830] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.857880] amdgpu 0000:06:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
[    3.857950] [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] *ERROR* KCQ enable failed
[    3.858020] [drm:amdgpu_device_init.cold [amdgpu]] *ERROR* hw_init of IP block <gfx_v9_0> failed -110
[    3.858021] amdgpu 0000:06:00.0: amdgpu: amdgpu_device_ip_init failed
[    3.858023] amdgpu 0000:06:00.0: amdgpu: Fatal error during GPU init
[    3.858025] [drm] amdgpu: finishing device.
[    3.930478] EDAC amd64: F17h_M60h detected (node 0).
[    3.930588] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.024041] EDAC amd64: F17h_M60h detected (node 0).
[    4.024098] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.104230] EDAC amd64: F17h_M60h detected (node 0).
[    4.104293] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.197245] EDAC amd64: F17h_M60h detected (node 0).
[    4.197303] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.264243] EDAC amd64: F17h_M60h detected (node 0).
[    4.264304] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.330802] EDAC amd64: F17h_M60h detected (node 0).
[    4.330859] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.732309] amdgpu 0000:06:00.0: amdgpu: failed send message: PowerDownSdma (13) 	param: 0x00000000 response 0xffffffc2
[    7.604974] amdgpu 0000:06:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
[    9.144635] wlan0: authenticate with a6:91:b1:79:30:0c
[    9.157328] wlan0: send auth to a6:91:b1:79:30:0c (try 1/3)
[    9.188620] wlan0: authenticated
[    9.189371] wlan0: associate with a6:91:b1:79:30:0c (try 1/3)
[    9.191393] wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=0 aid=3)
[    9.208091] wlan0: associated
[    9.262962] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[    9.290961] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by a6:91:b1:79:30:0c
[    9.480163] amdgpu 0000:06:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
[    9.489369] [drm] psp command (0x2) failed and response status is (0x117)
[    9.489371] [drm] free PSP TMR buffer
[   14.932538] kauditd_printk_skb: 19 callbacks suppressed
[   14.932541] audit: type=1100 audit(1602984017.729:30): pid=1083 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/sshd" hostname=192.168.0.19 addr=192.168.0.19 terminal=ssh res=success'
[   14.957696] audit: type=1101 audit(1602984017.756:31): pid=1083 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/bin/sshd" hostname=192.168.0.19 addr=192.168.0.19 terminal=ssh res=success'
[   14.960095] audit: type=1103 audit(1602984017.759:32): pid=1083 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/sshd" hostname=192.168.0.19 addr=192.168.0.19 terminal=ssh res=success'
[   14.960102] audit: type=1006 audit(1602984017.759:33): pid=1083 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[   14.984780] audit: type=1130 audit(1602984017.783:34): 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'
[   14.995155] audit: type=1101 audit(1602984017.793:35): pid=1092 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.995163] audit: type=1103 audit(1602984017.793:36): pid=1092 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   14.995229] audit: type=1006 audit(1602984017.793:37): pid=1092 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   14.997489] audit: type=1105 audit(1602984017.796:38): pid=1092 uid=0 auid=1000 ses=2 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="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.007512] audit: type=1334 audit(1602984017.806:39): prog-id=11 op=LOAD
[   21.121854] kauditd_printk_skb: 4 callbacks suppressed
[   21.121857] audit: type=1131 audit(1602984023.919:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   31.987904] audit: type=1131 audit(1602984034.786:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.301383] audit: type=1334 audit(1602984035.099:46): prog-id=10 op=UNLOAD
[   32.301391] audit: type=1334 audit(1602984035.099:47): prog-id=9 op=UNLOAD
[   39.966816] [drm] psp command (0x7) failed and response status is (0x0)
[   40.269766] [drm:psp_v12_0_ring_destroy [amdgpu]] *ERROR* Fail to stop psp ring
[   40.274354] ------------[ cut here ]------------
[   40.274357] Memory manager not clean during takedown.
[   40.274412] WARNING: CPU: 5 PID: 339 at drivers/gpu/drm/drm_mm.c:998 drm_mm_takedown+0x1f/0x30 [drm]
[   40.274413] Modules linked in: cmac ccm btusb uvcvideo btrtl btbcm btintel videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common bluetooth videodev ecdh_generic ecc mc joydev mousedev amdgpu(+) iwlmvm mac80211 edac_mce_amd libarc4 btrfs kvm_amd gpu_sched i2c_algo_bit blake2b_generic xor wmi_bmof iwlwifi kvm snd_hda_codec_realtek ttm snd_hda_codec_generic snd_hda_codec_hdmi drm_kms_helper snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul cfg80211 snd_hda_codec crc32_pclmul ghash_clmulni_intel aesni_intel snd_hda_core cec crypto_simd snd_hwdep cryptd nls_iso8859_1 glue_helper r8169 rc_core raid6_pq snd_pcm nls_cp437 realtek thinkpad_acpi sp5100_tco vfat mdio_devres syscopyarea fat of_mdio ipmi_devintf psmouse sysfillrect fixed_phy tpm_crb snd_rn_pci_acp3x rapl input_leds sysimgblt nvram pcspkr k10temp libcrc32c fb_sys_fops i2c_piix4 snd_timer ledtrig_audio ccp snd_pci_acp3x libphy tpm_tis rfkill ipmi_msghandler ucsi_acpi tpm_tis_core typec_ucsi snd tpm typec rng_core wmi
[   40.274435]  soundcore battery ac i2c_scmi acpi_cpufreq evdev pinctrl_amd mac_hid drm pkcs8_key_parser crypto_user acpi_call(OE) agpgart ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 rtsx_pci_sdmmc serio_raw mmc_core atkbd libps2 xhci_pci xhci_pci_renesas crc32c_intel xhci_hcd ehci_pci rtsx_pci ehci_hcd i8042 serio
[   40.274447] CPU: 5 PID: 339 Comm: systemd-udevd Tainted: G           OE     5.9.1-arch1-1 #1
[   40.274448] Hardware name: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
[   40.274456] RIP: 0010:drm_mm_takedown+0x1f/0x30 [drm]
[   40.274457] Code: 0f 1f 84 00 00 00 00 00 0f 1f 00 0f 1f 44 00 00 48 8b 47 38 48 83 c7 38 48 39 f8 75 01 c3 48 c7 c7 b8 6a 65 c0 e8 d7 14 c8 cc <0f> 0b c3 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 0f 1f 44 00 00
[   40.274458] RSP: 0018:ffffa70b413879c0 EFLAGS: 00010282
[   40.274459] RAX: 0000000000000000 RBX: ffff8cf9ea0250e0 RCX: 0000000000000000
[   40.274459] RDX: 0000000000000002 RSI: ffffffff8e553f7f RDI: 00000000ffffffff
[   40.274459] RBP: ffff8cf9fa55f600 R08: 000000000000050e R09: 0000000000000003
[   40.274460] R10: 0000000000000000 R11: 0000000000000001 R12: ffff8cf9fa55f6f0
[   40.274460] R13: ffff8cf9ea024f68 R14: 0000000000000000 R15: 0000000000000000
[   40.274461] FS:  00007fc43814f440(0000) GS:ffff8cf9ff740000(0000) knlGS:0000000000000000
[   40.274462] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   40.274462] CR2: 000055a7af74c07b CR3: 00000003fa348000 CR4: 0000000000350ee0
[   40.274463] Call Trace:
[   40.274539]  amdgpu_vram_mgr_fini+0x2c/0x60 [amdgpu]
[   40.274545]  ttm_bo_clean_mm+0xb3/0xd0 [ttm]
[   40.274600]  amdgpu_ttm_fini+0x8b/0xe0 [amdgpu]
[   40.274652]  amdgpu_bo_fini+0xe/0x30 [amdgpu]
[   40.274710]  gmc_v9_0_sw_fini+0x6b/0x90 [amdgpu]
[   40.274784]  amdgpu_device_fini+0x282/0x482 [amdgpu]
[   40.274837]  amdgpu_driver_unload_kms+0x3e/0x70 [amdgpu]
[   40.274905]  amdgpu_driver_load_kms.cold+0x35/0x57 [amdgpu]
[   40.274960]  amdgpu_pci_probe+0xf4/0x180 [amdgpu]
[   40.274965]  local_pci_probe+0x42/0x80
[   40.274967]  ? pci_match_device+0xd7/0x100
[   40.274967]  pci_device_probe+0xfa/0x1b0
[   40.274970]  really_probe+0x205/0x460
[   40.274972]  driver_probe_device+0xe1/0x150
[   40.274973]  device_driver_attach+0xa1/0xb0
[   40.274974]  __driver_attach+0x8a/0x150
[   40.274975]  ? device_driver_attach+0xb0/0xb0
[   40.274976]  ? device_driver_attach+0xb0/0xb0
[   40.274977]  bus_for_each_dev+0x89/0xd0
[   40.274978]  bus_add_driver+0x12b/0x1e0
[   40.274979]  driver_register+0x8b/0xe0
[   40.274980]  ? 0xffffffffc1ae4000
[   40.274982]  do_one_initcall+0x59/0x234
[   40.274985]  do_init_module+0x5c/0x260
[   40.274986]  load_module+0x21a7/0x2450
[   40.274988]  __do_sys_init_module+0x12d/0x180
[   40.274992]  do_syscall_64+0x33/0x40
[   40.274994]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   40.274995] RIP: 0033:0x7fc438ed8e4e
[   40.274997] Code: 48 8b 0d 25 10 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d f2 0f 0c 00 f7 d8 64 89 01 48
[   40.274998] RSP: 002b:00007ffdb15dc2c8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[   40.274998] RAX: ffffffffffffffda RBX: 000055b69e4c6fb0 RCX: 00007fc438ed8e4e
[   40.274999] RDX: 000055b69e4fd0d0 RSI: 0000000000afd1f1 RDI: 000055b69ee18bd0
[   40.274999] RBP: 000055b69ee18bd0 R08: fffffffffffffff0 R09: 00007ffdb15db361
[   40.274999] R10: 000055b69e4c0010 R11: 0000000000000246 R12: 000055b69e4fd0d0
[   40.275000] R13: 0000000000000011 R14: 000055b69e514f80 R15: 000055b69e4c6fb0
[   40.275001] ---[ end trace 8963468e0e2f691d ]---
[   40.275015] [TTM] Finalizing pool allocator
[   40.275019] [TTM] Finalizing DMA pool allocator
[   40.275082] [TTM] Zone  kernel: Used memory at exit: 34 KiB
[   40.275084] [TTM] Zone   dma32: Used memory at exit: 0 KiB
[   40.275085] [drm] amdgpu: ttm finalized
[   40.275239] amdgpu: probe of 0000:06:00.0 failed with error -110
[   40.300641] audit: type=1130 audit(1602984043.099:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  127.065329] audit: type=1100 audit(1602984129.862:49): pid=1153 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=LenovoL15 addr=? terminal=pts/0 res=success'
[  127.065388] audit: type=1101 audit(1602984129.862:50): pid=1153 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=LenovoL15 addr=? terminal=pts/0 res=success'
[  127.065875] audit: type=1103 audit(1602984129.862:51): pid=1153 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=LenovoL15 addr=? terminal=pts/0 res=success'
[  127.066045] audit: type=1105 audit(1602984129.862:52): pid=1153 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=LenovoL15 addr=? terminal=pts/0 res=success'

I doubt this will get me any further, so I guess I should go down the path of reporting an issue, after I check the issues already there.
Should I include similar info to what I have here? I'll certainly link to this forum thread, and I suppose I should add the journal output for different boot situations (nomodeset, no extra params, exp_hw_support) too.

As for Linux Mint - I'll start the upgrade to Kernel 5.8.4 now. I did test the kernel parameter amdgpu.exp_hw_support=1 in Mint, but that just caused the system to hang on boot sad

Hopefully this issue is able to be solved.
Thanks for your help so far, I can at least log in via SSH on a boot without nomodeset, but that's not too useful.
I'll continue to report my findings back here, and I'll keep an eye out for any tips or solutions anyone may have.

Last edited by Anthony Wilson (2020-10-18 01:49:58)

Offline

#14 2020-10-18 02:21:47

liewkj
Member
Registered: 2019-07-08
Posts: 210

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Your system failed to load bunch of display ucodes and [drm] then entered premature take-down mode during initialization error. Other similar Ryzen 4700U systems were able to load the ucodes with kernel 5.8.x. Are you sure the linux-firmware was installed properly? Take a look at:

$ ls /lib/firmware/amdgpu/*

Offline

#15 2020-10-18 02:28:45

Anthony Wilson
Member
Registered: 2020-10-15
Posts: 38

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

I'm still not entirely sure which firmware I should be looking for, but here's the entire output of ls -l /lib/firmware/amdgpu/*

-rw-r--r-- 1 root root  61932 Oct 18 08:20 /lib/firmware/amdgpu/banks_k_2_smc.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/bonaire_ce.bin
-rw-r--r-- 1 root root 130796 Oct 18 08:20 /lib/firmware/amdgpu/bonaire_k_smc.bin
-rw-r--r-- 1 root root  32336 Oct 18 08:20 /lib/firmware/amdgpu/bonaire_mc.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/bonaire_me.bin
-rw-r--r-- 1 root root  17024 Oct 18 08:20 /lib/firmware/amdgpu/bonaire_mec.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/bonaire_pfp.bin
-rw-r--r-- 1 root root   8448 Oct 18 08:20 /lib/firmware/amdgpu/bonaire_rlc.bin
-rw-r--r-- 1 root root   4456 Oct 18 08:20 /lib/firmware/amdgpu/bonaire_sdma.bin
-rw-r--r-- 1 root root   4456 Oct 18 08:20 /lib/firmware/amdgpu/bonaire_sdma1.bin
-rw-r--r-- 1 root root 130796 Oct 18 08:20 /lib/firmware/amdgpu/bonaire_smc.bin
-rw-r--r-- 1 root root 232752 Oct 18 08:20 /lib/firmware/amdgpu/bonaire_uvd.bin
-rw-r--r-- 1 root root 101072 Oct 18 08:20 /lib/firmware/amdgpu/bonaire_vce.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/carrizo_ce.bin
-rw-r--r-- 1 root root  17024 Oct 18 08:20 /lib/firmware/amdgpu/carrizo_me.bin
-rw-r--r-- 1 root root 262784 Oct 18 08:20 /lib/firmware/amdgpu/carrizo_mec.bin
-rw-r--r-- 1 root root 262784 Oct 18 08:20 /lib/firmware/amdgpu/carrizo_mec2.bin
-rw-r--r-- 1 root root  17024 Oct 18 08:20 /lib/firmware/amdgpu/carrizo_pfp.bin
-rw-r--r-- 1 root root  18836 Oct 18 08:20 /lib/firmware/amdgpu/carrizo_rlc.bin
-rw-r--r-- 1 root root  10624 Oct 18 08:20 /lib/firmware/amdgpu/carrizo_sdma.bin
-rw-r--r-- 1 root root  10624 Oct 18 08:20 /lib/firmware/amdgpu/carrizo_sdma1.bin
-rw-r--r-- 1 root root 271712 Oct 18 08:20 /lib/firmware/amdgpu/carrizo_uvd.bin
-rw-r--r-- 1 root root 175840 Oct 18 08:20 /lib/firmware/amdgpu/carrizo_vce.bin
-rw-r--r-- 1 root root   8852 Oct 18 08:20 /lib/firmware/amdgpu/fiji_ce.bin
-rw-r--r-- 1 root root  16028 Oct 18 08:20 /lib/firmware/amdgpu/fiji_mc.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/fiji_me.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/fiji_mec.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/fiji_mec2.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/fiji_pfp.bin
-rw-r--r-- 1 root root  16636 Oct 18 08:20 /lib/firmware/amdgpu/fiji_rlc.bin
-rw-r--r-- 1 root root  10644 Oct 18 08:20 /lib/firmware/amdgpu/fiji_sdma.bin
-rw-r--r-- 1 root root  10644 Oct 18 08:20 /lib/firmware/amdgpu/fiji_sdma1.bin
-rw-r--r-- 1 root root 129604 Oct 18 08:20 /lib/firmware/amdgpu/fiji_smc.bin
-rw-r--r-- 1 root root 266768 Oct 18 08:20 /lib/firmware/amdgpu/fiji_uvd.bin
-rw-r--r-- 1 root root 161024 Oct 18 08:20 /lib/firmware/amdgpu/fiji_vce.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/hainan_ce.bin
-rw-r--r-- 1 root root  61876 Oct 18 08:20 /lib/firmware/amdgpu/hainan_k_smc.bin
-rw-r--r-- 1 root root  31996 Oct 18 08:20 /lib/firmware/amdgpu/hainan_mc.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/hainan_me.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/hainan_pfp.bin
-rw-r--r-- 1 root root   8448 Oct 18 08:20 /lib/firmware/amdgpu/hainan_rlc.bin
-rw-r--r-- 1 root root  61444 Oct 18 08:20 /lib/firmware/amdgpu/hainan_smc.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/hawaii_ce.bin
-rw-r--r-- 1 root root 130796 Oct 18 08:20 /lib/firmware/amdgpu/hawaii_k_smc.bin
-rw-r--r-- 1 root root  32796 Oct 18 08:20 /lib/firmware/amdgpu/hawaii_mc.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/hawaii_me.bin
-rw-r--r-- 1 root root  17024 Oct 18 08:20 /lib/firmware/amdgpu/hawaii_mec.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/hawaii_pfp.bin
-rw-r--r-- 1 root root   8448 Oct 18 08:20 /lib/firmware/amdgpu/hawaii_rlc.bin
-rw-r--r-- 1 root root   4456 Oct 18 08:20 /lib/firmware/amdgpu/hawaii_sdma.bin
-rw-r--r-- 1 root root   4456 Oct 18 08:20 /lib/firmware/amdgpu/hawaii_sdma1.bin
-rw-r--r-- 1 root root 130796 Oct 18 08:20 /lib/firmware/amdgpu/hawaii_smc.bin
-rw-r--r-- 1 root root 232752 Oct 18 08:20 /lib/firmware/amdgpu/hawaii_uvd.bin
-rw-r--r-- 1 root root 101072 Oct 18 08:20 /lib/firmware/amdgpu/hawaii_vce.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/kabini_ce.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/kabini_me.bin
-rw-r--r-- 1 root root  17024 Oct 18 08:20 /lib/firmware/amdgpu/kabini_mec.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/kabini_pfp.bin
-rw-r--r-- 1 root root  10496 Oct 18 08:20 /lib/firmware/amdgpu/kabini_rlc.bin
-rw-r--r-- 1 root root   4456 Oct 18 08:20 /lib/firmware/amdgpu/kabini_sdma.bin
-rw-r--r-- 1 root root   4456 Oct 18 08:20 /lib/firmware/amdgpu/kabini_sdma1.bin
-rw-r--r-- 1 root root 232752 Oct 18 08:20 /lib/firmware/amdgpu/kabini_uvd.bin
-rw-r--r-- 1 root root 101072 Oct 18 08:20 /lib/firmware/amdgpu/kabini_vce.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/kaveri_ce.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/kaveri_me.bin
-rw-r--r-- 1 root root  17024 Oct 18 08:20 /lib/firmware/amdgpu/kaveri_mec.bin
-rw-r--r-- 1 root root  17024 Oct 18 08:20 /lib/firmware/amdgpu/kaveri_mec2.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/kaveri_pfp.bin
-rw-r--r-- 1 root root  10496 Oct 18 08:20 /lib/firmware/amdgpu/kaveri_rlc.bin
-rw-r--r-- 1 root root   4456 Oct 18 08:20 /lib/firmware/amdgpu/kaveri_sdma.bin
-rw-r--r-- 1 root root   4456 Oct 18 08:20 /lib/firmware/amdgpu/kaveri_sdma1.bin
-rw-r--r-- 1 root root 232752 Oct 18 08:20 /lib/firmware/amdgpu/kaveri_uvd.bin
-rw-r--r-- 1 root root 101072 Oct 18 08:20 /lib/firmware/amdgpu/kaveri_vce.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/mullins_ce.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/mullins_me.bin
-rw-r--r-- 1 root root  17024 Oct 18 08:20 /lib/firmware/amdgpu/mullins_mec.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/mullins_pfp.bin
-rw-r--r-- 1 root root  10496 Oct 18 08:20 /lib/firmware/amdgpu/mullins_rlc.bin
-rw-r--r-- 1 root root   4456 Oct 18 08:20 /lib/firmware/amdgpu/mullins_sdma.bin
-rw-r--r-- 1 root root   4456 Oct 18 08:20 /lib/firmware/amdgpu/mullins_sdma1.bin
-rw-r--r-- 1 root root 232752 Oct 18 08:20 /lib/firmware/amdgpu/mullins_uvd.bin
-rw-r--r-- 1 root root 101072 Oct 18 08:20 /lib/firmware/amdgpu/mullins_vce.bin
-rw-r--r-- 1 root root 180736 Oct 18 08:20 /lib/firmware/amdgpu/navi10_asd.bin
-rw-r--r-- 1 root root 263296 Oct 18 08:20 /lib/firmware/amdgpu/navi10_ce.bin
-rw-r--r-- 1 root root    772 Oct 18 08:20 /lib/firmware/amdgpu/navi10_gpu_info.bin
-rw-r--r-- 1 root root 263424 Oct 18 08:20 /lib/firmware/amdgpu/navi10_me.bin
-rw-r--r-- 1 root root 268592 Oct 18 08:20 /lib/firmware/amdgpu/navi10_mec.bin
-rw-r--r-- 1 root root 268592 Oct 18 08:20 /lib/firmware/amdgpu/navi10_mec2.bin
-rw-r--r-- 1 root root 263424 Oct 18 08:20 /lib/firmware/amdgpu/navi10_pfp.bin
-rw-r--r-- 1 root root  43952 Oct 18 08:20 /lib/firmware/amdgpu/navi10_rlc.bin
-rw-r--r-- 1 root root  33792 Oct 18 08:20 /lib/firmware/amdgpu/navi10_sdma.bin
-rw-r--r-- 1 root root  33792 Oct 18 08:20 /lib/firmware/amdgpu/navi10_sdma1.bin
-rw-r--r-- 1 root root 267970 Oct 18 08:20 /lib/firmware/amdgpu/navi10_smc.bin
-rw-r--r-- 1 root root 184480 Oct 18 08:20 /lib/firmware/amdgpu/navi10_sos.bin
-rw-r--r-- 1 root root  29440 Oct 18 08:20 /lib/firmware/amdgpu/navi10_ta.bin
-rw-r--r-- 1 root root 392704 Oct 18 08:20 /lib/firmware/amdgpu/navi10_vcn.bin
-rw-r--r-- 1 root root 180736 Oct 18 08:20 /lib/firmware/amdgpu/navi12_asd.bin
-rw-r--r-- 1 root root 263296 Oct 18 08:20 /lib/firmware/amdgpu/navi12_ce.bin
-rw-r--r-- 1 root root  23904 Oct 18 08:20 /lib/firmware/amdgpu/navi12_dmcu.bin
-rw-r--r-- 1 root root    772 Oct 18 08:20 /lib/firmware/amdgpu/navi12_gpu_info.bin
-rw-r--r-- 1 root root 263424 Oct 18 08:20 /lib/firmware/amdgpu/navi12_me.bin
-rw-r--r-- 1 root root 268592 Oct 18 08:20 /lib/firmware/amdgpu/navi12_mec.bin
-rw-r--r-- 1 root root 268592 Oct 18 08:20 /lib/firmware/amdgpu/navi12_mec2.bin
-rw-r--r-- 1 root root 263424 Oct 18 08:20 /lib/firmware/amdgpu/navi12_pfp.bin
-rw-r--r-- 1 root root  43720 Oct 18 08:20 /lib/firmware/amdgpu/navi12_rlc.bin
-rw-r--r-- 1 root root  33792 Oct 18 08:20 /lib/firmware/amdgpu/navi12_sdma.bin
-rw-r--r-- 1 root root  33792 Oct 18 08:20 /lib/firmware/amdgpu/navi12_sdma1.bin
-rw-r--r-- 1 root root 264586 Oct 18 08:20 /lib/firmware/amdgpu/navi12_smc.bin
-rw-r--r-- 1 root root 196464 Oct 18 08:20 /lib/firmware/amdgpu/navi12_sos.bin
-rw-r--r-- 1 root root  29440 Oct 18 08:20 /lib/firmware/amdgpu/navi12_ta.bin
-rw-r--r-- 1 root root 392704 Oct 18 08:20 /lib/firmware/amdgpu/navi12_vcn.bin
-rw-r--r-- 1 root root 180736 Oct 18 08:20 /lib/firmware/amdgpu/navi14_asd.bin
-rw-r--r-- 1 root root 263296 Oct 18 08:20 /lib/firmware/amdgpu/navi14_ce.bin
-rw-r--r-- 1 root root 263296 Oct 18 08:20 /lib/firmware/amdgpu/navi14_ce_wks.bin
-rw-r--r-- 1 root root    772 Oct 18 08:20 /lib/firmware/amdgpu/navi14_gpu_info.bin
-rw-r--r-- 1 root root 263424 Oct 18 08:20 /lib/firmware/amdgpu/navi14_me.bin
-rw-r--r-- 1 root root 263424 Oct 18 08:20 /lib/firmware/amdgpu/navi14_me_wks.bin
-rw-r--r-- 1 root root 268592 Oct 18 08:20 /lib/firmware/amdgpu/navi14_mec.bin
-rw-r--r-- 1 root root 268592 Oct 18 08:20 /lib/firmware/amdgpu/navi14_mec2.bin
-rw-r--r-- 1 root root 268592 Oct 18 08:20 /lib/firmware/amdgpu/navi14_mec2_wks.bin
-rw-r--r-- 1 root root 268592 Oct 18 08:20 /lib/firmware/amdgpu/navi14_mec_wks.bin
-rw-r--r-- 1 root root 263424 Oct 18 08:20 /lib/firmware/amdgpu/navi14_pfp.bin
-rw-r--r-- 1 root root 263424 Oct 18 08:20 /lib/firmware/amdgpu/navi14_pfp_wks.bin
-rw-r--r-- 1 root root  42856 Oct 18 08:20 /lib/firmware/amdgpu/navi14_rlc.bin
-rw-r--r-- 1 root root  33792 Oct 18 08:20 /lib/firmware/amdgpu/navi14_sdma.bin
-rw-r--r-- 1 root root  33792 Oct 18 08:20 /lib/firmware/amdgpu/navi14_sdma1.bin
-rw-r--r-- 1 root root 264586 Oct 18 08:20 /lib/firmware/amdgpu/navi14_smc.bin
-rw-r--r-- 1 root root 184144 Oct 18 08:20 /lib/firmware/amdgpu/navi14_sos.bin
-rw-r--r-- 1 root root  29440 Oct 18 08:20 /lib/firmware/amdgpu/navi14_ta.bin
-rw-r--r-- 1 root root 392704 Oct 18 08:20 /lib/firmware/amdgpu/navi14_vcn.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/oland_ce.bin
-rw-r--r-- 1 root root  62692 Oct 18 08:20 /lib/firmware/amdgpu/oland_k_smc.bin
-rw-r--r-- 1 root root  31996 Oct 18 08:20 /lib/firmware/amdgpu/oland_mc.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/oland_me.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/oland_pfp.bin
-rw-r--r-- 1 root root   8448 Oct 18 08:20 /lib/firmware/amdgpu/oland_rlc.bin
-rw-r--r-- 1 root root  62260 Oct 18 08:20 /lib/firmware/amdgpu/oland_smc.bin
-rw-r--r-- 1 root root 219928 Oct 18 08:20 /lib/firmware/amdgpu/oland_uvd.bin
-rw-r--r-- 1 root root 180736 Oct 18 08:20 /lib/firmware/amdgpu/picasso_asd.bin
-rw-r--r-- 1 root root   9344 Oct 18 08:20 /lib/firmware/amdgpu/picasso_ce.bin
-rw-r--r-- 1 root root    316 Oct 18 08:20 /lib/firmware/amdgpu/picasso_gpu_info.bin
-rw-r--r-- 1 root root  17536 Oct 18 08:20 /lib/firmware/amdgpu/picasso_me.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/picasso_mec.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/picasso_mec2.bin
-rw-r--r-- 1 root root  21632 Oct 18 08:20 /lib/firmware/amdgpu/picasso_pfp.bin
-rw-r--r-- 1 root root  39140 Oct 18 08:20 /lib/firmware/amdgpu/picasso_rlc.bin
-rw-r--r-- 1 root root  39140 Oct 18 08:20 /lib/firmware/amdgpu/picasso_rlc_am4.bin
-rw-r--r-- 1 root root  17408 Oct 18 08:20 /lib/firmware/amdgpu/picasso_sdma.bin
-rw-r--r-- 1 root root  33536 Oct 18 08:20 /lib/firmware/amdgpu/picasso_ta.bin
-rw-r--r-- 1 root root 355264 Oct 18 08:20 /lib/firmware/amdgpu/picasso_vcn.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/pitcairn_ce.bin
-rw-r--r-- 1 root root  61712 Oct 18 08:20 /lib/firmware/amdgpu/pitcairn_k_smc.bin
-rw-r--r-- 1 root root  31644 Oct 18 08:20 /lib/firmware/amdgpu/pitcairn_mc.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/pitcairn_me.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/pitcairn_pfp.bin
-rw-r--r-- 1 root root   8448 Oct 18 08:20 /lib/firmware/amdgpu/pitcairn_rlc.bin
-rw-r--r-- 1 root root  61280 Oct 18 08:20 /lib/firmware/amdgpu/pitcairn_smc.bin
-rw-r--r-- 1 root root 219928 Oct 18 08:20 /lib/firmware/amdgpu/pitcairn_uvd.bin
-rw-r--r-- 1 root root   8852 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_ce.bin
-rw-r--r-- 1 root root   8852 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_ce_2.bin
-rw-r--r-- 1 root root 130228 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_k2_smc.bin
-rw-r--r-- 1 root root  32832 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_k_mc.bin
-rw-r--r-- 1 root root 130244 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_k_smc.bin
-rw-r--r-- 1 root root  32732 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_mc.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_me.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_me_2.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_mec.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_mec2.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_mec2_2.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_mec_2.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_pfp.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_pfp_2.bin
-rw-r--r-- 1 root root  23488 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_rlc.bin
-rw-r--r-- 1 root root  12692 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_sdma.bin
-rw-r--r-- 1 root root  12692 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_sdma1.bin
-rw-r--r-- 1 root root 130216 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_smc.bin
-rw-r--r-- 1 root root 130196 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_smc_sk.bin
-rw-r--r-- 1 root root 375424 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_uvd.bin
-rw-r--r-- 1 root root 166816 Oct 18 08:20 /lib/firmware/amdgpu/polaris10_vce.bin
-rw-r--r-- 1 root root   8852 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_ce.bin
-rw-r--r-- 1 root root   8852 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_ce_2.bin
-rw-r--r-- 1 root root 130228 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_k2_smc.bin
-rw-r--r-- 1 root root  32832 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_k_mc.bin
-rw-r--r-- 1 root root 130228 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_k_smc.bin
-rw-r--r-- 1 root root  33104 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_mc.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_me.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_me_2.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_mec.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_mec2.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_mec2_2.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_mec_2.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_pfp.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_pfp_2.bin
-rw-r--r-- 1 root root  22688 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_rlc.bin
-rw-r--r-- 1 root root  12692 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_sdma.bin
-rw-r--r-- 1 root root  12692 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_sdma1.bin
-rw-r--r-- 1 root root 130196 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_smc.bin
-rw-r--r-- 1 root root 130196 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_smc_sk.bin
-rw-r--r-- 1 root root 375424 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_uvd.bin
-rw-r--r-- 1 root root 166816 Oct 18 08:20 /lib/firmware/amdgpu/polaris11_vce.bin
-rw-r--r-- 1 root root   8852 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_ce.bin
-rw-r--r-- 1 root root   8852 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_ce_2.bin
-rw-r--r-- 1 root root  32832 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_k_mc.bin
-rw-r--r-- 1 root root 130388 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_k_smc.bin
-rw-r--r-- 1 root root  32608 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_mc.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_me.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_me_2.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_mec.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_mec2.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_mec2_2.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_mec_2.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_pfp.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_pfp_2.bin
-rw-r--r-- 1 root root  16660 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_rlc.bin
-rw-r--r-- 1 root root  12692 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_sdma.bin
-rw-r--r-- 1 root root  12692 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_sdma1.bin
-rw-r--r-- 1 root root 130388 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_smc.bin
-rw-r--r-- 1 root root 375424 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_uvd.bin
-rw-r--r-- 1 root root 166816 Oct 18 08:20 /lib/firmware/amdgpu/polaris12_vce.bin
-rw-r--r-- 1 root root 180736 Oct 18 08:20 /lib/firmware/amdgpu/raven2_asd.bin
-rw-r--r-- 1 root root   9344 Oct 18 08:20 /lib/firmware/amdgpu/raven2_ce.bin
-rw-r--r-- 1 root root    316 Oct 18 08:20 /lib/firmware/amdgpu/raven2_gpu_info.bin
-rw-r--r-- 1 root root  17536 Oct 18 08:20 /lib/firmware/amdgpu/raven2_me.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/raven2_mec.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/raven2_mec2.bin
-rw-r--r-- 1 root root  21632 Oct 18 08:20 /lib/firmware/amdgpu/raven2_pfp.bin
-rw-r--r-- 1 root root  38324 Oct 18 08:20 /lib/firmware/amdgpu/raven2_rlc.bin
-rw-r--r-- 1 root root  17408 Oct 18 08:20 /lib/firmware/amdgpu/raven2_sdma.bin
-rw-r--r-- 1 root root  33536 Oct 18 08:20 /lib/firmware/amdgpu/raven2_ta.bin
-rw-r--r-- 1 root root 355264 Oct 18 08:20 /lib/firmware/amdgpu/raven2_vcn.bin
-rw-r--r-- 1 root root 180736 Oct 18 08:20 /lib/firmware/amdgpu/raven_asd.bin
-rw-r--r-- 1 root root   9344 Oct 18 08:20 /lib/firmware/amdgpu/raven_ce.bin
-rw-r--r-- 1 root root  23264 Oct 18 08:20 /lib/firmware/amdgpu/raven_dmcu.bin
-rw-r--r-- 1 root root    316 Oct 18 08:20 /lib/firmware/amdgpu/raven_gpu_info.bin
-rw-r--r-- 1 root root  39140 Oct 18 08:20 /lib/firmware/amdgpu/raven_kicker_rlc.bin
-rw-r--r-- 1 root root  17536 Oct 18 08:20 /lib/firmware/amdgpu/raven_me.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/raven_mec.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/raven_mec2.bin
-rw-r--r-- 1 root root  21632 Oct 18 08:20 /lib/firmware/amdgpu/raven_pfp.bin
-rw-r--r-- 1 root root  39140 Oct 18 08:20 /lib/firmware/amdgpu/raven_rlc.bin
-rw-r--r-- 1 root root  17408 Oct 18 08:20 /lib/firmware/amdgpu/raven_sdma.bin
-rw-r--r-- 1 root root  29440 Oct 18 08:20 /lib/firmware/amdgpu/raven_ta.bin
-rw-r--r-- 1 root root 355264 Oct 18 08:20 /lib/firmware/amdgpu/raven_vcn.bin
-rw-r--r-- 1 root root 180736 Oct 18 08:20 /lib/firmware/amdgpu/renoir_asd.bin
-rw-r--r-- 1 root root   9344 Oct 18 08:20 /lib/firmware/amdgpu/renoir_ce.bin
-rw-r--r-- 1 root root  57940 Oct 18 08:20 /lib/firmware/amdgpu/renoir_dmcub.bin
-rw-r--r-- 1 root root    316 Oct 18 08:20 /lib/firmware/amdgpu/renoir_gpu_info.bin
-rw-r--r-- 1 root root  17536 Oct 18 08:20 /lib/firmware/amdgpu/renoir_me.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/renoir_mec.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/renoir_mec2.bin
-rw-r--r-- 1 root root  21632 Oct 18 08:20 /lib/firmware/amdgpu/renoir_pfp.bin
-rw-r--r-- 1 root root  38904 Oct 18 08:20 /lib/firmware/amdgpu/renoir_rlc.bin
-rw-r--r-- 1 root root  17408 Oct 18 08:20 /lib/firmware/amdgpu/renoir_sdma.bin
-rw-r--r-- 1 root root  33536 Oct 18 08:20 /lib/firmware/amdgpu/renoir_ta.bin
-rw-r--r-- 1 root root 457856 Oct 18 08:20 /lib/firmware/amdgpu/renoir_vcn.bin
-rw-r--r-- 1 root root  32488 Oct 18 08:20 /lib/firmware/amdgpu/si58_mc.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/stoney_ce.bin
-rw-r--r-- 1 root root  17024 Oct 18 08:20 /lib/firmware/amdgpu/stoney_me.bin
-rw-r--r-- 1 root root 262784 Oct 18 08:20 /lib/firmware/amdgpu/stoney_mec.bin
-rw-r--r-- 1 root root  17024 Oct 18 08:20 /lib/firmware/amdgpu/stoney_pfp.bin
-rw-r--r-- 1 root root  17236 Oct 18 08:20 /lib/firmware/amdgpu/stoney_rlc.bin
-rw-r--r-- 1 root root  10624 Oct 18 08:20 /lib/firmware/amdgpu/stoney_sdma.bin
-rw-r--r-- 1 root root 277216 Oct 18 08:20 /lib/firmware/amdgpu/stoney_uvd.bin
-rw-r--r-- 1 root root 166816 Oct 18 08:20 /lib/firmware/amdgpu/stoney_vce.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/tahiti_ce.bin
-rw-r--r-- 1 root root  64364 Oct 18 08:20 /lib/firmware/amdgpu/tahiti_k_smc.bin
-rw-r--r-- 1 root root  31776 Oct 18 08:20 /lib/firmware/amdgpu/tahiti_mc.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/tahiti_me.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/tahiti_pfp.bin
-rw-r--r-- 1 root root   8448 Oct 18 08:20 /lib/firmware/amdgpu/tahiti_rlc.bin
-rw-r--r-- 1 root root  63932 Oct 18 08:20 /lib/firmware/amdgpu/tahiti_smc.bin
-rw-r--r-- 1 root root 219928 Oct 18 08:20 /lib/firmware/amdgpu/tahiti_uvd.bin
-rw-r--r-- 1 root root   8852 Oct 18 08:20 /lib/firmware/amdgpu/tonga_ce.bin
-rw-r--r-- 1 root root 130460 Oct 18 08:20 /lib/firmware/amdgpu/tonga_k_smc.bin
-rw-r--r-- 1 root root  31352 Oct 18 08:20 /lib/firmware/amdgpu/tonga_mc.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/tonga_me.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/tonga_mec.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/tonga_mec2.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/tonga_pfp.bin
-rw-r--r-- 1 root root  14756 Oct 18 08:20 /lib/firmware/amdgpu/tonga_rlc.bin
-rw-r--r-- 1 root root  10644 Oct 18 08:20 /lib/firmware/amdgpu/tonga_sdma.bin
-rw-r--r-- 1 root root  10644 Oct 18 08:20 /lib/firmware/amdgpu/tonga_sdma1.bin
-rw-r--r-- 1 root root 130460 Oct 18 08:20 /lib/firmware/amdgpu/tonga_smc.bin
-rw-r--r-- 1 root root 325312 Oct 18 08:20 /lib/firmware/amdgpu/tonga_uvd.bin
-rw-r--r-- 1 root root 161024 Oct 18 08:20 /lib/firmware/amdgpu/tonga_vce.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/topaz_ce.bin
-rw-r--r-- 1 root root  80544 Oct 18 08:20 /lib/firmware/amdgpu/topaz_k_smc.bin
-rw-r--r-- 1 root root  32100 Oct 18 08:20 /lib/firmware/amdgpu/topaz_mc.bin
-rw-r--r-- 1 root root  17024 Oct 18 08:20 /lib/firmware/amdgpu/topaz_me.bin
-rw-r--r-- 1 root root 262784 Oct 18 08:20 /lib/firmware/amdgpu/topaz_mec.bin
-rw-r--r-- 1 root root 262784 Oct 18 08:20 /lib/firmware/amdgpu/topaz_mec2.bin
-rw-r--r-- 1 root root  17024 Oct 18 08:20 /lib/firmware/amdgpu/topaz_pfp.bin
-rw-r--r-- 1 root root   8448 Oct 18 08:20 /lib/firmware/amdgpu/topaz_rlc.bin
-rw-r--r-- 1 root root   8576 Oct 18 08:20 /lib/firmware/amdgpu/topaz_sdma.bin
-rw-r--r-- 1 root root   8576 Oct 18 08:20 /lib/firmware/amdgpu/topaz_sdma1.bin
-rw-r--r-- 1 root root  80544 Oct 18 08:20 /lib/firmware/amdgpu/topaz_smc.bin
-rw-r--r-- 1 root root 262912 Oct 18 08:20 /lib/firmware/amdgpu/vega10_acg_smc.bin
-rw-r--r-- 1 root root 180736 Oct 18 08:20 /lib/firmware/amdgpu/vega10_asd.bin
-rw-r--r-- 1 root root   9344 Oct 18 08:20 /lib/firmware/amdgpu/vega10_ce.bin
-rw-r--r-- 1 root root    316 Oct 18 08:20 /lib/firmware/amdgpu/vega10_gpu_info.bin
-rw-r--r-- 1 root root  17536 Oct 18 08:20 /lib/firmware/amdgpu/vega10_me.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/vega10_mec.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/vega10_mec2.bin
-rw-r--r-- 1 root root  21632 Oct 18 08:20 /lib/firmware/amdgpu/vega10_pfp.bin
-rw-r--r-- 1 root root  17152 Oct 18 08:20 /lib/firmware/amdgpu/vega10_rlc.bin
-rw-r--r-- 1 root root  17408 Oct 18 08:20 /lib/firmware/amdgpu/vega10_sdma.bin
-rw-r--r-- 1 root root  17408 Oct 18 08:20 /lib/firmware/amdgpu/vega10_sdma1.bin
-rw-r--r-- 1 root root 262912 Oct 18 08:20 /lib/firmware/amdgpu/vega10_smc.bin
-rw-r--r-- 1 root root 166800 Oct 18 08:20 /lib/firmware/amdgpu/vega10_sos.bin
-rw-r--r-- 1 root root 380832 Oct 18 08:20 /lib/firmware/amdgpu/vega10_uvd.bin
-rw-r--r-- 1 root root 173856 Oct 18 08:20 /lib/firmware/amdgpu/vega10_vce.bin
-rw-r--r-- 1 root root 180736 Oct 18 08:20 /lib/firmware/amdgpu/vega12_asd.bin
-rw-r--r-- 1 root root   9344 Oct 18 08:20 /lib/firmware/amdgpu/vega12_ce.bin
-rw-r--r-- 1 root root    316 Oct 18 08:20 /lib/firmware/amdgpu/vega12_gpu_info.bin
-rw-r--r-- 1 root root  17536 Oct 18 08:20 /lib/firmware/amdgpu/vega12_me.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/vega12_mec.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/vega12_mec2.bin
-rw-r--r-- 1 root root  21632 Oct 18 08:20 /lib/firmware/amdgpu/vega12_pfp.bin
-rw-r--r-- 1 root root  28636 Oct 18 08:20 /lib/firmware/amdgpu/vega12_rlc.bin
-rw-r--r-- 1 root root  17408 Oct 18 08:20 /lib/firmware/amdgpu/vega12_sdma.bin
-rw-r--r-- 1 root root  17408 Oct 18 08:20 /lib/firmware/amdgpu/vega12_sdma1.bin
-rw-r--r-- 1 root root 262912 Oct 18 08:20 /lib/firmware/amdgpu/vega12_smc.bin
-rw-r--r-- 1 root root 166800 Oct 18 08:20 /lib/firmware/amdgpu/vega12_sos.bin
-rw-r--r-- 1 root root 380832 Oct 18 08:20 /lib/firmware/amdgpu/vega12_uvd.bin
-rw-r--r-- 1 root root 173856 Oct 18 08:20 /lib/firmware/amdgpu/vega12_vce.bin
-rw-r--r-- 1 root root 180736 Oct 18 08:20 /lib/firmware/amdgpu/vega20_asd.bin
-rw-r--r-- 1 root root   9344 Oct 18 08:20 /lib/firmware/amdgpu/vega20_ce.bin
-rw-r--r-- 1 root root  17536 Oct 18 08:20 /lib/firmware/amdgpu/vega20_me.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/vega20_mec.bin
-rw-r--r-- 1 root root 268048 Oct 18 08:20 /lib/firmware/amdgpu/vega20_mec2.bin
-rw-r--r-- 1 root root  21632 Oct 18 08:20 /lib/firmware/amdgpu/vega20_pfp.bin
-rw-r--r-- 1 root root  49436 Oct 18 08:20 /lib/firmware/amdgpu/vega20_rlc.bin
-rw-r--r-- 1 root root  17408 Oct 18 08:20 /lib/firmware/amdgpu/vega20_sdma.bin
-rw-r--r-- 1 root root  17408 Oct 18 08:20 /lib/firmware/amdgpu/vega20_sdma1.bin
-rw-r--r-- 1 root root 262912 Oct 18 08:20 /lib/firmware/amdgpu/vega20_smc.bin
-rw-r--r-- 1 root root 174992 Oct 18 08:20 /lib/firmware/amdgpu/vega20_sos.bin
-rw-r--r-- 1 root root  82688 Oct 18 08:20 /lib/firmware/amdgpu/vega20_ta.bin
-rw-r--r-- 1 root root 383520 Oct 18 08:20 /lib/firmware/amdgpu/vega20_uvd.bin
-rw-r--r-- 1 root root 173856 Oct 18 08:20 /lib/firmware/amdgpu/vega20_vce.bin
-rw-r--r-- 1 root root   8852 Oct 18 08:20 /lib/firmware/amdgpu/vegam_ce.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/vegam_me.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/vegam_mec.bin
-rw-r--r-- 1 root root 262824 Oct 18 08:20 /lib/firmware/amdgpu/vegam_mec2.bin
-rw-r--r-- 1 root root  17044 Oct 18 08:20 /lib/firmware/amdgpu/vegam_pfp.bin
-rw-r--r-- 1 root root  16660 Oct 18 08:20 /lib/firmware/amdgpu/vegam_rlc.bin
-rw-r--r-- 1 root root  12692 Oct 18 08:20 /lib/firmware/amdgpu/vegam_sdma.bin
-rw-r--r-- 1 root root  12692 Oct 18 08:20 /lib/firmware/amdgpu/vegam_sdma1.bin
-rw-r--r-- 1 root root 130964 Oct 18 08:20 /lib/firmware/amdgpu/vegam_smc.bin
-rw-r--r-- 1 root root 375424 Oct 18 08:20 /lib/firmware/amdgpu/vegam_uvd.bin
-rw-r--r-- 1 root root 166816 Oct 18 08:20 /lib/firmware/amdgpu/vegam_vce.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/verde_ce.bin
-rw-r--r-- 1 root root  63804 Oct 18 08:20 /lib/firmware/amdgpu/verde_k_smc.bin
-rw-r--r-- 1 root root  32044 Oct 18 08:20 /lib/firmware/amdgpu/verde_mc.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/verde_me.bin
-rw-r--r-- 1 root root   8832 Oct 18 08:20 /lib/firmware/amdgpu/verde_pfp.bin
-rw-r--r-- 1 root root   8448 Oct 18 08:20 /lib/firmware/amdgpu/verde_rlc.bin
-rw-r--r-- 1 root root  61776 Oct 18 08:20 /lib/firmware/amdgpu/verde_smc.bin
-rw-r--r-- 1 root root 219928 Oct 18 08:20 /lib/firmware/amdgpu/verde_uvd.bin

It would be the Renoir firmware I need right?

Offline

#16 2020-10-18 08:28:21

liewkj
Member
Registered: 2019-07-08
Posts: 210

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

At this point, I wasn't sure what could have caused the failure of display ucodes. Compared to Ryzen 4700U, the Ryzen PRO 4750U has newer revision stepping (0xC2 vs 0xD1) or due to the business class nature of Ryzen PRO line that it may require special firmware handling (signing, I hope not). Or you could just wait since it is also a fairly recent chip. I don't usually recommend typical user to go for absolute bleeding edge such as linux-amd-git or linux-firmware-git but if you don't mind a rough adventure, then you can check them out.

Finally, you can check with Lenovo for Linux support, if any, or return the laptop for one that has proven Linux support.

Offline

#17 2020-10-18 08:36:38

Anthony Wilson
Member
Registered: 2020-10-15
Posts: 38

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Concerning returning the laptop: I’d prefer if I didn’t have to do that. Lenovo may honour it - with how much they support Linux - but I‘d rather stay with it. Even if there currently is no working firmware for it, I’m hopeful that there will be some not too far in the future.
I’ll probably go to the Lenovo Linux forums and report the issue there too, on the off chance that there’s a working solution known over there.
I’m fine with waiting, as long as it isn’t too long.
I’ll attempt to work with as many people as possible to solve this issue, both for myself and for anyone else who finds themselves in the same (or similar) situation.
In the worst case, I can report the issue directly to AMD and wait for official Linux support from them, that should happen some time in the future, I’m sure.

Offline

#18 2020-10-20 17:50:37

redrum781
Member
Registered: 2020-10-20
Posts: 7

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Hi,

I had the same issue over the weekend with L14.

Try booting with iommu=soft as kernel option, that worked for me.

I think the bug is introduced with BIOS 1.12, but I haven't tried downgrading it to 1.11.

Offline

#19 2020-10-20 21:01:32

Anthony Wilson
Member
Registered: 2020-10-15
Posts: 38

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

redrum781 wrote:

Try booting with iommu=soft as kernel option, that worked for me.

Thank you so much, my issue is now resolved!

Not only does the system now utilise the GPU properly, but this actually improved my battery life by roughly 30-40% (I'm guessing because it's now using the correct, power-efficient hardware to render stuff)

Where did you discover the fix for this? Did you just try that kernel parameter because you knew of it already?
Also, which kernel version are you running? I can probably go back to the mainstream Arch Linux Kernel now, right?
I also probably don't need linux-firmware-git anymore, if it was BIOS issue.

Again, thanks so much for the answer.

I'll edit the original post to contain the solution that works for me, and mark this thread as solved. That was a lot less painful than it seemed like this would be.

For the sake of having lots of information available, here's the output of journalctl -b on a boot with iommu=soft:

-- Logs begin at Wed 2020-10-14 10:54:09 AEDT, end at Wed 2020-10-21 07:45:24 AEDT. --
Oct 21 07:29:51 LenovoL15 kernel: Linux version 5.9.1-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Sat, 17 Oct 2020 13:30:37 +0000
Oct 21 07:29:51 LenovoL15 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 iommu=soft
Oct 21 07:29:51 LenovoL15 kernel: KERNEL supported cpus:
Oct 21 07:29:51 LenovoL15 kernel:   Intel GenuineIntel
Oct 21 07:29:51 LenovoL15 kernel:   AMD AuthenticAMD
Oct 21 07:29:51 LenovoL15 kernel:   Hygon HygonGenuine
Oct 21 07:29:51 LenovoL15 kernel:   Centaur CentaurHauls
Oct 21 07:29:51 LenovoL15 kernel:   zhaoxin   Shanghai  
Oct 21 07:29:51 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 21 07:29:51 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 21 07:29:51 LenovoL15 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 21 07:29:51 LenovoL15 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 21 07:29:51 LenovoL15 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Oct 21 07:29:51 LenovoL15 kernel: BIOS-provided physical RAM map:
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009d20fff] reserved
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009d21000-0x0000000009efffff] usable
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000c70ccfff] usable
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c70cd000-0x00000000c72ccfff] type 20
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x00000000c72cd000-0x00000000ca97dfff] reserved
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ca97e000-0x00000000cc97dfff] ACPI NVS
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc97e000-0x00000000cc9fdfff] ACPI data
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x00000000cc9fe000-0x00000000cdffffff] usable
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
Oct 21 07:29:51 LenovoL15 kernel: BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
Oct 21 07:29:51 LenovoL15 kernel: NX (Execute Disable) protection: active
Oct 21 07:29:51 LenovoL15 kernel: efi: EFI v2.70 by Lenovo
Oct 21 07:29:51 LenovoL15 kernel: efi: ACPI=0xcc9fd000 ACPI 2.0=0xcc9fd014 SMBIOS=0xc8895000 SMBIOS 3.0=0xc8888000 TPMFinalLog=0xcc82d000 MEMATTR=0xc2ee0018 ESRT=0xc75b8000 
Oct 21 07:29:51 LenovoL15 kernel: SMBIOS 3.2.0 present.
Oct 21 07:29:51 LenovoL15 kernel: DMI: LENOVO 20U7000JAU/20U7000JAU, BIOS R19ET28W (1.12 ) 08/12/2020
Oct 21 07:29:51 LenovoL15 kernel: tsc: Fast TSC calibration using PIT
Oct 21 07:29:51 LenovoL15 kernel: tsc: Detected 1696.795 MHz processor
Oct 21 07:29:51 LenovoL15 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 21 07:29:51 LenovoL15 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 21 07:29:51 LenovoL15 kernel: last_pfn = 0x40f340 max_arch_pfn = 0x400000000
Oct 21 07:29:51 LenovoL15 kernel: MTRR default type: uncachable
Oct 21 07:29:51 LenovoL15 kernel: MTRR fixed ranges enabled:
Oct 21 07:29:51 LenovoL15 kernel:   00000-9FFFF write-back
Oct 21 07:29:51 LenovoL15 kernel:   A0000-BFFFF uncachable
Oct 21 07:29:51 LenovoL15 kernel:   C0000-FFFFF write-protect
Oct 21 07:29:51 LenovoL15 kernel: MTRR variable ranges enabled:
Oct 21 07:29:51 LenovoL15 kernel:   0 base 000000000000 mask FFFF80000000 write-back
Oct 21 07:29:51 LenovoL15 kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Oct 21 07:29:51 LenovoL15 kernel:   2 base 0000C0000000 mask FFFFF0000000 write-back
Oct 21 07:29:51 LenovoL15 kernel:   3 base 0000FF000000 mask FFFFFF000000 write-protect
Oct 21 07:29:51 LenovoL15 kernel:   4 disabled
Oct 21 07:29:51 LenovoL15 kernel:   5 disabled
Oct 21 07:29:51 LenovoL15 kernel:   6 disabled
Oct 21 07:29:51 LenovoL15 kernel:   7 disabled
Oct 21 07:29:51 LenovoL15 kernel: TOM2: 0000000430000000 aka 17152M
Oct 21 07:29:51 LenovoL15 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 21 07:29:51 LenovoL15 kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Oct 21 07:29:51 LenovoL15 kernel: esrt: Reserving ESRT space from 0x00000000c75b8000 to 0x00000000c75b8088.
Oct 21 07:29:51 LenovoL15 kernel: check: Scanning 1 areas for low memory corruption
Oct 21 07:29:51 LenovoL15 kernel: Using GB pages for direct mapping
Oct 21 07:29:51 LenovoL15 kernel: Secure boot could not be determined
Oct 21 07:29:51 LenovoL15 kernel: RAMDISK: [mem 0x36c99000-0x37643fff]
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Early table checksum verification disabled
Oct 21 07:29:51 LenovoL15 kernel: ACPI: RSDP 0x00000000CC9FD014 000024 (v02 LENOVO)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: XSDT 0x00000000CC9FB188 0000FC (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: FACP 0x00000000C75E5000 000114 (v06 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: DSDT 0x00000000C75D1000 00DF37 (v01 LENOVO TP-R19   00001120 INTL 20180313)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: FACS 0x00000000CBF7A000 000040
Oct 21 07:29:51 LenovoL15 kernel: ACPI: SSDT 0x00000000C889C000 00077C (v02 LENOVO UsbCTabl 00001000 INTL 20180313)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: SSDT 0x00000000C8874000 007216 (v02 LENOVO TP-R19   00000002 MSFT 04000000)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: IVRS 0x00000000C8873000 0001A4 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: SSDT 0x00000000C884F000 000266 (v01 LENOVO STD3     00000001 INTL 20180313)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: SSDT 0x00000000C883B000 00064C (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: TPM2 0x00000000C883A000 000034 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: MSDM 0x00000000C8802000 000055 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: BATB 0x00000000C87EC000 00004A (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: HPET 0x00000000C75E4000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: APIC 0x00000000C75E3000 000138 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: MCFG 0x00000000C75E2000 00003C (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: SBST 0x00000000C75E1000 000030 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: WSMT 0x00000000C75E0000 000028 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: SSDT 0x00000000C75DF000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: VFCT 0x00000000C75C3000 00D484 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BF000 0039F4 (v01 LENOVO TP-R19   00000001 AMD  00000001)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: CRAT 0x00000000C75BE000 000F00 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: CDIT 0x00000000C75BD000 000029 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: FPDT 0x00000000C8814000 000034 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: SSDT 0x00000000C75BB000 0013CF (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B9000 001576 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: SSDT 0x00000000C75B4000 00353C (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: BGRT 0x00000000C75B3000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: UEFI 0x00000000CBF79000 000116 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: SSDT 0x00000000C889A000 000090 (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: SSDT 0x00000000C8899000 0009AD (v01 LENOVO TP-R19   00000001 INTL 20180313)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 21 07:29:51 LenovoL15 kernel: No NUMA configuration found
Oct 21 07:29:51 LenovoL15 kernel: Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
Oct 21 07:29:51 LenovoL15 kernel: NODE_DATA(0) allocated [mem 0x40f33c000-0x40f33ffff]
Oct 21 07:29:51 LenovoL15 kernel: Zone ranges:
Oct 21 07:29:51 LenovoL15 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 21 07:29:51 LenovoL15 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 21 07:29:51 LenovoL15 kernel:   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
Oct 21 07:29:51 LenovoL15 kernel:   Device   empty
Oct 21 07:29:51 LenovoL15 kernel: Movable zone start for each node
Oct 21 07:29:51 LenovoL15 kernel: Early memory node ranges
Oct 21 07:29:51 LenovoL15 kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Oct 21 07:29:51 LenovoL15 kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
Oct 21 07:29:51 LenovoL15 kernel:   node   0: [mem 0x0000000009d21000-0x0000000009efffff]
Oct 21 07:29:51 LenovoL15 kernel:   node   0: [mem 0x0000000009f0d000-0x00000000c70ccfff]
Oct 21 07:29:51 LenovoL15 kernel:   node   0: [mem 0x00000000cc9fe000-0x00000000cdffffff]
Oct 21 07:29:51 LenovoL15 kernel:   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
Oct 21 07:29:51 LenovoL15 kernel: Zeroed struct page in unavailable ranges: 34689 pages
Oct 21 07:29:51 LenovoL15 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
Oct 21 07:29:51 LenovoL15 kernel: On node 0 totalpages: 4028543
Oct 21 07:29:51 LenovoL15 kernel:   DMA zone: 64 pages used for memmap
Oct 21 07:29:51 LenovoL15 kernel:   DMA zone: 23 pages reserved
Oct 21 07:29:51 LenovoL15 kernel:   DMA zone: 3998 pages, LIFO batch:0
Oct 21 07:29:51 LenovoL15 kernel:   DMA32 zone: 12759 pages used for memmap
Oct 21 07:29:51 LenovoL15 kernel:   DMA32 zone: 816545 pages, LIFO batch:63
Oct 21 07:29:51 LenovoL15 kernel:   Normal zone: 50125 pages used for memmap
Oct 21 07:29:51 LenovoL15 kernel:   Normal zone: 3208000 pages, LIFO batch:63
Oct 21 07:29:51 LenovoL15 kernel: ACPI: PM-Timer IO Port: 0x408
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Local APIC address 0xfee00000
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Oct 21 07:29:51 LenovoL15 kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
Oct 21 07:29:51 LenovoL15 kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
Oct 21 07:29:51 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: IRQ0 used by override.
Oct 21 07:29:51 LenovoL15 kernel: ACPI: IRQ9 used by override.
Oct 21 07:29:51 LenovoL15 kernel: Using ACPI (MADT) for SMP configuration information
Oct 21 07:29:51 LenovoL15 kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Oct 21 07:29:51 LenovoL15 kernel: e820: update [mem 0xc2cf5000-0xc2d85fff] usable ==> reserved
Oct 21 07:29:51 LenovoL15 kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09d20fff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc2cf5000-0xc2d85fff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc70cd000-0xc72ccfff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xc72cd000-0xca97dfff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xca97e000-0xcc97dfff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xcc97e000-0xcc9fdfff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfed7ffff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Oct 21 07:29:51 LenovoL15 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
Oct 21 07:29:51 LenovoL15 kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Oct 21 07:29:51 LenovoL15 kernel: Booting paravirtualized kernel on bare hardware
Oct 21 07:29:51 LenovoL15 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 21 07:29:51 LenovoL15 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Oct 21 07:29:51 LenovoL15 kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Oct 21 07:29:51 LenovoL15 kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Oct 21 07:29:51 LenovoL15 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Oct 21 07:29:51 LenovoL15 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3965572
Oct 21 07:29:51 LenovoL15 kernel: Policy zone: Normal
Oct 21 07:29:51 LenovoL15 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f7379af-d4a8-4f12-a61e-dae353e67286 rw loglevel=3 iommu=soft
Oct 21 07:29:51 LenovoL15 kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 21 07:29:51 LenovoL15 kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 21 07:29:51 LenovoL15 kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Oct 21 07:29:51 LenovoL15 kernel: Memory: 15678036K/16114172K available (14339K kernel code, 1524K rwdata, 7912K rodata, 1660K init, 2928K bss, 435876K reserved, 0K cma-reserved)
Oct 21 07:29:51 LenovoL15 kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
Oct 21 07:29:51 LenovoL15 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Oct 21 07:29:51 LenovoL15 kernel: ftrace: allocating 40856 entries in 160 pages
Oct 21 07:29:51 LenovoL15 kernel: ftrace: allocated 160 pages with 2 groups
Oct 21 07:29:51 LenovoL15 kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 21 07:29:51 LenovoL15 kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 21 07:29:51 LenovoL15 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Oct 21 07:29:51 LenovoL15 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 21 07:29:51 LenovoL15 kernel:         Trampoline variant of Tasks RCU enabled.
Oct 21 07:29:51 LenovoL15 kernel:         Rude variant of Tasks RCU enabled.
Oct 21 07:29:51 LenovoL15 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 21 07:29:51 LenovoL15 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Oct 21 07:29:51 LenovoL15 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Oct 21 07:29:51 LenovoL15 kernel: Console: colour dummy device 80x25
Oct 21 07:29:51 LenovoL15 kernel: printk: console [tty0] enabled
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Core revision 20200717
Oct 21 07:29:51 LenovoL15 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Oct 21 07:29:51 LenovoL15 kernel: APIC: Switch to symmetric I/O mode setup
Oct 21 07:29:51 LenovoL15 kernel: Switched APIC routing to physical flat.
Oct 21 07:29:51 LenovoL15 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 21 07:29:51 LenovoL15 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x187553840d6, max_idle_ns: 440795212956 ns
Oct 21 07:29:51 LenovoL15 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3394.98 BogoMIPS (lpj=5655983)
Oct 21 07:29:51 LenovoL15 kernel: pid_max: default: 32768 minimum: 301
Oct 21 07:29:51 LenovoL15 kernel: LSM: Security Framework initializing
Oct 21 07:29:51 LenovoL15 kernel: Yama: becoming mindful.
Oct 21 07:29:51 LenovoL15 kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 21 07:29:51 LenovoL15 kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 21 07:29:51 LenovoL15 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Oct 21 07:29:51 LenovoL15 kernel: LVT offset 1 assigned for vector 0xf9
Oct 21 07:29:51 LenovoL15 kernel: LVT offset 2 assigned for vector 0xf4
Oct 21 07:29:51 LenovoL15 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Oct 21 07:29:51 LenovoL15 kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Oct 21 07:29:51 LenovoL15 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 21 07:29:51 LenovoL15 kernel: Spectre V2 : Mitigation: Full AMD retpoline
Oct 21 07:29:51 LenovoL15 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 21 07:29:51 LenovoL15 kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 21 07:29:51 LenovoL15 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 21 07:29:51 LenovoL15 kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Oct 21 07:29:51 LenovoL15 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Oct 21 07:29:51 LenovoL15 kernel: Freeing SMP alternatives memory: 32K
Oct 21 07:29:51 LenovoL15 kernel: smpboot: CPU0: AMD Ryzen 7 PRO 4750U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Oct 21 07:29:51 LenovoL15 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Oct 21 07:29:51 LenovoL15 kernel: ... version:                0
Oct 21 07:29:51 LenovoL15 kernel: ... bit width:              48
Oct 21 07:29:51 LenovoL15 kernel: ... generic registers:      6
Oct 21 07:29:51 LenovoL15 kernel: ... value mask:             0000ffffffffffff
Oct 21 07:29:51 LenovoL15 kernel: ... max period:             00007fffffffffff
Oct 21 07:29:51 LenovoL15 kernel: ... fixed-purpose events:   0
Oct 21 07:29:51 LenovoL15 kernel: ... event mask:             000000000000003f
Oct 21 07:29:51 LenovoL15 kernel: rcu: Hierarchical SRCU implementation.
Oct 21 07:29:51 LenovoL15 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 21 07:29:51 LenovoL15 kernel: smp: Bringing up secondary CPUs ...
Oct 21 07:29:51 LenovoL15 kernel: x86: Booting SMP configuration:
Oct 21 07:29:51 LenovoL15 kernel: .... node  #0, CPUs:        #1
Oct 21 07:29:51 LenovoL15 kernel: TSC synchronization [CPU#0 -> CPU#1]:
Oct 21 07:29:51 LenovoL15 kernel: Measured 348569632 cycles TSC warp between CPUs, turning off TSC clock.
Oct 21 07:29:51 LenovoL15 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Oct 21 07:29:51 LenovoL15 kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Oct 21 07:29:51 LenovoL15 kernel: smp: Brought up 1 node, 16 CPUs
Oct 21 07:29:51 LenovoL15 kernel: smpboot: Max logical packages: 1
Oct 21 07:29:51 LenovoL15 kernel: smpboot: Total of 16 processors activated (54319.83 BogoMIPS)
Oct 21 07:29:51 LenovoL15 kernel: devtmpfs: initialized
Oct 21 07:29:51 LenovoL15 kernel: x86/mm: Memory block size: 128MB
Oct 21 07:29:51 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
Oct 21 07:29:51 LenovoL15 kernel: PM: Registering ACPI NVS region [mem 0xca97e000-0xcc97dfff] (33554432 bytes)
Oct 21 07:29:51 LenovoL15 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 21 07:29:51 LenovoL15 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Oct 21 07:29:51 LenovoL15 kernel: pinctrl core: initialized pinctrl subsystem
Oct 21 07:29:51 LenovoL15 kernel: PM: RTC time: 20:29:50, date: 2020-10-20
Oct 21 07:29:51 LenovoL15 kernel: NET: Registered protocol family 16
Oct 21 07:29:51 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Oct 21 07:29:51 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 21 07:29:51 LenovoL15 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 21 07:29:51 LenovoL15 kernel: audit: initializing netlink subsys (disabled)
Oct 21 07:29:51 LenovoL15 kernel: audit: type=2000 audit(1603225790.139:1): state=initialized audit_enabled=0 res=1
Oct 21 07:29:51 LenovoL15 kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 21 07:29:51 LenovoL15 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 21 07:29:51 LenovoL15 kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 21 07:29:51 LenovoL15 kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 21 07:29:51 LenovoL15 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 21 07:29:51 LenovoL15 kernel: cpuidle: using governor ladder
Oct 21 07:29:51 LenovoL15 kernel: cpuidle: using governor menu
Oct 21 07:29:51 LenovoL15 kernel: ACPI: bus type PCI registered
Oct 21 07:29:51 LenovoL15 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 21 07:29:51 LenovoL15 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 21 07:29:51 LenovoL15 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 21 07:29:51 LenovoL15 kernel: PCI: Using configuration type 1 for base access
Oct 21 07:29:51 LenovoL15 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 21 07:29:51 LenovoL15 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Added _OSI(Module Device)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Added _OSI(Processor Device)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Oct 21 07:29:51 LenovoL15 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 21 07:29:51 LenovoL15 kernel: ACPI: EC: EC started
Oct 21 07:29:51 LenovoL15 kernel: ACPI: EC: interrupt blocked
Oct 21 07:29:51 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Interpreter enabled
Oct 21 07:29:51 LenovoL15 kernel: ACPI: (supports S0 S3 S4 S5)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 21 07:29:51 LenovoL15 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Power Resource [WRST] (on)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Power Resource [P0S0] (on)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Power Resource [P3S0] (on)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Power Resource [P0S1] (on)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Power Resource [P3S1] (on)
Oct 21 07:29:51 LenovoL15 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 21 07:29:51 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 21 07:29:51 LenovoL15 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Oct 21 07:29:51 LenovoL15 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 21 07:29:51 LenovoL15 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 21 07:29:51 LenovoL15 kernel: PCI host bridge to bus 0000:00
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [mem 0x430000000-0xffffffffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:08.1: enabling Extended Tags
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:01:00.0: [15b7:5006] type 00 class 0x010802
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd700000-0xfd703fff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:01:00.0: reg 0x20: [mem 0xfd704000-0xfd7040ff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.0: reg 0x10: [io  0x2400-0x24ff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfd614000-0xfd614fff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfd600000-0xfd603fff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.0: supports D1 D2
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.1: [10ec:816a] type 00 class 0x070002
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.1: reg 0x10: [io  0x2200-0x22ff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.1: reg 0x18: [mem 0xfd615000-0xfd615fff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.1: reg 0x20: [mem 0xfd604000-0xfd607fff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.1: supports D1 D2
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.2: [10ec:816b] type 00 class 0x070002
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.2: reg 0x10: [io  0x2100-0x21ff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.2: reg 0x18: [mem 0xfd616000-0xfd616fff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.2: reg 0x20: [mem 0xfd608000-0xfd60bfff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.2: supports D1 D2
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.3: [10ec:816c] type 00 class 0x0c0701
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.3: reg 0x10: [io  0x2000-0x20ff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.3: reg 0x18: [mem 0xfd617000-0xfd617fff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.3: reg 0x20: [mem 0xfd60c000-0xfd60ffff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.3: supports D1 D2
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.4: [10ec:816d] type 00 class 0x0c0320
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.4: reg 0x10: [mem 0xfd618000-0xfd618fff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.4: reg 0x18: [mem 0xfd610000-0xfd613fff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:02:00.4: PME# supported from D0 D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:03:00.0: [8086:2723] type 00 class 0x028000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfd500000-0xfd503fff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfd400000-0xfd400fff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:04:00.0: supports D1 D2
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.0: enabling Extended Tags
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.1: enabling Extended Tags
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.2: enabling Extended Tags
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.3: enabling Extended Tags
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.4: enabling Extended Tags
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.5: enabling Extended Tags
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.6: enabling Extended Tags
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 21 07:29:51 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 21 07:29:51 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 21 07:29:51 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 21 07:29:51 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 21 07:29:51 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 21 07:29:51 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 21 07:29:51 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 21 07:29:51 LenovoL15 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
Oct 21 07:29:51 LenovoL15 kernel: ACPI: EC: interrupt unblocked
Oct 21 07:29:51 LenovoL15 kernel: ACPI: EC: event unblocked
Oct 21 07:29:51 LenovoL15 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 21 07:29:51 LenovoL15 kernel: ACPI: EC: GPE=0x3
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Oct 21 07:29:51 LenovoL15 kernel: iommu: Default domain type: Translated 
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.0: vgaarb: setting as boot device
Oct 21 07:29:51 LenovoL15 kernel: vgaarb: loaded
Oct 21 07:29:51 LenovoL15 kernel: SCSI subsystem initialized
Oct 21 07:29:51 LenovoL15 kernel: libata version 3.00 loaded.
Oct 21 07:29:51 LenovoL15 kernel: ACPI: bus type USB registered
Oct 21 07:29:51 LenovoL15 kernel: usbcore: registered new interface driver usbfs
Oct 21 07:29:51 LenovoL15 kernel: usbcore: registered new interface driver hub
Oct 21 07:29:51 LenovoL15 kernel: usbcore: registered new device driver usb
Oct 21 07:29:51 LenovoL15 kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 21 07:29:51 LenovoL15 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 21 07:29:51 LenovoL15 kernel: PTP clock support registered
Oct 21 07:29:51 LenovoL15 kernel: EDAC MC: Ver: 3.0.0
Oct 21 07:29:51 LenovoL15 kernel: Registered efivars operations
Oct 21 07:29:51 LenovoL15 kernel: NetLabel: Initializing
Oct 21 07:29:51 LenovoL15 kernel: NetLabel:  domain hash size = 128
Oct 21 07:29:51 LenovoL15 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 21 07:29:51 LenovoL15 kernel: NetLabel:  unlabeled traffic allowed by default
Oct 21 07:29:51 LenovoL15 kernel: PCI: Using ACPI for IRQ routing
Oct 21 07:29:51 LenovoL15 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 21 07:29:51 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 21 07:29:51 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
Oct 21 07:29:51 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Oct 21 07:29:51 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc2cf5000-0xc3ffffff]
Oct 21 07:29:51 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xc70cd000-0xc7ffffff]
Oct 21 07:29:51 LenovoL15 kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Oct 21 07:29:51 LenovoL15 kernel: e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
Oct 21 07:29:51 LenovoL15 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 21 07:29:51 LenovoL15 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Oct 21 07:29:51 LenovoL15 kernel: clocksource: Switched to clocksource hpet
Oct 21 07:29:51 LenovoL15 kernel: VFS: Disk quotas dquot_6.6.0
Oct 21 07:29:51 LenovoL15 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 21 07:29:51 LenovoL15 kernel: pnp: PnP ACPI init
Oct 21 07:29:51 LenovoL15 kernel: system 00:00: [io  0x0f50-0x0f51] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 21 07:29:51 LenovoL15 kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0530-0x0537] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0400-0x0427] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0430] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0440-0x0447] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0b00-0x0b1f] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0c14] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0cd0-0x0cd1] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0cd2-0x0cd3] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0cd4-0x0cd5] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0cd6-0x0cd7] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x0cf9] could not be reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x8100-0x81ff window] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: [io  0x8200-0x82ff window] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 21 07:29:51 LenovoL15 kernel: system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
Oct 21 07:29:51 LenovoL15 kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 21 07:29:51 LenovoL15 kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Oct 21 07:29:51 LenovoL15 kernel: pnp 00:05: Plug and Play ACPI device, IDs LEN0411 PNP0f13 (active)
Oct 21 07:29:51 LenovoL15 kernel: pnp: PnP ACPI: found 6 devices
Oct 21 07:29:51 LenovoL15 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 21 07:29:51 LenovoL15 kernel: NET: Registered protocol family 2
Oct 21 07:29:51 LenovoL15 kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 21 07:29:51 LenovoL15 kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 21 07:29:51 LenovoL15 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 21 07:29:51 LenovoL15 kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 21 07:29:51 LenovoL15 kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Oct 21 07:29:51 LenovoL15 kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 21 07:29:51 LenovoL15 kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 21 07:29:51 LenovoL15 kernel: NET: Registered protocol family 1
Oct 21 07:29:51 LenovoL15 kernel: NET: Registered protocol family 44
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.1:   bridge window [mem 0xfd700000-0xfd7fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.2:   bridge window [mem 0xfd600000-0xfd6fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.3:   bridge window [mem 0xfd500000-0xfd5fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:02.4:   bridge window [mem 0xfd400000-0xfd4fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfd3fffff]
Oct 21 07:29:51 LenovoL15 kernel: pci_bus 0000:06: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Oct 21 07:29:51 LenovoL15 kernel: PCI: CLS 32 bytes, default 64
Oct 21 07:29:51 LenovoL15 kernel: Trying to unpack rootfs image as initramfs...
Oct 21 07:29:51 LenovoL15 kernel: Freeing initrd memory: 9900K
Oct 21 07:29:51 LenovoL15 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 21 07:29:51 LenovoL15 kernel: software IO TLB: mapped [mem 0xbe27f000-0xc227f000] (64MB)
Oct 21 07:29:51 LenovoL15 kernel: amd_uncore: AMD NB counters detected
Oct 21 07:29:51 LenovoL15 kernel: amd_uncore: AMD LLC counters detected
Oct 21 07:29:51 LenovoL15 kernel: LVT offset 0 assigned for vector 0x400
Oct 21 07:29:51 LenovoL15 kernel: perf: AMD IBS detected (0x000003ff)
Oct 21 07:29:51 LenovoL15 kernel: check: Scanning for low memory corruption every 60 seconds
Oct 21 07:29:51 LenovoL15 kernel: Initialise system trusted keyrings
Oct 21 07:29:51 LenovoL15 kernel: Key type blacklist registered
Oct 21 07:29:51 LenovoL15 kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 21 07:29:51 LenovoL15 kernel: zbud: loaded
Oct 21 07:29:51 LenovoL15 kernel: Key type asymmetric registered
Oct 21 07:29:51 LenovoL15 kernel: Asymmetric key parser 'x509' registered
Oct 21 07:29:51 LenovoL15 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Oct 21 07:29:51 LenovoL15 kernel: io scheduler mq-deadline registered
Oct 21 07:29:51 LenovoL15 kernel: io scheduler kyber registered
Oct 21 07:29:51 LenovoL15 kernel: io scheduler bfq registered
Oct 21 07:29:51 LenovoL15 kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 25
Oct 21 07:29:51 LenovoL15 kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 26
Oct 21 07:29:51 LenovoL15 kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 27
Oct 21 07:29:51 LenovoL15 kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 28
Oct 21 07:29:51 LenovoL15 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 29
Oct 21 07:29:51 LenovoL15 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 21 07:29:51 LenovoL15 kernel: efifb: probing for efifb
Oct 21 07:29:51 LenovoL15 kernel: efifb: framebuffer at 0x460000000, using 8128k, total 8128k
Oct 21 07:29:51 LenovoL15 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Oct 21 07:29:51 LenovoL15 kernel: efifb: scrolling: redraw
Oct 21 07:29:51 LenovoL15 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 21 07:29:51 LenovoL15 kernel: fbcon: Deferring console take-over
Oct 21 07:29:51 LenovoL15 kernel: fb0: EFI VGA frame buffer device
Oct 21 07:29:51 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Power Button [PWRB]
Oct 21 07:29:51 LenovoL15 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Lid Switch [LID]
Oct 21 07:29:51 LenovoL15 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Sleep Button [SLPB]
Oct 21 07:29:51 LenovoL15 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Power Button [PWRF]
Oct 21 07:29:51 LenovoL15 kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Oct 21 07:29:51 LenovoL15 kernel: acpi device:09: registered as cooling_device0
Oct 21 07:29:51 LenovoL15 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4
Oct 21 07:29:51 LenovoL15 kernel: Monitor-Mwait will be used to enter C-1 state
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
Oct 21 07:29:51 LenovoL15 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 21 07:29:51 LenovoL15 kernel: serial 0000:02:00.1: enabling device (0000 -> 0003)
Oct 21 07:29:51 LenovoL15 kernel: 0000:02:00.1: ttyS0 at I/O 0x2200 (irq = 30, base_baud = 115200) is a 16550A
Oct 21 07:29:51 LenovoL15 kernel: serial 0000:02:00.2: enabling device (0000 -> 0003)
Oct 21 07:29:51 LenovoL15 kernel: 0000:02:00.2: ttyS1 at I/O 0x2100 (irq = 31, base_baud = 115200) is a 16550A
Oct 21 07:29:51 LenovoL15 kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 21 07:29:51 LenovoL15 kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Oct 21 07:29:51 LenovoL15 kernel: nvme nvme0: pci function 0000:01:00.0
Oct 21 07:29:51 LenovoL15 kernel: usbcore: registered new interface driver usbserial_generic
Oct 21 07:29:51 LenovoL15 kernel: usbserial: USB Serial support registered for generic
Oct 21 07:29:51 LenovoL15 kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 21 07:29:51 LenovoL15 kernel: rtc_cmos 00:01: registered as rtc0
Oct 21 07:29:51 LenovoL15 kernel: rtc_cmos 00:01: setting system clock to 2020-10-20T20:29:50 UTC (1603225790)
Oct 21 07:29:51 LenovoL15 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 21 07:29:51 LenovoL15 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 21 07:29:51 LenovoL15 kernel: drop_monitor: Initializing network drop monitor service
Oct 21 07:29:51 LenovoL15 kernel: NET: Registered protocol family 10
Oct 21 07:29:51 LenovoL15 kernel: Segment Routing with IPv6
Oct 21 07:29:51 LenovoL15 kernel: RPL Segment Routing with IPv6
Oct 21 07:29:51 LenovoL15 kernel: NET: Registered protocol family 17
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU0: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU1: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU2: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU3: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU4: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU5: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU6: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU7: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU8: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU9: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU10: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU11: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU12: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU13: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU14: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: CPU15: patch_level=0x08600106
Oct 21 07:29:51 LenovoL15 kernel: microcode: Microcode Update Driver: v2.2.
Oct 21 07:29:51 LenovoL15 kernel: resctrl: L3 allocation detected
Oct 21 07:29:51 LenovoL15 kernel: resctrl: L3DATA allocation detected
Oct 21 07:29:51 LenovoL15 kernel: resctrl: L3CODE allocation detected
Oct 21 07:29:51 LenovoL15 kernel: resctrl: MB allocation detected
Oct 21 07:29:51 LenovoL15 kernel: resctrl: L3 monitoring detected
Oct 21 07:29:51 LenovoL15 kernel: IPI shorthand broadcast: enabled
Oct 21 07:29:51 LenovoL15 kernel: registered taskstats version 1
Oct 21 07:29:51 LenovoL15 kernel: Loading compiled-in X.509 certificates
Oct 21 07:29:51 LenovoL15 kernel: nvme nvme0: 16/0/0 default/read/poll queues
Oct 21 07:29:51 LenovoL15 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: de2f2e3f73e7d58d4e970143d99b45ae56b47dc0'
Oct 21 07:29:51 LenovoL15 kernel: zswap: loaded using pool lz4/z3fold
Oct 21 07:29:51 LenovoL15 kernel: Key type ._fscrypt registered
Oct 21 07:29:51 LenovoL15 kernel: Key type .fscrypt registered
Oct 21 07:29:51 LenovoL15 kernel: Key type fscrypt-provisioning registered
Oct 21 07:29:51 LenovoL15 kernel: PM:   Magic number: 8:576:498
Oct 21 07:29:51 LenovoL15 kernel: pci 0000:06:00.6: hash matches
Oct 21 07:29:51 LenovoL15 kernel: RAS: Correctable Errors collector initialized.
Oct 21 07:29:51 LenovoL15 kernel: Unstable clock detected, switching default tracing clock to "global"
                                  If you want to keep using the local clock, then add:
                                    "trace_clock=local"
                                  on the kernel command line
Oct 21 07:29:51 LenovoL15 kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Oct 21 07:29:51 LenovoL15 kernel: Freeing unused decrypted memory: 2040K
Oct 21 07:29:51 LenovoL15 kernel: Freeing unused kernel image (initmem) memory: 1660K
Oct 21 07:29:51 LenovoL15 kernel: Write protecting the kernel read-only data: 24576k
Oct 21 07:29:51 LenovoL15 kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Oct 21 07:29:51 LenovoL15 kernel: Freeing unused kernel image (rodata/data gap) memory: 280K
Oct 21 07:29:51 LenovoL15 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 21 07:29:51 LenovoL15 kernel: Run /init as init process
Oct 21 07:29:51 LenovoL15 kernel:   with arguments:
Oct 21 07:29:51 LenovoL15 kernel:     /init
Oct 21 07:29:51 LenovoL15 kernel:   with environment:
Oct 21 07:29:51 LenovoL15 kernel:     HOME=/
Oct 21 07:29:51 LenovoL15 kernel:     TERM=linux
Oct 21 07:29:51 LenovoL15 kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Oct 21 07:29:51 LenovoL15 kernel: fbcon: Taking over console
Oct 21 07:29:51 LenovoL15 kernel: Console: switching to colour frame buffer device 240x67
Oct 21 07:29:51 LenovoL15 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 21 07:29:51 LenovoL15 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 21 07:29:51 LenovoL15 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 21 07:29:51 LenovoL15 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 21 07:29:51 LenovoL15 kernel: ehci-pci: EHCI PCI platform driver
Oct 21 07:29:51 LenovoL15 kernel: rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
Oct 21 07:29:51 LenovoL15 kernel: ehci-pci 0000:02:00.4: EHCI Host Controller
Oct 21 07:29:51 LenovoL15 kernel: ehci-pci 0000:02:00.4: new USB bus registered, assigned bus number 1
Oct 21 07:29:51 LenovoL15 kernel: ehci-pci 0000:02:00.4: irq 52, io mem 0xfd618000
Oct 21 07:29:51 LenovoL15 kernel: ehci-pci 0000:02:00.4: USB 0.0 started, EHCI 1.00
Oct 21 07:29:51 LenovoL15 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 21 07:29:51 LenovoL15 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 21 07:29:51 LenovoL15 kernel: usb usb1: Product: EHCI Host Controller
Oct 21 07:29:51 LenovoL15 kernel: usb usb1: Manufacturer: Linux 5.9.1-arch1-1 ehci_hcd
Oct 21 07:29:51 LenovoL15 kernel: usb usb1: SerialNumber: 0000:02:00.4
Oct 21 07:29:51 LenovoL15 kernel: hub 1-0:1.0: USB hub found
Oct 21 07:29:51 LenovoL15 kernel: hub 1-0:1.0: 1 port detected
Oct 21 07:29:51 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 21 07:29:51 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
Oct 21 07:29:51 LenovoL15 kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 21 07:29:51 LenovoL15 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 21 07:29:51 LenovoL15 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 21 07:29:51 LenovoL15 kernel: usb usb2: Product: xHCI Host Controller
Oct 21 07:29:51 LenovoL15 kernel: usb usb2: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
Oct 21 07:29:51 LenovoL15 kernel: usb usb2: SerialNumber: 0000:06:00.3
Oct 21 07:29:51 LenovoL15 kernel: hub 2-0:1.0: USB hub found
Oct 21 07:29:51 LenovoL15 kernel: hub 2-0:1.0: 4 ports detected
Oct 21 07:29:51 LenovoL15 kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Oct 21 07:29:51 LenovoL15 kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Oct 21 07:29:51 LenovoL15 kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Oct 21 07:29:51 LenovoL15 kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 21 07:29:51 LenovoL15 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Oct 21 07:29:51 LenovoL15 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 21 07:29:51 LenovoL15 kernel: usb usb3: Product: xHCI Host Controller
Oct 21 07:29:51 LenovoL15 kernel: usb usb3: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
Oct 21 07:29:51 LenovoL15 kernel: usb usb3: SerialNumber: 0000:06:00.3
Oct 21 07:29:51 LenovoL15 kernel: hub 3-0:1.0: USB hub found
Oct 21 07:29:51 LenovoL15 kernel: hub 3-0:1.0: 2 ports detected
Oct 21 07:29:51 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 21 07:29:51 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
Oct 21 07:29:51 LenovoL15 kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Oct 21 07:29:51 LenovoL15 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Oct 21 07:29:51 LenovoL15 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 21 07:29:51 LenovoL15 kernel: usb usb4: Product: xHCI Host Controller
Oct 21 07:29:51 LenovoL15 kernel: usb usb4: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
Oct 21 07:29:51 LenovoL15 kernel: usb usb4: SerialNumber: 0000:06:00.4
Oct 21 07:29:51 LenovoL15 kernel: hub 4-0:1.0: USB hub found
Oct 21 07:29:51 LenovoL15 kernel: hub 4-0:1.0: 4 ports detected
Oct 21 07:29:51 LenovoL15 kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Oct 21 07:29:51 LenovoL15 kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Oct 21 07:29:51 LenovoL15 kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 21 07:29:51 LenovoL15 kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 21 07:29:51 LenovoL15 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
Oct 21 07:29:51 LenovoL15 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 21 07:29:51 LenovoL15 kernel: usb usb5: Product: xHCI Host Controller
Oct 21 07:29:51 LenovoL15 kernel: usb usb5: Manufacturer: Linux 5.9.1-arch1-1 xhci-hcd
Oct 21 07:29:51 LenovoL15 kernel: usb usb5: SerialNumber: 0000:06:00.4
Oct 21 07:29:51 LenovoL15 kernel: hub 5-0:1.0: USB hub found
Oct 21 07:29:51 LenovoL15 kernel: hub 5-0:1.0: 2 ports detected
Oct 21 07:29:51 LenovoL15 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Oct 21 07:29:51 LenovoL15 kernel: random: fast init done
Oct 21 07:29:51 LenovoL15 kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
Oct 21 07:29:51 LenovoL15 systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 21 07:29:51 LenovoL15 systemd[1]: Detected architecture x86-64.
Oct 21 07:29:51 LenovoL15 systemd[1]: Set hostname to <LenovoL15>.
Oct 21 07:29:51 LenovoL15 systemd[1]: Queued start job for default target Graphical Interface.
Oct 21 07:29:51 LenovoL15 systemd[1]: Created slice system-getty.slice.
Oct 21 07:29:51 LenovoL15 systemd[1]: Created slice system-modprobe.slice.
Oct 21 07:29:51 LenovoL15 systemd[1]: Created slice User and Session Slice.
Oct 21 07:29:51 LenovoL15 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 21 07:29:51 LenovoL15 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 21 07:29:51 LenovoL15 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Local Encrypted Volumes.
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Paths.
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Remote File Systems.
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Slices.
Oct 21 07:29:51 LenovoL15 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 21 07:29:51 LenovoL15 systemd[1]: Listening on Process Core Dump Socket.
Oct 21 07:29:51 LenovoL15 systemd[1]: Listening on Journal Audit Socket.
Oct 21 07:29:51 LenovoL15 systemd[1]: Listening on Journal Socket (/dev/log).
Oct 21 07:29:51 LenovoL15 systemd[1]: Listening on Journal Socket.
Oct 21 07:29:51 LenovoL15 systemd[1]: Listening on udev Control Socket.
Oct 21 07:29:51 LenovoL15 systemd[1]: Listening on udev Kernel Socket.
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounting Huge Pages File System...
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounting POSIX Message Queue File System...
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounting Kernel Debug File System...
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounting Kernel Trace File System...
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Create list of static device nodes for the current kernel...
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Load Kernel Module drm...
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Journal Service...
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Load Kernel Modules...
Oct 21 07:29:51 LenovoL15 kernel: Linux agpgart interface v0.103
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Coldplug All udev Devices...
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounted Huge Pages File System.
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounted POSIX Message Queue File System.
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounted Kernel Debug File System.
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounted Kernel Trace File System.
Oct 21 07:29:51 LenovoL15 systemd[1]: Finished Create list of static device nodes for the current kernel.
Oct 21 07:29:51 LenovoL15 kernel: acpi_call: loading out-of-tree module taints kernel.
Oct 21 07:29:51 LenovoL15 kernel: acpi_call: module verification failed: signature and/or required key missing - tainting kernel
Oct 21 07:29:51 LenovoL15 kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
Oct 21 07:29:51 LenovoL15 kernel: usb 4-3: new high-speed USB device number 2 using xhci_hcd
Oct 21 07:29:51 LenovoL15 kernel: usb 2-4: new high-speed USB device number 2 using xhci_hcd
Oct 21 07:29:51 LenovoL15 systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Load/Save Random Seed...
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in Create System Users being skipped.
Oct 21 07:29:51 LenovoL15 kernel: Asymmetric key parser 'pkcs8' registered
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 21 07:29:51 LenovoL15 systemd[1]: Finished Load Kernel Modules.
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounting Kernel Configuration File System...
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Apply Kernel Variables...
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounted Kernel Configuration File System.
Oct 21 07:29:51 LenovoL15 systemd[1]: Finished Apply Kernel Variables.
Oct 21 07:29:51 LenovoL15 kernel: audit: type=1130 audit(1603225791.079:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 21 07:29:51 LenovoL15 kernel: audit: type=1130 audit(1603225791.083:3): 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'
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Local File Systems (Pre).
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 21 07:29:51 LenovoL15 kernel: audit: type=1334 audit(1603225791.083:4): prog-id=5 op=LOAD
Oct 21 07:29:51 LenovoL15 kernel: audit: type=1334 audit(1603225791.083:5): prog-id=6 op=LOAD
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 21 07:29:51 LenovoL15 systemd[1]: modprobe@drm.service: Succeeded.
Oct 21 07:29:51 LenovoL15 systemd[1]: Finished Load Kernel Module drm.
Oct 21 07:29:51 LenovoL15 kernel: audit: type=1130 audit(1603225791.086:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 kernel: audit: type=1131 audit(1603225791.086:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd-journald[300]: Journal started
Oct 21 07:29:51 LenovoL15 systemd-journald[300]: Runtime Journal (/run/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 8.0M, max 768.3M, 760.3M free.
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START 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'
Oct 21 07:29:51 LenovoL15 audit: BPF prog-id=5 op=LOAD
Oct 21 07:29:51 LenovoL15 audit: BPF prog-id=6 op=LOAD
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd-modules-load[301]: Inserted module 'acpi_call'
Oct 21 07:29:51 LenovoL15 systemd-modules-load[301]: Inserted module 'crypto_user'
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd-modules-load[301]: Inserted module 'pkcs8_key_parser'
Oct 21 07:29:51 LenovoL15 systemd-random-seed[306]: Kernel entropy pool is not initialized yet, waiting until it is.
Oct 21 07:29:51 LenovoL15 systemd-sysctl[309]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Oct 21 07:29:51 LenovoL15 systemd-sysctl[309]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Oct 21 07:29:51 LenovoL15 systemd-sysctl[309]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Oct 21 07:29:51 LenovoL15 systemd-sysctl[309]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Oct 21 07:29:51 LenovoL15 systemd-sysctl[309]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Oct 21 07:29:51 LenovoL15 systemd-sysctl[309]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 21 07:29:51 LenovoL15 systemd[1]: Started Journal Service.
Oct 21 07:29:51 LenovoL15 kernel: audit: type=1130 audit(1603225791.106:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd[1]: Finished Coldplug All udev Devices.
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 kernel: audit: type=1130 audit(1603225791.109:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd-journald[300]: Time spent on flushing to /var/log/journal/04dce25a858d4cc68ebce80f9fad7628 is 61.036ms for 879 entries.
Oct 21 07:29:51 LenovoL15 systemd-journald[300]: System Journal (/var/log/journal/04dce25a858d4cc68ebce80f9fad7628) is 240.0M, max 4.0G, 3.7G free.
Oct 21 07:29:51 LenovoL15 kernel: audit: type=1130 audit(1603225791.126:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Oct 21 07:29:51 LenovoL15 kernel: Non-volatile memory driver v1.3
Oct 21 07:29:51 LenovoL15 kernel: IPMI message handler: version 39.2
Oct 21 07:29:51 LenovoL15 kernel: ACPI: AC Adapter [AC] (off-line)
Oct 21 07:29:51 LenovoL15 kernel: tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
Oct 21 07:29:51 LenovoL15 kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 21 07:29:51 LenovoL15 kernel: tpm tpm0: tpm_try_transmit: send(): error -5
Oct 21 07:29:51 LenovoL15 kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
Oct 21 07:29:51 LenovoL15 kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 21 07:29:51 LenovoL15 kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Oct 21 07:29:51 LenovoL15 kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 21 07:29:51 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 21 07:29:51 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 Swap.
Oct 21 07:29:51 LenovoL15 systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 SYSTEM.
Oct 21 07:29:51 LenovoL15 systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 kernel: random: tlp-readconfs: uninitialized urandom read (4 bytes read)
Oct 21 07:29:51 LenovoL15 kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 21 07:29:51 LenovoL15 systemd[1]: Activating swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c...
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounting /efi...
Oct 21 07:29:51 LenovoL15 kernel: usb 2-4: New USB device found, idVendor=27c6, idProduct=55b4, bcdDevice= 1.00
Oct 21 07:29:51 LenovoL15 kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 21 07:29:51 LenovoL15 kernel: usb 2-4: Product: Goodix FingerPrint Device
Oct 21 07:29:51 LenovoL15 kernel: usb 2-4: Manufacturer: Generic
Oct 21 07:29:51 LenovoL15 kernel: ipmi device interface
Oct 21 07:29:51 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
Oct 21 07:29:51 LenovoL15 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Oct 21 07:29:51 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Oct 21 07:29:51 LenovoL15 kernel: snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 1
Oct 21 07:29:51 LenovoL15 kernel: libphy: Fixed MDIO Bus: probed
Oct 21 07:29:51 LenovoL15 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Oct 21 07:29:51 LenovoL15 kernel: ccp 0000:06:00.2: enabling device (0000 -> 0002)
Oct 21 07:29:51 LenovoL15 kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Oct 21 07:29:51 LenovoL15 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Oct 21 07:29:51 LenovoL15 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Oct 21 07:29:51 LenovoL15 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Oct 21 07:29:51 LenovoL15 kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 21 07:29:51 LenovoL15 kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 21 07:29:51 LenovoL15 kernel: thinkpad_acpi: ThinkPad BIOS R19ET28W (1.12 ), EC R19HT27W
Oct 21 07:29:51 LenovoL15 kernel: thinkpad_acpi: Lenovo ThinkPad L15 Gen 1, model 20U7000JAU
Oct 21 07:29:51 LenovoL15 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Oct 21 07:29:51 LenovoL15 kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 21 07:29:51 LenovoL15 kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 21 07:29:51 LenovoL15 kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 21 07:29:51 LenovoL15 kernel: ipmi_si: IPMI System Interface driver
Oct 21 07:29:51 LenovoL15 kernel: ipmi_si: Unable to find any System Interface(s)
Oct 21 07:29:51 LenovoL15 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 21 07:29:51 LenovoL15 kernel: usb 4-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
Oct 21 07:29:51 LenovoL15 kernel: usb 4-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 21 07:29:51 LenovoL15 kernel: usb 4-3: Product: Integrated Camera
Oct 21 07:29:51 LenovoL15 kernel: usb 4-3: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 21 07:29:51 LenovoL15 kernel: usb 4-3: SerialNumber: 0001
Oct 21 07:29:51 LenovoL15 kernel: ccp 0000:06:00.2: tee enabled
Oct 21 07:29:51 LenovoL15 kernel: ccp 0000:06:00.2: psp enabled
Oct 21 07:29:51 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 21 07:29:51 LenovoL15 kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
Oct 21 07:29:51 LenovoL15 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 21 07:29:51 LenovoL15 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 21 07:29:51 LenovoL15 kernel: cfg80211: failed to load regulatory.db
Oct 21 07:29:51 LenovoL15 kernel: r8169 0000:02:00.0: enabling device (0000 -> 0003)
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounted /efi.
Oct 21 07:29:51 LenovoL15 kernel: libphy: r8169: probed
Oct 21 07:29:51 LenovoL15 kernel: r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 00:2b:67:cf:24:6a, XID 502, IRQ 76
Oct 21 07:29:51 LenovoL15 kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Oct 21 07:29:51 LenovoL15 kernel: Intel(R) Wireless WiFi driver for Linux
Oct 21 07:29:51 LenovoL15 kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Oct 21 07:29:51 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
Oct 21 07:29:51 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
Oct 21 07:29:51 LenovoL15 kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
Oct 21 07:29:51 LenovoL15 kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
Oct 21 07:29:51 LenovoL15 kernel: raid6: avx2x4   gen() 12231 MB/s
Oct 21 07:29:51 LenovoL15 kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
Oct 21 07:29:51 LenovoL15 kernel: iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
Oct 21 07:29:51 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
Oct 21 07:29:51 LenovoL15 kernel: iwlwifi 0000:03:00.0: Found debug configuration: 0
Oct 21 07:29:51 LenovoL15 kernel: iwlwifi 0000:03:00.0: loaded firmware version 55.d9698065.0 cc-a0-55.ucode op_mode iwlmvm
Oct 21 07:29:51 LenovoL15 kernel: Adding 2097148k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:2097148k SSFS
Oct 21 07:29:51 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
Oct 21 07:29:51 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
Oct 21 07:29:51 LenovoL15 kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
Oct 21 07:29:51 LenovoL15 systemd[1]: Activated swap /dev/disk/by-uuid/9709bfe4-2767-4f85-b258-e6969532ed3c.
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Swap.
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 21 07:29:51 LenovoL15 systemd[1]: Mounted Temporary Directory (/tmp).
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Local File Systems.
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Create Volatile Files and Directories...
Oct 21 07:29:51 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 21 07:29:51 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 21 07:29:51 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 21 07:29:51 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Oct 21 07:29:51 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Oct 21 07:29:51 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Oct 21 07:29:51 LenovoL15 kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Oct 21 07:29:51 LenovoL15 systemd[1]: Finished Create Volatile Files and Directories.
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in Update is Completed being skipped.
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 21 07:29:51 LenovoL15 audit[471]: SYSTEM_BOOT pid=471 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target System Initialization.
Oct 21 07:29:51 LenovoL15 systemd[1]: Started Daily man-db regeneration.
Oct 21 07:29:51 LenovoL15 systemd[1]: Started Daily verification of password and group files.
Oct 21 07:29:51 LenovoL15 systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Timers.
Oct 21 07:29:51 LenovoL15 systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Sockets.
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Basic System.
Oct 21 07:29:51 LenovoL15 systemd[1]: Started D-Bus System Message Bus.
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Network Manager...
Oct 21 07:29:51 LenovoL15 kernel: raid6: avx2x4   xor()  4646 MB/s
Oct 21 07:29:51 LenovoL15 kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Oct 21 07:29:51 LenovoL15 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in SSH Key Generation being skipped.
Oct 21 07:29:51 LenovoL15 audit: BPF prog-id=7 op=LOAD
Oct 21 07:29:51 LenovoL15 audit: BPF prog-id=8 op=LOAD
Oct 21 07:29:51 LenovoL15 kernel: cryptd: max_cpu_qlen set to 1000
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting User Login Management...
Oct 21 07:29:51 LenovoL15 kernel: thinkpad_acpi: battery 1 registered (start 85, stop 85)
Oct 21 07:29:51 LenovoL15 kernel: battery: new extension: ThinkPad Battery Extension
Oct 21 07:29:51 LenovoL15 kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
Oct 21 07:29:51 LenovoL15 kernel: usb 4-4: new full-speed USB device number 3 using xhci_hcd
Oct 21 07:29:51 LenovoL15 systemd-udevd[375]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 21 07:29:51 LenovoL15 systemd-logind[475]: New seat seat0.
Oct 21 07:29:51 LenovoL15 kernel: raid6: avx2x2   gen() 16266 MB/s
Oct 21 07:29:51 LenovoL15 systemd[1]: Started User Login Management.
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.4153] NetworkManager (version 1.26.4-1) is starting... (for the first time)
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.4155] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 21 07:29:51 LenovoL15 systemd[1]: Started Network Manager.
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.4185] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Network.
Oct 21 07:29:51 LenovoL15 systemd[1]: Started OpenSSH Daemon.
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.4226] manager[0x5582191ed030]: monitoring kernel firmware directory '/lib/firmware'.
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Permit User Sessions...
Oct 21 07:29:51 LenovoL15 dbus-daemon[472]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=473 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 21 07:29:51 LenovoL15 audit: BPF prog-id=9 op=LOAD
Oct 21 07:29:51 LenovoL15 audit: BPF prog-id=10 op=LOAD
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Hostname Service...
Oct 21 07:29:51 LenovoL15 systemd[1]: Finished Permit User Sessions.
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd[1]: Started Getty on tty1.
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Login Prompts.
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Multi-User System.
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Graphical Interface.
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting TLP system startup/shutdown...
Oct 21 07:29:51 LenovoL15 kernel: raid6: avx2x2   xor() 23038 MB/s
Oct 21 07:29:51 LenovoL15 kernel: raid6: avx2x1   gen() 22609 MB/s
Oct 21 07:29:51 LenovoL15 kernel: usb 4-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Oct 21 07:29:51 LenovoL15 kernel: usb 4-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 21 07:29:51 LenovoL15 kernel: raid6: avx2x1   xor() 17791 MB/s
Oct 21 07:29:51 LenovoL15 kernel: raid6: sse2x4   gen() 16970 MB/s
Oct 21 07:29:51 LenovoL15 systemd-logind[475]: Watching system buttons on /dev/input/event2 (Sleep Button)
Oct 21 07:29:51 LenovoL15 kernel: raid6: sse2x4   xor()  5235 MB/s
Oct 21 07:29:51 LenovoL15 kernel: raid6: sse2x2   gen() 17706 MB/s
Oct 21 07:29:51 LenovoL15 kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
Oct 21 07:29:51 LenovoL15 kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
Oct 21 07:29:51 LenovoL15 kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15
Oct 21 07:29:51 LenovoL15 dbus-daemon[472]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 21 07:29:51 LenovoL15 systemd[1]: Started Hostname Service.
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7703] hostname: hostname: using hostnamed
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7703] hostname: hostname changed from (none) to "LenovoL15"
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7710] dns-mgr[0x5582191aa220]: init: dns=default,systemd-resolved rc-manager=symlink
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7719] rfkill1: found WWAN radio killswitch (at /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1) (platform driver thinkpad_acpi)
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7720] manager[0x5582191ed030]: rfkill: Wi-Fi hardware radio set enabled
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7740] manager[0x5582191ed030]: rfkill: WWAN hardware radio set enabled
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7775] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-ovs.so)
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7784] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wifi.so)
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7872] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-team.so)
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7879] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-adsl.so)
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7932] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wwan.so)
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7946] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-bluetooth.so)
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7949] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7950] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7950] manager: Networking is enabled by state file
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7954] dhcp-init: Using DHCP client 'internal'
Oct 21 07:29:51 LenovoL15 dbus-daemon[472]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=473 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7960] settings: Loaded settings plugin: keyfile (internal)
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7982] device (lo): carrier: link connected
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7984] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.7991] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 21 07:29:51 LenovoL15 systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.8011] ovsdb: Could not connect: No such file or directory
Oct 21 07:29:51 LenovoL15 dbus-daemon[472]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 21 07:29:51 LenovoL15 systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 21 07:29:51 LenovoL15 kernel: raid6: sse2x2   xor() 10950 MB/s
Oct 21 07:29:51 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:51 LenovoL15 systemd-logind[475]: Watching system buttons on /dev/input/event0 (Power Button)
Oct 21 07:29:51 LenovoL15 systemd-logind[475]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 21 07:29:51 LenovoL15 kernel: raid6: sse2x1   gen() 12549 MB/s
Oct 21 07:29:51 LenovoL15 systemd-udevd[326]: Using default interface naming scheme 'v245'.
Oct 21 07:29:51 LenovoL15 systemd-udevd[326]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 21 07:29:51 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: renamed from eth0
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
Oct 21 07:29:51 LenovoL15 systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Oct 21 07:29:51 LenovoL15 systemd[1]: Reached target Sound Card.
Oct 21 07:29:51 LenovoL15 kernel: raid6: sse2x1   xor()  8879 MB/s
Oct 21 07:29:51 LenovoL15 kernel: raid6: using algorithm avx2x1 gen() 22609 MB/s
Oct 21 07:29:51 LenovoL15 kernel: raid6: .... xor() 17791 MB/s, rmw enabled
Oct 21 07:29:51 LenovoL15 kernel: raid6: using avx2x2 recovery algorithm
Oct 21 07:29:51 LenovoL15 tlp[490]: Applying power save settings...done.
Oct 21 07:29:51 LenovoL15 systemd-logind[475]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 21 07:29:51 LenovoL15 kernel: AVX2 version of gcm_enc/dec engaged.
Oct 21 07:29:51 LenovoL15 kernel: AES CTR mode by8 optimization enabled
Oct 21 07:29:51 LenovoL15 systemd-udevd[346]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.9411] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp2s0f0'
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.9477] manager: startup complete
Oct 21 07:29:51 LenovoL15 NetworkManager[473]: <info>  [1603225791.9479] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 21 07:29:51 LenovoL15 systemd-udevd[357]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Oct 21 07:29:51 LenovoL15 kernel: xor: automatically using best checksumming function   avx       
Oct 21 07:29:51 LenovoL15 kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Oct 21 07:29:51 LenovoL15 kernel: Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
Oct 21 07:29:52 LenovoL15 systemd-logind[475]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Oct 21 07:29:52 LenovoL15 kernel: [drm] amdgpu kernel modesetting enabled.
Oct 21 07:29:52 LenovoL15 kernel: Virtual CRAT table created for CPU
Oct 21 07:29:52 LenovoL15 kernel: amdgpu: Topology: Add CPU node
Oct 21 07:29:52 LenovoL15 kernel: checking generic (460000000 7f0000) vs hw (460000000 10000000)
Oct 21 07:29:52 LenovoL15 kernel: fb0: switching to amdgpudrmfb from EFI VGA
Oct 21 07:29:52 LenovoL15 kernel: Console: switching to colour dummy device 80x25
Oct 21 07:29:52 LenovoL15 kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
Oct 21 07:29:52 LenovoL15 kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
Oct 21 07:29:52 LenovoL15 kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x17AA:0x507E 0xD1).
Oct 21 07:29:52 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Oct 21 07:29:52 LenovoL15 kernel: [drm] register mmio base: 0xFD300000
Oct 21 07:29:52 LenovoL15 kernel: [drm] register mmio size: 524288
Oct 21 07:29:52 LenovoL15 kernel: [drm] PCIE atomic ops is not supported
Oct 21 07:29:52 LenovoL15 kernel: [drm] add ip block number 0 <soc15_common>
Oct 21 07:29:52 LenovoL15 kernel: [drm] add ip block number 1 <gmc_v9_0>
Oct 21 07:29:52 LenovoL15 kernel: [drm] add ip block number 2 <vega10_ih>
Oct 21 07:29:52 LenovoL15 kernel: [drm] add ip block number 3 <psp>
Oct 21 07:29:52 LenovoL15 kernel: [drm] add ip block number 4 <smu>
Oct 21 07:29:52 LenovoL15 kernel: [drm] add ip block number 5 <gfx_v9_0>
Oct 21 07:29:52 LenovoL15 kernel: [drm] add ip block number 6 <sdma_v4_0>
Oct 21 07:29:52 LenovoL15 kernel: [drm] add ip block number 7 <dm>
Oct 21 07:29:52 LenovoL15 kernel: [drm] add ip block number 8 <vcn_v2_0>
Oct 21 07:29:52 LenovoL15 kernel: [drm] add ip block number 9 <jpeg_v2_0>
Oct 21 07:29:52 LenovoL15 kernel: amdgpu: ATOM BIOS: 113-RENOIR-026
Oct 21 07:29:52 LenovoL15 kernel: [drm] VCN decode is enabled in VM mode
Oct 21 07:29:52 LenovoL15 kernel: [drm] VCN encode is enabled in VM mode
Oct 21 07:29:52 LenovoL15 kernel: [drm] JPEG decode is enabled in VM mode
Oct 21 07:29:52 LenovoL15 kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Oct 21 07:29:52 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Oct 21 07:29:52 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Oct 21 07:29:52 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Oct 21 07:29:52 LenovoL15 kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Oct 21 07:29:52 LenovoL15 kernel: [drm] RAM width 64bits DDR4
Oct 21 07:29:52 LenovoL15 kernel: [TTM] Zone  kernel: Available graphics memory: 7868290 KiB
Oct 21 07:29:52 LenovoL15 kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
Oct 21 07:29:52 LenovoL15 kernel: [TTM] Initializing pool allocator
Oct 21 07:29:52 LenovoL15 kernel: [TTM] Initializing DMA pool allocator
Oct 21 07:29:52 LenovoL15 kernel: [drm] amdgpu: 512M of VRAM memory ready
Oct 21 07:29:52 LenovoL15 kernel: [drm] amdgpu: 3072M of GTT memory ready.
Oct 21 07:29:52 LenovoL15 kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Oct 21 07:29:52 LenovoL15 kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
Oct 21 07:29:52 LenovoL15 kernel: [drm] Loading DMUB firmware via PSP: version=0x00000000
Oct 21 07:29:52 LenovoL15 kernel: [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17
Oct 21 07:29:52 LenovoL15 kernel: [drm] PSP loading VCN firmware
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <info>  [1603225792.0878] settings: (enp2s0f0): created default wired connection 'Wired connection 1'
Oct 21 07:29:52 LenovoL15 kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
Oct 21 07:29:52 LenovoL15 kernel: kvm: Nested Virtualization enabled
Oct 21 07:29:52 LenovoL15 kernel: SVM: kvm: Nested Paging enabled
Oct 21 07:29:52 LenovoL15 kernel: SVM: Virtual VMLOAD VMSAVE supported
Oct 21 07:29:52 LenovoL15 kernel: SVM: Virtual GIF supported
Oct 21 07:29:52 LenovoL15 kernel: MCE: In-kernel MCE decoding enabled.
Oct 21 07:29:52 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:52 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:52 LenovoL15 kernel: Btrfs loaded, crc32c=crc32c-intel
Oct 21 07:29:52 LenovoL15 kernel: BTRFS: device label Files devid 1 transid 35 /dev/nvme0n1p7 scanned by systemd-udevd (359)
Oct 21 07:29:52 LenovoL15 kernel: iwlwifi 0000:03:00.0: base HW address: 34:cf:f6:6a:00:36
Oct 21 07:29:52 LenovoL15 kernel: psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
Oct 21 07:29:52 LenovoL15 kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Oct 21 07:29:52 LenovoL15 systemd-udevd[340]: Using default interface naming scheme 'v245'.
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <info>  [1603225792.1935] device (wlan0): driver supports Access Point (AP) mode
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <info>  [1603225792.1944] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 21 07:29:52 LenovoL15 systemd-udevd[340]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <info>  [1603225792.1953] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <info>  [1603225792.2012] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 21 07:29:52 LenovoL15 kernel: psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
Oct 21 07:29:52 LenovoL15 kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN0411 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
Oct 21 07:29:52 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:52 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:52 LenovoL15 kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
Oct 21 07:29:52 LenovoL15 kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Oct 21 07:29:52 LenovoL15 tlp[490]: Setting battery charge thresholds...done.
Oct 21 07:29:52 LenovoL15 systemd[1]: Finished TLP system startup/shutdown.
Oct 21 07:29:52 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:52 LenovoL15 kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
Oct 21 07:29:52 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:52 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:52 LenovoL15 kernel: mousedev: PS/2 mouse device common for all mice
Oct 21 07:29:52 LenovoL15 systemd-logind[475]: Watching system buttons on /dev/input/event10 (ThinkPad Extra Buttons)
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <info>  [1603225792.4513] device (wlan0): set-hw-addr: set MAC address to 86:F8:77:0A:C6:1A (scanning)
Oct 21 07:29:52 LenovoL15 systemd[1]: Finished Load/Save Random Seed.
Oct 21 07:29:52 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:52 LenovoL15 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 21 07:29:52 LenovoL15 systemd[1]: Startup finished in 8.687s (firmware) + 13.186s (loader) + 979ms (kernel) + 1.605s (userspace) = 24.458s.
Oct 21 07:29:52 LenovoL15 kernel: random: crng init done
Oct 21 07:29:52 LenovoL15 kernel: random: 7 urandom warning(s) missed due to ratelimiting
Oct 21 07:29:52 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:52 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:52 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:52 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:52 LenovoL15 dbus-daemon[472]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=473 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 21 07:29:52 LenovoL15 systemd[1]: Starting WPA supplicant...
Oct 21 07:29:52 LenovoL15 sshd[485]: Server listening on 0.0.0.0 port 2201.
Oct 21 07:29:52 LenovoL15 sshd[485]: Server listening on :: port 2201.
Oct 21 07:29:52 LenovoL15 dbus-daemon[472]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 21 07:29:52 LenovoL15 wpa_supplicant[1022]: Successfully initialized wpa_supplicant
Oct 21 07:29:52 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:52 LenovoL15 systemd[1]: Started WPA supplicant.
Oct 21 07:29:52 LenovoL15 kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Oct 21 07:29:52 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:52 LenovoL15 kernel: mc: Linux media interface: v0.10
Oct 21 07:29:52 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <info>  [1603225792.7954] device (wlan0): supplicant interface state: internal-starting -> disconnected
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <info>  [1603225792.7955] Wi-Fi P2P device controlled by interface wlan0 created
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <info>  [1603225792.7959] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <info>  [1603225792.7967] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <warn>  [1603225792.7977] sup-iface[be864325db180582,0,wlan0]: call-p2p-cancel: failed with P2P cancel failed
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <info>  [1603225792.7981] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Oct 21 07:29:52 LenovoL15 NetworkManager[473]: <info>  [1603225792.7994] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 21 07:29:52 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
Oct 21 07:29:53 LenovoL15 kernel: [drm] kiq ring mec 2 pipe 1 q 0
Oct 21 07:29:53 LenovoL15 kernel: [drm] Display Core initialized with v3.2.95!
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:53 LenovoL15 kernel: videodev: Linux video capture interface: v2.00
Oct 21 07:29:53 LenovoL15 kernel: [drm] DMUB hardware initialized: version=0x01000000
Oct 21 07:29:53 LenovoL15 kernel: Bluetooth: Core ver 2.22
Oct 21 07:29:53 LenovoL15 kernel: NET: Registered protocol family 31
Oct 21 07:29:53 LenovoL15 kernel: Bluetooth: HCI device and connection manager initialized
Oct 21 07:29:53 LenovoL15 kernel: Bluetooth: HCI socket layer initialized
Oct 21 07:29:53 LenovoL15 kernel: Bluetooth: L2CAP socket layer initialized
Oct 21 07:29:53 LenovoL15 kernel: Bluetooth: SCO socket layer initialized
Oct 21 07:29:53 LenovoL15 kernel: snd_hda_intel 0000:06:00.1: bound 0000:06:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Oct 21 07:29:53 LenovoL15 kernel: psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
Oct 21 07:29:53 LenovoL15 kernel: [drm] DP Alt mode state on HPD: 0
Oct 21 07:29:53 LenovoL15 kernel: usbcore: registered new interface driver btusb
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:53 LenovoL15 kernel: Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
Oct 21 07:29:53 LenovoL15 kernel: uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
Oct 21 07:29:53 LenovoL15 systemd[1]: Reached target Bluetooth.
Oct 21 07:29:53 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 21 07:29:53 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Extension 4 was not initialized!
Oct 21 07:29:53 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
Oct 21 07:29:53 LenovoL15 kernel: uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
Oct 21 07:29:53 LenovoL15 kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input17
Oct 21 07:29:53 LenovoL15 kernel: usbcore: registered new interface driver uvcvideo
Oct 21 07:29:53 LenovoL15 kernel: USB Video Class driver (1.1.1)
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:53 LenovoL15 kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
Oct 21 07:29:53 LenovoL15 kernel: [drm] Alt mode has timed out after 202 ms
Oct 21 07:29:53 LenovoL15 kernel: [drm] DP Alt mode state on HPD: 0
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:53 LenovoL15 kernel: [drm] Alt mode has timed out after 203 ms
Oct 21 07:29:53 LenovoL15 kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Oct 21 07:29:53 LenovoL15 kernel: [drm] JPEG decode initialized successfully.
Oct 21 07:29:53 LenovoL15 kernel: kfd kfd: Allocated 3969056 bytes on gart
Oct 21 07:29:53 LenovoL15 kernel: Virtual CRAT table created for GPU
Oct 21 07:29:53 LenovoL15 kernel: amdgpu: Topology: Add dGPU node [0x1636:0x1002]
Oct 21 07:29:53 LenovoL15 kernel: kfd kfd: added device 1002:1636
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 18, active_cu_number 27
Oct 21 07:29:53 LenovoL15 kernel: [drm] fb mappable at 0x410CA0000
Oct 21 07:29:53 LenovoL15 kernel: [drm] vram apper at 0x410000000
Oct 21 07:29:53 LenovoL15 kernel: [drm] size 8294400
Oct 21 07:29:53 LenovoL15 kernel: [drm] fb depth is 24
Oct 21 07:29:53 LenovoL15 kernel: [drm]    pitch is 7680
Oct 21 07:29:53 LenovoL15 kernel: fbcon: amdgpudrmfb (fb0) is primary device
Oct 21 07:29:53 LenovoL15 kernel: [drm] Failed to add display topology, DTM TA is not initialized.
Oct 21 07:29:53 LenovoL15 kernel: Console: switching to colour frame buffer device 240x67
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
Oct 21 07:29:53 LenovoL15 kernel: amdgpu 0000:06:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:53 LenovoL15 kernel: [drm] Initialized amdgpu 3.39.0 20150101 for 0000:06:00.0 on minor 0
Oct 21 07:29:53 LenovoL15 systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Oct 21 07:29:53 LenovoL15 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Oct 21 07:29:53 LenovoL15 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
Oct 21 07:29:53 LenovoL15 systemd-backlight[1060]: Failed to get backlight or LED device 'backlight:acpi_video0': No such device
Oct 21 07:29:53 LenovoL15 systemd[1]: systemd-backlight@backlight:acpi_video0.service: Main process exited, code=exited, status=1/FAILURE
Oct 21 07:29:53 LenovoL15 systemd[1]: systemd-backlight@backlight:acpi_video0.service: Failed with result 'exit-code'.
Oct 21 07:29:53 LenovoL15 systemd[1]: Failed to start Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Oct 21 07:29:53 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 21 07:29:53 LenovoL15 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
Oct 21 07:29:53 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: F17h_M60h detected (node 0).
Oct 21 07:29:53 LenovoL15 kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Oct 21 07:29:56 LenovoL15 wpa_supplicant[1022]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5153] policy: auto-activating connection '-------------' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5164] device (wlan0): Activation: starting connection '-------------' (f6b7527a-228b-4edc-8deb-5988961e63e9)
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5173] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5178] manager: NetworkManager state is now CONNECTING
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5205] device (wlan0): set-hw-addr: reset MAC address to 34:CF:F6:6A:00:36 (preserve)
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5253] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5258] device (wlan0): Activation: (wifi) access point '-------------' has security, but secrets are required.
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5259] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5306] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5311] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5317] device (wlan0): Activation: (wifi) connection '-------------' has security, and secrets exist.  No new secrets needed.
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5317] Config: added 'ssid' value '-------------'
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5317] Config: added 'scan_ssid' value '1'
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5318] Config: added 'bgscan' value 'simple:30:-70:86400'
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5318] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5318] Config: added 'auth_alg' value 'OPEN'
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.5318] Config: added 'psk' value '<hidden>'
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.6156] device (wlan0): supplicant interface state: disconnected -> inactive
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.6157] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.6227] device (wlan0): supplicant interface state: inactive -> scanning
Oct 21 07:29:57 LenovoL15 NetworkManager[473]: <info>  [1603225797.6228] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
Oct 21 07:29:58 LenovoL15 wpa_supplicant[1022]: wlan0: SME: Trying to authenticate with a6:91:b1:79:30:0c (SSID='-------------' freq=5560 MHz)
Oct 21 07:29:58 LenovoL15 kernel: wlan0: authenticate with a6:91:b1:79:30:0c
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.7355] device (wlan0): supplicant interface state: scanning -> authenticating
Oct 21 07:29:58 LenovoL15 kernel: wlan0: send auth to a6:91:b1:79:30:0c (try 1/3)
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.7356] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Oct 21 07:29:58 LenovoL15 wpa_supplicant[1022]: wlan0: Trying to associate with a6:91:b1:79:30:0c (SSID='-------------' freq=5560 MHz)
Oct 21 07:29:58 LenovoL15 kernel: wlan0: authenticated
Oct 21 07:29:58 LenovoL15 kernel: wlan0: associate with a6:91:b1:79:30:0c (try 1/3)
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.7670] device (wlan0): supplicant interface state: authenticating -> associating
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.7671] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Oct 21 07:29:58 LenovoL15 kernel: wlan0: RX AssocResp from a6:91:b1:79:30:0c (capab=0x1011 status=0 aid=4)
Oct 21 07:29:58 LenovoL15 wpa_supplicant[1022]: wlan0: Associated with a6:91:b1:79:30:0c
Oct 21 07:29:58 LenovoL15 wpa_supplicant[1022]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 21 07:29:58 LenovoL15 kernel: wlan0: associated
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.7933] device (wlan0): supplicant interface state: associating -> 4way_handshake
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.7934] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Oct 21 07:29:58 LenovoL15 wpa_supplicant[1022]: wlan0: WPA: Key negotiation completed with a6:91:b1:79:30:0c [PTK=CCMP GTK=CCMP]
Oct 21 07:29:58 LenovoL15 wpa_supplicant[1022]: wlan0: CTRL-EVENT-CONNECTED - Connection to a6:91:b1:79:30:0c completed [id=0 id_str=]
Oct 21 07:29:58 LenovoL15 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8771] device (wlan0): supplicant interface state: 4way_handshake -> completed
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8772] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "-------------"
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8773] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8777] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 21 07:29:58 LenovoL15 wpa_supplicant[1022]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-70 noise=9999 txrate=26000
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8783] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8902] dhcp4 (wlan0): option dhcp_lease_time      => '3600'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8903] dhcp4 (wlan0): option domain_name          => 'modem'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8903] dhcp4 (wlan0): option domain_name_servers  => '8.8.8.8 1.1.1.1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8903] dhcp4 (wlan0): option expiry               => '1603229398'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8904] dhcp4 (wlan0): option host_name            => 'LenovoL15'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8904] dhcp4 (wlan0): option ip_address           => '192.168.0.206'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8904] dhcp4 (wlan0): option next_server          => '192.168.0.1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8904] dhcp4 (wlan0): option requested_broadcast_address => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8904] dhcp4 (wlan0): option requested_domain_name => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8904] dhcp4 (wlan0): option requested_domain_name_servers => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8904] dhcp4 (wlan0): option requested_domain_search => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8905] dhcp4 (wlan0): option requested_host_name  => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8905] dhcp4 (wlan0): option requested_interface_mtu => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8905] dhcp4 (wlan0): option requested_ms_classless_static_routes => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8905] dhcp4 (wlan0): option requested_nis_domain => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8905] dhcp4 (wlan0): option requested_nis_servers => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8905] dhcp4 (wlan0): option requested_ntp_servers => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8905] dhcp4 (wlan0): option requested_rfc3442_classless_static_routes => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8905] dhcp4 (wlan0): option requested_root_path  => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8905] dhcp4 (wlan0): option requested_routers    => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8905] dhcp4 (wlan0): option requested_static_routes => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8906] dhcp4 (wlan0): option requested_subnet_mask => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8906] dhcp4 (wlan0): option requested_time_offset => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8906] dhcp4 (wlan0): option requested_wpad       => '1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8906] dhcp4 (wlan0): option routers              => '192.168.0.1'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8906] dhcp4 (wlan0): option subnet_mask          => '255.255.255.0'
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8906] dhcp4 (wlan0): state changed unknown -> bound
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8950] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8991] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.8996] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.9005] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.9049] manager: NetworkManager state is now CONNECTED_SITE
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.9051] policy: set '-------------' (wlan0) as default for IPv4 routing and DNS
Oct 21 07:29:58 LenovoL15 dbus-daemon[472]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=473 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 21 07:29:58 LenovoL15 dbus-daemon[472]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Oct 21 07:29:58 LenovoL15 NetworkManager[473]: <info>  [1603225798.9107] device (wlan0): Activation: successful, device activated.
Oct 21 07:29:58 LenovoL15 kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by a6:91:b1:79:30:0c
Oct 21 07:29:59 LenovoL15 kernel: kauditd_printk_skb: 21 callbacks suppressed
Oct 21 07:29:59 LenovoL15 kernel: audit: type=1100 audit(1603225799.473:32): pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 21 07:29:59 LenovoL15 audit[489]: USER_AUTH pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 21 07:29:59 LenovoL15 dbus-daemon[472]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.9' (uid=0 pid=489 comm="/bin/login -p --         ")
Oct 21 07:29:59 LenovoL15 dbus-daemon[472]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 21 07:29:59 LenovoL15 login[489]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 21 07:29:59 LenovoL15 audit[489]: USER_ACCT pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 21 07:29:59 LenovoL15 audit[489]: CRED_ACQ pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 21 07:29:59 LenovoL15 kernel: audit: type=1101 audit(1603225799.479:33): pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 21 07:29:59 LenovoL15 kernel: audit: type=1103 audit(1603225799.479:34): pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 21 07:29:59 LenovoL15 kernel: audit: type=1006 audit(1603225799.479:35): pid=489 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Oct 21 07:29:59 LenovoL15 login[489]: pam_unix(login:session): session opened for user anthony(uid=1000) by LOGIN(uid=0)
Oct 21 07:29:59 LenovoL15 systemd[1]: Created slice User Slice of UID 1000.
Oct 21 07:29:59 LenovoL15 systemd[1]: Starting User Runtime Directory /run/user/1000...
Oct 21 07:29:59 LenovoL15 systemd-logind[475]: New session 1 of user anthony.
Oct 21 07:29:59 LenovoL15 systemd[1]: Finished User Runtime Directory /run/user/1000.
Oct 21 07:29:59 LenovoL15 audit[1]: SERVICE_START 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'
Oct 21 07:29:59 LenovoL15 kernel: audit: type=1130 audit(1603225799.509:36): 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'
Oct 21 07:29:59 LenovoL15 systemd[1]: Starting User Manager for UID 1000...
Oct 21 07:29:59 LenovoL15 dbus-daemon[472]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=1105 comm="(systemd) ")
Oct 21 07:29:59 LenovoL15 dbus-daemon[472]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 21 07:29:59 LenovoL15 systemd[1105]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 21 07:29:59 LenovoL15 audit[1105]: USER_ACCT pid=1105 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:59 LenovoL15 audit[1105]: CRED_ACQ pid=1105 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 21 07:29:59 LenovoL15 systemd[1105]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[anthony] ruser=[<unknown>] rhost=[<unknown>]
Oct 21 07:29:59 LenovoL15 systemd[1105]: pam_unix(systemd-user:session): session opened for user anthony(uid=1000) by (uid=0)
Oct 21 07:29:59 LenovoL15 audit[1105]: USER_START pid=1105 uid=0 auid=1000 ses=2 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="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:59 LenovoL15 kernel: audit: type=1101 audit(1603225799.523:37): pid=1105 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:59 LenovoL15 kernel: audit: type=1103 audit(1603225799.523:38): pid=1105 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 21 07:29:59 LenovoL15 kernel: audit: type=1006 audit(1603225799.523:39): pid=1105 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Oct 21 07:29:59 LenovoL15 kernel: audit: type=1105 audit(1603225799.523:40): pid=1105 uid=0 auid=1000 ses=2 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="anthony" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:59 LenovoL15 audit: BPF prog-id=11 op=LOAD
Oct 21 07:29:59 LenovoL15 audit: BPF prog-id=11 op=UNLOAD
Oct 21 07:29:59 LenovoL15 kernel: audit: type=1334 audit(1603225799.536:41): prog-id=11 op=LOAD
Oct 21 07:29:59 LenovoL15 systemd[1110]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
Oct 21 07:29:59 LenovoL15 systemd[1105]: Queued start job for default target Main User Target.
Oct 21 07:29:59 LenovoL15 systemd[1105]: Reached target Paths.
Oct 21 07:29:59 LenovoL15 systemd[1105]: Reached target Timers.
Oct 21 07:29:59 LenovoL15 systemd[1105]: Starting D-Bus User Message Bus Socket.
Oct 21 07:29:59 LenovoL15 systemd[1105]: Listening on GnuPG network certificate management daemon.
Oct 21 07:29:59 LenovoL15 systemd[1105]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 21 07:29:59 LenovoL15 systemd[1105]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 21 07:29:59 LenovoL15 systemd[1105]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 21 07:29:59 LenovoL15 systemd[1105]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 21 07:29:59 LenovoL15 systemd[1105]: Listening on p11-kit server.
Oct 21 07:29:59 LenovoL15 NetworkManager[473]: <info>  [1603225799.6350] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 21 07:29:59 LenovoL15 systemd[1105]: Listening on D-Bus User Message Bus Socket.
Oct 21 07:29:59 LenovoL15 systemd[1105]: Reached target Sockets.
Oct 21 07:29:59 LenovoL15 systemd[1105]: Reached target Basic System.
Oct 21 07:29:59 LenovoL15 systemd[1105]: Reached target Main User Target.
Oct 21 07:29:59 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:29:59 LenovoL15 systemd[1105]: Startup finished in 100ms.
Oct 21 07:29:59 LenovoL15 systemd[1]: Started User Manager for UID 1000.
Oct 21 07:29:59 LenovoL15 systemd[1]: Started Session 1 of user anthony.
Oct 21 07:29:59 LenovoL15 audit[489]: USER_START pid=489 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 21 07:29:59 LenovoL15 audit[489]: CRED_REFR pid=489 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/login" hostname=LenovoL15 addr=? terminal=tty1 res=success'
Oct 21 07:29:59 LenovoL15 login[489]: LOGIN ON tty1 BY anthony
Oct 21 07:29:59 LenovoL15 NetworkManager[473]: <info>  [1603225799.9713] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 21 07:29:59 LenovoL15 NetworkManager[473]: <info>  [1603225799.9727] policy: set '-------------' (wlan0) as default for IPv6 routing and DNS
Oct 21 07:29:59 LenovoL15 NetworkManager[473]: <info>  [1603225799.9776] dhcp6 (wlan0): option dhcp6_domain_search  => 'modem'
Oct 21 07:29:59 LenovoL15 NetworkManager[473]: <info>  [1603225799.9776] dhcp6 (wlan0): option dhcp6_name_servers   => '2606:4700:4700::1111 2001:4860:4860::8888'
Oct 21 07:29:59 LenovoL15 NetworkManager[473]: <info>  [1603225799.9777] dhcp6 (wlan0): state changed unknown -> bound
Oct 21 07:30:07 LenovoL15 audit[1128]: USER_AUTH pid=1128 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:30:07 LenovoL15 dbus-daemon[472]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.15' (uid=0 pid=1128 comm="sudo tlp-stat -b ")
Oct 21 07:30:07 LenovoL15 kernel: kauditd_printk_skb: 4 callbacks suppressed
Oct 21 07:30:07 LenovoL15 kernel: audit: type=1100 audit(1603225807.973:46): pid=1128 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="anthony" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:30:07 LenovoL15 dbus-daemon[472]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 21 07:30:07 LenovoL15 sudo[1128]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 21 07:30:07 LenovoL15 audit[1128]: USER_ACCT pid=1128 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="anthony" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:30:07 LenovoL15 audit[1128]: CRED_REFR pid=1128 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:30:07 LenovoL15 audit[1128]: USER_START pid=1128 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:30:07 LenovoL15 sudo[1128]:  anthony : TTY=tty1 ; PWD=/home/anthony ; USER=root ; COMMAND=/usr/bin/tlp-stat -b
Oct 21 07:30:07 LenovoL15 kernel: audit: type=1101 audit(1603225807.976:47): pid=1128 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="anthony" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:30:07 LenovoL15 kernel: audit: type=1110 audit(1603225807.976:48): pid=1128 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:30:07 LenovoL15 kernel: audit: type=1105 audit(1603225807.976:49): pid=1128 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:30:07 LenovoL15 sudo[1128]: pam_unix(sudo:session): session opened for user root(uid=0) by anthony(uid=0)
Oct 21 07:30:08 LenovoL15 sudo[1128]: pam_unix(sudo:session): session closed for user root
Oct 21 07:30:08 LenovoL15 audit[1128]: USER_END pid=1128 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:30:08 LenovoL15 audit[1128]: CRED_DISP pid=1128 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:30:08 LenovoL15 kernel: audit: type=1106 audit(1603225808.949:50): pid=1128 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:30:08 LenovoL15 kernel: audit: type=1104 audit(1603225808.949:51): pid=1128 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:30:09 LenovoL15 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 21 07:30:09 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:30:09 LenovoL15 kernel: audit: type=1131 audit(1603225809.879:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:30:21 LenovoL15 systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 21 07:30:21 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:30:21 LenovoL15 kernel: audit: type=1131 audit(1603225821.799:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:30:21 LenovoL15 audit: BPF prog-id=10 op=UNLOAD
Oct 21 07:30:21 LenovoL15 audit: BPF prog-id=9 op=UNLOAD
Oct 21 07:30:21 LenovoL15 kernel: audit: type=1334 audit(1603225821.943:54): prog-id=10 op=UNLOAD
Oct 21 07:30:21 LenovoL15 kernel: audit: type=1334 audit(1603225821.943:55): prog-id=9 op=UNLOAD
Oct 21 07:31:57 LenovoL15 dbus-daemon[472]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.16' (uid=0 pid=1420 comm="sudo pacman -Syu ")
Oct 21 07:31:57 LenovoL15 dbus-daemon[472]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 21 07:31:57 LenovoL15 sudo[1420]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 21 07:31:57 LenovoL15 kernel: audit: type=1101 audit(1603225917.312:56): pid=1420 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="anthony" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:31:57 LenovoL15 kernel: audit: type=1110 audit(1603225917.312:57): pid=1420 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:31:57 LenovoL15 kernel: audit: type=1105 audit(1603225917.312:58): pid=1420 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:31:57 LenovoL15 audit[1420]: USER_ACCT pid=1420 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="anthony" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:31:57 LenovoL15 audit[1420]: CRED_REFR pid=1420 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:31:57 LenovoL15 audit[1420]: USER_START pid=1420 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:31:57 LenovoL15 sudo[1420]:  anthony : TTY=tty1 ; PWD=/home/anthony ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Oct 21 07:31:57 LenovoL15 sudo[1420]: pam_unix(sudo:session): session opened for user root(uid=0) by anthony(uid=0)
Oct 21 07:31:59 LenovoL15 wpa_supplicant[1022]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-66 noise=9999 txrate=130000
Oct 21 07:32:19 LenovoL15 wpa_supplicant[1022]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-67 noise=9999 txrate=351000
Oct 21 07:32:25 LenovoL15 sudo[1420]: pam_unix(sudo:session): session closed for user root
Oct 21 07:32:25 LenovoL15 audit[1420]: USER_END pid=1420 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:32:25 LenovoL15 audit[1420]: CRED_DISP pid=1420 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:32:25 LenovoL15 kernel: audit: type=1106 audit(1603225945.775:59): pid=1420 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:32:25 LenovoL15 kernel: audit: type=1104 audit(1603225945.775:60): pid=1420 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:32:40 LenovoL15 wpa_supplicant[1022]: wlan0: WPA: Group rekeying completed with a6:91:b1:79:30:0c [GTK=CCMP]
Oct 21 07:32:59 LenovoL15 dbus-daemon[472]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.18' (uid=0 pid=1425 comm="sudo tlp-stat -b ")
Oct 21 07:32:59 LenovoL15 dbus-daemon[472]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 21 07:32:59 LenovoL15 sudo[1425]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 21 07:32:59 LenovoL15 audit[1425]: USER_ACCT pid=1425 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="anthony" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:32:59 LenovoL15 audit[1425]: CRED_REFR pid=1425 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:32:59 LenovoL15 audit[1425]: USER_START pid=1425 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:32:59 LenovoL15 sudo[1425]:  anthony : TTY=tty1 ; PWD=/home/anthony ; USER=root ; COMMAND=/usr/bin/tlp-stat -b
Oct 21 07:32:59 LenovoL15 sudo[1425]: pam_unix(sudo:session): session opened for user root(uid=0) by anthony(uid=0)
Oct 21 07:32:59 LenovoL15 kernel: audit: type=1101 audit(1603225979.312:61): pid=1425 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="anthony" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:32:59 LenovoL15 kernel: audit: type=1110 audit(1603225979.312:62): pid=1425 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:32:59 LenovoL15 kernel: audit: type=1105 audit(1603225979.312:63): pid=1425 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:33:00 LenovoL15 sudo[1425]: pam_unix(sudo:session): session closed for user root
Oct 21 07:33:00 LenovoL15 audit[1425]: USER_END pid=1425 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:33:00 LenovoL15 audit[1425]: CRED_DISP pid=1425 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:33:00 LenovoL15 kernel: audit: type=1106 audit(1603225980.442:64): pid=1425 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:33:00 LenovoL15 kernel: audit: type=1104 audit(1603225980.442:65): pid=1425 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=LenovoL15 addr=? terminal=/dev/tty1 res=success'
Oct 21 07:33:06 LenovoL15 systemd[1105]: Started D-Bus User Message Bus.
Oct 21 07:33:28 LenovoL15 audit[1893]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=1 pid=1893 comm="nitrogen" exe="/usr/bin/nitrogen" sig=6 res=1
Oct 21 07:33:28 LenovoL15 kernel: audit: type=1701 audit(1603226008.025:66): auid=1000 uid=1000 gid=1000 ses=1 pid=1893 comm="nitrogen" exe="/usr/bin/nitrogen" sig=6 res=1
Oct 21 07:33:28 LenovoL15 systemd[1]: Created slice system-systemd\x2dcoredump.slice.
Oct 21 07:33:28 LenovoL15 audit: BPF prog-id=12 op=LOAD
Oct 21 07:33:28 LenovoL15 audit: BPF prog-id=13 op=LOAD
Oct 21 07:33:28 LenovoL15 systemd[1]: Started Process Core Dump (PID 1894/UID 0).
Oct 21 07:33:28 LenovoL15 kernel: audit: type=1334 audit(1603226008.042:67): prog-id=12 op=LOAD
Oct 21 07:33:28 LenovoL15 kernel: audit: type=1334 audit(1603226008.042:68): prog-id=13 op=LOAD
Oct 21 07:33:28 LenovoL15 kernel: audit: type=1130 audit(1603226008.045:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1894-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:33:28 LenovoL15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1894-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:33:28 LenovoL15 systemd-coredump[1895]: Process 1893 (nitrogen) of user 1000 dumped core.
                                                  
                                                  Stack trace of thread 1893:
                                                  #0  0x00007f00aba28615 raise (libc.so.6 + 0x3d615)
                                                  #1  0x00007f00aba11862 abort (libc.so.6 + 0x26862)
                                                  #2  0x00007f00abc8686a _ZN9__gnu_cxx27__verbose_terminate_handlerEv (libstdc++.so.6 + 0x9686a)
                                                  #3  0x00007f00abc92d9a _ZN10__cxxabiv111__terminateEPFvvE (libstdc++.so.6 + 0xa2d9a)
                                                  #4  0x00007f00abc92e07 _ZSt9terminatev (libstdc++.so.6 + 0xa2e07)
                                                  #5  0x00007f00abc930ae __cxa_throw (libstdc++.so.6 + 0xa30ae)
                                                  #6  0x00007f00abf5c07e _ZN4Glib12ConvertError10throw_funcEP7_GError (libglibmm-2.4.so.1 + 0x3e07e)
                                                  #7  0x00007f00abf704d2 _ZN4Glib5Error15throw_exceptionEP7_GError (libglibmm-2.4.so.1 + 0x524d2)
                                                  #8  0x00007f00abf6711f _ZN4GliblsERSoRKNS_7ustringE (libglibmm-2.4.so.1 + 0x4911f)
                                                  #9  0x000056021d318695 n/a (nitrogen + 0x1e695)
                                                  #10 0x000056021d323985 n/a (nitrogen + 0x29985)
                                                  #11 0x000056021d31f94d n/a (nitrogen + 0x2594d)
                                                  #12 0x000056021d31daf0 n/a (nitrogen + 0x23af0)
                                                  #13 0x00007f00aba13152 __libc_start_main (libc.so.6 + 0x28152)
                                                  #14 0x000056021d31f6fe n/a (nitrogen + 0x256fe)
Oct 21 07:33:28 LenovoL15 systemd[1]: systemd-coredump@0-1894-0.service: Succeeded.
Oct 21 07:33:28 LenovoL15 kernel: audit: type=1131 audit(1603226008.195:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1894-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:33:28 LenovoL15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1894-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 07:33:28 LenovoL15 audit: BPF prog-id=13 op=UNLOAD
Oct 21 07:33:28 LenovoL15 audit: BPF prog-id=12 op=UNLOAD
Oct 21 07:33:28 LenovoL15 kernel: audit: type=1334 audit(1603226008.305:71): prog-id=13 op=UNLOAD
Oct 21 07:33:28 LenovoL15 kernel: audit: type=1334 audit(1603226008.305:72): prog-id=12 op=UNLOAD

As far as I can tell, there's no more GPU-related errors. I do see some backlight problems in there - hopefully that's easy to fix if I want to change the screen brightness - but in the end that's not such a big deal.

Offline

#20 2020-10-21 07:31:26

redrum781
Member
Registered: 2020-10-20
Posts: 7

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Glad you got it working!!

I'm a long time linux user, can't call myself an expert, rather a persistent poweruser :-D So basically it was trial and error.

I've spend my last weekend trying to boot up arch installation. I tried with nosplash debug --verbose option to see where the error was, and it always froze at fb0: switching to amdgpudrmfb from efi vga.
I could boot it up with LTS kernel but could not get X working (the error was

 [drm] This hardware requires experimental driver support

). Loading LTS kernel with amdgpu.exp_hw_support=1 made it freeze. Otherwise it loads amdgpu module, but /dev/dri is not created.
Then I decided to try RHEL8, which I had a spare license. Booted fine, with GUI straight away. So I decided to try Arch with RHEL linux-firmware package, the error was the same.
I noticed RHEL kernel (I think it's 4.18) had these disabled in kernel config so I decided to build Arch kernel 5.9 package with the same options disabled in kernel:

CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_CIK=y
CONFIG_DRM_AMDGPU_USERPTR=y

Still the same.
The I decided to try and install official AMD driver in RHEL but the moment I installed official AMD drivers RHEL8 got into the same error as Arch.
After reading a buch of forums, reddits and stuff I noticed somewhere a guy used iommu=soft after bios update to boot his AMD machine and decided to try this option - and it finally worked.

This is my journalctl -b (you can see I turned on some other options, can't really say if it helps of not, they seemed logical to me to be used, but the system is stable, brightness and cpu scaling seems fine, suspend works, I can run KVM guests without a problem:

-- Logs begin at Sat 2020-10-17 13:22:15 CEST, end at Wed 2020-10-21 09:00:28 CEST. --
lis 21 08:59:39 tpl14arch kernel: Linux version 5.9.1-zen2-1-zen (linux-zen@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 ZEN SMP PREEMPT Sun, 18 Oct 2020 02:45:20 +0000
lis 21 08:59:39 tpl14arch kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=88c332c9-1a65-4e18-9c7e-83bea8606a85 rw align_va_addr=on amd_iommu=fullflush amd_iommu_dump=on amd_iommu_intr=vapic iommu=soft
lis 21 08:59:39 tpl14arch kernel: KERNEL supported cpus:
lis 21 08:59:39 tpl14arch kernel:   Intel GenuineIntel
lis 21 08:59:39 tpl14arch kernel:   AMD AuthenticAMD
lis 21 08:59:39 tpl14arch kernel:   Hygon HygonGenuine
lis 21 08:59:39 tpl14arch kernel:   Centaur CentaurHauls
lis 21 08:59:39 tpl14arch kernel:   zhaoxin   Shanghai  
lis 21 08:59:39 tpl14arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
lis 21 08:59:39 tpl14arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
lis 21 08:59:39 tpl14arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
lis 21 08:59:39 tpl14arch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
lis 21 08:59:39 tpl14arch kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
lis 21 08:59:39 tpl14arch kernel: BIOS-provided physical RAM map:
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009d20fff] reserved
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x0000000009d21000-0x0000000009efffff] usable
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000c70cefff] usable
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x00000000c70cf000-0x00000000c72cefff] type 20
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x00000000c72cf000-0x00000000ca97dfff] reserved
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x00000000ca97e000-0x00000000cc97dfff] ACPI NVS
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x00000000cc97e000-0x00000000cc9fdfff] ACPI data
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x00000000cc9fe000-0x00000000cdffffff] usable
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x0000000100000000-0x00000003af37ffff] usable
lis 21 08:59:39 tpl14arch kernel: BIOS-e820: [mem 0x00000003af380000-0x000000042fffffff] reserved
lis 21 08:59:39 tpl14arch kernel: NX (Execute Disable) protection: active
lis 21 08:59:39 tpl14arch kernel: efi: EFI v2.70 by Lenovo
lis 21 08:59:39 tpl14arch kernel: efi: ACPI=0xcc9fd000 ACPI 2.0=0xcc9fd014 SMBIOS=0xc8895000 SMBIOS 3.0=0xc8888000 TPMFinalLog=0xcc82d000 MEMATTR=0xc2f69018 ESRT=0xc75ba000 
lis 21 08:59:39 tpl14arch kernel: SMBIOS 3.2.0 present.
lis 21 08:59:39 tpl14arch kernel: DMI: LENOVO 20U6S1SD00/20U6S1SD00, BIOS R19ET28W (1.12 ) 08/12/2020
lis 21 08:59:39 tpl14arch kernel: tsc: Fast TSC calibration using PIT
lis 21 08:59:39 tpl14arch kernel: tsc: Detected 2495.417 MHz processor
lis 21 08:59:39 tpl14arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
lis 21 08:59:39 tpl14arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
lis 21 08:59:39 tpl14arch kernel: last_pfn = 0x3af380 max_arch_pfn = 0x400000000
lis 21 08:59:39 tpl14arch kernel: MTRR default type: uncachable
lis 21 08:59:39 tpl14arch kernel: MTRR fixed ranges enabled:
lis 21 08:59:39 tpl14arch kernel:   00000-9FFFF write-back
lis 21 08:59:39 tpl14arch kernel:   A0000-BFFFF uncachable
lis 21 08:59:39 tpl14arch kernel:   C0000-FFFFF write-protect
lis 21 08:59:39 tpl14arch kernel: MTRR variable ranges enabled:
lis 21 08:59:39 tpl14arch kernel:   0 base 000000000000 mask FFFF80000000 write-back
lis 21 08:59:39 tpl14arch kernel:   1 base 000080000000 mask FFFFC0000000 write-back
lis 21 08:59:39 tpl14arch kernel:   2 base 0000C0000000 mask FFFFF0000000 write-back
lis 21 08:59:39 tpl14arch kernel:   3 base 0000FF000000 mask FFFFFF000000 write-protect
lis 21 08:59:39 tpl14arch kernel:   4 disabled
lis 21 08:59:39 tpl14arch kernel:   5 disabled
lis 21 08:59:39 tpl14arch kernel:   6 disabled
lis 21 08:59:39 tpl14arch kernel:   7 disabled
lis 21 08:59:39 tpl14arch kernel: TOM2: 0000000430000000 aka 17152M
lis 21 08:59:39 tpl14arch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
lis 21 08:59:39 tpl14arch kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
lis 21 08:59:39 tpl14arch kernel: esrt: Reserving ESRT space from 0x00000000c75ba000 to 0x00000000c75ba088.
lis 21 08:59:39 tpl14arch kernel: check: Scanning 1 areas for low memory corruption
lis 21 08:59:39 tpl14arch kernel: Using GB pages for direct mapping
lis 21 08:59:39 tpl14arch kernel: Secure boot could not be determined
lis 21 08:59:39 tpl14arch kernel: RAMDISK: [mem 0x34d2b000-0x3668cfff]
lis 21 08:59:39 tpl14arch kernel: ACPI: Early table checksum verification disabled
lis 21 08:59:39 tpl14arch kernel: ACPI: RSDP 0x00000000CC9FD014 000024 (v02 LENOVO)
lis 21 08:59:39 tpl14arch kernel: ACPI: XSDT 0x00000000CC9FB188 0000FC (v01 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: FACP 0x00000000C75E5000 000114 (v06 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: DSDT 0x00000000C75D1000 00DF37 (v01 LENOVO TP-R19   00001120 INTL 20180313)
lis 21 08:59:39 tpl14arch kernel: ACPI: FACS 0x00000000CBF7A000 000040
lis 21 08:59:39 tpl14arch kernel: ACPI: SSDT 0x00000000C889C000 00077C (v02 LENOVO UsbCTabl 00001000 INTL 20180313)
lis 21 08:59:39 tpl14arch kernel: ACPI: SSDT 0x00000000C8874000 007216 (v02 LENOVO TP-R19   00000002 MSFT 04000000)
lis 21 08:59:39 tpl14arch kernel: ACPI: IVRS 0x00000000C8873000 0001A4 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: SSDT 0x00000000C884F000 000266 (v01 LENOVO STD3     00000001 INTL 20180313)
lis 21 08:59:39 tpl14arch kernel: ACPI: SSDT 0x00000000C883B000 00064C (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
lis 21 08:59:39 tpl14arch kernel: ACPI: TPM2 0x00000000C883A000 000034 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: MSDM 0x00000000C8802000 000055 (v03 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: BATB 0x00000000C87EC000 00004A (v02 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: HPET 0x00000000C75E4000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: APIC 0x00000000C75E3000 000138 (v02 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: MCFG 0x00000000C75E2000 00003C (v01 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: SBST 0x00000000C75E1000 000030 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: WSMT 0x00000000C75E0000 000028 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: SSDT 0x00000000C75DF000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
lis 21 08:59:39 tpl14arch kernel: ACPI: SSDT 0x00000000C75CF000 001D0C (v01 LENOVO TP-R19   00000001 AMD  00000001)
lis 21 08:59:39 tpl14arch kernel: ACPI: CRAT 0x00000000C75CE000 0007C0 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: CDIT 0x00000000C75CD000 000029 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: VFCT 0x00000000C75BF000 00D484 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: FPDT 0x00000000C8814000 000034 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: SSDT 0x00000000C75BD000 0013CF (v01 LENOVO TP-R19   00000001 INTL 20180313)
lis 21 08:59:39 tpl14arch kernel: ACPI: SSDT 0x00000000C75BB000 001576 (v01 LENOVO TP-R19   00000001 INTL 20180313)
lis 21 08:59:39 tpl14arch kernel: ACPI: SSDT 0x00000000C75B6000 00353C (v01 LENOVO TP-R19   00000001 INTL 20180313)
lis 21 08:59:39 tpl14arch kernel: ACPI: BGRT 0x00000000C75B5000 000038 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: UEFI 0x00000000CBF79000 000116 (v01 LENOVO TP-R19   00001120 PTEC 00000002)
lis 21 08:59:39 tpl14arch kernel: ACPI: SSDT 0x00000000C889A000 000090 (v01 LENOVO TP-R19   00000001 INTL 20180313)
lis 21 08:59:39 tpl14arch kernel: ACPI: SSDT 0x00000000C8899000 0009AD (v01 LENOVO TP-R19   00000001 INTL 20180313)
lis 21 08:59:39 tpl14arch kernel: ACPI: Local APIC address 0xfee00000
lis 21 08:59:39 tpl14arch kernel: No NUMA configuration found
lis 21 08:59:39 tpl14arch kernel: Faking a node at [mem 0x0000000000000000-0x00000003af37ffff]
lis 21 08:59:39 tpl14arch kernel: NODE_DATA(0) allocated [mem 0x3af37c000-0x3af37ffff]
lis 21 08:59:39 tpl14arch kernel: Zone ranges:
lis 21 08:59:39 tpl14arch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
lis 21 08:59:39 tpl14arch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
lis 21 08:59:39 tpl14arch kernel:   Normal   [mem 0x0000000100000000-0x00000003af37ffff]
lis 21 08:59:39 tpl14arch kernel:   Device   empty
lis 21 08:59:39 tpl14arch kernel: Movable zone start for each node
lis 21 08:59:39 tpl14arch kernel: Early memory node ranges
lis 21 08:59:39 tpl14arch kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
lis 21 08:59:39 tpl14arch kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfffff]
lis 21 08:59:39 tpl14arch kernel:   node   0: [mem 0x0000000009d21000-0x0000000009efffff]
lis 21 08:59:39 tpl14arch kernel:   node   0: [mem 0x0000000009f0d000-0x00000000c70cefff]
lis 21 08:59:39 tpl14arch kernel:   node   0: [mem 0x00000000cc9fe000-0x00000000cdffffff]
lis 21 08:59:39 tpl14arch kernel:   node   0: [mem 0x0000000100000000-0x00000003af37ffff]
lis 21 08:59:39 tpl14arch kernel: Zeroed struct page in unavailable ranges: 34623 pages
lis 21 08:59:39 tpl14arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000003af37ffff]
lis 21 08:59:39 tpl14arch kernel: On node 0 totalpages: 3635393
lis 21 08:59:39 tpl14arch kernel:   DMA zone: 64 pages used for memmap
lis 21 08:59:39 tpl14arch kernel:   DMA zone: 23 pages reserved
lis 21 08:59:39 tpl14arch kernel:   DMA zone: 3998 pages, LIFO batch:0
lis 21 08:59:39 tpl14arch kernel:   DMA32 zone: 12759 pages used for memmap
lis 21 08:59:39 tpl14arch kernel:   DMA32 zone: 816547 pages, LIFO batch:63
lis 21 08:59:39 tpl14arch kernel:   Normal zone: 43982 pages used for memmap
lis 21 08:59:39 tpl14arch kernel:   Normal zone: 2814848 pages, LIFO batch:63
lis 21 08:59:39 tpl14arch kernel: ACPI: PM-Timer IO Port: 0x408
lis 21 08:59:39 tpl14arch kernel: ACPI: Local APIC address 0xfee00000
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
lis 21 08:59:39 tpl14arch kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
lis 21 08:59:39 tpl14arch kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
lis 21 08:59:39 tpl14arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
lis 21 08:59:39 tpl14arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
lis 21 08:59:39 tpl14arch kernel: ACPI: IRQ0 used by override.
lis 21 08:59:39 tpl14arch kernel: ACPI: IRQ9 used by override.
lis 21 08:59:39 tpl14arch kernel: Using ACPI (MADT) for SMP configuration information
lis 21 08:59:39 tpl14arch kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
lis 21 08:59:39 tpl14arch kernel: e820: update [mem 0xc2dc2000-0xc2e52fff] usable ==> reserved
lis 21 08:59:39 tpl14arch kernel: smpboot: Allowing 16 CPUs, 8 hotplug CPUs
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09d20fff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xc2dc2000-0xc2e52fff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xc70cf000-0xc72cefff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xc72cf000-0xca97dfff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xca97e000-0xcc97dfff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xcc97e000-0xcc9fdfff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfed7ffff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
lis 21 08:59:39 tpl14arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
lis 21 08:59:39 tpl14arch kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
lis 21 08:59:39 tpl14arch kernel: Booting paravirtualized kernel on bare hardware
lis 21 08:59:39 tpl14arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
lis 21 08:59:39 tpl14arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
lis 21 08:59:39 tpl14arch kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
lis 21 08:59:39 tpl14arch kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
lis 21 08:59:39 tpl14arch kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
lis 21 08:59:39 tpl14arch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3578565
lis 21 08:59:39 tpl14arch kernel: Policy zone: Normal
lis 21 08:59:39 tpl14arch kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=88c332c9-1a65-4e18-9c7e-83bea8606a85 rw align_va_addr=on amd_iommu=fullflush amd_iommu_dump=on amd_iommu_intr=vapic iommu=soft
lis 21 08:59:39 tpl14arch kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
lis 21 08:59:39 tpl14arch kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
lis 21 08:59:39 tpl14arch kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
lis 21 08:59:39 tpl14arch kernel: Memory: 14114532K/14541572K available (14339K kernel code, 1524K rwdata, 7896K rodata, 1664K init, 2848K bss, 426780K reserved, 0K cma-reserved)
lis 21 08:59:39 tpl14arch kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x5d0 with crng_init=0
lis 21 08:59:39 tpl14arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
lis 21 08:59:39 tpl14arch kernel: ftrace: allocating 38753 entries in 152 pages
lis 21 08:59:39 tpl14arch kernel: ftrace: allocated 152 pages with 3 groups
lis 21 08:59:39 tpl14arch kernel: rcu: Preemptible hierarchical RCU implementation.
lis 21 08:59:39 tpl14arch kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
lis 21 08:59:39 tpl14arch kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
lis 21 08:59:39 tpl14arch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
lis 21 08:59:39 tpl14arch kernel:         Trampoline variant of Tasks RCU enabled.
lis 21 08:59:39 tpl14arch kernel:         Rude variant of Tasks RCU enabled.
lis 21 08:59:39 tpl14arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
lis 21 08:59:39 tpl14arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
lis 21 08:59:39 tpl14arch kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
lis 21 08:59:39 tpl14arch kernel: Console: colour dummy device 80x25
lis 21 08:59:39 tpl14arch kernel: printk: console [tty0] enabled
lis 21 08:59:39 tpl14arch kernel: ACPI: Core revision 20200717
lis 21 08:59:39 tpl14arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
lis 21 08:59:39 tpl14arch kernel: APIC: Switch to symmetric I/O mode setup
lis 21 08:59:39 tpl14arch kernel: Switched APIC routing to physical flat.
lis 21 08:59:39 tpl14arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
lis 21 08:59:39 tpl14arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23f85078665, max_idle_ns: 440795230000 ns
lis 21 08:59:39 tpl14arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.83 BogoMIPS (lpj=2495417)
lis 21 08:59:39 tpl14arch kernel: pid_max: default: 32768 minimum: 301
lis 21 08:59:39 tpl14arch kernel: LSM: Security Framework initializing
lis 21 08:59:39 tpl14arch kernel: Yama: becoming mindful.
lis 21 08:59:39 tpl14arch kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
lis 21 08:59:39 tpl14arch kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
lis 21 08:59:39 tpl14arch kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
lis 21 08:59:39 tpl14arch kernel: LVT offset 1 assigned for vector 0xf9
lis 21 08:59:39 tpl14arch kernel: LVT offset 2 assigned for vector 0xf4
lis 21 08:59:39 tpl14arch kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
lis 21 08:59:39 tpl14arch kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
lis 21 08:59:39 tpl14arch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
lis 21 08:59:39 tpl14arch kernel: Spectre V2 : Mitigation: Full AMD retpoline
lis 21 08:59:39 tpl14arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
lis 21 08:59:39 tpl14arch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
lis 21 08:59:39 tpl14arch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
lis 21 08:59:39 tpl14arch kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
lis 21 08:59:39 tpl14arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
lis 21 08:59:39 tpl14arch kernel: clr: Applying alternatives
lis 21 08:59:39 tpl14arch kernel: clr: Applying alternatives done
lis 21 08:59:39 tpl14arch kernel: Freeing SMP alternatives memory: 40K
lis 21 08:59:39 tpl14arch kernel: smpboot: CPU0: AMD Ryzen 3 PRO 4450U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
lis 21 08:59:39 tpl14arch kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
lis 21 08:59:39 tpl14arch kernel: ... version:                0
lis 21 08:59:39 tpl14arch kernel: ... bit width:              48
lis 21 08:59:39 tpl14arch kernel: ... generic registers:      6
lis 21 08:59:39 tpl14arch kernel: ... value mask:             0000ffffffffffff
lis 21 08:59:39 tpl14arch kernel: ... max period:             00007fffffffffff
lis 21 08:59:39 tpl14arch kernel: ... fixed-purpose events:   0
lis 21 08:59:39 tpl14arch kernel: ... event mask:             000000000000003f
lis 21 08:59:39 tpl14arch kernel: rcu: Hierarchical SRCU implementation.
lis 21 08:59:39 tpl14arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
lis 21 08:59:39 tpl14arch kernel: smp: Bringing up secondary CPUs ...
lis 21 08:59:39 tpl14arch kernel: x86: Booting SMP configuration:
lis 21 08:59:39 tpl14arch kernel: .... node  #0, CPUs:        #1
lis 21 08:59:39 tpl14arch kernel: TSC synchronization [CPU#0 -> CPU#1]:
lis 21 08:59:39 tpl14arch kernel: Measured 511591150 cycles TSC warp between CPUs, turning off TSC clock.
lis 21 08:59:39 tpl14arch kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
lis 21 08:59:39 tpl14arch kernel:   #2  #3  #4  #5  #6  #7
lis 21 08:59:39 tpl14arch kernel: smp: Brought up 1 node, 8 CPUs
lis 21 08:59:39 tpl14arch kernel: smpboot: Max logical packages: 2
lis 21 08:59:39 tpl14arch kernel: smpboot: Total of 8 processors activated (39926.67 BogoMIPS)
lis 21 08:59:39 tpl14arch kernel: devtmpfs: initialized
lis 21 08:59:39 tpl14arch kernel: x86/mm: Memory block size: 128MB
lis 21 08:59:39 tpl14arch kernel: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
lis 21 08:59:39 tpl14arch kernel: PM: Registering ACPI NVS region [mem 0xca97e000-0xcc97dfff] (33554432 bytes)
lis 21 08:59:39 tpl14arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
lis 21 08:59:39 tpl14arch kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
lis 21 08:59:39 tpl14arch kernel: pinctrl core: initialized pinctrl subsystem
lis 21 08:59:39 tpl14arch kernel: PM: RTC time: 06:59:36, date: 2020-10-21
lis 21 08:59:39 tpl14arch kernel: NET: Registered protocol family 16
lis 21 08:59:39 tpl14arch kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
lis 21 08:59:39 tpl14arch kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
lis 21 08:59:39 tpl14arch kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
lis 21 08:59:39 tpl14arch kernel: audit: initializing netlink subsys (disabled)
lis 21 08:59:39 tpl14arch kernel: audit: type=2000 audit(1603263576.118:1): state=initialized audit_enabled=0 res=1
lis 21 08:59:39 tpl14arch kernel: thermal_sys: Registered thermal governor 'fair_share'
lis 21 08:59:39 tpl14arch kernel: thermal_sys: Registered thermal governor 'bang_bang'
lis 21 08:59:39 tpl14arch kernel: thermal_sys: Registered thermal governor 'step_wise'
lis 21 08:59:39 tpl14arch kernel: thermal_sys: Registered thermal governor 'user_space'
lis 21 08:59:39 tpl14arch kernel: thermal_sys: Registered thermal governor 'power_allocator'
lis 21 08:59:39 tpl14arch kernel: cpuidle: using governor ladder
lis 21 08:59:39 tpl14arch kernel: cpuidle: using governor menu
lis 21 08:59:39 tpl14arch kernel: ACPI: bus type PCI registered
lis 21 08:59:39 tpl14arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
lis 21 08:59:39 tpl14arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
lis 21 08:59:39 tpl14arch kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
lis 21 08:59:39 tpl14arch kernel: PCI: Using configuration type 1 for base access
lis 21 08:59:39 tpl14arch kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
lis 21 08:59:39 tpl14arch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
lis 21 08:59:39 tpl14arch kernel: ACPI: Added _OSI(Module Device)
lis 21 08:59:39 tpl14arch kernel: ACPI: Added _OSI(Processor Device)
lis 21 08:59:39 tpl14arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
lis 21 08:59:39 tpl14arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
lis 21 08:59:39 tpl14arch kernel: ACPI: Added _OSI(Linux-Dell-Video)
lis 21 08:59:39 tpl14arch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
lis 21 08:59:39 tpl14arch kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
lis 21 08:59:39 tpl14arch kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
lis 21 08:59:39 tpl14arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
lis 21 08:59:39 tpl14arch kernel: ACPI: EC: EC started
lis 21 08:59:39 tpl14arch kernel: ACPI: EC: interrupt blocked
lis 21 08:59:39 tpl14arch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
lis 21 08:59:39 tpl14arch kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
lis 21 08:59:39 tpl14arch kernel: ACPI: Interpreter enabled
lis 21 08:59:39 tpl14arch kernel: ACPI: (supports S0 S3 S4 S5)
lis 21 08:59:39 tpl14arch kernel: ACPI: Using IOAPIC for interrupt routing
lis 21 08:59:39 tpl14arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
lis 21 08:59:39 tpl14arch kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
lis 21 08:59:39 tpl14arch kernel: ACPI: Power Resource [WRST] (on)
lis 21 08:59:39 tpl14arch kernel: ACPI: Power Resource [P0S0] (on)
lis 21 08:59:39 tpl14arch kernel: ACPI: Power Resource [P3S0] (on)
lis 21 08:59:39 tpl14arch kernel: ACPI: Power Resource [P0S1] (on)
lis 21 08:59:39 tpl14arch kernel: ACPI: Power Resource [P3S1] (on)
lis 21 08:59:39 tpl14arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
lis 21 08:59:39 tpl14arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
lis 21 08:59:39 tpl14arch kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
lis 21 08:59:39 tpl14arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
lis 21 08:59:39 tpl14arch kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
lis 21 08:59:39 tpl14arch kernel: PCI host bridge to bus 0000:00
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [mem 0x430000000-0xffffffffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.5: [1022:1634] type 01 class 0x060400
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.5: PME# supported from D0 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:08.1: enabling Extended Tags
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
lis 21 08:59:39 tpl14arch kernel: pci 0000:01:00.0: [15b7:5005] type 00 class 0x010802
lis 21 08:59:39 tpl14arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd800000-0xfd803fff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.1:   bridge window [mem 0xfd800000-0xfd8fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.0: reg 0x10: [io  0x2400-0x24ff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfd714000-0xfd714fff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfd700000-0xfd703fff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.0: supports D1 D2
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.1: [10ec:816a] type 00 class 0x070002
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.1: reg 0x10: [io  0x2200-0x22ff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.1: reg 0x18: [mem 0xfd715000-0xfd715fff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.1: reg 0x20: [mem 0xfd704000-0xfd707fff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.1: supports D1 D2
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.2: [10ec:816b] type 00 class 0x070002
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.2: reg 0x10: [io  0x2100-0x21ff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.2: reg 0x18: [mem 0xfd716000-0xfd716fff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.2: reg 0x20: [mem 0xfd708000-0xfd70bfff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.2: supports D1 D2
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.3: [10ec:816c] type 00 class 0x0c0701
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.3: reg 0x10: [io  0x2000-0x20ff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.3: reg 0x18: [mem 0xfd717000-0xfd717fff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.3: reg 0x20: [mem 0xfd70c000-0xfd70ffff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.3: supports D1 D2
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.4: [10ec:816d] type 00 class 0x0c0320
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.4: reg 0x10: [mem 0xfd718000-0xfd718fff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.4: reg 0x18: [mem 0xfd710000-0xfd713fff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:02:00.4: PME# supported from D0 D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.2:   bridge window [mem 0xfd700000-0xfd7fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:03:00.0: [8086:2723] type 00 class 0x028000
lis 21 08:59:39 tpl14arch kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfd600000-0xfd603fff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.3:   bridge window [mem 0xfd600000-0xfd6fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:04:00.0: [1217:8621] type 00 class 0x080501
lis 21 08:59:39 tpl14arch kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfd501000-0xfd501fff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:04:00.0: reg 0x14: [mem 0xfd500000-0xfd5007ff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:04:00.0: PME# supported from D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.4:   bridge window [mem 0xfd500000-0xfd5fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:05:00.0: [8086:7360] type 00 class 0x0d4000
lis 21 08:59:39 tpl14arch kernel: pci 0000:05:00.0: reg 0x10: [mem 0xfd400000-0xfd400fff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:05:00.0: reg 0x18: [mem 0xfd401000-0xfd4013ff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.5: PCI bridge to [bus 05]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.5:   bridge window [mem 0xfd400000-0xfd4fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.0: reg 0x20: [io  0x1000-0x10ff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.0: enabling Extended Tags
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.1: enabling Extended Tags
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.2: enabling Extended Tags
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.3: enabling Extended Tags
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.4: enabling Extended Tags
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.5: enabling Extended Tags
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.6: enabling Extended Tags
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
lis 21 08:59:39 tpl14arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
lis 21 08:59:39 tpl14arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
lis 21 08:59:39 tpl14arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
lis 21 08:59:39 tpl14arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
lis 21 08:59:39 tpl14arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
lis 21 08:59:39 tpl14arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
lis 21 08:59:39 tpl14arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
lis 21 08:59:39 tpl14arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
lis 21 08:59:39 tpl14arch kernel: ACPI: EC: interrupt unblocked
lis 21 08:59:39 tpl14arch kernel: ACPI: EC: event unblocked
lis 21 08:59:39 tpl14arch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
lis 21 08:59:39 tpl14arch kernel: ACPI: EC: GPE=0x3
lis 21 08:59:39 tpl14arch kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
lis 21 08:59:39 tpl14arch kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
lis 21 08:59:39 tpl14arch kernel: iommu: Default domain type: Translated 
lis 21 08:59:39 tpl14arch kernel: SCSI subsystem initialized
lis 21 08:59:39 tpl14arch kernel: libata version 3.00 loaded.
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.0: vgaarb: bridge control possible
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.0: vgaarb: setting as boot device
lis 21 08:59:39 tpl14arch kernel: vgaarb: loaded
lis 21 08:59:39 tpl14arch kernel: ACPI: bus type USB registered
lis 21 08:59:39 tpl14arch kernel: usbcore: registered new interface driver usbfs
lis 21 08:59:39 tpl14arch kernel: usbcore: registered new interface driver hub
lis 21 08:59:39 tpl14arch kernel: usbcore: registered new device driver usb
lis 21 08:59:39 tpl14arch kernel: pps_core: LinuxPPS API ver. 1 registered
lis 21 08:59:39 tpl14arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
lis 21 08:59:39 tpl14arch kernel: PTP clock support registered
lis 21 08:59:39 tpl14arch kernel: EDAC MC: Ver: 3.0.0
lis 21 08:59:39 tpl14arch kernel: Registered efivars operations
lis 21 08:59:39 tpl14arch kernel: NetLabel: Initializing
lis 21 08:59:39 tpl14arch kernel: NetLabel:  domain hash size = 128
lis 21 08:59:39 tpl14arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
lis 21 08:59:39 tpl14arch kernel: NetLabel:  unlabeled traffic allowed by default
lis 21 08:59:39 tpl14arch kernel: PCI: Using ACPI for IRQ routing
lis 21 08:59:39 tpl14arch kernel: PCI: pci_cache_line_size set to 64 bytes
lis 21 08:59:39 tpl14arch kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
lis 21 08:59:39 tpl14arch kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
lis 21 08:59:39 tpl14arch kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
lis 21 08:59:39 tpl14arch kernel: e820: reserve RAM buffer [mem 0xc2dc2000-0xc3ffffff]
lis 21 08:59:39 tpl14arch kernel: e820: reserve RAM buffer [mem 0xc70cf000-0xc7ffffff]
lis 21 08:59:39 tpl14arch kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
lis 21 08:59:39 tpl14arch kernel: e820: reserve RAM buffer [mem 0x3af380000-0x3afffffff]
lis 21 08:59:39 tpl14arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
lis 21 08:59:39 tpl14arch kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
lis 21 08:59:39 tpl14arch kernel: clocksource: Switched to clocksource hpet
lis 21 08:59:39 tpl14arch kernel: VFS: Disk quotas dquot_6.6.0
lis 21 08:59:39 tpl14arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
lis 21 08:59:39 tpl14arch kernel: pnp: PnP ACPI init
lis 21 08:59:39 tpl14arch kernel: system 00:00: [io  0x0f50-0x0f51] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
lis 21 08:59:39 tpl14arch kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
lis 21 08:59:39 tpl14arch kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0530-0x0537] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0400-0x0427] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0430] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0440-0x0447] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0b00-0x0b1f] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0c14] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0cd0-0x0cd1] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0cd2-0x0cd3] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0cd4-0x0cd5] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0cd6-0x0cd7] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x0cf9] could not be reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x8100-0x81ff window] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: [io  0x8200-0x82ff window] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
lis 21 08:59:39 tpl14arch kernel: system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
lis 21 08:59:39 tpl14arch kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
lis 21 08:59:39 tpl14arch kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
lis 21 08:59:39 tpl14arch kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
lis 21 08:59:39 tpl14arch kernel: pnp 00:05: Plug and Play ACPI device, IDs LEN0411 PNP0f13 (active)
lis 21 08:59:39 tpl14arch kernel: pnp: PnP ACPI: found 6 devices
lis 21 08:59:39 tpl14arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
lis 21 08:59:39 tpl14arch kernel: NET: Registered protocol family 2
lis 21 08:59:39 tpl14arch kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
lis 21 08:59:39 tpl14arch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
lis 21 08:59:39 tpl14arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
lis 21 08:59:39 tpl14arch kernel: TCP: Hash tables configured (established 131072 bind 65536)
lis 21 08:59:39 tpl14arch kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
lis 21 08:59:39 tpl14arch kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
lis 21 08:59:39 tpl14arch kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
lis 21 08:59:39 tpl14arch kernel: NET: Registered protocol family 1
lis 21 08:59:39 tpl14arch kernel: NET: Registered protocol family 44
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.1:   bridge window [mem 0xfd800000-0xfd8fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.2:   bridge window [mem 0xfd700000-0xfd7fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.3:   bridge window [mem 0xfd600000-0xfd6fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.4: PCI bridge to [bus 04]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.4:   bridge window [mem 0xfd500000-0xfd5fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.5: PCI bridge to [bus 05]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:02.5:   bridge window [mem 0xfd400000-0xfd4fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
lis 21 08:59:39 tpl14arch kernel: pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:01: resource 1 [mem 0xfd800000-0xfd8fffff]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:02: resource 1 [mem 0xfd700000-0xfd7fffff]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:03: resource 1 [mem 0xfd600000-0xfd6fffff]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:04: resource 1 [mem 0xfd500000-0xfd5fffff]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:05: resource 1 [mem 0xfd400000-0xfd4fffff]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfd3fffff]
lis 21 08:59:39 tpl14arch kernel: pci_bus 0000:06: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
lis 21 08:59:39 tpl14arch kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
lis 21 08:59:39 tpl14arch kernel: PCI: CLS 32 bytes, default 64
lis 21 08:59:39 tpl14arch kernel: Trying to unpack rootfs image as initramfs...
lis 21 08:59:39 tpl14arch kernel: Freeing initrd memory: 25992K
lis 21 08:59:39 tpl14arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
lis 21 08:59:39 tpl14arch kernel: software IO TLB: mapped [mem 0xbe306000-0xc2306000] (64MB)
lis 21 08:59:39 tpl14arch kernel: amd_uncore: AMD NB counters detected
lis 21 08:59:39 tpl14arch kernel: amd_uncore: AMD LLC counters detected
lis 21 08:59:39 tpl14arch kernel: LVT offset 0 assigned for vector 0x400
lis 21 08:59:39 tpl14arch kernel: perf: AMD IBS detected (0x000003ff)
lis 21 08:59:39 tpl14arch kernel: check: Scanning for low memory corruption every 60 seconds
lis 21 08:59:39 tpl14arch kernel: Initialise system trusted keyrings
lis 21 08:59:39 tpl14arch kernel: Key type blacklist registered
lis 21 08:59:39 tpl14arch kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
lis 21 08:59:39 tpl14arch kernel: zbud: loaded
lis 21 08:59:39 tpl14arch kernel: Key type asymmetric registered
lis 21 08:59:39 tpl14arch kernel: Asymmetric key parser 'x509' registered
lis 21 08:59:39 tpl14arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
lis 21 08:59:39 tpl14arch kernel: io scheduler mq-deadline registered
lis 21 08:59:39 tpl14arch kernel: io scheduler kyber registered
lis 21 08:59:39 tpl14arch kernel: io scheduler bfq registered
lis 21 08:59:39 tpl14arch kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 25
lis 21 08:59:39 tpl14arch kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 26
lis 21 08:59:39 tpl14arch kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 27
lis 21 08:59:39 tpl14arch kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 28
lis 21 08:59:39 tpl14arch kernel: pcieport 0000:00:02.5: PME: Signaling with IRQ 29
lis 21 08:59:39 tpl14arch kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 30
lis 21 08:59:39 tpl14arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
lis 21 08:59:39 tpl14arch kernel: efifb: probing for efifb
lis 21 08:59:39 tpl14arch kernel: efifb: framebuffer at 0x460000000, using 8128k, total 8128k
lis 21 08:59:39 tpl14arch kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
lis 21 08:59:39 tpl14arch kernel: efifb: scrolling: redraw
lis 21 08:59:39 tpl14arch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
lis 21 08:59:39 tpl14arch kernel: fbcon: Deferring console take-over
lis 21 08:59:39 tpl14arch kernel: fb0: EFI VGA frame buffer device
lis 21 08:59:39 tpl14arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
lis 21 08:59:39 tpl14arch kernel: ACPI: Power Button [PWRB]
lis 21 08:59:39 tpl14arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
lis 21 08:59:39 tpl14arch kernel: ACPI: Lid Switch [LID]
lis 21 08:59:39 tpl14arch kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
lis 21 08:59:39 tpl14arch kernel: ACPI: Sleep Button [SLPB]
lis 21 08:59:39 tpl14arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
lis 21 08:59:39 tpl14arch kernel: ACPI: Power Button [PWRF]
lis 21 08:59:39 tpl14arch kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
lis 21 08:59:39 tpl14arch kernel: acpi device:09: registered as cooling_device0
lis 21 08:59:39 tpl14arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4
lis 21 08:59:39 tpl14arch kernel: Monitor-Mwait will be used to enter C-1 state
lis 21 08:59:39 tpl14arch kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
lis 21 08:59:39 tpl14arch kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
lis 21 08:59:39 tpl14arch kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
lis 21 08:59:39 tpl14arch kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
lis 21 08:59:39 tpl14arch kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
lis 21 08:59:39 tpl14arch kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
lis 21 08:59:39 tpl14arch kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
lis 21 08:59:39 tpl14arch kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
lis 21 08:59:39 tpl14arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
lis 21 08:59:39 tpl14arch kernel: serial 0000:02:00.1: enabling device (0000 -> 0003)
lis 21 08:59:39 tpl14arch kernel: 0000:02:00.1: ttyS0 at I/O 0x2200 (irq = 31, base_baud = 115200) is a 16550A
lis 21 08:59:39 tpl14arch kernel: serial 0000:02:00.2: enabling device (0000 -> 0003)
lis 21 08:59:39 tpl14arch kernel: 0000:02:00.2: ttyS1 at I/O 0x2100 (irq = 32, base_baud = 115200) is a 16550A
lis 21 08:59:39 tpl14arch kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
lis 21 08:59:39 tpl14arch kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
lis 21 08:59:39 tpl14arch kernel: nvme nvme0: pci function 0000:01:00.0
lis 21 08:59:39 tpl14arch kernel: usbcore: registered new interface driver usbserial_generic
lis 21 08:59:39 tpl14arch kernel: usbserial: USB Serial support registered for generic
lis 21 08:59:39 tpl14arch kernel: rtc_cmos 00:01: RTC can wake from S4
lis 21 08:59:39 tpl14arch kernel: rtc_cmos 00:01: registered as rtc0
lis 21 08:59:39 tpl14arch kernel: rtc_cmos 00:01: setting system clock to 2020-10-21T06:59:37 UTC (1603263577)
lis 21 08:59:39 tpl14arch kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
lis 21 08:59:39 tpl14arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
lis 21 08:59:39 tpl14arch kernel: drop_monitor: Initializing network drop monitor service
lis 21 08:59:39 tpl14arch kernel: NET: Registered protocol family 10
lis 21 08:59:39 tpl14arch kernel: Segment Routing with IPv6
lis 21 08:59:39 tpl14arch kernel: RPL Segment Routing with IPv6
lis 21 08:59:39 tpl14arch kernel: NET: Registered protocol family 17
lis 21 08:59:39 tpl14arch kernel: microcode: CPU0: patch_level=0x08600106
lis 21 08:59:39 tpl14arch kernel: microcode: CPU1: patch_level=0x08600106
lis 21 08:59:39 tpl14arch kernel: microcode: CPU2: patch_level=0x08600106
lis 21 08:59:39 tpl14arch kernel: microcode: CPU3: patch_level=0x08600106
lis 21 08:59:39 tpl14arch kernel: microcode: CPU4: patch_level=0x08600106
lis 21 08:59:39 tpl14arch kernel: microcode: CPU5: patch_level=0x08600106
lis 21 08:59:39 tpl14arch kernel: microcode: CPU6: patch_level=0x08600106
lis 21 08:59:39 tpl14arch kernel: microcode: CPU7: patch_level=0x08600106
lis 21 08:59:39 tpl14arch kernel: microcode: Microcode Update Driver: v2.2.
lis 21 08:59:39 tpl14arch kernel: resctrl: L3 allocation detected
lis 21 08:59:39 tpl14arch kernel: resctrl: L3DATA allocation detected
lis 21 08:59:39 tpl14arch kernel: resctrl: L3CODE allocation detected
lis 21 08:59:39 tpl14arch kernel: resctrl: MB allocation detected
lis 21 08:59:39 tpl14arch kernel: resctrl: L3 monitoring detected
lis 21 08:59:39 tpl14arch kernel: IPI shorthand broadcast: enabled
lis 21 08:59:39 tpl14arch kernel: registered taskstats version 1
lis 21 08:59:39 tpl14arch kernel: Loading compiled-in X.509 certificates
lis 21 08:59:39 tpl14arch kernel: nvme nvme0: 16/0/0 default/read/poll queues
lis 21 08:59:39 tpl14arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 9924790d78b0d44bfac79718e70ca5b47e20c1a8'
lis 21 08:59:39 tpl14arch kernel: zswap: loaded using pool lz4/z3fold
lis 21 08:59:39 tpl14arch kernel: Key type ._fscrypt registered
lis 21 08:59:39 tpl14arch kernel: Key type .fscrypt registered
lis 21 08:59:39 tpl14arch kernel: Key type fscrypt-provisioning registered
lis 21 08:59:39 tpl14arch kernel: PM:   Magic number: 8:679:974
lis 21 08:59:39 tpl14arch kernel: memory memory21: hash matches
lis 21 08:59:39 tpl14arch kernel: RAS: Correctable Errors collector initialized.
lis 21 08:59:39 tpl14arch kernel: Unstable clock detected, switching default tracing clock to "global"
                                  If you want to keep using the local clock, then add:
                                    "trace_clock=local"
                                  on the kernel command line
lis 21 08:59:39 tpl14arch kernel:  nvme0n1: p1 p2 p3
lis 21 08:59:39 tpl14arch kernel: Freeing unused decrypted memory: 2040K
lis 21 08:59:39 tpl14arch kernel: Freeing unused kernel image (initmem) memory: 1664K
lis 21 08:59:39 tpl14arch kernel: Write protecting the kernel read-only data: 24576k
lis 21 08:59:39 tpl14arch kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
lis 21 08:59:39 tpl14arch kernel: Freeing unused kernel image (rodata/data gap) memory: 296K
lis 21 08:59:39 tpl14arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
lis 21 08:59:39 tpl14arch kernel: Run /init as init process
lis 21 08:59:39 tpl14arch kernel:   with arguments:
lis 21 08:59:39 tpl14arch kernel:     /init
lis 21 08:59:39 tpl14arch kernel:   with environment:
lis 21 08:59:39 tpl14arch kernel:     HOME=/
lis 21 08:59:39 tpl14arch kernel:     TERM=linux
lis 21 08:59:39 tpl14arch kernel:     BOOT_IMAGE=/vmlinuz-linux-zen
lis 21 08:59:39 tpl14arch kernel: fbcon: Taking over console
lis 21 08:59:39 tpl14arch kernel: Console: switching to colour frame buffer device 240x67
lis 21 08:59:39 tpl14arch kernel: Linux agpgart interface v0.103
lis 21 08:59:39 tpl14arch kernel: [drm] amdgpu kernel modesetting enabled.
lis 21 08:59:39 tpl14arch kernel: Virtual CRAT table created for CPU
lis 21 08:59:39 tpl14arch kernel: amdgpu: Topology: Add CPU node
lis 21 08:59:39 tpl14arch kernel: checking generic (460000000 7f0000) vs hw (460000000 10000000)
lis 21 08:59:39 tpl14arch kernel: fb0: switching to amdgpudrmfb from EFI VGA
lis 21 08:59:39 tpl14arch kernel: Console: switching to colour dummy device 80x25
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
lis 21 08:59:39 tpl14arch kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x17AA:0x507E 0xD4).
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
lis 21 08:59:39 tpl14arch kernel: [drm] register mmio base: 0xFD300000
lis 21 08:59:39 tpl14arch kernel: [drm] register mmio size: 524288
lis 21 08:59:39 tpl14arch kernel: [drm] PCIE atomic ops is not supported
lis 21 08:59:39 tpl14arch kernel: [drm] add ip block number 0 <soc15_common>
lis 21 08:59:39 tpl14arch kernel: [drm] add ip block number 1 <gmc_v9_0>
lis 21 08:59:39 tpl14arch kernel: [drm] add ip block number 2 <vega10_ih>
lis 21 08:59:39 tpl14arch kernel: [drm] add ip block number 3 <psp>
lis 21 08:59:39 tpl14arch kernel: [drm] add ip block number 4 <smu>
lis 21 08:59:39 tpl14arch kernel: [drm] add ip block number 5 <gfx_v9_0>
lis 21 08:59:39 tpl14arch kernel: [drm] add ip block number 6 <sdma_v4_0>
lis 21 08:59:39 tpl14arch kernel: [drm] add ip block number 7 <dm>
lis 21 08:59:39 tpl14arch kernel: [drm] add ip block number 8 <vcn_v2_0>
lis 21 08:59:39 tpl14arch kernel: [drm] add ip block number 9 <jpeg_v2_0>
lis 21 08:59:39 tpl14arch kernel: amdgpu: ATOM BIOS: 113-RENOIR-026
lis 21 08:59:39 tpl14arch kernel: [drm] VCN decode is enabled in VM mode
lis 21 08:59:39 tpl14arch kernel: [drm] VCN encode is enabled in VM mode
lis 21 08:59:39 tpl14arch kernel: [drm] JPEG decode is enabled in VM mode
lis 21 08:59:39 tpl14arch kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
lis 21 08:59:39 tpl14arch kernel: [drm] Detected VRAM RAM=2048M, BAR=2048M
lis 21 08:59:39 tpl14arch kernel: [drm] RAM width 64bits DDR4
lis 21 08:59:39 tpl14arch kernel: [TTM] Zone  kernel: Available graphics memory: 7094288 KiB
lis 21 08:59:39 tpl14arch kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
lis 21 08:59:39 tpl14arch kernel: [TTM] Initializing pool allocator
lis 21 08:59:39 tpl14arch kernel: [TTM] Initializing DMA pool allocator
lis 21 08:59:39 tpl14arch kernel: [drm] amdgpu: 2048M of VRAM memory ready
lis 21 08:59:39 tpl14arch kernel: [drm] amdgpu: 3072M of GTT memory ready.
lis 21 08:59:39 tpl14arch kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
lis 21 08:59:39 tpl14arch kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
lis 21 08:59:39 tpl14arch kernel: [drm] Loading DMUB firmware via PSP: version=0x00000000
lis 21 08:59:39 tpl14arch kernel: [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17
lis 21 08:59:39 tpl14arch kernel: [drm] PSP loading VCN firmware
lis 21 08:59:39 tpl14arch kernel: [drm] reserve 0x400000 from 0xf47f800000 for PSP TMR
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
lis 21 08:59:39 tpl14arch kernel: [drm] kiq ring mec 2 pipe 1 q 0
lis 21 08:59:39 tpl14arch kernel: [drm] Display Core initialized with v3.2.95!
lis 21 08:59:39 tpl14arch kernel: [drm] DMUB hardware initialized: version=0x01000000
lis 21 08:59:39 tpl14arch kernel: [drm] DP Alt mode state on HPD: 0
lis 21 08:59:39 tpl14arch kernel: [drm] Alt mode has timed out after 202 ms
lis 21 08:59:39 tpl14arch kernel: [drm] DP Alt mode state on HPD: 0
lis 21 08:59:39 tpl14arch kernel: [drm] Alt mode has timed out after 202 ms
lis 21 08:59:39 tpl14arch kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
lis 21 08:59:39 tpl14arch kernel: [drm] JPEG decode initialized successfully.
lis 21 08:59:39 tpl14arch kernel: kfd kfd: Allocated 3969056 bytes on gart
lis 21 08:59:39 tpl14arch kernel: Virtual CRAT table created for GPU
lis 21 08:59:39 tpl14arch kernel: amdgpu: Topology: Add dGPU node [0x1636:0x1002]
lis 21 08:59:39 tpl14arch kernel: kfd kfd: added device 1002:1636
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 18, active_cu_number 25
lis 21 08:59:39 tpl14arch kernel: [drm] fb mappable at 0x3B0CA0000
lis 21 08:59:39 tpl14arch kernel: [drm] vram apper at 0x3B0000000
lis 21 08:59:39 tpl14arch kernel: [drm] size 8294400
lis 21 08:59:39 tpl14arch kernel: [drm] fb depth is 24
lis 21 08:59:39 tpl14arch kernel: [drm]    pitch is 7680
lis 21 08:59:39 tpl14arch kernel: fbcon: amdgpudrmfb (fb0) is primary device
lis 21 08:59:39 tpl14arch kernel: [drm] Failed to add display topology, DTM TA is not initialized.
lis 21 08:59:39 tpl14arch kernel: Console: switching to colour frame buffer device 240x67
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: [drm] fb0: amdgpudrmfb frame buffer device
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
lis 21 08:59:39 tpl14arch kernel: amdgpu 0000:06:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
lis 21 08:59:39 tpl14arch kernel: [drm] Initialized amdgpu 3.39.0 20150101 for 0000:06:00.0 on minor 0
lis 21 08:59:39 tpl14arch kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
lis 21 08:59:39 tpl14arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
lis 21 08:59:39 tpl14arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
lis 21 08:59:39 tpl14arch kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
lis 21 08:59:39 tpl14arch kernel: ehci-pci: EHCI PCI platform driver
lis 21 08:59:39 tpl14arch kernel: ehci-pci 0000:02:00.4: EHCI Host Controller
lis 21 08:59:39 tpl14arch kernel: ehci-pci 0000:02:00.4: new USB bus registered, assigned bus number 1
lis 21 08:59:39 tpl14arch kernel: ehci-pci 0000:02:00.4: irq 54, io mem 0xfd718000
lis 21 08:59:39 tpl14arch kernel: sdhci: Secure Digital Host Controller Interface driver
lis 21 08:59:39 tpl14arch kernel: sdhci: Copyright(c) Pierre Ossman
lis 21 08:59:39 tpl14arch kernel: ehci-pci 0000:02:00.4: USB 0.0 started, EHCI 1.00
lis 21 08:59:39 tpl14arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
lis 21 08:59:39 tpl14arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
lis 21 08:59:39 tpl14arch kernel: usb usb1: Product: EHCI Host Controller
lis 21 08:59:39 tpl14arch kernel: usb usb1: Manufacturer: Linux 5.9.1-zen2-1-zen ehci_hcd
lis 21 08:59:39 tpl14arch kernel: usb usb1: SerialNumber: 0000:02:00.4
lis 21 08:59:39 tpl14arch kernel: hub 1-0:1.0: USB hub found
lis 21 08:59:39 tpl14arch kernel: hub 1-0:1.0: 1 port detected
lis 21 08:59:39 tpl14arch kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
lis 21 08:59:39 tpl14arch kernel: sdhci-pci 0000:04:00.0: SDHCI controller found [1217:8621] (rev 1)
lis 21 08:59:39 tpl14arch kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
lis 21 08:59:39 tpl14arch kernel: sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
lis 21 08:59:39 tpl14arch kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
lis 21 08:59:39 tpl14arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
lis 21 08:59:39 tpl14arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
lis 21 08:59:39 tpl14arch kernel: usb usb2: Product: xHCI Host Controller
lis 21 08:59:39 tpl14arch kernel: usb usb2: Manufacturer: Linux 5.9.1-zen2-1-zen xhci-hcd
lis 21 08:59:39 tpl14arch kernel: usb usb2: SerialNumber: 0000:06:00.3
lis 21 08:59:39 tpl14arch kernel: hub 2-0:1.0: USB hub found
lis 21 08:59:39 tpl14arch kernel: hub 2-0:1.0: 4 ports detected
lis 21 08:59:39 tpl14arch kernel: mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
lis 21 08:59:39 tpl14arch kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
lis 21 08:59:39 tpl14arch kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
lis 21 08:59:39 tpl14arch kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
lis 21 08:59:39 tpl14arch kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
lis 21 08:59:39 tpl14arch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
lis 21 08:59:39 tpl14arch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
lis 21 08:59:39 tpl14arch kernel: usb usb3: Product: xHCI Host Controller
lis 21 08:59:39 tpl14arch kernel: usb usb3: Manufacturer: Linux 5.9.1-zen2-1-zen xhci-hcd
lis 21 08:59:39 tpl14arch kernel: usb usb3: SerialNumber: 0000:06:00.3
lis 21 08:59:39 tpl14arch kernel: hub 3-0:1.0: USB hub found
lis 21 08:59:39 tpl14arch kernel: hub 3-0:1.0: 2 ports detected
lis 21 08:59:39 tpl14arch kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
lis 21 08:59:39 tpl14arch kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
lis 21 08:59:39 tpl14arch kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
lis 21 08:59:39 tpl14arch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
lis 21 08:59:39 tpl14arch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
lis 21 08:59:39 tpl14arch kernel: usb usb4: Product: xHCI Host Controller
lis 21 08:59:39 tpl14arch kernel: usb usb4: Manufacturer: Linux 5.9.1-zen2-1-zen xhci-hcd
lis 21 08:59:39 tpl14arch kernel: usb usb4: SerialNumber: 0000:06:00.4
lis 21 08:59:39 tpl14arch kernel: hub 4-0:1.0: USB hub found
lis 21 08:59:39 tpl14arch kernel: hub 4-0:1.0: 4 ports detected
lis 21 08:59:39 tpl14arch kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
lis 21 08:59:39 tpl14arch kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
lis 21 08:59:39 tpl14arch kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
lis 21 08:59:39 tpl14arch kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
lis 21 08:59:39 tpl14arch kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
lis 21 08:59:39 tpl14arch kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
lis 21 08:59:39 tpl14arch kernel: usb usb5: Product: xHCI Host Controller
lis 21 08:59:39 tpl14arch kernel: usb usb5: Manufacturer: Linux 5.9.1-zen2-1-zen xhci-hcd
lis 21 08:59:39 tpl14arch kernel: usb usb5: SerialNumber: 0000:06:00.4
lis 21 08:59:39 tpl14arch kernel: hub 5-0:1.0: USB hub found
lis 21 08:59:39 tpl14arch kernel: hub 5-0:1.0: 2 ports detected
lis 21 08:59:39 tpl14arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
lis 21 08:59:39 tpl14arch kernel: EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
lis 21 08:59:39 tpl14arch kernel: random: fast init done
lis 21 08:59:39 tpl14arch systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
lis 21 08:59:39 tpl14arch systemd[1]: Detected architecture x86-64.
lis 21 08:59:39 tpl14arch systemd[1]: Set hostname to <tpl14arch>.
lis 21 08:59:39 tpl14arch kernel: usb 2-2: new low-speed USB device number 2 using xhci_hcd
lis 21 08:59:39 tpl14arch kernel: usb 4-3: new high-speed USB device number 2 using xhci_hcd
lis 21 08:59:39 tpl14arch systemd[1]: /usr/lib/systemd/system/teamviewerd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/teamviewerd.pid → /run/teamviewerd.pid; please update the unit file accordingly.
lis 21 08:59:39 tpl14arch systemd[1]: Queued start job for default target Graphical Interface.
lis 21 08:59:39 tpl14arch systemd[1]: Created slice Virtual Machine and Container Slice.
lis 21 08:59:39 tpl14arch systemd[1]: Created slice system-getty.slice.
lis 21 08:59:39 tpl14arch systemd[1]: Created slice system-modprobe.slice.
lis 21 08:59:39 tpl14arch systemd[1]: Created slice system-systemd\x2dfsck.slice.
lis 21 08:59:39 tpl14arch systemd[1]: Created slice User and Session Slice.
lis 21 08:59:39 tpl14arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
lis 21 08:59:39 tpl14arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
lis 21 08:59:39 tpl14arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
lis 21 08:59:39 tpl14arch systemd[1]: Reached target Local Encrypted Volumes.
lis 21 08:59:39 tpl14arch systemd[1]: Reached target Login Prompts.
lis 21 08:59:39 tpl14arch systemd[1]: Reached target Paths.
lis 21 08:59:39 tpl14arch systemd[1]: Reached target Remote File Systems.
lis 21 08:59:39 tpl14arch systemd[1]: Reached target Slices.
lis 21 08:59:39 tpl14arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
lis 21 08:59:39 tpl14arch systemd[1]: Listening on LVM2 metadata daemon socket.
lis 21 08:59:39 tpl14arch systemd[1]: Listening on LVM2 poll daemon socket.
lis 21 08:59:39 tpl14arch systemd[1]: Listening on Process Core Dump Socket.
lis 21 08:59:39 tpl14arch systemd[1]: Listening on Journal Audit Socket.
lis 21 08:59:39 tpl14arch systemd[1]: Listening on Journal Socket (/dev/log).
lis 21 08:59:39 tpl14arch systemd[1]: Listening on Journal Socket.
lis 21 08:59:39 tpl14arch systemd[1]: Listening on Network Service Netlink Socket.
lis 21 08:59:39 tpl14arch systemd[1]: Listening on udev Control Socket.
lis 21 08:59:39 tpl14arch systemd[1]: Listening on udev Kernel Socket.
lis 21 08:59:39 tpl14arch systemd[1]: Mounting Huge Pages File System...
lis 21 08:59:39 tpl14arch systemd[1]: Mounting POSIX Message Queue File System...
lis 21 08:59:39 tpl14arch systemd[1]: Mounting Kernel Debug File System...
lis 21 08:59:39 tpl14arch systemd[1]: Mounting Kernel Trace File System...
lis 21 08:59:39 tpl14arch systemd[1]: Starting Create list of static device nodes for the current kernel...
lis 21 08:59:39 tpl14arch systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
lis 21 08:59:39 tpl14arch systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
lis 21 08:59:39 tpl14arch systemd[1]: Starting Set Up Additional Binary Formats...
lis 21 08:59:39 tpl14arch systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
lis 21 08:59:39 tpl14arch systemd[1]: Starting Journal Service...
lis 21 08:59:39 tpl14arch systemd[1]: Starting Load Kernel Modules...
lis 21 08:59:39 tpl14arch systemd[1]: Starting Remount Root and Kernel File Systems...
lis 21 08:59:39 tpl14arch systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
lis 21 08:59:39 tpl14arch systemd[1]: Starting Coldplug All udev Devices...
lis 21 08:59:39 tpl14arch kernel: random: lvm: uninitialized urandom read (4 bytes read)
lis 21 08:59:39 tpl14arch systemd[1]: Mounted Huge Pages File System.
lis 21 08:59:39 tpl14arch systemd[1]: Mounted POSIX Message Queue File System.
lis 21 08:59:39 tpl14arch systemd[1]: Mounted Kernel Debug File System.
lis 21 08:59:39 tpl14arch systemd[1]: Mounted Kernel Trace File System.
lis 21 08:59:39 tpl14arch systemd[1]: Finished Create list of static device nodes for the current kernel.
lis 21 08:59:39 tpl14arch systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 266 (systemd-binfmt)
lis 21 08:59:39 tpl14arch systemd[1]: Mounting Arbitrary Executable File Formats File System...
lis 21 08:59:39 tpl14arch kernel: EXT4-fs (nvme0n1p3): re-mounted. Opts: data=ordered,barrier=0
lis 21 08:59:39 tpl14arch systemd[1]: Mounted Arbitrary Executable File Formats File System.
lis 21 08:59:39 tpl14arch systemd[1]: Finished Remount Root and Kernel File Systems.
lis 21 08:59:39 tpl14arch systemd[1]: Condition check resulted in First Boot Wizard being skipped.
lis 21 08:59:39 tpl14arch systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
lis 21 08:59:39 tpl14arch systemd[1]: Starting Load/Save Random Seed...
lis 21 08:59:39 tpl14arch systemd[1]: Starting Create System Users...
lis 21 08:59:39 tpl14arch systemd[1]: Finished Set Up Additional Binary Formats.
lis 21 08:59:39 tpl14arch kernel: Asymmetric key parser 'pkcs8' registered
lis 21 08:59:39 tpl14arch systemd[1]: Finished Load Kernel Modules.
lis 21 08:59:39 tpl14arch systemd[1]: Condition check resulted in FUSE Control File System being skipped.
lis 21 08:59:39 tpl14arch systemd[1]: Mounting Kernel Configuration File System...
lis 21 08:59:39 tpl14arch systemd[1]: Starting Apply Kernel Variables...
lis 21 08:59:39 tpl14arch systemd[1]: Mounted Kernel Configuration File System.
lis 21 08:59:39 tpl14arch systemd[1]: Finished Apply Kernel Variables.
lis 21 08:59:39 tpl14arch systemd[1]: Finished Create System Users.
lis 21 08:59:39 tpl14arch systemd[1]: Starting Create Static Device Nodes in /dev...
lis 21 08:59:39 tpl14arch systemd[1]: Finished Coldplug All udev Devices.
lis 21 08:59:39 tpl14arch systemd[1]: Finished Create Static Device Nodes in /dev.
lis 21 08:59:39 tpl14arch systemd[1]: Starting Rule-based Manager for Device Events and Files...
lis 21 08:59:39 tpl14arch kernel: usb 2-2: New USB device found, idVendor=046d, idProduct=c050, bcdDevice=27.20
lis 21 08:59:39 tpl14arch kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
lis 21 08:59:39 tpl14arch kernel: usb 2-2: Product: USB-PS/2 Optical Mouse
lis 21 08:59:39 tpl14arch kernel: usb 2-2: Manufacturer: Logitech
lis 21 08:59:39 tpl14arch kernel: usb 4-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
lis 21 08:59:39 tpl14arch kernel: usb 4-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
lis 21 08:59:39 tpl14arch kernel: usb 4-3: Product: Integrated Camera
lis 21 08:59:39 tpl14arch kernel: usb 4-3: Manufacturer: Chicony Electronics Co.,Ltd.
lis 21 08:59:39 tpl14arch kernel: usb 4-3: SerialNumber: 0001
lis 21 08:59:39 tpl14arch kernel: usb 4-4: new full-speed USB device number 3 using xhci_hcd
lis 21 08:59:39 tpl14arch systemd-journald[267]: Journal started
lis 21 08:59:39 tpl14arch systemd-journald[267]: Runtime Journal (/run/log/journal/03224e8445084782b5a3a2f8491e2241) is 8.0M, max 692.8M, 684.8M free.
lis 21 08:59:39 tpl14arch systemd-modules-load[268]: Inserted module 'crypto_user'
lis 21 08:59:39 tpl14arch systemd-modules-load[268]: Inserted module 'sg'
lis 21 08:59:39 tpl14arch systemd-random-seed[274]: Kernel entropy pool is not initialized yet, waiting until it is.
lis 21 08:59:39 tpl14arch systemd[1]: Started Journal Service.
lis 21 08:59:39 tpl14arch systemd-modules-load[268]: Inserted module 'pkcs8_key_parser'
lis 21 08:59:39 tpl14arch systemd-sysctl[278]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
lis 21 08:59:39 tpl14arch systemd-sysctl[278]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
lis 21 08:59:39 tpl14arch systemd-sysctl[278]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
lis 21 08:59:39 tpl14arch systemd-sysctl[278]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
lis 21 08:59:39 tpl14arch systemd-sysctl[278]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
lis 21 08:59:39 tpl14arch systemd-sysctl[278]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
lis 21 08:59:39 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:39 tpl14arch kernel: audit: type=1130 audit(1603263579.701:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:39 tpl14arch systemd[1]: Starting Flush Journal to Persistent Storage...
lis 21 08:59:39 tpl14arch systemd-journald[267]: Time spent on flushing to /var/log/journal/03224e8445084782b5a3a2f8491e2241 is 151.942ms for 969 entries.
lis 21 08:59:39 tpl14arch systemd-journald[267]: System Journal (/var/log/journal/03224e8445084782b5a3a2f8491e2241) is 96.0M, max 4.0G, 3.9G free.
lis 21 08:59:39 tpl14arch kernel: audit: type=1130 audit(1603263579.801:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:39 tpl14arch kernel: audit: type=1130 audit(1603263579.804:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:39 tpl14arch kernel: usb 4-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
lis 21 08:59:39 tpl14arch kernel: usb 4-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
lis 21 08:59:39 tpl14arch kernel: acpi_cpufreq: overriding BIOS provided _PSD data
lis 21 08:59:39 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:39 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:39 tpl14arch systemd[1]: Started Rule-based Manager for Device Events and Files.
lis 21 08:59:39 tpl14arch systemd[1]: Started LVM2 metadata daemon.
lis 21 08:59:39 tpl14arch systemd[1]: Finished Flush Journal to Persistent Storage.
lis 21 08:59:39 tpl14arch kernel: audit: type=1130 audit(1603263579.872:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:39 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:39 tpl14arch kernel: tpm_tis NTC0702:00: 2.0 TPM (device-id 0xFC, rev-id 1)
lis 21 08:59:39 tpl14arch kernel: tpm tpm0: tpm_try_transmit: send(): error -5
lis 21 08:59:39 tpl14arch kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
lis 21 08:59:39 tpl14arch kernel: ACPI: AC Adapter [AC] (on-line)
lis 21 08:59:39 tpl14arch kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
lis 21 08:59:39 tpl14arch kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
lis 21 08:59:39 tpl14arch kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
lis 21 08:59:39 tpl14arch kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
lis 21 08:59:39 tpl14arch kernel: IPMI message handler: version 39.2
lis 21 08:59:39 tpl14arch systemd[1]: Created slice system-systemd\x2dbacklight.slice.
lis 21 08:59:39 tpl14arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
lis 21 08:59:39 tpl14arch systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
lis 21 08:59:39 tpl14arch kernel: audit: type=1130 audit(1603263579.935:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:39 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:39 tpl14arch systemd[1]: Found device WDC PC SN520 SDAPMUW-128G-1001 EFI.
lis 21 08:59:39 tpl14arch kernel: snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
lis 21 08:59:39 tpl14arch kernel: snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 1
lis 21 08:59:39 tpl14arch kernel: ipmi device interface
lis 21 08:59:39 tpl14arch kernel: ccp 0000:06:00.2: enabling device (0000 -> 0002)
lis 21 08:59:39 tpl14arch kernel: libphy: Fixed MDIO Bus: probed
lis 21 08:59:39 tpl14arch kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
lis 21 08:59:39 tpl14arch systemd[1]: Found device WDC PC SN520 SDAPMUW-128G-1001 SWAP.
lis 21 08:59:39 tpl14arch systemd[1]: Activating swap /dev/disk/by-uuid/ef767330-c636-48cc-b063-59cef9ba6727...
lis 21 08:59:39 tpl14arch kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
lis 21 08:59:39 tpl14arch kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
lis 21 08:59:39 tpl14arch kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
lis 21 08:59:39 tpl14arch kernel: ccp 0000:06:00.2: tee enabled
lis 21 08:59:39 tpl14arch kernel: ccp 0000:06:00.2: psp enabled
lis 21 08:59:39 tpl14arch kernel: Adding 1000444k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:1000444k SSFS
lis 21 08:59:39 tpl14arch kernel: Non-volatile memory driver v1.3
lis 21 08:59:39 tpl14arch systemd[1]: Activated swap /dev/disk/by-uuid/ef767330-c636-48cc-b063-59cef9ba6727.
lis 21 08:59:39 tpl14arch systemd[1]: Reached target Swap.
lis 21 08:59:39 tpl14arch systemd[1]: Mounting Temporary Directory (/tmp)...
lis 21 08:59:39 tpl14arch kernel: ipmi_si: IPMI System Interface driver
lis 21 08:59:39 tpl14arch kernel: ipmi_si: Unable to find any System Interface(s)
lis 21 08:59:39 tpl14arch kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
lis 21 08:59:39 tpl14arch kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
lis 21 08:59:39 tpl14arch kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
lis 21 08:59:39 tpl14arch kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
lis 21 08:59:39 tpl14arch kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
lis 21 08:59:39 tpl14arch kernel: thinkpad_acpi: ThinkPad BIOS R19ET28W (1.12 ), EC R19HT27W
lis 21 08:59:39 tpl14arch kernel: thinkpad_acpi: Lenovo ThinkPad L14 Gen 1, model 20U6S1SD00
lis 21 08:59:39 tpl14arch systemd[1]: Mounted Temporary Directory (/tmp).
lis 21 08:59:39 tpl14arch kernel: thinkpad_acpi: radio switch found; radios are enabled
lis 21 08:59:39 tpl14arch kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
lis 21 08:59:39 tpl14arch kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
lis 21 08:59:39 tpl14arch kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
lis 21 08:59:39 tpl14arch kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
lis 21 08:59:40 tpl14arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
lis 21 08:59:40 tpl14arch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
lis 21 08:59:40 tpl14arch systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Reached target Local File Systems (Pre).
lis 21 08:59:40 tpl14arch kernel: audit: type=1130 audit(1603263580.040:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
lis 21 08:59:40 tpl14arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/F048-8965...
lis 21 08:59:40 tpl14arch kernel: r8169 0000:02:00.0: enabling device (0000 -> 0003)
lis 21 08:59:40 tpl14arch kernel: Intel(R) Wireless WiFi driver for Linux
lis 21 08:59:40 tpl14arch kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
lis 21 08:59:40 tpl14arch kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
lis 21 08:59:40 tpl14arch kernel: libphy: r8169: probed
lis 21 08:59:40 tpl14arch kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
lis 21 08:59:40 tpl14arch kernel: r8169 0000:02:00.0 eth0: RTL8168ep/8111ep,, XID 502, IRQ 80
lis 21 08:59:40 tpl14arch kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
lis 21 08:59:40 tpl14arch kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
lis 21 08:59:40 tpl14arch kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
lis 21 08:59:40 tpl14arch kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
lis 21 08:59:40 tpl14arch kernel: iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
lis 21 08:59:40 tpl14arch kernel: iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
lis 21 08:59:40 tpl14arch kernel: iwlwifi 0000:03:00.0: Found debug configuration: 0
lis 21 08:59:40 tpl14arch kernel: iwlwifi 0000:03:00.0: loaded firmware version 55.d9698065.0 cc-a0-55.ucode op_mode iwlmvm
lis 21 08:59:40 tpl14arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
lis 21 08:59:40 tpl14arch systemd-fsck[332]: fsck.fat 4.1 (2017-01-24)
lis 21 08:59:40 tpl14arch systemd-fsck[332]: /dev/nvme0n1p1: 369 files, 44438/72812 clusters
lis 21 08:59:40 tpl14arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/F048-8965.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-F048\x2d8965 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch kernel: audit: type=1130 audit(1603263580.079:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-F048\x2d8965 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Mounting /boot...
lis 21 08:59:40 tpl14arch kernel: thinkpad_acpi: battery 1 registered (start 0, stop 100)
lis 21 08:59:40 tpl14arch kernel: battery: new extension: ThinkPad Battery Extension
lis 21 08:59:40 tpl14arch kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
lis 21 08:59:40 tpl14arch kernel: snd_hda_intel 0000:06:00.1: bound 0000:06:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
lis 21 08:59:40 tpl14arch kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input10
lis 21 08:59:40 tpl14arch kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input11
lis 21 08:59:40 tpl14arch kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input12
lis 21 08:59:40 tpl14arch kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
lis 21 08:59:40 tpl14arch kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
lis 21 08:59:40 tpl14arch kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
lis 21 08:59:40 tpl14arch kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
lis 21 08:59:40 tpl14arch kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
lis 21 08:59:40 tpl14arch kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
lis 21 08:59:40 tpl14arch kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
lis 21 08:59:40 tpl14arch kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
lis 21 08:59:40 tpl14arch kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
lis 21 08:59:40 tpl14arch systemd-udevd[313]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
lis 21 08:59:40 tpl14arch kernel: cryptd: max_cpu_qlen set to 1000
lis 21 08:59:40 tpl14arch systemd[1]: Mounted /boot.
lis 21 08:59:40 tpl14arch systemd[1]: Reached target Local File Systems.
lis 21 08:59:40 tpl14arch systemd[1]: Starting Rebuild Dynamic Linker Cache...
lis 21 08:59:40 tpl14arch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
lis 21 08:59:40 tpl14arch systemd[1]: Starting Create Volatile Files and Directories...
lis 21 08:59:40 tpl14arch kernel: AVX2 version of gcm_enc/dec engaged.
lis 21 08:59:40 tpl14arch kernel: AES CTR mode by8 optimization enabled
lis 21 08:59:40 tpl14arch kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
lis 21 08:59:40 tpl14arch kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
lis 21 08:59:40 tpl14arch kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input15
lis 21 08:59:40 tpl14arch kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
lis 21 08:59:40 tpl14arch systemd[1]: Finished Create Volatile Files and Directories.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch kernel: audit: type=1130 audit(1603263580.208:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Starting Rebuild Journal Catalog...
lis 21 08:59:40 tpl14arch mtp-probe[381]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb2/2-2"
lis 21 08:59:40 tpl14arch mtp-probe[385]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3"
lis 21 08:59:40 tpl14arch mtp-probe[385]: bus: 4, device: 2 was not an MTP device
lis 21 08:59:40 tpl14arch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
lis 21 08:59:40 tpl14arch mtp-probe[381]: bus: 2, device: 2 was not an MTP device
lis 21 08:59:40 tpl14arch kernel: audit: type=1127 audit(1603263580.221:10): pid=386 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch audit[386]: SYSTEM_BOOT pid=386 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Finished Update UTMP about System Boot/Shutdown.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Finished Rebuild Journal Catalog.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch kernel: mc: Linux media interface: v0.10
lis 21 08:59:40 tpl14arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
lis 21 08:59:40 tpl14arch systemd[1]: Starting Load/Save RF Kill Switch Status...
lis 21 08:59:40 tpl14arch kernel: hid: raw HID events driver (C) Jiri Kosina
lis 21 08:59:40 tpl14arch systemd-udevd[311]: Using default interface naming scheme 'v245'.
lis 21 08:59:40 tpl14arch systemd-udevd[311]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
lis 21 08:59:40 tpl14arch kernel: r8169 0000:02:00.0 enp2s0f0: renamed from eth0
lis 21 08:59:40 tpl14arch systemd-udevd[293]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
lis 21 08:59:40 tpl14arch systemd[1]: Reached target Sound Card.
lis 21 08:59:40 tpl14arch kernel: videodev: Linux video capture interface: v2.00
lis 21 08:59:40 tpl14arch systemd[1]: Started Load/Save RF Kill Switch Status.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch kernel: usbcore: registered new interface driver usbhid
lis 21 08:59:40 tpl14arch kernel: usbhid: USB HID core driver
lis 21 08:59:40 tpl14arch kernel: kvm: Nested Virtualization enabled
lis 21 08:59:40 tpl14arch kernel: SVM: kvm: Nested Paging enabled
lis 21 08:59:40 tpl14arch kernel: SVM: Virtual VMLOAD VMSAVE supported
lis 21 08:59:40 tpl14arch kernel: SVM: Virtual GIF supported
lis 21 08:59:40 tpl14arch systemd-udevd[288]: Using default interface naming scheme 'v245'.
lis 21 08:59:40 tpl14arch kernel: MCE: In-kernel MCE decoding enabled.
lis 21 08:59:40 tpl14arch mtp-probe[399]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb2/2-2"
lis 21 08:59:40 tpl14arch mtp-probe[399]: bus: 2, device: 2 was not an MTP device
lis 21 08:59:40 tpl14arch systemd[1]: Finished Rebuild Dynamic Linker Cache.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Starting Update is Completed...
lis 21 08:59:40 tpl14arch systemd[1]: Finished Update is Completed.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Reached target System Initialization.
lis 21 08:59:40 tpl14arch systemd[1]: Started Daily rotation of log files.
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: F17h_M60h detected (node 0).
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
lis 21 08:59:40 tpl14arch kernel: input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb2/2-2/2-2:1.0/0003:046D:C050.0001/input/input16
lis 21 08:59:40 tpl14arch kernel: hid-generic 0003:046D:C050.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:06:00.3-2/input0
lis 21 08:59:40 tpl14arch systemd[1]: Started Daily man-db regeneration.
lis 21 08:59:40 tpl14arch systemd[1]: Started Daily verification of password and group files.
lis 21 08:59:40 tpl14arch systemd[1]: Started Daily Cleanup of Temporary Directories.
lis 21 08:59:40 tpl14arch systemd[1]: Started Daily locate database update.
lis 21 08:59:40 tpl14arch systemd[1]: Reached target Timers.
lis 21 08:59:40 tpl14arch kernel: Bluetooth: Core ver 2.22
lis 21 08:59:40 tpl14arch kernel: NET: Registered protocol family 31
lis 21 08:59:40 tpl14arch kernel: Bluetooth: HCI device and connection manager initialized
lis 21 08:59:40 tpl14arch kernel: Bluetooth: HCI socket layer initialized
lis 21 08:59:40 tpl14arch kernel: Bluetooth: L2CAP socket layer initialized
lis 21 08:59:40 tpl14arch kernel: Bluetooth: SCO socket layer initialized
lis 21 08:59:40 tpl14arch kernel: mousedev: PS/2 mouse device common for all mice
lis 21 08:59:40 tpl14arch systemd[1]: Listening on D-Bus System Message Bus Socket.
lis 21 08:59:40 tpl14arch systemd[1]: Listening on Libvirt local socket.
lis 21 08:59:40 tpl14arch systemd[1]: Listening on Libvirt admin socket.
lis 21 08:59:40 tpl14arch systemd[1]: Listening on Libvirt local read-only socket.
lis 21 08:59:40 tpl14arch systemd[1]: Listening on Virtual machine lock manager socket.
lis 21 08:59:40 tpl14arch systemd[1]: Listening on Virtual machine log manager socket.
lis 21 08:59:40 tpl14arch systemd[1]: Reached target Sockets.
lis 21 08:59:40 tpl14arch systemd[1]: Reached target Basic System.
lis 21 08:59:40 tpl14arch systemd[1]: Started D-Bus System Message Bus.
lis 21 08:59:40 tpl14arch kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
lis 21 08:59:40 tpl14arch kernel: random: crng init done
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Starting firewalld - dynamic firewall daemon...
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: F17h_M60h detected (node 0).
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
lis 21 08:59:40 tpl14arch kernel: uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
lis 21 08:59:40 tpl14arch systemd[1]: Starting Wireless service...
lis 21 08:59:40 tpl14arch audit: BPF prog-id=7 op=LOAD
lis 21 08:59:40 tpl14arch audit: BPF prog-id=8 op=LOAD
lis 21 08:59:40 tpl14arch systemd[1]: Starting User Login Management...
lis 21 08:59:40 tpl14arch kernel: uvcvideo 4-3:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
lis 21 08:59:40 tpl14arch kernel: uvcvideo 4-3:1.0: Entity type for entity Extension 4 was not initialized!
lis 21 08:59:40 tpl14arch kernel: uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
lis 21 08:59:40 tpl14arch kernel: uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
lis 21 08:59:40 tpl14arch kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3/4-3:1.0/input/input17
lis 21 08:59:40 tpl14arch kernel: usbcore: registered new interface driver uvcvideo
lis 21 08:59:40 tpl14arch kernel: USB Video Class driver (1.1.1)
lis 21 08:59:40 tpl14arch audit: BPF prog-id=9 op=LOAD
lis 21 08:59:40 tpl14arch audit: BPF prog-id=10 op=LOAD
lis 21 08:59:40 tpl14arch systemd[1]: Starting Virtual Machine and Container Registration Service...
lis 21 08:59:40 tpl14arch kernel: iwlwifi 0000:03:00.0: base HW address: 
lis 21 08:59:40 tpl14arch systemd[1]: Finished Load/Save Random Seed.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
lis 21 08:59:40 tpl14arch kernel: NET: Registered protocol family 38
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: F17h_M60h detected (node 0).
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
lis 21 08:59:40 tpl14arch kernel: usbcore: registered new interface driver btusb
lis 21 08:59:40 tpl14arch mtp-probe[418]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb4/4-3"
lis 21 08:59:40 tpl14arch mtp-probe[418]: bus: 4, device: 2 was not an MTP device
lis 21 08:59:40 tpl14arch kernel: Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
lis 21 08:59:40 tpl14arch kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
lis 21 08:59:40 tpl14arch systemd[1]: Starting Bluetooth service...
lis 21 08:59:40 tpl14arch systemd-udevd[302]: Using default interface naming scheme 'v245'.
lis 21 08:59:40 tpl14arch systemd-udevd[302]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
lis 21 08:59:40 tpl14arch bluetoothd[426]: Bluetooth daemon 5.55
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “BRPageScanType” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “BRPageScanInterval” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “BRPageScanWindow” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “BRInquiryScanType” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “BRInquiryScanInterval” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “BRInquiryScanWindow” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “BRLinkSupervisionTimeout” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “BRPageTimeout” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “BRMinSniffInterval” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “BRMaxSniffInterval” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEMinAdvertisementInterval” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEMaxAdvertisementInterval” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEMultiAdvertisementRotationInterval” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalAutoConnect” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowAutoConnect” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalSuspend” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowSuspend” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalDiscovery” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowDiscovery” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalAdvMonitor” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowAdvMonitor” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalConnect” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowConnect” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEMinConnectionInterval” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEMaxConnectionInterval” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionLatency” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionSupervisionTimeout” in group “Controller”
lis 21 08:59:40 tpl14arch bluetoothd[426]: src/main.c:parse_controller_config() Key file does not have key “LEAutoconnecttimeout” in group “Controller”
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: F17h_M60h detected (node 0).
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
lis 21 08:59:40 tpl14arch systemd[1]: Started Bluetooth service.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Reached target Bluetooth.
lis 21 08:59:40 tpl14arch bluetoothd[426]: Starting SDP server
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: F17h_M60h detected (node 0).
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
lis 21 08:59:40 tpl14arch kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
lis 21 08:59:40 tpl14arch kernel: Bluetooth: BNEP filters: protocol multicast
lis 21 08:59:40 tpl14arch kernel: Bluetooth: BNEP socket layer initialized
lis 21 08:59:40 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1' (uid=0 pid=426 comm="/usr/lib/bluetooth/bluetoothd ")
lis 21 08:59:40 tpl14arch bluetoothd[426]: Bluetooth management interface 1.18 initialized
lis 21 08:59:40 tpl14arch audit: BPF prog-id=11 op=LOAD
lis 21 08:59:40 tpl14arch audit: BPF prog-id=12 op=LOAD
lis 21 08:59:40 tpl14arch systemd[1]: Starting Hostname Service...
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: F17h_M60h detected (node 0).
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: F17h_M60h detected (node 0).
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: F17h_M60h detected (node 0).
lis 21 08:59:40 tpl14arch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
lis 21 08:59:40 tpl14arch iwd[412]: Wireless daemon version 1.9
lis 21 08:59:40 tpl14arch systemd[1]: Started Wireless service.
lis 21 08:59:40 tpl14arch iwd[412]: station: Network configuration is disabled.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch iwd[412]: Wiphy: 0, Name: phy0
lis 21 08:59:40 tpl14arch iwd[412]:         Permanent Address: 
lis 21 08:59:40 tpl14arch iwd[412]:         Bands: 2.4 GHz 5 GHz
lis 21 08:59:40 tpl14arch iwd[412]:         Ciphers: CCMP TKIP BIP
lis 21 08:59:40 tpl14arch iwd[412]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
lis 21 08:59:40 tpl14arch kernel: ------------[ cut here ]------------
lis 21 08:59:40 tpl14arch kernel: WARNING: CPU: 3 PID: 412 at net/wireless/nl80211.c:7299 nl80211_get_reg_do+0x228/0x290 [cfg80211]
lis 21 08:59:40 tpl14arch kernel: Modules linked in: ccm algif_aead cbc des_generic libdes ecb algif_skcipher bnep cmac md4 algif_hash af_alg btusb btrtl btbcm uvcvideo btintel mousedev videobuf2_vmalloc hid_generic videobuf2_memops bluetooth videobuf2_v4l2 edac_mce_amd videobuf2_common kvm_amd usbhid wmi_bmof videodev hid ecdh_generic kvm ecc mc irqbypass crct10dif_pclmul crc32_pclmul iwlmvm ghash_clmulni_intel aesni_intel nls_iso8859_1 crypto_simd cryptd nls_cp437 glue_helper mac80211 snd_hda_codec_realtek rapl vfat fat snd_hda_codec_generic snd_hda_codec_hdmi libarc4 psmouse pcspkr input_leds snd_hda_intel snd_intel_dspcfg snd_hda_codec iwlwifi r8169 snd_hda_core realtek snd_hwdep cfg80211 mdio_devres thinkpad_acpi sp5100_tco snd_pcm of_mdio snd_rn_pci_acp3x k10temp i2c_piix4 nvram fixed_phy ipmi_devintf ucsi_acpi snd_pci_acp3x ledtrig_audio ccp snd_timer libphy typec_ucsi rfkill ipmi_msghandler tpm_crb typec wmi snd battery ac soundcore i2c_scmi evdev tpm_tis tpm_tis_core mac_hid tpm pinctrl_amd
lis 21 08:59:40 tpl14arch kernel:  acpi_cpufreq rng_core pkcs8_key_parser sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 sdhci_pci xhci_pci cqhci xhci_pci_renesas crc32c_intel sdhci xhci_hcd mmc_core ehci_pci ehci_hcd i8042 serio amdgpu gpu_sched i2c_algo_bit ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core drm agpgart
lis 21 08:59:40 tpl14arch kernel: CPU: 3 PID: 412 Comm: iwd Not tainted 5.9.1-zen2-1-zen #1
lis 21 08:59:40 tpl14arch kernel: Hardware name: LENOVO 20U6S1SD00/20U6S1SD00, BIOS R19ET28W (1.12 ) 08/12/2020
lis 21 08:59:40 tpl14arch kernel: RIP: 0010:nl80211_get_reg_do+0x228/0x290 [cfg80211]
lis 21 08:59:40 tpl14arch kernel: Code: 89 ef c7 44 24 0c 01 00 00 00 e8 83 0b be c1 85 c0 74 cc e9 ff fe ff ff 48 89 ef 48 89 04 24 e8 8e f8 f9 c1 48 8b 04 24 eb 89 <0f> 0b 48 89 ef e8 7e f8 f9 c1 b8 ea ff ff ff e9 75 ff ff ff b8 97
lis 21 08:59:40 tpl14arch kernel: RSP: 0018:ffffbf7f81007b60 EFLAGS: 00010202
lis 21 08:59:40 tpl14arch kernel: RAX: 0000000000000000 RBX: 0000000000000001 RCX: 0000000000000000
lis 21 08:59:40 tpl14arch kernel: RDX: ffffa3d5db0a0008 RSI: 0000000000000000 RDI: ffffa3d5db0a02e0
lis 21 08:59:40 tpl14arch kernel: RBP: ffffa3d5db798100 R08: 0000000000000014 R09: ffffa3d5c9ae0014
lis 21 08:59:40 tpl14arch kernel: R10: 0000000000000020 R11: 0000000000000004 R12: ffffbf7f81007c40
lis 21 08:59:40 tpl14arch kernel: R13: ffffa3d5c9ae0014 R14: 0000000000000000 R15: ffffa3d5db0a02e0
lis 21 08:59:40 tpl14arch kernel: FS:  00007ff7e2ce4740(0000) GS:ffffa3d5e0cc0000(0000) knlGS:0000000000000000
lis 21 08:59:40 tpl14arch kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
lis 21 08:59:40 tpl14arch kernel: CR2: 00007ff7e2870000 CR3: 0000000398d5a000 CR4: 0000000000350ee0
lis 21 08:59:40 tpl14arch kernel: Call Trace:
lis 21 08:59:40 tpl14arch kernel:  genl_rcv_msg+0x1e5/0x470
lis 21 08:59:40 tpl14arch kernel:  ? free_one_page+0x85/0x4a0
lis 21 08:59:40 tpl14arch kernel:  ? _raw_spin_unlock_irqrestore+0x20/0x40
lis 21 08:59:40 tpl14arch kernel:  ? __wake_up+0x85/0xb0
lis 21 08:59:40 tpl14arch kernel:  ? genl_family_rcv_msg_attrs_parse.isra.0+0xd0/0xd0
lis 21 08:59:40 tpl14arch kernel:  netlink_rcv_skb+0x75/0x140
lis 21 08:59:40 tpl14arch kernel:  genl_rcv+0x24/0x40
lis 21 08:59:40 tpl14arch kernel:  netlink_unicast+0x274/0x410
lis 21 08:59:40 tpl14arch kernel:  netlink_sendmsg+0x243/0x480
lis 21 08:59:40 tpl14arch kernel:  sock_sendmsg+0x5e/0x60
lis 21 08:59:40 tpl14arch kernel:  __sys_sendto+0x185/0x1c0
lis 21 08:59:40 tpl14arch kernel:  __x64_sys_sendto+0x25/0x30
lis 21 08:59:40 tpl14arch kernel:  do_syscall_64+0x33/0x40
lis 21 08:59:40 tpl14arch kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
lis 21 08:59:40 tpl14arch kernel: RIP: 0033:0x7ff7e2de8730
lis 21 08:59:40 tpl14arch kernel: Code: c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 1d 45 31 c9 45 31 c0 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 68 c3 0f 1f 80 00 00 00 00 55 48 83 ec 20 48
lis 21 08:59:40 tpl14arch kernel: RSP: 002b:00007ffd59ce7328 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
lis 21 08:59:40 tpl14arch kernel: RAX: ffffffffffffffda RBX: 0000561624d57870 RCX: 00007ff7e2de8730
lis 21 08:59:40 tpl14arch kernel: RDX: 000000000000001c RSI: 0000561624d6d4b0 RDI: 0000000000000004
lis 21 08:59:40 tpl14arch kernel: RBP: 0000561624d61450 R08: 0000000000000000 R09: 0000000000000000
lis 21 08:59:40 tpl14arch kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffd59ce7380
lis 21 08:59:40 tpl14arch kernel: R13: 00007ffd59ce737c R14: 0000561624d61500 R15: 0000000000000000
lis 21 08:59:40 tpl14arch kernel: ---[ end trace 1353075ebd99cddd ]---
lis 21 08:59:40 tpl14arch systemd-udevd[289]: Using default interface naming scheme 'v245'.
lis 21 08:59:40 tpl14arch systemd[1]: Started Virtual Machine and Container Registration Service.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machined comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd-logind[413]: New seat seat0.
lis 21 08:59:40 tpl14arch systemd-logind[413]: Watching system buttons on /dev/input/event3 (Power Button)
lis 21 08:59:40 tpl14arch systemd-logind[413]: Watching system buttons on /dev/input/event0 (Power Button)
lis 21 08:59:40 tpl14arch systemd-logind[413]: Watching system buttons on /dev/input/event1 (Lid Switch)
lis 21 08:59:40 tpl14arch systemd-logind[413]: Watching system buttons on /dev/input/event2 (Sleep Button)
lis 21 08:59:40 tpl14arch dbus-daemon[410]: [system] Successfully activated service 'org.freedesktop.hostname1'
lis 21 08:59:40 tpl14arch systemd[1]: Started Hostname Service.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd-logind[413]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
lis 21 08:59:40 tpl14arch systemd-logind[413]: Watching system buttons on /dev/input/event7 (ThinkPad Extra Buttons)
lis 21 08:59:40 tpl14arch systemd[1]: Started User Login Management.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd-udevd[289]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
lis 21 08:59:40 tpl14arch systemd[1]: Started firewalld - dynamic firewall daemon.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=firewalld comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Reached target Network (Pre).
lis 21 08:59:40 tpl14arch systemd[1]: Starting Network Manager...
lis 21 08:59:40 tpl14arch systemd[1]: Starting Network Service...
lis 21 08:59:40 tpl14arch audit[501]: NETFILTER_CFG table=filter family=2 entries=0 op=xt_register pid=501 comm="modprobe"
lis 21 08:59:40 tpl14arch audit[507]: NETFILTER_CFG table=filter family=10 entries=0 op=xt_register pid=507 comm="modprobe"
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9131] NetworkManager (version 1.26.4-1) is starting... (for the first time)
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9132] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
lis 21 08:59:40 tpl14arch systemd[1]: Started Network Manager.
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9171] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch systemd[1]: Starting Network Manager Wait Online...
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9245] manager[0x557d88f55030]: monitoring kernel firmware directory '/lib/firmware'.
lis 21 08:59:40 tpl14arch firewalld[411]: WARNING: ipset not usable, disabling ipset usage in firewall.
lis 21 08:59:40 tpl14arch firewalld[411]: WARNING: ebtables-restore and ebtables are missing, disabling bridge firewall.
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9268] hostname: hostname: using hostnamed
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9268] hostname: hostname changed from (none) to "tpl14arch"
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9273] dns-mgr[0x557d88f0f220]: init: dns=default,systemd-resolved rc-manager=symlink
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9280] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0/ieee80211/phy0/rfkill3) (driver iwlwifi)
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9282] rfkill1: found WWAN radio killswitch (at /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1) (platform driver thinkpad_acpi)
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9284] manager[0x557d88f55030]: rfkill: Wi-Fi hardware radio set enabled
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9298] manager[0x557d88f55030]: rfkill: WWAN hardware radio set enabled
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9358] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-adsl.so)
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9367] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wifi.so)
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9413] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-bluetooth.so)
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9479] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-team.so)
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9491] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wwan.so)
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9498] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-ovs.so)
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9502] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9504] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9504] manager: Networking is enabled by state file
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9509] dhcp-init: Using DHCP client 'internal'
lis 21 08:59:40 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=500 comm="/usr/bin/NetworkManager --no-daemon ")
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9516] settings: Loaded settings plugin: keyfile (internal)
lis 21 08:59:40 tpl14arch systemd[1]: Starting Network Manager Script Dispatcher Service...
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9557] device (lo): carrier: link connected
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9560] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9569] manager: (enp2s0f0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9582] settings: (enp2s0f0): created default wired connection 'Wired connection 1'
lis 21 08:59:40 tpl14arch NetworkManager[500]: <info>  [1603263580.9588] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
lis 21 08:59:40 tpl14arch dbus-daemon[410]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
lis 21 08:59:40 tpl14arch systemd[1]: Started Network Manager Script Dispatcher Service.
lis 21 08:59:40 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:40 tpl14arch kernel: Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
lis 21 08:59:40 tpl14arch kernel: psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
lis 21 08:59:41 tpl14arch audit[525]: NETFILTER_CFG table=security family=2 entries=0 op=xt_register pid=525 comm="modprobe"
lis 21 08:59:41 tpl14arch audit[527]: NETFILTER_CFG table=raw family=2 entries=0 op=xt_register pid=527 comm="modprobe"
lis 21 08:59:41 tpl14arch kernel: psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
lis 21 08:59:41 tpl14arch kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN0411 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
lis 21 08:59:41 tpl14arch audit[529]: NETFILTER_CFG table=mangle family=2 entries=0 op=xt_register pid=529 comm="modprobe"
lis 21 08:59:41 tpl14arch audit[531]: NETFILTER_CFG table=nat family=2 entries=0 op=xt_register pid=531 comm="modprobe"
lis 21 08:59:41 tpl14arch kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.0773] device (wlan0): driver supports Access Point (AP) mode
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.0778] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.0784] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
lis 21 08:59:41 tpl14arch audit[536]: NETFILTER_CFG table=security family=10 entries=0 op=xt_register pid=536 comm="modprobe"
lis 21 08:59:41 tpl14arch audit[538]: NETFILTER_CFG table=raw family=10 entries=0 op=xt_register pid=538 comm="modprobe"
lis 21 08:59:41 tpl14arch audit[540]: NETFILTER_CFG table=mangle family=10 entries=0 op=xt_register pid=540 comm="modprobe"
lis 21 08:59:41 tpl14arch audit[542]: NETFILTER_CFG table=nat family=10 entries=0 op=xt_register pid=542 comm="modprobe"
lis 21 08:59:41 tpl14arch kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
lis 21 08:59:41 tpl14arch kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
lis 21 08:59:41 tpl14arch audit[544]: NETFILTER_CFG table=security family=2 entries=4 op=xt_replace pid=544 comm="iptables-restor"
lis 21 08:59:41 tpl14arch audit[544]: NETFILTER_CFG table=raw family=2 entries=3 op=xt_replace pid=544 comm="iptables-restor"
lis 21 08:59:41 tpl14arch audit[544]: NETFILTER_CFG table=mangle family=2 entries=6 op=xt_replace pid=544 comm="iptables-restor"
lis 21 08:59:41 tpl14arch audit[544]: NETFILTER_CFG table=nat family=2 entries=5 op=xt_replace pid=544 comm="iptables-restor"
lis 21 08:59:41 tpl14arch audit[544]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_replace pid=544 comm="iptables-restor"
lis 21 08:59:41 tpl14arch audit[545]: NETFILTER_CFG table=security family=10 entries=4 op=xt_replace pid=545 comm="ip6tables-resto"
lis 21 08:59:41 tpl14arch audit[545]: NETFILTER_CFG table=raw family=10 entries=3 op=xt_replace pid=545 comm="ip6tables-resto"
lis 21 08:59:41 tpl14arch audit[545]: NETFILTER_CFG table=mangle family=10 entries=6 op=xt_replace pid=545 comm="ip6tables-resto"
lis 21 08:59:41 tpl14arch audit[545]: NETFILTER_CFG table=nat family=10 entries=5 op=xt_replace pid=545 comm="ip6tables-resto"
lis 21 08:59:41 tpl14arch audit[545]: NETFILTER_CFG table=filter family=10 entries=4 op=xt_replace pid=545 comm="ip6tables-resto"
lis 21 08:59:41 tpl14arch kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;?:0 family=1 entries=0 op=nft_register_table pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;?:0 family=2 entries=0 op=nft_register_table pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;?:0 family=10 entries=0 op=nft_register_table pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=?:0;?:0 family=0 entries=2 op=nft_register_gen pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.1669] device (wlan0): set-hw-addr: set MAC address to A6:3B:A1:09:63:A1 (scanning)
lis 21 08:59:41 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.7' (uid=0 pid=500 comm="/usr/bin/NetworkManager --no-daemon ")
lis 21 08:59:41 tpl14arch systemd[1]: Starting WPA supplicant...
lis 21 08:59:41 tpl14arch systemd-networkd[502]: Enumeration completed
lis 21 08:59:41 tpl14arch systemd-networkd[502]: enp2s0f0: Interface name change detected, enp2s0f0 has been renamed to eth0.
lis 21 08:59:41 tpl14arch systemd[1]: Started Network Service.
lis 21 08:59:41 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.4114] ovsdb: Could not connect: No such file or directory
lis 21 08:59:41 tpl14arch systemd[1]: Starting Wait for Network to be Configured...
lis 21 08:59:41 tpl14arch systemd-networkd[502]: eth0: Interface name change detected, eth0 has been renamed to enp2s0f0.
lis 21 08:59:41 tpl14arch systemd-networkd[502]: wlan0: Could not find device, waiting for device initialization: No such device
lis 21 08:59:41 tpl14arch systemd-networkd[502]: wlan0: Link UP
lis 21 08:59:41 tpl14arch systemd-networkd[502]: enp2s0f0: Link UP
lis 21 08:59:41 tpl14arch systemd-networkd[502]: wlan0: Link DOWN
lis 21 08:59:41 tpl14arch systemd-networkd[502]: wlan0: Link UP
lis 21 08:59:41 tpl14arch systemd-networkd[502]: wlan0: IPv6 successfully enabled
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;raw_PREROUTING:104 family=1 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING:105 family=1 entries=3 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_POLICIES_pre:106 family=1 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING:105 family=1 entries=107 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_ZONES:108 family=1 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING:105 family=1 entries=109 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_POLICIES_post:110 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING:105 family=1 entries=111 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING:57 family=2 entries=3 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_POLICIES_pre:58 family=2 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING:57 family=2 entries=59 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_ZONES:60 family=2 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING:57 family=2 entries=61 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_POLICIES_post:62 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING:57 family=2 entries=63 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING:64 family=2 entries=3 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_POLICIES_pre:65 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING:64 family=2 entries=66 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_ZONES:67 family=2 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING:64 family=2 entries=68 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_POLICIES_post:69 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING:64 family=2 entries=70 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING:57 family=10 entries=3 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_POLICIES_pre:58 family=10 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING:57 family=10 entries=59 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_ZONES:60 family=10 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING:57 family=10 entries=61 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_POLICIES_post:62 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING:57 family=10 entries=63 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING:64 family=10 entries=3 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_POLICIES_pre:65 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING:64 family=10 entries=66 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_ZONES:67 family=10 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING:64 family=10 entries=68 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_POLICIES_post:69 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING:64 family=10 entries=70 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=8 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=10 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT:114 family=1 entries=4 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set0:115 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set0:115 family=1 entries=115 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set0:115 family=1 entries=115 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=116 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=117 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=118 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT_POLICIES_pre:119 family=1 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=120 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT_ZONES:121 family=1 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=122 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT_POLICIES_post:123 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=124 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set1:125 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set1:125 family=1 entries=125 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=126 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=127 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set2:128 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set2:128 family=1 entries=128 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set2:128 family=1 entries=128 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=129 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=130 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=131 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_POLICIES_pre:132 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=133 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_IN_ZONES:134 family=1 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=135 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_OUT_ZONES:136 family=1 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=137 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_POLICIES_post:138 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=139 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set3:140 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set3:140 family=1 entries=140 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=141 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=142 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT:114 family=1 entries=143 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT_POLICIES_pre:144 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT:114 family=1 entries=145 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT_POLICIES_post:146 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT:114 family=1 entries=147 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;raw_PREROUTING:104 family=1 entries=148 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set4:149 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set4:149 family=1 entries=149 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set4:149 family=1 entries=149 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;raw_PREROUTING:104 family=1 entries=150 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT:114 family=1 entries=152 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=154 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=7 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public_pre:156 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public_log:157 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public_deny:158 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public_allow:159 family=1 entries=3 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public_post:160 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=161 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=162 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=163 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=164 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=165 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set7:166 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set7:166 family=1 entries=166 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set7:166 family=1 entries=166 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public_allow:159 family=1 entries=167 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set8:168 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set8:168 family=1 entries=168 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set8:168 family=1 entries=168 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public_allow:159 family=1 entries=169 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public:170 family=1 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public_pre:171 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public_log:172 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public_deny:173 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public_allow:174 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public_post:175 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public:170 family=1 entries=176 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public:170 family=1 entries=177 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public:170 family=1 entries=178 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public:170 family=1 entries=179 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public:170 family=1 entries=180 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_public:71 family=2 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_public_pre:72 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_public_log:73 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_public_deny:74 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_public_allow:75 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_public_post:76 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_public:71 family=2 entries=77 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_public:71 family=2 entries=78 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_public:71 family=2 entries=79 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_public:71 family=2 entries=80 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_public:71 family=2 entries=81 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_public:71 family=10 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_public_pre:72 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_public_log:73 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_public_deny:74 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_public_allow:75 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_public_post:76 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_public:71 family=10 entries=77 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_public:71 family=10 entries=78 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_public:71 family=10 entries=79 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_public:71 family=10 entries=80 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_public:71 family=10 entries=81 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=7 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public_pre:182 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public_log:183 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public_deny:184 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public_allow:185 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public_post:186 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=187 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=188 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=189 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=190 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=191 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_public:82 family=2 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_public_pre:83 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_public_log:84 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_public_deny:85 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_public_allow:86 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_public_post:87 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_public:82 family=2 entries=88 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_public:82 family=2 entries=89 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_public:82 family=2 entries=90 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_public:82 family=2 entries=91 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_public:82 family=2 entries=92 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_public:82 family=10 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_public_pre:83 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_public_log:84 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_public_deny:85 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_public_allow:86 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_public_post:87 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_public:82 family=10 entries=88 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_public:82 family=10 entries=89 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_public:82 family=10 entries=90 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_public:82 family=10 entries=91 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_public:82 family=10 entries=92 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public:192 family=1 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public_pre:193 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public_log:194 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public_deny:195 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public_allow:196 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public_post:197 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public:192 family=1 entries=198 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public:192 family=1 entries=199 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public:192 family=1 entries=200 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public:192 family=1 entries=201 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public:192 family=1 entries=202 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set9:203 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set9:203 family=1 entries=203 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set9:203 family=1 entries=203 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=204 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set10:205 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set10:205 family=1 entries=205 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set10:205 family=1 entries=205 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=206 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT_ZONES:121 family=1 entries=207 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_OUT_ZONES:136 family=1 entries=208 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_ZONES:67 family=2 entries=93 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_ZONES:67 family=10 entries=93 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_IN_ZONES:134 family=1 entries=209 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_ZONES:60 family=2 entries=94 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_ZONES:60 family=10 entries=94 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_ZONES:108 family=1 entries=210 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6:211 family=1 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_pre:212 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_log:213 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_deny:214 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_allow:215 family=1 entries=5 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_post:216 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6:211 family=1 entries=217 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6:211 family=1 entries=218 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6:211 family=1 entries=219 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6:211 family=1 entries=220 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6:211 family=1 entries=221 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6:95 family=2 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6_pre:96 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6_log:97 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6_deny:98 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6_allow:99 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6_post:100 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6:95 family=2 entries=101 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6:95 family=2 entries=102 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6:95 family=2 entries=103 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6:95 family=2 entries=104 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6:95 family=2 entries=105 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6:95 family=10 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6_pre:96 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6_log:97 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6_deny:98 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6_allow:99 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6_post:100 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6:95 family=10 entries=101 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6:95 family=10 entries=102 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6:95 family=10 entries=103 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6:95 family=10 entries=104 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6:95 family=10 entries=105 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6:222 family=1 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6_pre:223 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6_log:224 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6_deny:225 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6_allow:226 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6_post:227 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6:222 family=1 entries=228 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6:222 family=1 entries=229 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6:222 family=1 entries=230 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6:222 family=1 entries=231 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6:222 family=1 entries=232 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT_POLICIES_pre:119 family=1 entries=233 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_POLICIES_pre:58 family=2 entries=106 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_POLICIES_pre:58 family=10 entries=106 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_POLICIES_pre:106 family=1 entries=234 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_allow:215 family=1 entries=235 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_allow:215 family=1 entries=236 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_allow:215 family=1 entries=237 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_allow:215 family=1 entries=238 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=?:0;?:0 family=0 entries=3 op=nft_register_gen pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:41 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:41 tpl14arch dbus-daemon[410]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
lis 21 08:59:41 tpl14arch systemd[1]: Started WPA supplicant.
lis 21 08:59:41 tpl14arch wpa_supplicant[565]: Successfully initialized wpa_supplicant
lis 21 08:59:41 tpl14arch systemd[1]: Reached target Network.
lis 21 08:59:41 tpl14arch wpa_supplicant[565]: nl80211: kernel reports: Match already configured
lis 21 08:59:41 tpl14arch systemd[1]: Started Virtualization daemon.
lis 21 08:59:41 tpl14arch wpa_supplicant[565]: nl80211: kernel reports: Match already configured
lis 21 08:59:41 tpl14arch systemd[1]: Starting Permit User Sessions...
lis 21 08:59:41 tpl14arch wpa_supplicant[565]: nl80211: kernel reports: Match already configured
lis 21 08:59:41 tpl14arch wpa_supplicant[565]: nl80211: kernel reports: Match already configured
lis 21 08:59:41 tpl14arch wpa_supplicant[565]: nl80211: kernel reports: Match already configured
lis 21 08:59:41 tpl14arch wpa_supplicant[565]: nl80211: kernel reports: Match already configured
lis 21 08:59:41 tpl14arch systemd[1]: Finished Permit User Sessions.
lis 21 08:59:41 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:41 tpl14arch systemd[1]: Starting GNOME Display Manager...
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.4537] device (wlan0): supplicant interface state: internal-starting -> disconnected
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.4538] Wi-Fi P2P device controlled by interface wlan0 created
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.4541] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.4544] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.4551] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
lis 21 08:59:41 tpl14arch systemd[1]: Started GNOME Display Manager.
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.4558] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
lis 21 08:59:41 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-16
lis 21 08:59:41 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:41 tpl14arch NetworkManager[500]: <warn>  [1603263581.4575] sup-iface[e448d3f2e5bd11ac,0,wlan0]: call-p2p-cancel: failed with P2P cancel failed
lis 21 08:59:41 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.12' (uid=0 pid=573 comm="/usr/bin/gdm ")
lis 21 08:59:41 tpl14arch systemd[1]: Reached target User and Group Name Lookups.
lis 21 08:59:41 tpl14arch systemd[1]: Starting Accounts Service...
lis 21 08:59:41 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.13' (uid=0 pid=577 comm="/usr/lib/accounts-daemon ")
lis 21 08:59:41 tpl14arch systemd[1]: Starting Authorization Manager...
lis 21 08:59:41 tpl14arch polkitd[591]: Started polkitd version 0.118
lis 21 08:59:41 tpl14arch libvirtd[569]: libvirt version: 6.5.0
lis 21 08:59:41 tpl14arch libvirtd[569]: hostname: tpl14arch
lis 21 08:59:41 tpl14arch libvirtd[569]: Network name='network' uuid=d5a6a46d-bc00-4798-8d67-549e71a17e23 is tainted: hook-script
lis 21 08:59:41 tpl14arch kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
lis 21 08:59:41 tpl14arch systemd-networkd[502]: rtnl: received neighbor for link '5' we don't know about, ignoring.
lis 21 08:59:41 tpl14arch systemd-networkd[502]: rtnl: received neighbor for link '5' we don't know about, ignoring.
lis 21 08:59:41 tpl14arch systemd-networkd[502]: rtnl: received neighbor for link '5' we don't know about, ignoring.
lis 21 08:59:41 tpl14arch systemd-networkd[502]: rtnl: received neighbor for link '5' we don't know about, ignoring.
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.5277] manager: (virbr0): new Bridge device (/org/freedesktop/NetworkManager/Devices/5)
lis 21 08:59:41 tpl14arch systemd-udevd[290]: Using default interface naming scheme 'v245'.
lis 21 08:59:41 tpl14arch systemd-udevd[290]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
lis 21 08:59:41 tpl14arch kernel: tun: Universal TUN/TAP device driver, 1.6
lis 21 08:59:41 tpl14arch audit: ANOM_PROMISCUOUS dev=virbr0-nic prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
lis 21 08:59:41 tpl14arch systemd-udevd[312]: Using default interface naming scheme 'v245'.
lis 21 08:59:41 tpl14arch kernel: virbr0: port 1(virbr0-nic) entered blocking state
lis 21 08:59:41 tpl14arch kernel: virbr0: port 1(virbr0-nic) entered disabled state
lis 21 08:59:41 tpl14arch kernel: device virbr0-nic entered promiscuous mode
lis 21 08:59:41 tpl14arch systemd-networkd[502]: virbr0-nic: Link UP
lis 21 08:59:41 tpl14arch systemd-networkd[502]: virbr0-nic: Gained carrier
lis 21 08:59:41 tpl14arch systemd-udevd[312]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.5344] manager: (virbr0-nic): new Tun device (/org/freedesktop/NetworkManager/Devices/6)
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.5424] device (virbr0-nic): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
lis 21 08:59:41 tpl14arch NetworkManager[500]: <info>  [1603263581.5434] device (virbr0-nic): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'external')
lis 21 08:59:41 tpl14arch polkitd[591]: Loading rules from directory /etc/polkit-1/rules.d
lis 21 08:59:41 tpl14arch polkitd[591]: Loading rules from directory /usr/share/polkit-1/rules.d
lis 21 08:59:41 tpl14arch polkitd[591]: Finished loading, compiling and executing 8 rules
lis 21 08:59:41 tpl14arch dbus-daemon[410]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
lis 21 08:59:41 tpl14arch systemd[1]: Started Authorization Manager.
lis 21 08:59:41 tpl14arch polkitd[591]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
lis 21 08:59:41 tpl14arch accounts-daemon[577]: started daemon version 0.6.55
lis 21 08:59:41 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:41 tpl14arch dbus-daemon[410]: [system] Successfully activated service 'org.freedesktop.Accounts'
lis 21 08:59:41 tpl14arch systemd[1]: Started Accounts Service.
lis 21 08:59:41 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:41 tpl14arch audit[621]: USER_AUTH pid=621 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty1 res=success'
lis 21 08:59:41 tpl14arch audit[621]: USER_ACCT pid=621 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty1 res=success'
lis 21 08:59:41 tpl14arch audit[621]: CRED_ACQ pid=621 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty1 res=success'
lis 21 08:59:41 tpl14arch systemd[1]: Created slice User Slice of UID 120.
lis 21 08:59:41 tpl14arch systemd[1]: Starting User Runtime Directory /run/user/120...
lis 21 08:59:41 tpl14arch audit[629]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_replace pid=629 comm="iptables"
lis 21 08:59:41 tpl14arch systemd-logind[413]: New session 1 of user gdm.
lis 21 08:59:41 tpl14arch systemd[1]: Finished User Runtime Directory /run/user/120.
lis 21 08:59:41 tpl14arch audit[630]: NETFILTER_CFG table=filter family=2 entries=6 op=xt_replace pid=630 comm="iptables"
lis 21 08:59:41 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:41 tpl14arch systemd[1]: Starting User Manager for UID 120...
lis 21 08:59:41 tpl14arch audit[632]: NETFILTER_CFG table=filter family=2 entries=7 op=xt_replace pid=632 comm="iptables"
lis 21 08:59:41 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.19' (uid=0 pid=631 comm="(systemd) ")
lis 21 08:59:41 tpl14arch dbus-daemon[410]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
lis 21 08:59:41 tpl14arch systemd[631]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
lis 21 08:59:41 tpl14arch audit[631]: USER_ACCT pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:41 tpl14arch audit[631]: CRED_ACQ pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
lis 21 08:59:41 tpl14arch audit[633]: NETFILTER_CFG table=filter family=2 entries=9 op=xt_replace pid=633 comm="iptables"
lis 21 08:59:41 tpl14arch systemd[631]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
lis 21 08:59:41 tpl14arch systemd[631]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by (uid=0)
lis 21 08:59:41 tpl14arch audit[631]: USER_START pid=631 uid=0 auid=120 ses=2 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="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:41 tpl14arch audit[634]: NETFILTER_CFG table=filter family=2 entries=10 op=xt_replace pid=634 comm="iptables"
lis 21 08:59:41 tpl14arch audit: BPF prog-id=13 op=LOAD
lis 21 08:59:41 tpl14arch audit: BPF prog-id=13 op=UNLOAD
lis 21 08:59:41 tpl14arch audit[636]: NETFILTER_CFG table=filter family=2 entries=12 op=xt_replace pid=636 comm="iptables"
lis 21 08:59:41 tpl14arch audit[639]: NETFILTER_CFG table=filter family=2 entries=13 op=xt_replace pid=639 comm="iptables"
lis 21 08:59:41 tpl14arch audit[641]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=641 comm="iptables"
lis 21 08:59:41 tpl14arch audit[644]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=644 comm="iptables"
lis 21 08:59:41 tpl14arch audit[645]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=645 comm="iptables"
lis 21 08:59:41 tpl14arch audit[646]: NETFILTER_CFG table=nat family=2 entries=5 op=xt_replace pid=646 comm="iptables"
lis 21 08:59:41 tpl14arch audit[647]: NETFILTER_CFG table=nat family=2 entries=7 op=xt_replace pid=647 comm="iptables"
lis 21 08:59:41 tpl14arch audit[650]: NETFILTER_CFG table=mangle family=2 entries=6 op=xt_replace pid=650 comm="iptables"
lis 21 08:59:41 tpl14arch audit[651]: NETFILTER_CFG table=mangle family=2 entries=8 op=xt_replace pid=651 comm="iptables"
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Sound-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.MediaKeys-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dssh-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Color-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: gnome-systemd-autostart-condition not found: No such file or directory
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Wwan-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Sharing-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.ScreensaverProxy-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dsecrets-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Smartcard-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: gnome-systemd-autostart-condition not found: No such file or directory
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.PrintNotifications-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Rfkill-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Power-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.XSettings-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: gnome-systemd-autostart-condition not found: No such file or directory
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-gnome\x2dflashback\x2dclipboard-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-gsettings\x2ddata\x2dconvert-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-pulseaudio-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Wacom-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.A11ySettings-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: gnome-systemd-autostart-condition not found: No such file or directory
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Datetime-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Keyboard-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.UsbProtection-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Housekeeping-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch systemd[649]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dpkcs11-autostart.service, startup phases are not supported.
lis 21 08:59:41 tpl14arch kernel: psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
lis 21 08:59:41 tpl14arch audit[655]: NETFILTER_CFG table=filter family=10 entries=4 op=xt_replace pid=655 comm="ip6tables"
lis 21 08:59:41 tpl14arch audit[656]: NETFILTER_CFG table=filter family=10 entries=6 op=xt_replace pid=656 comm="ip6tables"
lis 21 08:59:41 tpl14arch systemd[631]: Queued start job for default target Main User Target.
lis 21 08:59:41 tpl14arch systemd[631]: Reached target Paths.
lis 21 08:59:41 tpl14arch systemd[631]: Reached target Timers.
lis 21 08:59:41 tpl14arch systemd[631]: Starting D-Bus User Message Bus Socket.
lis 21 08:59:41 tpl14arch systemd[631]: Listening on GnuPG network certificate management daemon.
lis 21 08:59:41 tpl14arch systemd[631]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
lis 21 08:59:41 tpl14arch systemd[631]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
lis 21 08:59:41 tpl14arch audit[657]: NETFILTER_CFG table=filter family=10 entries=7 op=xt_replace pid=657 comm="ip6tables"
lis 21 08:59:41 tpl14arch systemd[631]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
lis 21 08:59:41 tpl14arch systemd[631]: Listening on GnuPG cryptographic agent and passphrase cache.
lis 21 08:59:41 tpl14arch systemd[631]: Listening on p11-kit server.
lis 21 08:59:41 tpl14arch systemd[631]: Listening on Multimedia System.
lis 21 08:59:41 tpl14arch systemd[631]: Listening on Sound System.
lis 21 08:59:41 tpl14arch audit[659]: NETFILTER_CFG table=filter family=10 entries=9 op=xt_replace pid=659 comm="ip6tables"
lis 21 08:59:41 tpl14arch systemd[631]: Listening on D-Bus User Message Bus Socket.
lis 21 08:59:41 tpl14arch systemd[631]: Reached target Sockets.
lis 21 08:59:41 tpl14arch systemd[631]: Reached target Basic System.
lis 21 08:59:41 tpl14arch systemd[1]: Started User Manager for UID 120.
lis 21 08:59:41 tpl14arch systemd[631]: Starting Update XDG user dir configuration...
lis 21 08:59:41 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:41 tpl14arch systemd[1]: Started Session 1 of user gdm.
lis 21 08:59:41 tpl14arch systemd[631]: xdg-user-dirs-update.service: Succeeded.
lis 21 08:59:41 tpl14arch systemd[631]: Finished Update XDG user dir configuration.
lis 21 08:59:41 tpl14arch systemd[631]: Reached target Main User Target.
lis 21 08:59:41 tpl14arch systemd[631]: Startup finished in 117ms.
lis 21 08:59:41 tpl14arch audit[661]: NETFILTER_CFG table=filter family=10 entries=10 op=xt_replace pid=661 comm="ip6tables"
lis 21 08:59:41 tpl14arch audit[621]: USER_START pid=621 uid=0 auid=120 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty1 res=success'
lis 21 08:59:41 tpl14arch audit[662]: NETFILTER_CFG table=filter family=10 entries=12 op=xt_replace pid=662 comm="ip6tables"
lis 21 08:59:41 tpl14arch audit[663]: NETFILTER_CFG table=filter family=10 entries=13 op=xt_replace pid=663 comm="ip6tables"
lis 21 08:59:41 tpl14arch systemd[631]: Started D-Bus User Message Bus.
lis 21 08:59:41 tpl14arch audit[667]: NETFILTER_CFG table=filter family=10 entries=15 op=xt_replace pid=667 comm="ip6tables"
lis 21 08:59:41 tpl14arch audit[668]: NETFILTER_CFG table=filter family=10 entries=16 op=xt_replace pid=668 comm="ip6tables"
lis 21 08:59:41 tpl14arch audit[669]: NETFILTER_CFG table=filter family=10 entries=18 op=xt_replace pid=669 comm="ip6tables"
lis 21 08:59:41 tpl14arch audit[670]: NETFILTER_CFG table=nat family=10 entries=5 op=xt_replace pid=670 comm="ip6tables"
lis 21 08:59:41 tpl14arch audit[671]: NETFILTER_CFG table=nat family=10 entries=7 op=xt_replace pid=671 comm="ip6tables"
lis 21 08:59:41 tpl14arch audit[674]: NETFILTER_CFG table=mangle family=10 entries=6 op=xt_replace pid=674 comm="ip6tables"
lis 21 08:59:41 tpl14arch audit[677]: NETFILTER_CFG table=mangle family=10 entries=8 op=xt_replace pid=677 comm="ip6tables"
lis 21 08:59:41 tpl14arch gnome-session[676]: gnome-session-binary[676]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
lis 21 08:59:41 tpl14arch gnome-session-binary[676]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
lis 21 08:59:41 tpl14arch gnome-session[676]: gnome-session-binary[676]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
lis 21 08:59:41 tpl14arch gnome-session-binary[676]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt:287 family=1 entries=7 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_pre:288 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_log:289 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_deny:290 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_allow:291 family=1 entries=10 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_post:292 family=1 entries=2 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt:287 family=1 entries=293 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt:287 family=1 entries=294 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt:287 family=1 entries=295 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt:287 family=1 entries=296 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt:287 family=1 entries=297 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt:287 family=1 entries=298 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set11:299 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set11:299 family=1 entries=299 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set11:299 family=1 entries=299 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_allow:291 family=1 entries=300 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set12:301 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set12:301 family=1 entries=301 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set12:301 family=1 entries=301 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_allow:291 family=1 entries=302 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set13:303 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set13:303 family=1 entries=303 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set13:303 family=1 entries=303 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_allow:291 family=1 entries=304 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set14:305 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set14:305 family=1 entries=305 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set14:305 family=1 entries=305 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_allow:291 family=1 entries=306 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set15:307 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set15:307 family=1 entries=307 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set15:307 family=1 entries=307 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_allow:291 family=1 entries=308 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;?:0 family=1 entries=309 op=nft_register_obj pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_allow:291 family=1 entries=310 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set16:311 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set16:311 family=1 entries=311 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set16:311 family=1 entries=311 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_allow:291 family=1 entries=312 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_post:292 family=1 entries=313 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set17:314 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set17:314 family=1 entries=314 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set17:314 family=1 entries=314 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_allow:291 family=1 entries=315 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set18:316 family=1 entries=0 op=nft_register_set pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set18:316 family=1 entries=316 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;__set18:316 family=1 entries=316 op=nft_register_setelem pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_IN_libvirt_allow:291 family=1 entries=317 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_libvirt:318 family=1 entries=7 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_libvirt_pre:319 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_libvirt_log:320 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_libvirt_deny:321 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_libvirt_allow:322 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_libvirt_post:323 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_libvirt:318 family=1 entries=324 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_libvirt:318 family=1 entries=325 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_libvirt:318 family=1 entries=326 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_libvirt:318 family=1 entries=327 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_libvirt:318 family=1 entries=328 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDO_libvirt:318 family=1 entries=329 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_libvirt:107 family=2 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_libvirt_pre:108 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_libvirt_log:109 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_libvirt_deny:110 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_libvirt_allow:111 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_libvirt_post:112 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_libvirt:107 family=2 entries=113 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_libvirt:107 family=2 entries=114 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_libvirt:107 family=2 entries=115 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_libvirt:107 family=2 entries=116 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POST_libvirt:107 family=2 entries=117 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_libvirt:107 family=10 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_libvirt_pre:108 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_libvirt_log:109 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_libvirt_deny:110 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_libvirt_allow:111 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_libvirt_post:112 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_libvirt:107 family=10 entries=113 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_libvirt:107 family=10 entries=114 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_libvirt:107 family=10 entries=115 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_libvirt:107 family=10 entries=116 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POST_libvirt:107 family=10 entries=117 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_libvirt:330 family=1 entries=7 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_libvirt_pre:331 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_libvirt_log:332 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_libvirt_deny:333 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_libvirt_allow:334 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_libvirt_post:335 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_libvirt:330 family=1 entries=336 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_libvirt:330 family=1 entries=337 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_libvirt:330 family=1 entries=338 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_libvirt:330 family=1 entries=339 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_libvirt:330 family=1 entries=340 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FWDI_libvirt:330 family=1 entries=341 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_libvirt:118 family=2 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_libvirt_pre:119 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_libvirt_log:120 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_libvirt_deny:121 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_libvirt_allow:122 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_libvirt_post:123 family=2 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_libvirt:118 family=2 entries=124 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_libvirt:118 family=2 entries=125 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_libvirt:118 family=2 entries=126 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_libvirt:118 family=2 entries=127 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PRE_libvirt:118 family=2 entries=128 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_libvirt:118 family=10 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input18
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_libvirt_pre:119 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_libvirt_log:120 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_libvirt_deny:121 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_libvirt_allow:122 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_libvirt_post:123 family=10 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_libvirt:118 family=10 entries=124 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_libvirt:118 family=10 entries=125 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_libvirt:118 family=10 entries=126 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_libvirt:118 family=10 entries=127 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PRE_libvirt:118 family=10 entries=128 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_libvirt:342 family=1 entries=6 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_libvirt_pre:343 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_libvirt_log:344 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_libvirt_deny:345 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_libvirt_allow:346 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_libvirt_post:347 family=1 entries=1 op=nft_register_chain pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_libvirt:342 family=1 entries=348 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_libvirt:342 family=1 entries=349 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_libvirt:342 family=1 entries=350 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_libvirt:342 family=1 entries=351 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PRE_libvirt:342 family=1 entries=352 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT_ZONES:121 family=1 entries=353 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_OUT_ZONES:136 family=1 entries=354 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_ZONES:67 family=2 entries=129 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_ZONES:67 family=10 entries=129 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_IN_ZONES:134 family=1 entries=355 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_ZONES:60 family=2 entries=130 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_ZONES:60 family=10 entries=130 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_ZONES:108 family=1 entries=356 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:41 tpl14arch audit[411]: NETFILTER_CFG table=?:0;?:0 family=0 entries=4 op=nft_register_gen pid=411 comm="firewalld"

lis 21 08:59:41 tpl14arch audit[700]: NETFILTER_CFG table=filter family=2 entries=23 op=xt_replace pid=700 comm="iptables"
lis 21 08:59:42 tpl14arch audit[701]: NETFILTER_CFG table=filter family=2 entries=24 op=xt_replace pid=701 comm="iptables"
lis 21 08:59:42 tpl14arch audit[702]: NETFILTER_CFG table=filter family=2 entries=25 op=xt_replace pid=702 comm="iptables"
lis 21 08:59:42 tpl14arch audit[705]: NETFILTER_CFG table=filter family=2 entries=26 op=xt_replace pid=705 comm="iptables"
lis 21 08:59:42 tpl14arch audit[706]: NETFILTER_CFG table=filter family=2 entries=27 op=xt_replace pid=706 comm="iptables"
lis 21 08:59:42 tpl14arch audit[709]: NETFILTER_CFG table=filter family=2 entries=28 op=xt_replace pid=709 comm="iptables"
lis 21 08:59:42 tpl14arch audit[710]: NETFILTER_CFG table=filter family=2 entries=29 op=xt_replace pid=710 comm="iptables"
lis 21 08:59:42 tpl14arch audit[711]: NETFILTER_CFG table=filter family=2 entries=30 op=xt_replace pid=711 comm="iptables"
lis 21 08:59:42 tpl14arch kernel: kauditd_printk_skb: 528 callbacks suppressed
lis 21 08:59:42 tpl14arch kernel: audit: type=1325 audit(1603263582.046:115): table=filter family=2 entries=30 op=xt_replace pid=711 comm="iptables"
lis 21 08:59:42 tpl14arch audit[712]: NETFILTER_CFG table=filter family=2 entries=31 op=xt_replace pid=712 comm="iptables"
lis 21 08:59:42 tpl14arch kernel: audit: type=1325 audit(1603263582.059:116): table=filter family=2 entries=31 op=xt_replace pid=712 comm="iptables"
lis 21 08:59:42 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
lis 21 08:59:42 tpl14arch audit[714]: NETFILTER_CFG table=nat family=2 entries=8 op=xt_replace pid=714 comm="iptables"
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.0746] device (wlan0): supplicant interface state: scanning -> inactive
lis 21 08:59:42 tpl14arch kernel: audit: type=1325 audit(1603263582.073:117): table=nat family=2 entries=8 op=xt_replace pid=714 comm="iptables"
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.0747] device (p2p-dev-wlan0): supplicant management interface state: scanning -> inactive
lis 21 08:59:42 tpl14arch audit[716]: NETFILTER_CFG table=nat family=2 entries=9 op=xt_replace pid=716 comm="iptables"
lis 21 08:59:42 tpl14arch kernel: audit: type=1325 audit(1603263582.082:118): table=nat family=2 entries=9 op=xt_replace pid=716 comm="iptables"
lis 21 08:59:42 tpl14arch audit[717]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=717 comm="iptables"
lis 21 08:59:42 tpl14arch kernel: audit: type=1325 audit(1603263582.089:119): table=nat family=2 entries=10 op=xt_replace pid=717 comm="iptables"
lis 21 08:59:42 tpl14arch audit[718]: NETFILTER_CFG table=nat family=2 entries=11 op=xt_replace pid=718 comm="iptables"
lis 21 08:59:42 tpl14arch kernel: audit: type=1325 audit(1603263582.096:120): table=nat family=2 entries=11 op=xt_replace pid=718 comm="iptables"
lis 21 08:59:42 tpl14arch audit[719]: NETFILTER_CFG table=nat family=2 entries=12 op=xt_replace pid=719 comm="iptables"
lis 21 08:59:42 tpl14arch kernel: audit: type=1325 audit(1603263582.104:121): table=nat family=2 entries=12 op=xt_replace pid=719 comm="iptables"
lis 21 08:59:42 tpl14arch audit[720]: NETFILTER_CFG table=mangle family=2 entries=9 op=xt_replace pid=720 comm="iptables"
lis 21 08:59:42 tpl14arch kernel: audit: type=1325 audit(1603263582.117:122): table=mangle family=2 entries=9 op=xt_replace pid=720 comm="iptables"
lis 21 08:59:42 tpl14arch kernel: virbr0: port 1(virbr0-nic) entered blocking state
lis 21 08:59:42 tpl14arch kernel: virbr0: port 1(virbr0-nic) entered listening state
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1201] device (virbr0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch systemd-networkd[502]: virbr0: Link UP
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1241] device (virbr0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1255] device (virbr0): Activation: starting connection 'virbr0' (c959e449-2581-472f-8178-2d682d0d3b3b)
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1265] device (virbr0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1268] device (virbr0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1286] device (virbr0-nic): Activation: starting connection 'virbr0-nic' (e573b1f7-c440-4ac5-95ce-a121e5945f04)
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1287] device (virbr0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1289] device (virbr0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1297] device (virbr0-nic): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1300] device (virbr0-nic): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1306] device (virbr0-nic): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1307] device (virbr0): bridge port virbr0-nic was attached
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1307] device (virbr0-nic): Activation: connection 'virbr0-nic' enslaved, continuing activation
lis 21 08:59:42 tpl14arch audit: BPF prog-id=14 op=LOAD
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1313] device (virbr0-nic): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch kernel: audit: type=1334 audit(1603263582.129:123): prog-id=14 op=LOAD
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1322] device (virbr0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1325] device (virbr0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1336] device (virbr0): Activation: successful, device activated.
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1347] device (virbr0-nic): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1353] device (virbr0-nic): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1368] device (virbr0-nic): Activation: successful, device activated.
lis 21 08:59:42 tpl14arch dnsmasq[727]: started, version 2.82 cachesize 150
lis 21 08:59:42 tpl14arch dnsmasq[727]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify dumpfile
lis 21 08:59:42 tpl14arch dnsmasq-dhcp[727]: DHCP, IP range 192.168.100.128 -- 192.168.100.254, lease time 1h
lis 21 08:59:42 tpl14arch dnsmasq-dhcp[727]: DHCP, sockets bound exclusively to interface virbr0
lis 21 08:59:42 tpl14arch dnsmasq[727]: no servers found in /etc/resolv.conf, will retry
lis 21 08:59:42 tpl14arch dnsmasq[727]: read /etc/hosts - 3 addresses
lis 21 08:59:42 tpl14arch dnsmasq[727]: read /var/lib/libvirt/dnsmasq/network.addnhosts - 0 addresses
lis 21 08:59:42 tpl14arch dnsmasq-dhcp[727]: read /var/lib/libvirt/dnsmasq/network.hostsfile
lis 21 08:59:42 tpl14arch systemd-networkd[502]: virbr0-nic: Link DOWN
lis 21 08:59:42 tpl14arch kernel: virbr0: port 1(virbr0-nic) entered disabled state
lis 21 08:59:42 tpl14arch systemd-networkd[502]: virbr0-nic: Lost carrier
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1784] device (virbr0-nic): state change: activated -> unmanaged (reason 'connection-assumed', sys-iface-state: 'external')
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1791] device (virbr0): bridge port virbr0-nic was detached
lis 21 08:59:42 tpl14arch NetworkManager[500]: <info>  [1603263582.1792] device (virbr0-nic): released from master device virbr0
lis 21 08:59:42 tpl14arch gnome-shell[686]: Disabling DMA buffer screen sharing for driver 'amdgpu'.
lis 21 08:59:42 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=686 comm="/usr/bin/gnome-shell ")
lis 21 08:59:42 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Successfully activated service 'org.a11y.Bus'
lis 21 08:59:42 tpl14arch org.gnome.Shell.desktop[787]: glamor: No eglstream capable devices found
lis 21 08:59:42 tpl14arch gnome-shell[686]: Some code accessed the property 'CredentialManager' on the module 'credentialManager'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
lis 21 08:59:42 tpl14arch gnome-shell[686]: Getting parental controls for user 120
lis 21 08:59:43 tpl14arch NetworkManager[500]: <info>  [1603263583.0802] device (wlan0): supplicant interface state: inactive -> scanning
lis 21 08:59:43 tpl14arch NetworkManager[500]: <info>  [1603263583.0803] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
lis 21 08:59:43 tpl14arch gnome-shell[686]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
lis 21 08:59:43 tpl14arch gnome-shell[686]: Will monitor session 1
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.23' (uid=120 pid=686 comm="/usr/bin/gnome-shell ")
lis 21 08:59:43 tpl14arch audit: BPF prog-id=15 op=LOAD
lis 21 08:59:43 tpl14arch audit: BPF prog-id=16 op=LOAD
lis 21 08:59:43 tpl14arch kernel: audit: type=1334 audit(1603263583.164:124): prog-id=15 op=LOAD
lis 21 08:59:43 tpl14arch systemd[1]: Starting Locale Service...
lis 21 08:59:43 tpl14arch gnome-shell[686]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Successfully activated service 'org.freedesktop.locale1'
lis 21 08:59:43 tpl14arch systemd[1]: Started Locale Service.
lis 21 08:59:43 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:43 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=120 pid=686 comm="/usr/bin/gnome-shell ")
lis 21 08:59:43 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.23' (uid=120 pid=686 comm="/usr/bin/gnome-shell ")
lis 21 08:59:43 tpl14arch audit: BPF prog-id=17 op=LOAD
lis 21 08:59:43 tpl14arch audit: BPF prog-id=18 op=LOAD
lis 21 08:59:43 tpl14arch systemd[1]: Starting Daemon for power management...
lis 21 08:59:43 tpl14arch systemd[631]: Starting Sound Service...
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.23' (uid=120 pid=686 comm="/usr/bin/gnome-shell ")
lis 21 08:59:43 tpl14arch systemd[1]: Starting Location Lookup Service...
lis 21 08:59:43 tpl14arch polkitd[591]: Registered Authentication Agent for unix-session:1 (system bus name :1.23 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.26' (uid=967 pid=813 comm="/usr/lib/geoclue ")
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
lis 21 08:59:43 tpl14arch geoclue[813]: Failed to connect to avahi service: Daemon not running
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
lis 21 08:59:43 tpl14arch systemd[1]: Started Location Lookup Service.
lis 21 08:59:43 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.25' (uid=967 pid=813 comm="/usr/lib/geoclue ")
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
lis 21 08:59:43 tpl14arch geoclue[813]: Failed to connect to ModemManager: Error calling StartServiceByName for org.freedesktop.ModemManager1: Unit dbus-org.freedesktop.ModemManager1.service not found.
lis 21 08:59:43 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=686 comm="/usr/bin/gnome-shell ")
lis 21 08:59:43 tpl14arch /usr/lib/gdm-wayland-session[778]: dbus-daemon[778]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=686 comm="/usr/bin/gnome-shell ")
lis 21 08:59:43 tpl14arch gnome-shell[686]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
lis 21 08:59:43 tpl14arch gnome-shell[686]: clutter_do_event: Event does not have a stage: discarding.
lis 21 08:59:43 tpl14arch /usr/lib/gdm-wayland-session[778]: dbus-daemon[778]: Successfully activated service 'org.a11y.atspi.Registry'
lis 21 08:59:43 tpl14arch /usr/lib/gdm-wayland-session[820]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
lis 21 08:59:43 tpl14arch gnome-shell[686]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
lis 21 08:59:43 tpl14arch gnome-shell[686]: clutter_do_event: Event does not have a stage: discarding.
lis 21 08:59:43 tpl14arch gnome-shell[686]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
lis 21 08:59:43 tpl14arch gnome-shell[686]: clutter_do_event: Event does not have a stage: discarding.
lis 21 08:59:43 tpl14arch gnome-shell[686]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
lis 21 08:59:43 tpl14arch gnome-shell[686]: clutter_do_event: Event does not have a stage: discarding.
lis 21 08:59:43 tpl14arch gnome-shell[686]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
lis 21 08:59:43 tpl14arch gnome-shell[686]: clutter_do_event: Event does not have a stage: discarding.
lis 21 08:59:43 tpl14arch gnome-shell[686]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
lis 21 08:59:43 tpl14arch gnome-shell[686]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
lis 21 08:59:43 tpl14arch kernel: rfkill: input handler disabled
lis 21 08:59:43 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Successfully activated service 'org.gnome.Shell.Notifications'
lis 21 08:59:43 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=832 comm="/usr/lib/gsd-sharing ")
lis 21 08:59:43 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
lis 21 08:59:43 tpl14arch gsd-sharing[832]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
lis 21 08:59:43 tpl14arch gsd-sharing[832]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
lis 21 08:59:43 tpl14arch gsd-sharing[832]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.31' (uid=120 pid=812 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
lis 21 08:59:43 tpl14arch systemd[1]: Starting RealtimeKit Scheduling Policy Service...
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
lis 21 08:59:43 tpl14arch systemd[1]: Started RealtimeKit Scheduling Policy Service.
lis 21 08:59:43 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Successfully called chroot.
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Successfully dropped privileges.
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Successfully limited resources.
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Running.
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Canary thread running.
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Watchdog thread running.
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Successfully made thread 812 of process 812 owned by '120' high priority at nice level -11.
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Supervising 1 threads of 1 processes of 1 users.
lis 21 08:59:43 tpl14arch upowerd[810]: energy_full (48,290000) is greater than energy_full_design (45,280000)
lis 21 08:59:43 tpl14arch upowerd[810]: did not recognise USB path /sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001, please report
lis 21 08:59:43 tpl14arch upowerd[810]: did not recognise USB path /sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:002, please report
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.23' (uid=120 pid=686 comm="/usr/bin/gnome-shell ")
lis 21 08:59:43 tpl14arch systemd[1]: Starting Fingerprint Authentication Daemon...
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Successfully activated service 'net.reactivated.Fprint'
lis 21 08:59:43 tpl14arch systemd[1]: Started Fingerprint Authentication Daemon.
lis 21 08:59:43 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Successfully activated service 'org.freedesktop.UPower'
lis 21 08:59:43 tpl14arch systemd[1]: Started Daemon for power management.
lis 21 08:59:43 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Supervising 1 threads of 1 processes of 1 users.
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Successfully made thread 983 of process 812 owned by '120' RT at priority 5.
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Supervising 2 threads of 1 processes of 1 users.
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Supervising 2 threads of 1 processes of 1 users.
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Successfully made thread 984 of process 812 owned by '120' RT at priority 5.
lis 21 08:59:43 tpl14arch rtkit-daemon[949]: Supervising 3 threads of 1 processes of 1 users.
lis 21 08:59:43 tpl14arch systemd[631]: Started Sound Service.
lis 21 08:59:43 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.39' (uid=120 pid=835 comm="/usr/lib/gsd-color ")
lis 21 08:59:44 tpl14arch systemd[1]: Starting Manage, Install and Generate Color Profiles...
lis 21 08:59:44 tpl14arch gnome-shell[686]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
lis 21 08:59:44 tpl14arch dbus-daemon[410]: [system] Successfully activated service 'org.freedesktop.ColorManager'
lis 21 08:59:44 tpl14arch systemd[1]: Started Manage, Install and Generate Color Profiles.
lis 21 08:59:44 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:44 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Activating service name='org.gnome.Shell.Screencast' requested by ':1.20' (uid=120 pid=849 comm="/usr/lib/gsd-media-keys ")
lis 21 08:59:44 tpl14arch gsd-media-keys[849]: Failed to grab accelerator for keybinding settings:playback-repeat
lis 21 08:59:44 tpl14arch gsd-media-keys[849]: Failed to grab accelerator for keybinding settings:rfkill
lis 21 08:59:44 tpl14arch gsd-media-keys[849]: Failed to grab accelerator for keybinding settings:playback-random
lis 21 08:59:44 tpl14arch gsd-media-keys[849]: Failed to grab accelerator for keybinding settings:hibernate
lis 21 08:59:44 tpl14arch org.gnome.Shell.desktop[1010]: The XKEYBOARD keymap compiler (xkbcomp) reports:
lis 21 08:59:44 tpl14arch org.gnome.Shell.desktop[1010]: > Warning:          Unsupported maximum keycode 569, clipping.
lis 21 08:59:44 tpl14arch org.gnome.Shell.desktop[1010]: >                   X11 cannot support keycodes above 255.
lis 21 08:59:44 tpl14arch org.gnome.Shell.desktop[1010]: Errors from xkbcomp are not fatal to the X server
lis 21 08:59:44 tpl14arch gnome-session-binary[676]: Entering running state
lis 21 08:59:44 tpl14arch xbrlapi.desktop[1012]: openConnection: connect: No such file or directory
lis 21 08:59:44 tpl14arch xbrlapi.desktop[1012]: cannot connect to braille devices daemon brltty at :0
lis 21 08:59:44 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.44' (uid=972 pid=1005 comm="/usr/lib/colord-sane ")
lis 21 08:59:44 tpl14arch dbus-daemon[410]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
lis 21 08:59:44 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Successfully activated service 'org.gnome.Shell.Screencast'
lis 21 08:59:44 tpl14arch gnome-shell[686]: Registering session with GDM
lis 21 08:59:44 tpl14arch gnome-shell[686]: Can't update stage views actor StLabel is on because it needs an allocation.
lis 21 08:59:44 tpl14arch gnome-shell[686]: Can't update stage views actor ClutterText is on because it needs an allocation.
lis 21 08:59:45 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.45' (uid=972 pid=1005 comm="/usr/lib/colord-sane ")
lis 21 08:59:45 tpl14arch dbus-daemon[410]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
lis 21 08:59:45 tpl14arch systemd[1]: systemd-rfkill.service: Succeeded.
lis 21 08:59:45 tpl14arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:46 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=HR
lis 21 08:59:46 tpl14arch gnome-shell[686]: Can't update stage views actor StLabel is on because it needs an allocation.
lis 21 08:59:46 tpl14arch gnome-shell[686]: Can't update stage views actor ClutterText is on because it needs an allocation.
lis 21 08:59:48 tpl14arch kernel: wlan0: authenticate with 02:18:1a:fd:70:20
lis 21 08:59:48 tpl14arch kernel: wlan0: send auth to 02:18:1a:fd:70:20 (try 1/3)
lis 21 08:59:48 tpl14arch NetworkManager[500]: <info>  [1603263588.4695] device (wlan0): supplicant interface state: scanning -> authenticating
lis 21 08:59:48 tpl14arch NetworkManager[500]: <info>  [1603263588.4696] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
lis 21 08:59:48 tpl14arch iwd[412]: Unexpected connection related event -- is another supplicant running?
lis 21 08:59:48 tpl14arch kernel: wlan0: authenticated
lis 21 08:59:48 tpl14arch kernel: wlan0: associate with 02:18:1a:fd:70:20 (try 1/3)
lis 21 08:59:48 tpl14arch NetworkManager[500]: <info>  [1603263588.5022] device (wlan0): supplicant interface state: authenticating -> associating
lis 21 08:59:48 tpl14arch NetworkManager[500]: <info>  [1603263588.5022] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
lis 21 08:59:48 tpl14arch kernel: wlan0: RX AssocResp from 02:18:1a:fd:70:20 (capab=0x1411 status=0 aid=2)
lis 21 08:59:48 tpl14arch iwd[412]: Unexpected connection related event -- is another supplicant running?
lis 21 08:59:48 tpl14arch wpa_supplicant[565]: wlan0: Associated with 02:18:1a:fd:70:20
lis 21 08:59:48 tpl14arch kernel: wlan0: associated
lis 21 08:59:48 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-EAP-STARTED EAP authentication started
lis 21 08:59:48 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
lis 21 08:59:48 tpl14arch NetworkManager[500]: <info>  [1603263588.5291] device (wlan0): supplicant interface state: associating -> associated
lis 21 08:59:48 tpl14arch NetworkManager[500]: <info>  [1603263588.5292] device (p2p-dev-wlan0): supplicant management interface state: associating -> associated
lis 21 08:59:48 tpl14arch kernel: wlan0: Limiting TX power to 20 (20 - 0) dBm as advertised by 02:18:1a:fd:70:20
lis 21 08:59:48 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=4 -> NAK
lis 21 08:59:48 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
lis 21 08:59:48 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
lis 21 08:59:49 tpl14arch gdm-password][1065]: gkr-pam: unable to locate daemon control file
lis 21 08:59:49 tpl14arch audit[1065]: USER_AUTH pid=1065 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty1 res=success'
lis 21 08:59:49 tpl14arch gdm-password][1065]: gkr-pam: stashed password to try later in open session
lis 21 08:59:49 tpl14arch kernel: kauditd_printk_skb: 10 callbacks suppressed
lis 21 08:59:49 tpl14arch kernel: audit: type=1100 audit(1603263589.256:135): pid=1065 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty1 res=success'
lis 21 08:59:49 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.48' (uid=0 pid=1065 comm="gdm-session-worker [pam/gdm-password] ")
lis 21 08:59:49 tpl14arch dbus-daemon[410]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
lis 21 08:59:49 tpl14arch gdm-password][1065]: pam_systemd_home(gdm-password:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
lis 21 08:59:49 tpl14arch audit[1065]: USER_ACCT pid=1065 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty1 res=success'
lis 21 08:59:49 tpl14arch kernel: audit: type=1101 audit(1603263589.259:136): pid=1065 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty1 res=success'
lis 21 08:59:49 tpl14arch audit[1065]: CRED_ACQ pid=1065 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty1 res=success'
lis 21 08:59:49 tpl14arch kernel: audit: type=1103 audit(1603263589.262:137): pid=1065 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty1 res=success'
lis 21 08:59:49 tpl14arch kernel: audit: type=1006 audit(1603263589.272:138): pid=1065 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
lis 21 08:59:49 tpl14arch gdm-password][1065]: pam_unix(gdm-password:session): session opened for user (uid=1000) by (uid=0)
lis 21 08:59:49 tpl14arch systemd[1]: Created slice User Slice of UID 1000.
lis 21 08:59:49 tpl14arch systemd[1]: Starting User Runtime Directory /run/user/1000...
lis 21 08:59:49 tpl14arch systemd-logind[413]: New session 3 of user .
lis 21 08:59:49 tpl14arch systemd[1]: Finished User Runtime Directory /run/user/1000.
lis 21 08:59:49 tpl14arch audit[1]: SERVICE_START 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'
lis 21 08:59:49 tpl14arch kernel: audit: type=1130 audit(1603263589.304:139): 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'
lis 21 08:59:49 tpl14arch systemd[1]: Starting User Manager for UID 1000...
lis 21 08:59:49 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.50' (uid=0 pid=1070 comm="(systemd) ")
lis 21 08:59:49 tpl14arch dbus-daemon[410]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
lis 21 08:59:49 tpl14arch systemd[1070]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
lis 21 08:59:49 tpl14arch audit[1070]: USER_ACCT pid=1070 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:49 tpl14arch audit[1070]: CRED_ACQ pid=1070 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
lis 21 08:59:49 tpl14arch systemd[1070]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[] ruser=[<unknown>] rhost=[<unknown>]
lis 21 08:59:49 tpl14arch kernel: audit: type=1101 audit(1603263589.316:140): pid=1070 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:49 tpl14arch kernel: audit: type=1103 audit(1603263589.316:141): pid=1070 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="idoric" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
lis 21 08:59:49 tpl14arch kernel: audit: type=1006 audit(1603263589.316:142): pid=1070 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1
lis 21 08:59:49 tpl14arch systemd[1070]: pam_unix(systemd-user:session): session opened for user (uid=1000) by (uid=0)
lis 21 08:59:49 tpl14arch audit[1070]: USER_START pid=1070 uid=0 auid=1000 ses=4 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="" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:49 tpl14arch kernel: audit: type=1105 audit(1603263589.320:143): pid=1070 uid=0 auid=1000 ses=4 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="" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:49 tpl14arch audit: BPF prog-id=19 op=LOAD
lis 21 08:59:49 tpl14arch audit: BPF prog-id=19 op=UNLOAD
lis 21 08:59:49 tpl14arch kernel: audit: type=1334 audit(1603263589.330:144): prog-id=19 op=LOAD
lis 21 08:59:49 tpl14arch systemd[1078]: gnome-systemd-autostart-condition not found: No such file or directory
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Sound-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.PrintNotifications-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:49 tpl14arch systemd[1070]: Queued start job for default target Main User Target.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dpkcs11-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.MediaKeys-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Power-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-gnome\x2dflashback\x2dclipboard-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Datetime-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Housekeeping-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-pulseaudio-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Wwan-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: gnome-systemd-autostart-condition not found: No such file or directory
lis 21 08:59:49 tpl14arch systemd[1078]: gnome-systemd-autostart-condition not found: No such file or directory
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.XSettings-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Color-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.UsbProtection-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.A11ySettings-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.ScreensaverProxy-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Rfkill-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1070]: Reached target Paths.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Sharing-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Smartcard-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Keyboard-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dssh-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dsecrets-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Wacom-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1078]: gnome-systemd-autostart-condition not found: No such file or directory
lis 21 08:59:49 tpl14arch systemd[1078]: Not generating service for XDG autostart app-gsettings\x2ddata\x2dconvert-autostart.service, startup phases are not supported.
lis 21 08:59:49 tpl14arch systemd[1070]: Reached target Timers.
lis 21 08:59:49 tpl14arch systemd[1070]: Starting D-Bus User Message Bus Socket.
lis 21 08:59:49 tpl14arch audit[1065]: USER_START pid=1065 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty2 res=success'
lis 21 08:59:49 tpl14arch gdm-password][1065]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
lis 21 08:59:49 tpl14arch systemd[1070]: Listening on GnuPG network certificate management daemon.
lis 21 08:59:49 tpl14arch systemd[1070]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
lis 21 08:59:49 tpl14arch systemd[1070]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
lis 21 08:59:49 tpl14arch systemd[1070]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
lis 21 08:59:49 tpl14arch systemd[1070]: Listening on GnuPG cryptographic agent and passphrase cache.
lis 21 08:59:49 tpl14arch systemd[1070]: Listening on p11-kit server.
lis 21 08:59:49 tpl14arch systemd[1070]: Listening on Multimedia System.
lis 21 08:59:49 tpl14arch systemd[1070]: Listening on Sound System.
lis 21 08:59:49 tpl14arch systemd[1070]: Listening on D-Bus User Message Bus Socket.
lis 21 08:59:49 tpl14arch systemd[1070]: Reached target Sockets.
lis 21 08:59:49 tpl14arch systemd[1070]: Reached target Basic System.
lis 21 08:59:49 tpl14arch systemd[1]: Started User Manager for UID 1000.
lis 21 08:59:49 tpl14arch systemd[1070]: Starting Update XDG user dir configuration...
lis 21 08:59:49 tpl14arch systemd[1]: Started Session 3 of user .
lis 21 08:59:49 tpl14arch systemd[1070]: xdg-user-dirs-update.service: Succeeded.
lis 21 08:59:49 tpl14arch systemd[1070]: Finished Update XDG user dir configuration.
lis 21 08:59:49 tpl14arch systemd[1070]: Reached target Main User Target.
lis 21 08:59:49 tpl14arch systemd[1070]: Startup finished in 149ms.
lis 21 08:59:49 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
lis 21 08:59:49 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=GB/ST=Greater Manchester/L=Salford/O=Sectigo Limited/CN=Sectigo RSA Domain Validation Secure Server CA' hash=7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676
lis 21 08:59:49 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/CN=radius.meraki.com' hash=fe47922cc61bb1b91bd730719fd7ee2a85c6ea81ba6ad1e4996a8e447fbe3c65
lis 21 08:59:49 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.meraki.com
lis 21 08:59:49 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:www.radius.meraki.com
lis 21 08:59:49 tpl14arch kernel: rfkill: input handler enabled
lis 21 08:59:49 tpl14arch systemd[1070]: Started D-Bus User Message Bus.
lis 21 08:59:49 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.2' (uid=1000 pid=1102 comm="flatpak --installations ")
lis 21 08:59:49 tpl14arch systemd[1070]: Starting Virtual filesystem service...
lis 21 08:59:49 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gtk.vfs.Daemon'
lis 21 08:59:49 tpl14arch systemd[1070]: Started Virtual filesystem service.
lis 21 08:59:49 tpl14arch kernel: fuse: init (API version 7.31)
lis 21 08:59:49 tpl14arch systemd[1]: Mounting FUSE Control File System...
lis 21 08:59:49 tpl14arch systemd[1]: Mounted FUSE Control File System.
lis 21 08:59:49 tpl14arch systemd[1070]: Created slice gnome\x2dsession\x2dmanager.slice.
lis 21 08:59:49 tpl14arch systemd[1070]: Created slice session.slice.
lis 21 08:59:49 tpl14arch systemd[1070]: Reached target GNOME Wayland Session.
lis 21 08:59:49 tpl14arch systemd[1070]: Reached target Session services which should run early before the graphical session is brought up.
lis 21 08:59:49 tpl14arch systemd[1070]: Reached target GNOME Shell.
lis 21 08:59:49 tpl14arch systemd[1070]: Starting Monitor Session leader for GNOME Session...
lis 21 08:59:49 tpl14arch systemd[1070]: Started Monitor Session leader for GNOME Session.
lis 21 08:59:49 tpl14arch systemd[1070]: Reached target Tasks to be run before GNOME Session starts.
lis 21 08:59:49 tpl14arch systemd[1070]: Starting GNOME Session Manager (session: gnome)...
lis 21 08:59:49 tpl14arch systemd[1070]: Started Application launched by gnome-session-binary.
lis 21 08:59:49 tpl14arch systemd[1070]: Started Application launched by gnome-session-binary.
lis 21 08:59:49 tpl14arch systemd[1070]: Started Application launched by gnome-session-binary.
lis 21 08:59:50 tpl14arch gnome-keyring-ssh.desktop[1146]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
lis 21 08:59:50 tpl14arch systemd[1070]: Started GNOME Session Manager (session: gnome).
lis 21 08:59:50 tpl14arch gnome-keyring-pkcs11.desktop[1149]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
lis 21 08:59:50 tpl14arch gnome-keyring-secrets.desktop[1147]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
lis 21 08:59:50 tpl14arch systemd[1070]: app-gnome-gnome\x2dkeyring\x2dssh-1142.scope: Succeeded.
lis 21 08:59:50 tpl14arch systemd[1070]: app-gnome-gnome\x2dkeyring\x2dsecrets-1143.scope: Succeeded.
lis 21 08:59:50 tpl14arch systemd[1070]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1145.scope: Succeeded.
lis 21 08:59:50 tpl14arch systemd[1070]: Reached target GNOME Session Manager is ready.
lis 21 08:59:50 tpl14arch systemd[1070]: Starting GNOME Shell on Wayland...
lis 21 08:59:50 tpl14arch systemd[1070]: Starting GNOME Shell on X11...
lis 21 08:59:50 tpl14arch systemd[1070]: Started Application launched by gnome-session-binary.
lis 21 08:59:50 tpl14arch systemd[1070]: Started Application launched by gnome-session-binary.
lis 21 08:59:50 tpl14arch systemd[1070]: org.gnome.Shell@x11.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
lis 21 08:59:50 tpl14arch systemd[1070]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
lis 21 08:59:50 tpl14arch systemd[1070]: Condition check resulted in GNOME Shell on X11 being skipped.
lis 21 08:59:50 tpl14arch systemd[1070]: org.gnome.Shell@x11.service: Scheduled restart job, restart counter is at 1.
lis 21 08:59:50 tpl14arch systemd[1070]: Stopped GNOME Shell on X11.
lis 21 08:59:50 tpl14arch systemd[1070]: Starting GNOME Shell on X11...
lis 21 08:59:50 tpl14arch systemd[1070]: org.gnome.Shell@x11.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
lis 21 08:59:50 tpl14arch systemd[1070]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
lis 21 08:59:50 tpl14arch systemd[1070]: Condition check resulted in GNOME Shell on X11 being skipped.
lis 21 08:59:50 tpl14arch systemd[1070]: org.gnome.Shell@x11.service: Scheduled restart job, restart counter is at 2.
lis 21 08:59:50 tpl14arch systemd[1070]: Stopped GNOME Shell on X11.
lis 21 08:59:50 tpl14arch systemd[1070]: Starting GNOME Shell on X11...
lis 21 08:59:50 tpl14arch systemd[1070]: app-gnome-pulseaudio-1152.scope: Succeeded.
lis 21 08:59:50 tpl14arch systemd[1070]: app-gnome-gsettings\x2ddata\x2dconvert-1150.scope: Succeeded.
lis 21 08:59:50 tpl14arch systemd[1070]: org.gnome.Shell@x11.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
lis 21 08:59:50 tpl14arch systemd[1070]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
lis 21 08:59:50 tpl14arch systemd[1070]: Condition check resulted in GNOME Shell on X11 being skipped.
lis 21 08:59:50 tpl14arch systemd[1070]: org.gnome.Shell@x11.service: Scheduled restart job, restart counter is at 3.
lis 21 08:59:50 tpl14arch systemd[1070]: Stopped GNOME Shell on X11.
lis 21 08:59:50 tpl14arch systemd[1070]: org.gnome.Shell@x11.service: Start request repeated too quickly.
lis 21 08:59:50 tpl14arch systemd[1070]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
lis 21 08:59:50 tpl14arch systemd[1070]: Condition check resulted in GNOME Shell on X11 being skipped.
lis 21 08:59:50 tpl14arch wpa_supplicant[565]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
lis 21 08:59:50 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
lis 21 08:59:50 tpl14arch wpa_supplicant[565]: wlan0: PMKSA-CACHE-ADDED 02:18:1a:fd:70:20 0
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2371] device (wlan0): supplicant interface state: associated -> 4way_handshake
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2372] device (p2p-dev-wlan0): supplicant management interface state: associated -> 4way_handshake
lis 21 08:59:50 tpl14arch wpa_supplicant[565]: wlan0: WPA: Key negotiation completed with 02:18:1a:fd:70:20 [PTK=CCMP GTK=TKIP]
lis 21 08:59:50 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-CONNECTED - Connection to 02:18:1a:fd:70:20 completed [id=0 id_str=]
lis 21 08:59:50 tpl14arch systemd-networkd[502]: wlan0: Gained carrier
lis 21 08:59:50 tpl14arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
lis 21 08:59:50 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-39 noise=9999 txrate=108000
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2596] device (wlan0): supplicant interface state: 4way_handshake -> completed
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2599] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
lis 21 08:59:50 tpl14arch systemd-networkd[502]: wlan0: DHCPv4 address 10.206.119.57/8 via 10.128.128.128
lis 21 08:59:50 tpl14arch wpa_supplicant[565]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-41 noise=9999 txrate=108000
lis 21 08:59:50 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_INPUT_ZONES:121 family=1 entries=357 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:50 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_OUT_ZONES:136 family=1 entries=358 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:50 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_ZONES:67 family=2 entries=131 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:50 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_ZONES:67 family=10 entries=131 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:50 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_IN_ZONES:134 family=1 entries=359 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:50 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_ZONES:60 family=2 entries=132 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:50 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_ZONES:60 family=10 entries=132 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:50 tpl14arch audit[411]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_ZONES:108 family=1 entries=360 op=nft_register_rule pid=411 comm="firewalld"
lis 21 08:59:50 tpl14arch audit[411]: NETFILTER_CFG table=?:0;?:0 family=0 entries=5 op=nft_register_gen pid=411 comm="firewalld"
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2777] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2783] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2853] dhcp4 (wlan0): option dhcp_lease_time      => '86400'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2854] dhcp4 (wlan0): option domain_name_servers  => '10.128.128.128'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2854] dhcp4 (wlan0): option expiry               => '1603349990'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2854] dhcp4 (wlan0): option ip_address           => '10.206.119.57'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2854] dhcp4 (wlan0): option requested_broadcast_address => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2855] dhcp4 (wlan0): option requested_domain_name => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2855] dhcp4 (wlan0): option requested_domain_name_servers => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2855] dhcp4 (wlan0): option requested_domain_search => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2855] dhcp4 (wlan0): option requested_host_name  => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2855] dhcp4 (wlan0): option requested_interface_mtu => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2855] dhcp4 (wlan0): option requested_ms_classless_static_routes => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2856] dhcp4 (wlan0): option requested_nis_domain => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2856] dhcp4 (wlan0): option requested_nis_servers => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2856] dhcp4 (wlan0): option requested_ntp_servers => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2856] dhcp4 (wlan0): option requested_rfc3442_classless_static_routes => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2856] dhcp4 (wlan0): option requested_root_path  => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2856] dhcp4 (wlan0): option requested_routers    => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2856] dhcp4 (wlan0): option requested_static_routes => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2856] dhcp4 (wlan0): option requested_subnet_mask => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2857] dhcp4 (wlan0): option requested_time_offset => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2857] dhcp4 (wlan0): option requested_wpad       => '1'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2857] dhcp4 (wlan0): option routers              => '10.128.128.128'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2857] dhcp4 (wlan0): option subnet_mask          => '255.0.0.0'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2857] dhcp4 (wlan0): state changed unknown -> bound
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2876] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2925] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2929] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2939] manager: NetworkManager state is now CONNECTED_LOCAL
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.2981] manager: NetworkManager state is now CONNECTED_SITE
lis 21 08:59:50 tpl14arch dnsmasq[727]: reading /etc/resolv.conf
lis 21 08:59:50 tpl14arch dnsmasq[727]: using nameserver 10.128.128.128#53
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.3009] device (wlan0): Activation: successful, device activated.
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.3029] manager: startup complete
lis 21 08:59:50 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=832 comm="/usr/lib/gsd-sharing ")
lis 21 08:59:50 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.7' (uid=0 pid=500 comm="/usr/bin/NetworkManager --no-daemon ")
lis 21 08:59:50 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
lis 21 08:59:50 tpl14arch gsd-sharing[832]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
lis 21 08:59:50 tpl14arch gsd-sharing[832]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
lis 21 08:59:50 tpl14arch gsd-sharing[832]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
lis 21 08:59:50 tpl14arch dbus-daemon[410]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
lis 21 08:59:50 tpl14arch systemd[1]: Finished Network Manager Wait Online.
lis 21 08:59:50 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:50 tpl14arch NetworkManager[500]: <info>  [1603263590.4107] manager: NetworkManager state is now CONNECTED_GLOBAL
lis 21 08:59:50 tpl14arch gnome-shell[1154]: Disabling DMA buffer screen sharing for driver 'amdgpu'.
lis 21 08:59:50 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.15' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 08:59:50 tpl14arch systemd[1070]: Starting Accessibility services bus...
lis 21 08:59:50 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.a11y.Bus'
lis 21 08:59:50 tpl14arch systemd[1070]: Started Accessibility services bus.
lis 21 08:59:50 tpl14arch gnome-shell[1224]: glamor: No eglstream capable devices found
lis 21 08:59:50 tpl14arch systemd[1]: NetworkManager-dispatcher.service: Succeeded.
lis 21 08:59:50 tpl14arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:50 tpl14arch gnome-shell[1154]: Some code accessed the property 'CredentialManager' on the module 'credentialManager'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
lis 21 08:59:50 tpl14arch gnome-shell[1154]: Getting parental controls for user 1000
lis 21 08:59:50 tpl14arch gnome-shell[1154]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
lis 21 08:59:50 tpl14arch gnome-shell[1154]: Will monitor session 3
lis 21 08:59:50 tpl14arch gnome-shell[1154]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.14' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 08:59:51 tpl14arch systemd[1070]: Starting sandboxed app permission store...
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
lis 21 08:59:51 tpl14arch systemd[1070]: Started sandboxed app permission store.
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.14' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.18' (uid=1000 pid=1246 comm="/usr/lib/gnome-shell-calendar-server ")
lis 21 08:59:51 tpl14arch systemd[1070]: Starting Evolution source registry...
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating service name='org.gnome.OnlineAccounts' requested by ':1.19' (uid=1000 pid=1252 comm="/usr/lib/evolution-source-registry ")
lis 21 08:59:51 tpl14arch goa-daemon[1258]: goa-daemon version 3.38.0 starting
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating service name='ca.desrt.dconf' requested by ':1.19' (uid=1000 pid=1252 comm="/usr/lib/evolution-source-registry ")
lis 21 08:59:51 tpl14arch systemd[1070]: Starting Virtual filesystem metadata service...
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'ca.desrt.dconf'
lis 21 08:59:51 tpl14arch systemd[1070]: Started Virtual filesystem metadata service.
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating service name='org.gnome.Identity' requested by ':1.21' (uid=1000 pid=1258 comm="/usr/lib/goa-daemon ")
lis 21 08:59:51 tpl14arch systemd[1070]: Starting Sound Service...
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gnome.OnlineAccounts'
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gnome.Identity'
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.19' (uid=1000 pid=1252 comm="/usr/lib/evolution-source-registry ")
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gtk.vfs.Metadata'
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
lis 21 08:59:51 tpl14arch systemd[1070]: Started Evolution source registry.
lis 21 08:59:51 tpl14arch polkitd[591]: Registered Authentication Agent for unix-session:3 (system bus name :1.55 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating service name='org.freedesktop.Telepathy.AccountManager' requested by ':1.24' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.14' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 08:59:51 tpl14arch systemd[1070]: Starting Virtual filesystem service - disk device monitor...
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.freedesktop.Telepathy.AccountManager'
lis 21 08:59:51 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.63' (uid=1000 pid=1285 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
lis 21 08:59:51 tpl14arch systemd[1]: Starting Disk Manager...
lis 21 08:59:51 tpl14arch udisksd[1290]: udisks daemon version 2.9.1 starting
lis 21 08:59:51 tpl14arch dbus-daemon[410]: [system] Successfully activated service 'org.freedesktop.UDisks2'
lis 21 08:59:51 tpl14arch systemd[1]: Started Disk Manager.
lis 21 08:59:51 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:51 tpl14arch udisksd[1290]: Acquired the name org.freedesktop.UDisks2 on the system message bus
lis 21 08:59:51 tpl14arch evolution-source-registry[1280]: ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
lis 21 08:59:51 tpl14arch systemd[1070]: Started Virtual filesystem service - disk device monitor.
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.14' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 08:59:51 tpl14arch systemd[1070]: Starting Virtual filesystem service - digital camera monitor...
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
lis 21 08:59:51 tpl14arch systemd[1070]: Started Virtual filesystem service - digital camera monitor.
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.14' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 08:59:51 tpl14arch systemd[1070]: Starting Virtual filesystem service - Apple File Conduit monitor...
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
lis 21 08:59:51 tpl14arch systemd[1070]: Started Virtual filesystem service - Apple File Conduit monitor.
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.14' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 08:59:51 tpl14arch systemd[1070]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
lis 21 08:59:51 tpl14arch systemd[1070]: Started Virtual filesystem service - GNOME Online Accounts monitor.
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.14' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 08:59:51 tpl14arch systemd[1070]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
lis 21 08:59:51 tpl14arch systemd[1070]: Started Virtual filesystem service - Media Transfer Protocol monitor.
lis 21 08:59:51 tpl14arch rtkit-daemon[949]: Successfully made thread 1277 of process 1277 owned by '1000' high priority at nice level -11.
lis 21 08:59:51 tpl14arch rtkit-daemon[949]: Supervising 4 threads of 2 processes of 2 users.
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Nautilus.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Evolution.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: chromium.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Epiphany.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Calendar.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Music.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: com.gexperts.Tilix.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: YoutubeMusic.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: gnome-control-center.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Contacts.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Documents.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Nautilus.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Boxes.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Calculator.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Calendar.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Characters.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.clocks.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.seahorse.Application.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Recipes.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Software.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Terminal.desktop
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Warning: Hiding app because parental controls not yet initialised: org.gnome.Epiphany.desktop
lis 21 08:59:51 tpl14arch rtkit-daemon[949]: Supervising 4 threads of 2 processes of 2 users.
lis 21 08:59:51 tpl14arch rtkit-daemon[949]: Successfully made thread 1319 of process 1277 owned by '1000' RT at priority 5.
lis 21 08:59:51 tpl14arch rtkit-daemon[949]: Supervising 5 threads of 2 processes of 2 users.
lis 21 08:59:51 tpl14arch rtkit-daemon[949]: Supervising 5 threads of 2 processes of 2 users.
lis 21 08:59:51 tpl14arch rtkit-daemon[949]: Successfully made thread 1320 of process 1277 owned by '1000' RT at priority 5.
lis 21 08:59:51 tpl14arch rtkit-daemon[949]: Supervising 6 threads of 2 processes of 2 users.
lis 21 08:59:51 tpl14arch gnome-shell[1154]: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
lis 21 08:59:51 tpl14arch gnome-shell[1154]: loading default theme (Adwaita)
lis 21 08:59:51 tpl14arch systemd[1070]: Started Sound Service.
lis 21 08:59:51 tpl14arch bluetoothd[426]: Endpoint registered: sender=:1.69 path=/MediaEndpoint/A2DPSink/sbc
lis 21 08:59:51 tpl14arch bluetoothd[426]: Endpoint registered: sender=:1.69 path=/MediaEndpoint/A2DPSource/sbc
lis 21 08:59:51 tpl14arch kernel: Bluetooth: RFCOMM TTY layer initialized
lis 21 08:59:51 tpl14arch kernel: Bluetooth: RFCOMM socket layer initialized
lis 21 08:59:51 tpl14arch kernel: Bluetooth: RFCOMM ver 1.11
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating service name='org.freedesktop.FileManager1' requested by ':1.14' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Impossible to monitor trash: Gio.IOErrorEnum: Operation not supported
lis 21 08:59:51 tpl14arch gnome-shell[1154]: Impossible to enumerate trash children: Gio.IOErrorEnum: Operation not supported
lis 21 08:59:51 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating service name='org.gnome.Shell.Notifications' requested by ':1.14' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 08:59:51 tpl14arch at-spi-bus-launcher[1215]: dbus-daemon[1215]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 08:59:51 tpl14arch gnome-shell[1154]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
lis 21 08:59:51 tpl14arch gnome-shell[1154]: clutter_do_event: Event does not have a stage: discarding.
lis 21 08:59:51 tpl14arch at-spi-bus-launcher[1215]: dbus-daemon[1215]: Successfully activated service 'org.a11y.atspi.Registry'
lis 21 08:59:51 tpl14arch at-spi-bus-launcher[1337]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
lis 21 08:59:52 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gnome.Shell.Notifications'
lis 21 08:59:52 tpl14arch systemd-networkd[502]: wlan0: Gained IPv6LL
lis 21 08:59:52 tpl14arch systemd[1]: Finished Wait for Network to be Configured.
lis 21 08:59:52 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:52 tpl14arch systemd[1]: Reached target Network is Online.
lis 21 08:59:52 tpl14arch systemd[1]: Starting TeamViewer remote control daemon...
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME Shell on Wayland.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME Session is initialized.
lis 21 08:59:52 tpl14arch systemd[1070]: GNOME session X11 services is not active.
lis 21 08:59:52 tpl14arch systemd[1070]: Dependency failed for GNOME XSettings service.
lis 21 08:59:52 tpl14arch systemd[1070]: org.gnome.SettingsDaemon.XSettings.service: Job org.gnome.SettingsDaemon.XSettings.service/start failed with result 'dependency'.
lis 21 08:59:52 tpl14arch systemd[1070]: gnome-session-x11-services-ready.target: Job gnome-session-x11-services-ready.target/verify-active failed with result 'dependency'.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME Session (session: gnome).
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME XSettings target.
lis 21 08:59:52 tpl14arch systemd[1070]: Starting Signal initialization done to GNOME Session Manager...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME accessibility service...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME color management service...
lis 21 08:59:52 tpl14arch gnome-shell[1154]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
lis 21 08:59:52 tpl14arch gnome-shell[1154]: clutter_do_event: Event does not have a stage: discarding.
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME date & time service...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME maintenance of expirable data service...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME keyboard configuration service...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME keyboard shortcuts service...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME power management service...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME printer notifications service...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME RFKill support service...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME FreeDesktop screensaver service...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME file sharing service...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME smartcard service...
lis 21 08:59:52 tpl14arch gnome-shell[1154]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
lis 21 08:59:52 tpl14arch gnome-shell[1154]: clutter_do_event: Event does not have a stage: discarding.
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME sound sample caching service...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME USB protection service...
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME Wacom tablet support service...
lis 21 08:59:52 tpl14arch systemd[1]: teamviewerd.service: Can't open PID file /run/teamviewerd.pid (yet?) after start: Operation not permitted
lis 21 08:59:52 tpl14arch gnome-shell[1154]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
lis 21 08:59:52 tpl14arch gnome-shell[1154]: clutter_do_event: Event does not have a stage: discarding.
lis 21 08:59:52 tpl14arch gnome-shell[1154]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
lis 21 08:59:52 tpl14arch gnome-shell[1154]: clutter_do_event: Event does not have a stage: discarding.
lis 21 08:59:52 tpl14arch gnome-session-binary[1137]: Entering running state
lis 21 08:59:52 tpl14arch systemd[1]: Started TeamViewer remote control daemon.
lis 21 08:59:52 tpl14arch systemd[1]: Reached target Multi-User System.
lis 21 08:59:52 tpl14arch systemd[1]: Reached target Graphical Interface.
lis 21 08:59:52 tpl14arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=teamviewerd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 08:59:52 tpl14arch systemd[1]: Startup finished in 9.716s (firmware) + 5.613s (loader) + 2.419s (kernel) + 12.934s (userspace) = 30.684s.
lis 21 08:59:52 tpl14arch systemd[1070]: gnome-session-signal-init.service: Succeeded.
lis 21 08:59:52 tpl14arch systemd[1070]: Finished Signal initialization done to GNOME Session Manager.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME file sharing service.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME accessibility service.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME printer notifications service.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME FreeDesktop screensaver service.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME smartcard service.
lis 21 08:59:52 tpl14arch kernel: rfkill: input handler disabled
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME USB protection service.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME maintenance of expirable data service.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME RFKill support service.
lis 21 08:59:52 tpl14arch systemd[1070]: Started Application launched by gnome-session-binary.
lis 21 08:59:52 tpl14arch systemd[1070]: Started Application launched by gnome-session-binary.
lis 21 08:59:52 tpl14arch systemd[1070]: Started Application launched by gnome-session-binary.
lis 21 08:59:52 tpl14arch systemd[1070]: Started Application launched by gnome-session-binary.
lis 21 08:59:52 tpl14arch systemd[1070]: Started Application launched by gnome-session-binary.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME accessibility target.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME maintenance of expirable data target.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME printer notifications target.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME RFKill support target.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME FreeDesktop screensaver target.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME file sharing target.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME smartcard target.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME USB protection target.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME sound sample caching service.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME date & time service.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME date & time target.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME sound sample caching target.
lis 21 08:59:52 tpl14arch NetworkManager[500]: <info>  [1603263592.1842] agent-manager: agent[6e1040d4f257a98f,:1.55/org.gnome.Shell.NetworkAgent/1000]: agent registered
lis 21 08:59:52 tpl14arch gnome-session[1137]: gnome-session-binary[1137]: GnomeDesktop-WARNING: Could not create transient scope for PID 1399: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1399 does not exist.
lis 21 08:59:52 tpl14arch gnome-session-binary[1137]: GnomeDesktop-WARNING: Could not create transient scope for PID 1399: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1399 does not exist.
lis 21 08:59:52 tpl14arch gnome-session[1137]: gnome-session-binary[1137]: GnomeDesktop-WARNING: Could not create transient scope for PID 1418: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1418 does not exist.
lis 21 08:59:52 tpl14arch gnome-session-binary[1137]: GnomeDesktop-WARNING: Could not create transient scope for PID 1418: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1418 does not exist.
lis 21 08:59:52 tpl14arch remmina-applet.desktop[1415]: Remmina plugin glibsecret (type=Secret) has registered but not yet initialized/activated. Initialization order is 2000.
lis 21 08:59:52 tpl14arch gnome-shell[1154]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
lis 21 08:59:52 tpl14arch gsd-usb-protect[1392]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
lis 21 08:59:52 tpl14arch gnome-shell[1154]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
lis 21 08:59:52 tpl14arch python[1378]: Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME color management service.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME color management target.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME keyboard configuration service.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME keyboard configuration target.
lis 21 08:59:52 tpl14arch gnome-shell[686]: Failed to set CRTC gamma: drmModeCrtcSetGamma on CRTC 62 failed: Permission denied
lis 21 08:59:52 tpl14arch gnome-shell[1154]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
lis 21 08:59:52 tpl14arch gnome-shell[1154]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
lis 21 08:59:52 tpl14arch gnome-shell[1154]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
lis 21 08:59:52 tpl14arch gnome-shell[1154]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
lis 21 08:59:52 tpl14arch gnome-shell[1154]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
lis 21 08:59:52 tpl14arch gnome-shell[1154]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
lis 21 08:59:52 tpl14arch gnome-shell[1154]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
lis 21 08:59:52 tpl14arch gnome-shell[1154]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
lis 21 08:59:52 tpl14arch gnome-shell[1154]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME power management service.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME power management target.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME Wacom tablet support service.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME Wacom tablet support target.
lis 21 08:59:52 tpl14arch systemd[1070]: Started GNOME keyboard shortcuts service.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME keyboard shortcuts target.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME Session.
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME Wayland Session (session: gnome).
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target Current graphical user session.
lis 21 08:59:52 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.freedesktop.FileManager1'
lis 21 08:59:52 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating service name='org.gnome.Shell.Screencast' requested by ':1.52' (uid=1000 pid=1379 comm="/usr/lib/gsd-media-keys ")
lis 21 08:59:52 tpl14arch gnome-software[1372]: Failed to load /usr/lib/gs-plugins-13/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gs-plugins-13/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
lis 21 08:59:52 tpl14arch gsd-media-keys[1379]: Failed to grab accelerator for keybinding settings:hibernate
lis 21 08:59:52 tpl14arch gsd-media-keys[1379]: Failed to grab accelerator for keybinding settings:playback-repeat
lis 21 08:59:52 tpl14arch gsd-media-keys[1379]: Failed to grab accelerator for keybinding settings:rfkill
lis 21 08:59:52 tpl14arch gsd-media-keys[1379]: Failed to grab accelerator for keybinding settings:playback-random
lis 21 08:59:52 tpl14arch gnome-shell[686]: Failed to set CRTC gamma: drmModeCrtcSetGamma on CRTC 62 failed: Permission denied
lis 21 08:59:52 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.18' (uid=1000 pid=1246 comm="/usr/lib/gnome-shell-calendar-server ")
lis 21 08:59:52 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gnome.Shell.CalendarServer'
lis 21 08:59:52 tpl14arch systemd[1070]: Starting Evolution calendar service...
lis 21 08:59:52 tpl14arch goa-daemon[1258]: goa_ews_client_autodiscover() failed: 2 — Error resolving “autodiscover.outlook.office365.com”: Name or service not known
lis 21 08:59:52 tpl14arch remmina-applet.desktop[1415]: Secret plugin glibsecret has been successfully initialized and will be your default secret plugin
lis 21 08:59:52 tpl14arch gnome-shell[1154]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
lis 21 08:59:52 tpl14arch systemd[1070]: Reached target GNOME session X11 services.
lis 21 08:59:52 tpl14arch systemd[1070]: Starting GNOME XSettings service...
lis 21 08:59:52 tpl14arch gnome-shell[1629]: The XKEYBOARD keymap compiler (xkbcomp) reports:
lis 21 08:59:52 tpl14arch gnome-shell[1629]: > Warning:          Unsupported maximum keycode 569, clipping.
lis 21 08:59:52 tpl14arch gnome-shell[1629]: >                   X11 cannot support keycodes above 255.
lis 21 08:59:52 tpl14arch gnome-shell[1629]: Errors from xkbcomp are not fatal to the X server
lis 21 08:59:52 tpl14arch remmina-applet.desktop[1415]: StatusNotifier/Appindicator support: not supported by desktop. libappindicator will try to fallback to GtkStatusIcon/xembed
lis 21 08:59:52 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
lis 21 08:59:52 tpl14arch systemd[1070]: Started Evolution calendar service.
lis 21 08:59:52 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.72' (uid=1000 pid=1566 comm="/usr/lib/evolution-calendar-factory ")
lis 21 08:59:52 tpl14arch systemd[1070]: Starting Evolution address book service...
lis 21 08:59:53 tpl14arch systemd[1070]: Started GNOME XSettings service.
lis 21 08:59:53 tpl14arch systemd[1070]: Reached target GNOME session X11 services.
lis 21 08:59:53 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.95' (uid=1000 pid=1415 comm="remmina -i ")
lis 21 08:59:53 tpl14arch dbus-daemon[410]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
lis 21 08:59:53 tpl14arch remmina-applet.desktop[1415]: Running under GNOME Shell version 3.38.1
lis 21 08:59:53 tpl14arch remmina-applet.desktop[1415]: Failed to create client: Daemon not running
lis 21 08:59:53 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gnome.Shell.Screencast'
lis 21 08:59:53 tpl14arch remmina[1415]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
lis 21 08:59:53 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
lis 21 08:59:53 tpl14arch systemd[1070]: Started Evolution address book service.
lis 21 08:59:53 tpl14arch goa-daemon[1258]: goa_ews_client_autodiscover() failed: 2 — Error resolving “autodiscover.outlook.office365.com”: Name or service not known
lis 21 08:59:53 tpl14arch gnome-software[1372]: enabled plugins: desktop-categories, os-release, provenance, appstream, provenance-license, desktop-menu-path, flatpak, generic-updates, hardcoded-blocklist, hardcoded-popular, modalias, rewrite-resource, icons, malcontent, odrs, key-colors, key-colors-metadata
lis 21 08:59:53 tpl14arch gnome-software[1372]: disabled plugins: dpkg, dummy, fedora-langpacks, fedora-pkgdb-collections, repos
lis 21 08:59:53 tpl14arch gnome-shell[1154]: GNOME Shell started at Wed Oct 21 2020 08:59:51 GMT+0200 (Central European Summer Time)
lis 21 08:59:53 tpl14arch gnome-shell[1154]: Registering session with GDM
lis 21 08:59:53 tpl14arch /usr/lib/gdm-wayland-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=832 comm="/usr/lib/gsd-sharing ")
lis 21 08:59:53 tpl14arch audit[621]: USER_END pid=621 uid=0 auid=120 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty1 res=success'
lis 21 08:59:53 tpl14arch audit[621]: CRED_DISP pid=621 uid=0 auid=120 ses=1 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=tpl14arch addr=? terminal=/dev/tty1 res=success'
lis 21 08:59:53 tpl14arch gnome-software[1372]: /etc/PackageKit/Vendor.conf file not found
lis 21 08:59:53 tpl14arch systemd-logind[413]: Session 1 logged out. Waiting for processes to exit.
lis 21 08:59:53 tpl14arch gsd-color[1364]: failed to connect to device: Failed to connect to missing device /org/freedesktop/ColorManager/devices/xrandr_LG_Display_gdm_120
lis 21 08:59:53 tpl14arch polkitd[591]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.23, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
lis 21 08:59:53 tpl14arch systemd[1]: session-1.scope: Succeeded.
lis 21 08:59:53 tpl14arch systemd[631]: pulseaudio.service: Succeeded.
lis 21 08:59:53 tpl14arch systemd-logind[413]: Removed session 1.
lis 21 08:59:53 tpl14arch gdm[573]: Gdm: Child process -664 was already dead.
lis 21 08:59:53 tpl14arch gnome-software[1372]: adding wildcard app */*/*/*/org.gnome.Builder.desktop/* to plugin cache
lis 21 08:59:53 tpl14arch gnome-software[1372]: adding wildcard app */*/*/*/org.gnome.Calculator.desktop/* to plugin cache
lis 21 08:59:53 tpl14arch gnome-software[1372]: adding wildcard app */*/*/*/org.gnome.clocks.desktop/* to plugin cache
lis 21 08:59:53 tpl14arch gnome-software[1372]: adding wildcard app */*/*/*/org.gnome.Dictionary.desktop/* to plugin cache
lis 21 08:59:53 tpl14arch gnome-software[1372]: adding wildcard app */*/*/*/org.gnome.Documents.desktop/* to plugin cache
lis 21 08:59:53 tpl14arch gnome-software[1372]: adding wildcard app */*/*/*/org.gnome.Evince/* to plugin cache
lis 21 08:59:53 tpl14arch gnome-software[1372]: adding wildcard app */*/*/*/org.gnome.gedit.desktop/* to plugin cache
lis 21 08:59:53 tpl14arch gnome-software[1372]: adding wildcard app */*/*/*/org.gnome.Maps.desktop/* to plugin cache
lis 21 08:59:53 tpl14arch gnome-software[1372]: adding wildcard app */*/*/*/org.gnome.Weather/* to plugin cache
lis 21 08:59:53 tpl14arch gnome-software[1372]: hiding category games featured applications: found only 0 to show, need at least 9
lis 21 08:59:53 tpl14arch gnome-software[1372]: hiding category productivity featured applications: found only 0 to show, need at least 9
lis 21 08:59:53 tpl14arch gnome-software[1372]: Only 2 apps for popular list, hiding
lis 21 08:59:53 tpl14arch gnome-software[1372]: FIXME: Unknown progress handling is not yet implemented for GsProgressButton
lis 21 08:59:53 tpl14arch gnome-software[1372]: FIXME: Unknown progress handling is not yet implemented for GsProgressButton
lis 21 08:59:53 tpl14arch gnome-software[1372]: FIXME: Unknown progress handling is not yet implemented for GsProgressButton
lis 21 08:59:53 tpl14arch gnome-software[1372]: FIXME: Unknown progress handling is not yet implemented for GsProgressButton
lis 21 08:59:53 tpl14arch gnome-software[1372]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|components/component[@type='webapp']/id[text()='archlinux.www.Arch Linux-(null)']/..|component/id[text()='archlinux.www.Arch Linux-(null)']/..: cannot parse text or number `null`
lis 21 08:59:53 tpl14arch gnome-software[1372]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|components/component[@type='webapp']/id[text()='archlinux.www.Arch Linux-(null)']/..|component/id[text()='archlinux.www.Arch Linux-(null)']/..: cannot parse text or number `null`
lis 21 08:59:53 tpl14arch gnome-software[1372]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|components/component[@type='webapp']/id[text()='archlinux.www.Arch Linux-(null)']/..|component/id[text()='archlinux.www.Arch Linux-(null)']/..: cannot parse text or number `null`
lis 21 08:59:53 tpl14arch gnome-software[1372]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|components/component[@type='webapp']/id[text()='archlinux.www.Arch Linux-(null)']/..|component/id[text()='archlinux.www.Arch Linux-(null)']/..: cannot parse text or number `null`
lis 21 08:59:53 tpl14arch gnome-software[1372]: Could not load a pixbuf from icon theme.
                                                This may indicate that pixbuf loaders or the mime database could not be found.
lis 21 08:59:54 tpl14arch goa-daemon[1258]: goa_ews_client_autodiscover() failed: 2 — Error resolving “autodiscover.outlook.office365.com”: Name or service not known
lis 21 09:00:03 tpl14arch systemd[1]: Stopping User Manager for UID 120...
lis 21 09:00:03 tpl14arch systemd[631]: Stopped target Main User Target.
lis 21 09:00:03 tpl14arch systemd[631]: Stopping D-Bus User Message Bus...
lis 21 09:00:03 tpl14arch systemd[631]: dbus.service: Succeeded.
lis 21 09:00:03 tpl14arch systemd[631]: Stopped D-Bus User Message Bus.
lis 21 09:00:03 tpl14arch systemd[631]: Stopped target Basic System.
lis 21 09:00:03 tpl14arch systemd[631]: Stopped target Paths.
lis 21 09:00:03 tpl14arch systemd[631]: Stopped target Sockets.
lis 21 09:00:03 tpl14arch systemd[631]: Stopped target Timers.
lis 21 09:00:03 tpl14arch systemd[631]: dbus.socket: Succeeded.
lis 21 09:00:03 tpl14arch systemd[631]: Closed D-Bus User Message Bus Socket.
lis 21 09:00:03 tpl14arch systemd[631]: dirmngr.socket: Succeeded.
lis 21 09:00:03 tpl14arch systemd[631]: Closed GnuPG network certificate management daemon.
lis 21 09:00:03 tpl14arch systemd[631]: gpg-agent-browser.socket: Succeeded.
lis 21 09:00:03 tpl14arch systemd[631]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
lis 21 09:00:03 tpl14arch systemd[631]: gpg-agent-extra.socket: Succeeded.
lis 21 09:00:03 tpl14arch systemd[631]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
lis 21 09:00:03 tpl14arch systemd[631]: gpg-agent-ssh.socket: Succeeded.
lis 21 09:00:03 tpl14arch systemd[631]: Closed GnuPG cryptographic agent (ssh-agent emulation).
lis 21 09:00:03 tpl14arch systemd[631]: gpg-agent.socket: Succeeded.
lis 21 09:00:03 tpl14arch systemd[631]: Closed GnuPG cryptographic agent and passphrase cache.
lis 21 09:00:03 tpl14arch systemd[631]: p11-kit-server.socket: Succeeded.
lis 21 09:00:03 tpl14arch systemd[631]: Closed p11-kit server.
lis 21 09:00:03 tpl14arch systemd[631]: pipewire.socket: Succeeded.
lis 21 09:00:03 tpl14arch systemd[631]: Closed Multimedia System.
lis 21 09:00:03 tpl14arch systemd[631]: pulseaudio.socket: Succeeded.
lis 21 09:00:03 tpl14arch systemd[631]: Closed Sound System.
lis 21 09:00:03 tpl14arch systemd[631]: Reached target Shutdown.
lis 21 09:00:03 tpl14arch systemd[631]: systemd-exit.service: Succeeded.
lis 21 09:00:03 tpl14arch systemd[631]: Finished Exit the Session.
lis 21 09:00:03 tpl14arch systemd[631]: Reached target Exit the Session.
lis 21 09:00:03 tpl14arch systemd[635]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
lis 21 09:00:03 tpl14arch systemd[1]: user@120.service: Succeeded.
lis 21 09:00:03 tpl14arch systemd[1]: Stopped User Manager for UID 120.
lis 21 09:00:03 tpl14arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 09:00:03 tpl14arch kernel: kauditd_printk_skb: 19 callbacks suppressed
lis 21 09:00:03 tpl14arch kernel: audit: type=1131 audit(1603263603.441:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 09:00:03 tpl14arch systemd[1]: Stopping User Runtime Directory /run/user/120...
lis 21 09:00:03 tpl14arch systemd[1070]: run-user-120.mount: Succeeded.
lis 21 09:00:03 tpl14arch systemd[1]: run-user-120.mount: Succeeded.
lis 21 09:00:03 tpl14arch systemd[1]: user-runtime-dir@120.service: Succeeded.
lis 21 09:00:03 tpl14arch systemd[1]: Stopped User Runtime Directory /run/user/120.
lis 21 09:00:03 tpl14arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 09:00:03 tpl14arch kernel: audit: type=1131 audit(1603263603.456:157): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 09:00:03 tpl14arch systemd[1]: Removed slice User Slice of UID 120.
lis 21 09:00:11 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Activating service name='com.gexperts.Tilix' requested by ':1.14' (uid=1000 pid=1154 comm="/usr/bin/gnome-shell ")
lis 21 09:00:11 tpl14arch dbus-daemon[1089]: [session uid=1000 pid=1089] Successfully activated service 'com.gexperts.Tilix'
lis 21 09:00:11 tpl14arch systemd[1070]: Started VTE child process 1845 launched by tilix process 1840.
lis 21 09:00:11 tpl14arch gnome-shell[1154]: libinput error: event14 - Logitech USB-PS/2 Optical Mouse: client bug: event processing lagging behind by 36ms, your system is too slow
lis 21 09:00:13 tpl14arch systemd[1]: fprintd.service: Succeeded.
lis 21 09:00:13 tpl14arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 09:00:13 tpl14arch kernel: audit: type=1131 audit(1603263613.813:158): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 09:00:22 tpl14arch systemd[1]: systemd-hostnamed.service: Succeeded.
lis 21 09:00:22 tpl14arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 09:00:22 tpl14arch kernel: audit: type=1131 audit(1603263622.594:159): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 09:00:22 tpl14arch audit: BPF prog-id=12 op=UNLOAD
lis 21 09:00:22 tpl14arch kernel: audit: type=1334 audit(1603263622.681:160): prog-id=12 op=UNLOAD
lis 21 09:00:22 tpl14arch kernel: audit: type=1334 audit(1603263622.681:161): prog-id=11 op=UNLOAD
lis 21 09:00:22 tpl14arch audit: BPF prog-id=11 op=UNLOAD
lis 21 09:00:23 tpl14arch systemd[1]: systemd-localed.service: Succeeded.
lis 21 09:00:23 tpl14arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 09:00:23 tpl14arch kernel: audit: type=1131 audit(1603263623.954:162): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
lis 21 09:00:24 tpl14arch audit: BPF prog-id=16 op=UNLOAD
lis 21 09:00:24 tpl14arch audit: BPF prog-id=15 op=UNLOAD
lis 21 09:00:24 tpl14arch kernel: audit: type=1334 audit(1603263624.021:163): prog-id=16 op=UNLOAD
lis 21 09:00:24 tpl14arch kernel: audit: type=1334 audit(1603263624.021:164): prog-id=15 op=UNLOAD
lis 21 09:00:28 tpl14arch dbus-daemon[410]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.129' (uid=0 pid=1910 comm="sudo journalctl -b ")
lis 21 09:00:28 tpl14arch dbus-daemon[410]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
lis 21 09:00:28 tpl14arch sudo[1910]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
lis 21 09:00:28 tpl14arch kernel: audit: type=1101 audit(1603263628.752:165): pid=1910 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
lis 21 09:00:28 tpl14arch kernel: audit: type=1110 audit(1603263628.752:166): pid=1910 uid=0 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
lis 21 09:00:28 tpl14arch kernel: audit: type=1105 audit(1603263628.755:167): pid=1910 uid=0 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
lis 21 09:00:28 tpl14arch audit[1910]: USER_ACCT pid=1910 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
lis 21 09:00:28 tpl14arch audit[1910]: CRED_REFR pid=1910 uid=0 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
lis 21 09:00:28 tpl14arch audit[1910]: USER_START pid=1910 uid=0 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
lis 21 09:00:28 tpl14arch sudo[1910]:   : TTY=pts/0 ; PWD=/home/ ; USER=root ; COMMAND=/usr/bin/journalctl -b
lis 21 09:00:28 tpl14arch sudo[1910]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)

Last edited by redrum781 (2020-10-21 07:47:48)

Offline

#21 2020-10-21 08:06:32

Anthony Wilson
Member
Registered: 2020-10-15
Posts: 38

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Wow, that just goes to show what pure persistence does for solving problems like these.
Thank goodness you stumbled upon the kernel param iommu=soft, what a life saver.
Hopefully this will be addressed in the future, so that others don’t have the same trouble that we had.

I ended up reinstalling Arch, as I wasn’t happy with the state of my system - I had no idea what I’d even installed and removed anymore, and I wanted to make sure that it was simply that one parameter which was allowing the system to boot.
I can confirm that after a clean installation of Arch (running the latest kernel at the time of writing - 5.9.1) boots fine with the param iommu=soft.
No experimental hardware support required, all mainline packages, no problems.
My backlight is also functioning as intended after the reinstall, and TLP detects the acpi_call kernel module again.

One thing I should say: it appears that when the boot sequence reaches the GPU initialisation, there are some struggles behind the scenes. Before the reinstall, I had some spectacular visual glitches, which disappeared when the login prompt appeared. Currently I only get a few flickers of the screen, then everything is stable as can be.

I’m glad that I this is a valid solution to my issue.

Offline

#22 2020-10-21 09:27:03

redrum781
Member
Registered: 2020-10-20
Posts: 7

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

I added amdgpu in [MODULES] section in /etc/mkinitcpio.conf and regenerated initramfs with

mkinitcpio -P

No flickering here. You can try the other kernel options from my last post (see my journalctl section) and see if it helps with the flickering (I really don't know that much, as I said they seemed logical to use).

Offline

#23 2020-10-21 09:58:02

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

Glad you all found a workaround.

AMD processors rely on IOMMU for many things, having to fall back to software IOMMU is not good and points to firmware or design issues.

Keep an eye on firmware updates for your systems, maybe the manufacturer will solve the issue..

Last edited by Lone_Wolf (2020-10-21 09:58:16)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#24 2020-10-21 11:13:19

redrum781
Member
Registered: 2020-10-20
Posts: 7

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

I'm not experiencing any issue with iommu=soft option (at least none I'm aware of) but as this chip is released in May or June I guess it's possible it will be resolved thru BIOS/UEFI update or kernel.

BTW, I've tried rolling back an older BIOS but it behaves the same.

Offline

#25 2020-10-23 18:23:13

redrum781
Member
Registered: 2020-10-20
Posts: 7

Re: [SOLVED] Problem with GPU drivers on ThinkPad L15 Gen 1 (AMD)

I've found another solution which should work, maybe experienced people here can compare it with previous one and reccomend which one is better.

I have changed kernel boot parameters I'm using to boot my L14.
Now my kernel options are:

amd_iommu=on iommu=pt pci=noats

The key option is pci=noats, I'm wondering what are implications of using this option.
Anyways, dmesg | grep -i -e DMAR -e IOMMU now shows:

[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=88c332c9-1a65-4e18-9c7e-83bea8606a85 rw amd_iommu=on iommu=pt pci=noats
[    0.058367] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=88c332c9-1a65-4e18-9c7e-83bea8606a85 rw amd_iommu=on iommu=pt pci=noats
[    0.500408] iommu: Default domain type: Passthrough (set via kernel command line)
[    0.792536] pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
[    0.792737] pci 0000:00:01.0: Adding to iommu group 0
[    0.792753] pci 0000:00:02.0: Adding to iommu group 1
[    0.792764] pci 0000:00:02.1: Adding to iommu group 2
[    0.792771] pci 0000:00:02.2: Adding to iommu group 3
[    0.792779] pci 0000:00:02.3: Adding to iommu group 4
[    0.792786] pci 0000:00:02.4: Adding to iommu group 5
[    0.792794] pci 0000:00:02.5: Adding to iommu group 6
[    0.792805] pci 0000:00:08.0: Adding to iommu group 7
[    0.792812] pci 0000:00:08.1: Adding to iommu group 7
[    0.792823] pci 0000:00:14.0: Adding to iommu group 8
[    0.792830] pci 0000:00:14.3: Adding to iommu group 8
[    0.792860] pci 0000:00:18.0: Adding to iommu group 9
[    0.792866] pci 0000:00:18.1: Adding to iommu group 9
[    0.792873] pci 0000:00:18.2: Adding to iommu group 9
[    0.792883] pci 0000:00:18.3: Adding to iommu group 9
[    0.792890] pci 0000:00:18.4: Adding to iommu group 9
[    0.792896] pci 0000:00:18.5: Adding to iommu group 9
[    0.792903] pci 0000:00:18.6: Adding to iommu group 9
[    0.792911] pci 0000:00:18.7: Adding to iommu group 9
[    0.792918] pci 0000:01:00.0: Adding to iommu group 10
[    0.792939] pci 0000:02:00.0: Adding to iommu group 11
[    0.792946] pci 0000:02:00.1: Adding to iommu group 11
[    0.792954] pci 0000:02:00.2: Adding to iommu group 11
[    0.792962] pci 0000:02:00.3: Adding to iommu group 11
[    0.792971] pci 0000:02:00.4: Adding to iommu group 11
[    0.792979] pci 0000:03:00.0: Adding to iommu group 12
[    0.792987] pci 0000:04:00.0: Adding to iommu group 13
[    0.792994] pci 0000:05:00.0: Adding to iommu group 14
[    0.792998] pci 0000:06:00.0: Adding to iommu group 7
[    0.793003] pci 0000:06:00.1: Adding to iommu group 7
[    0.793006] pci 0000:06:00.2: Adding to iommu group 7
[    0.793009] pci 0000:06:00.3: Adding to iommu group 7
[    0.793013] pci 0000:06:00.4: Adding to iommu group 7
[    0.793016] pci 0000:06:00.5: Adding to iommu group 7
[    0.793019] pci 0000:06:00.6: Adding to iommu group 7
[    0.793497] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.813052] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.872786]     amd_iommu

Last edited by redrum781 (2020-10-24 06:37:06)

Offline

Board footer

Powered by FluxBB