johnfanv2 / LenovoLegionLinux

Driver and tools for controlling Lenovo Legion laptops in Linux including fan control and power mode.
https://github.com/johnfanv2/LenovoLegionLinux
GNU General Public License v2.0
1.49k stars 53 forks source link

Lenovo IdeaPad Gaming 3 15ARH05 #44

Closed danayer closed 1 year ago

danayer commented 1 year ago

Is it possible to get support for my laptop?

Model and Debug Info

Model name: Lenovo IdeaPad Gaming 3 15ARH05

AMD Ryzen™ 7 4800H with Radeon™ Graphics × 16 NVIDIA GeForce GTX 1650 Ti / AMD Radeon™ Graphics

Output of sudo dmidecode -t system. Please remove Serial Number and UUID for privacy:

# dmidecode 3.4
Getting SMBIOS data from sysfs.
SMBIOS 3.2.0 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
    Manufacturer: LENOVO
    Product Name: 82EY
    Version: IdeaPad Gaming 3 15ARH05
    Wake-up Type: Power Switch
    SKU Number: LENOVO_MT_82EY_BU_idea_FM_IdeaPad Gaming 3 15ARH05
    Family: IdeaPad Gaming 3 15ARH05

Handle 0x0020, DMI type 12, 5 bytes
System Configuration Options
    Option 1: String1 for Type12 Equipment Manufacturer
    Option 2: String2 for Type12 Equipment Manufacturer
    Option 3: String3 for Type12 Equipment Manufacturer
    Option 4: String4 for Type12 Equipment Manufacturer

Handle 0x0030, DMI type 32, 20 bytes
System Boot Information
    Status: No errors detected

Output of sudo dmidecode -t bios:

# dmidecode 3.4
Getting SMBIOS data from sysfs.
SMBIOS 3.2.0 present.

Handle 0x0000, DMI type 0, 26 bytes
BIOS Information
    Vendor: LENOVO
    Version: FCCN19WW
    Release Date: 05/30/2022
    Address: 0xE0000
    Runtime Size: 128 kB
    ROM Size: 15488 kB
    Characteristics:
        PCI is supported
        BIOS is upgradeable
        BIOS shadowing is allowed
        Boot from CD is supported
        Selectable boot is supported
        EDD is supported
        Japanese floppy for NEC 9800 1.2 MB is supported (int 13h)
        Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
        5.25"/360 kB floppy services are supported (int 13h)
        5.25"/1.2 MB floppy services are supported (int 13h)
        3.5"/720 kB floppy services are supported (int 13h)
        3.5"/2.88 MB floppy services are supported (int 13h)
        8042 keyboard services are supported (int 9h)
        CGA/mono video services are supported (int 10h)
        ACPI is supported
        USB legacy is supported
        BIOS boot specification is supported
        Targeted content distribution is supported
        UEFI is supported
    BIOS Revision: 1.19
    Firmware Revision: 1.19

Handle 0x0021, DMI type 13, 22 bytes
BIOS Language Information
    Language Description Format: Long
    Installable Languages: 4
        en|US|iso8859-1
        fr|FR|iso8859-1
        ja|JP|unicode
        zh|TW|unicode
    Currently Installed Language: en|US|iso8859-1
danayer commented 1 year ago

Output after Make

make -C /lib/modules/6.2.9-300.fc38.x86_64/build M=/home/danayer/LenovoLegionLinux/kernel_module modules
make[1]: вход в каталог «/usr/src/kernels/6.2.9-300.fc38.x86_64»
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: gcc (GCC) 13.0.1 20230318 (Red Hat 13.0.1-0)
  You are using:           gcc (GCC) 13.0.1 20230401 (Red Hat 13.0.1-0)
  CC [M]  /home/danayer/LenovoLegionLinux/kernel_module/legion-laptop.o
  MODPOST /home/danayer/LenovoLegionLinux/kernel_module/Module.symvers
  CC [M]  /home/danayer/LenovoLegionLinux/kernel_module/legion-laptop.mod.o
  LD [M]  /home/danayer/LenovoLegionLinux/kernel_module/legion-laptop.ko
  BTF [M] /home/danayer/LenovoLegionLinux/kernel_module/legion-laptop.ko
Skipping BTF generation for /home/danayer/LenovoLegionLinux/kernel_module/legion-laptop.ko due to unavailability of vmlinux
make[1]: выход из каталога «/usr/src/kernels/6.2.9-300.fc38.x86_64»

output after sudo make reloadmodule

[    0.000000] Linux version 6.2.9-300.fc38.x86_64 (mockbuild@38f30b3c0c69453fae61718fc43f33bc) (gcc (GCC) 13.0.1 20230318 (Red Hat 13.0.1-0), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Mar 30 22:32:58 UTC 2023
[    0.000000] Command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64 root=UUID=a63d636c-13cb-4d37-8c19-87ab490e4250 ro rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
[    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] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f0d000-0x00000000bab68fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000ceffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000a0f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000a0f340000-0x0000000a2fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb534d018-0xb536ce57] usable ==> usable
[    0.000000] e820: update [mem 0xb534d018-0xb536ce57] usable ==> usable
[    0.000000] e820: update [mem 0xb56c7018-0xb56d4657] usable ==> usable
[    0.000000] e820: update [mem 0xb56c7018-0xb56d4657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f0d000-0x00000000b534d017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b534d018-0x00000000b536ce57] usable
[    0.000000] reserve setup_data: [mem 0x00000000b536ce58-0x00000000b56c7017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b56c7018-0x00000000b56d4657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b56d4658-0x00000000bab68fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ce000000-0x00000000ceffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x0000000a0f33ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000a0f340000-0x0000000a2fffffff] reserved
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0xcdffe000 ACPI 2.0=0xcdffe014 TPMFinalLog=0xcdedd000 SMBIOS=0xcb70c000 SMBIOS 3.0=0xcb70a000 ESRT=0xb66a7998 MEMATTR=0xb5727018 MOKvar=0xcb87d000 RNG=0xcdfb3018 TPMEventLog=0xb56d8018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem162: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
[    0.000000] e820: remove [mem 0xf8000000-0xfbffffff] reserved
[    0.000000] efi: Remove mem163: MMIO range=[0xfde00000-0xfdefffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfde00000-0xfdefffff] reserved
[    0.000000] efi: Not removing mem164: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem165: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem166: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem167: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem168: MMIO range=[0xff000000-0xfff1ffff] (15MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xfff1ffff] reserved
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: LENOVO 82EY/LNVNB161216, BIOS FCCN19WW 05/30/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2894.658 MHz processor
[    0.000347] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000349] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000355] last_pfn = 0xa0f340 max_arch_pfn = 0x400000000
[    0.000360] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000649] last_pfn = 0xce000 max_arch_pfn = 0x400000000
[    0.004368] esrt: Reserving ESRT space from 0x00000000b66a7998 to 0x00000000b66a79f8.
[    0.004374] e820: update [mem 0xb66a7000-0xb66a7fff] usable ==> reserved
[    0.004406] Using GB pages for direct mapping
[    0.005032] secureboot: Secure boot disabled
[    0.005033] RAMDISK: [mem 0xad93e000-0xb0fc3fff]
[    0.005035] ACPI: Early table checksum verification disabled
[    0.005038] ACPI: RSDP 0x00000000CDFFE014 000024 (v02 LENOVO)
[    0.005041] ACPI: XSDT 0x00000000CDFC2188 00011C (v01 LENOVO CB-01    00000001      01000013)
[    0.005046] ACPI: FACP 0x00000000CDFED000 00010C (v05 LENOVO CB-01    00000001      01000013)
[    0.005049] ACPI: DSDT 0x00000000CDFDA000 00FD46 (v01 LENOVO CB-01    00000001      01000013)
[    0.005052] ACPI: FACS 0x00000000CDEDA000 000040
[    0.005054] ACPI: UEFI 0x00000000CDF7E000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005056] ACPI: SSDT 0x00000000CDFF5000 00723C (v02 LENOVO CB-01    00000001 MSFT 04000000)
[    0.005058] ACPI: IVRS 0x00000000CDFF4000 0001A4 (v02 LENOVO CB-01    00000001 AMD  00000000)
[    0.005060] ACPI: SSDT 0x00000000CDFF3000 000228 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005062] ACPI: SSDT 0x00000000CDFF2000 00046D (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005064] ACPI: TPM2 0x00000000CDFF1000 000034 (v04 LENOVO CB-01    00000001      01000013)
[    0.005065] ACPI: MSDM 0x00000000CDFF0000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005067] ACPI: ASF! 0x00000000CDFEF000 0000A5 (v32 LENOVO CB-01    00000001      01000013)
[    0.005069] ACPI: BOOT 0x00000000CDFEE000 000028 (v01 LENOVO CB-01    00000001      01000013)
[    0.005071] ACPI: HPET 0x00000000CDFEC000 000038 (v01 LENOVO CB-01    00000001      01000013)
[    0.005073] ACPI: APIC 0x00000000CDFEB000 000138 (v03 LENOVO CB-01    00000001      01000013)
[    0.005075] ACPI: MCFG 0x00000000CDFEA000 00003C (v01 LENOVO CB-01    00000001      01000013)
[    0.005077] ACPI: SSDT 0x00000000CDFD9000 000080 (v01 LENOVO CB-01    00000001      01000013)
[    0.005079] ACPI: SSDT 0x00000000CDFD8000 000E03 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005081] ACPI: VFCT 0x00000000CDFCA000 00D684 (v01 LENOVO CB-01    00000001 AMD  31504F47)
[    0.005083] ACPI: SSDT 0x00000000CDFC9000 00005C (v02 LENOVO CB-01    00000001 INTL 20160527)
[    0.005085] ACPI: SSDT 0x00000000CDFC8000 00005C (v02 LENOVO CB-01    00000001 INTL 20160527)
[    0.005086] ACPI: SSDT 0x00000000CDFC7000 0000F8 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005088] ACPI: SSDT 0x00000000CDFC3000 0039F4 (v01 LENOVO CB-01    00000001 AMD  00000001)
[    0.005090] ACPI: CRAT 0x00000000CDFFD000 000F28 (v01 LENOVO CB-01    00000001 AMD  00000001)
[    0.005092] ACPI: CDIT 0x00000000CDFC1000 000029 (v01 LENOVO CB-01    00000001 AMD  00000001)
[    0.005094] ACPI: SSDT 0x00000000CDFBF000 00028D (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005096] ACPI: SSDT 0x00000000CDFBE000 000D37 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005098] ACPI: SSDT 0x00000000CDFBC000 0010A5 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005100] ACPI: SSDT 0x00000000CDFB8000 0030C8 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005102] ACPI: FPDT 0x00000000CDFB7000 000044 (v01 LENOVO CB-01    00000001      01000013)
[    0.005104] ACPI: BGRT 0x00000000CDFC0000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005105] ACPI: WSMT 0x00000000CDFB6000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005107] ACPI: SSDT 0x00000000CDFB5000 00007D (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005109] ACPI: SSDT 0x00000000CDFB4000 000517 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005111] ACPI: Reserving FACP table memory at [mem 0xcdfed000-0xcdfed10b]
[    0.005112] ACPI: Reserving DSDT table memory at [mem 0xcdfda000-0xcdfe9d45]
[    0.005113] ACPI: Reserving FACS table memory at [mem 0xcdeda000-0xcdeda03f]
[    0.005114] ACPI: Reserving UEFI table memory at [mem 0xcdf7e000-0xcdf7e235]
[    0.005115] ACPI: Reserving SSDT table memory at [mem 0xcdff5000-0xcdffc23b]
[    0.005115] ACPI: Reserving IVRS table memory at [mem 0xcdff4000-0xcdff41a3]
[    0.005116] ACPI: Reserving SSDT table memory at [mem 0xcdff3000-0xcdff3227]
[    0.005117] ACPI: Reserving SSDT table memory at [mem 0xcdff2000-0xcdff246c]
[    0.005118] ACPI: Reserving TPM2 table memory at [mem 0xcdff1000-0xcdff1033]
[    0.005118] ACPI: Reserving MSDM table memory at [mem 0xcdff0000-0xcdff0054]
[    0.005119] ACPI: Reserving ASF! table memory at [mem 0xcdfef000-0xcdfef0a4]
[    0.005120] ACPI: Reserving BOOT table memory at [mem 0xcdfee000-0xcdfee027]
[    0.005121] ACPI: Reserving HPET table memory at [mem 0xcdfec000-0xcdfec037]
[    0.005121] ACPI: Reserving APIC table memory at [mem 0xcdfeb000-0xcdfeb137]
[    0.005122] ACPI: Reserving MCFG table memory at [mem 0xcdfea000-0xcdfea03b]
[    0.005123] ACPI: Reserving SSDT table memory at [mem 0xcdfd9000-0xcdfd907f]
[    0.005124] ACPI: Reserving SSDT table memory at [mem 0xcdfd8000-0xcdfd8e02]
[    0.005125] ACPI: Reserving VFCT table memory at [mem 0xcdfca000-0xcdfd7683]
[    0.005125] ACPI: Reserving SSDT table memory at [mem 0xcdfc9000-0xcdfc905b]
[    0.005126] ACPI: Reserving SSDT table memory at [mem 0xcdfc8000-0xcdfc805b]
[    0.005127] ACPI: Reserving SSDT table memory at [mem 0xcdfc7000-0xcdfc70f7]
[    0.005128] ACPI: Reserving SSDT table memory at [mem 0xcdfc3000-0xcdfc69f3]
[    0.005129] ACPI: Reserving CRAT table memory at [mem 0xcdffd000-0xcdffdf27]
[    0.005129] ACPI: Reserving CDIT table memory at [mem 0xcdfc1000-0xcdfc1028]
[    0.005130] ACPI: Reserving SSDT table memory at [mem 0xcdfbf000-0xcdfbf28c]
[    0.005131] ACPI: Reserving SSDT table memory at [mem 0xcdfbe000-0xcdfbed36]
[    0.005132] ACPI: Reserving SSDT table memory at [mem 0xcdfbc000-0xcdfbd0a4]
[    0.005133] ACPI: Reserving SSDT table memory at [mem 0xcdfb8000-0xcdfbb0c7]
[    0.005133] ACPI: Reserving FPDT table memory at [mem 0xcdfb7000-0xcdfb7043]
[    0.005134] ACPI: Reserving BGRT table memory at [mem 0xcdfc0000-0xcdfc0037]
[    0.005135] ACPI: Reserving WSMT table memory at [mem 0xcdfb6000-0xcdfb6027]
[    0.005136] ACPI: Reserving SSDT table memory at [mem 0xcdfb5000-0xcdfb507c]
[    0.005137] ACPI: Reserving SSDT table memory at [mem 0xcdfb4000-0xcdfb4516]
[    0.005202] No NUMA configuration found
[    0.005203] Faking a node at [mem 0x0000000000000000-0x0000000a0f33ffff]
[    0.005210] NODE_DATA(0) allocated [mem 0xa0f315000-0xa0f33ffff]
[    0.068794] Zone ranges:
[    0.068796]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.068798]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.068799]   Normal   [mem 0x0000000100000000-0x0000000a0f33ffff]
[    0.068800]   Device   empty
[    0.068801] Movable zone start for each node
[    0.068804] Early memory node ranges
[    0.068804]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.068805]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[    0.068806]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.068806]   node   0: [mem 0x0000000009f0d000-0x00000000bab68fff]
[    0.068808]   node   0: [mem 0x00000000bbd69000-0x00000000c9f7efff]
[    0.068808]   node   0: [mem 0x00000000cdfff000-0x00000000cdffffff]
[    0.068809]   node   0: [mem 0x0000000100000000-0x0000000a0f33ffff]
[    0.068812] Initmem setup node 0 [mem 0x0000000000001000-0x0000000a0f33ffff]
[    0.068818] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.068842] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.069068] On node 0, zone DMA32: 768 pages in unavailable ranges
[    0.073570] On node 0, zone DMA32: 13 pages in unavailable ranges
[    0.073975] On node 0, zone DMA32: 4608 pages in unavailable ranges
[    0.074103] On node 0, zone DMA32: 16512 pages in unavailable ranges
[    0.133525] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.133552] On node 0, zone Normal: 3264 pages in unavailable ranges
[    0.134345] ACPI: PM-Timer IO Port: 0x408
[    0.134351] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.134353] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.134354] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.134354] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.134355] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.134355] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.134356] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.134356] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.134357] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.134358] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.134358] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.134359] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.134359] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.134360] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.134360] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.134361] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.134373] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.134378] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.134379] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.134381] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.134384] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.134385] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.134394] e820: update [mem 0xb4822000-0xb4930fff] usable ==> reserved
[    0.134405] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.134434] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.134435] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[    0.134436] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.134438] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[    0.134439] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
[    0.134441] PM: hibernation: Registered nosave memory: [mem 0xb4822000-0xb4930fff]
[    0.134442] PM: hibernation: Registered nosave memory: [mem 0xb534d000-0xb534dfff]
[    0.134444] PM: hibernation: Registered nosave memory: [mem 0xb536c000-0xb536cfff]
[    0.134445] PM: hibernation: Registered nosave memory: [mem 0xb56c7000-0xb56c7fff]
[    0.134447] PM: hibernation: Registered nosave memory: [mem 0xb56d4000-0xb56d4fff]
[    0.134448] PM: hibernation: Registered nosave memory: [mem 0xb66a7000-0xb66a7fff]
[    0.134450] PM: hibernation: Registered nosave memory: [mem 0xbab69000-0xbbd68fff]
[    0.134451] PM: hibernation: Registered nosave memory: [mem 0xc9f7f000-0xccf7efff]
[    0.134452] PM: hibernation: Registered nosave memory: [mem 0xccf7f000-0xcdf7efff]
[    0.134452] PM: hibernation: Registered nosave memory: [mem 0xcdf7f000-0xcdffefff]
[    0.134454] PM: hibernation: Registered nosave memory: [mem 0xce000000-0xceffffff]
[    0.134454] PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xfebfffff]
[    0.134455] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.134455] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.134456] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.134456] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
[    0.134457] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.134457] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
[    0.134458] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.134458] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.134460] [mem 0xcf000000-0xfebfffff] available for PCI devices
[    0.134461] Booting paravirtualized kernel on bare hardware
[    0.134463] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.138945] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.139470] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.139479] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.139480] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.139514] Fallback order for Node 0: 0 
[    0.139516] Built 1 zonelists, mobility grouping on.  Total pages: 10159804
[    0.139517] Policy zone: Normal
[    0.139518] Kernel command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64 root=UUID=a63d636c-13cb-4d37-8c19-87ab490e4250 ro rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
[    0.139594] Unknown kernel command line parameters "rhgb BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64", will be passed to user space.
[    0.146128] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.149330] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.149644] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.149683] software IO TLB: area num 16.
[    0.232678] Memory: 40236520K/41284932K available (18432K kernel code, 3223K rwdata, 14020K rodata, 4360K init, 17584K bss, 1048152K reserved, 0K cma-reserved)
[    0.232785] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.232811] ftrace: allocating 51513 entries in 202 pages
[    0.240025] ftrace: allocated 202 pages with 4 groups
[    0.240777] Dynamic Preempt: voluntary
[    0.240812] rcu: Preemptible hierarchical RCU implementation.
[    0.240812] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.240814]  Trampoline variant of Tasks RCU enabled.
[    0.240814]  Rude variant of Tasks RCU enabled.
[    0.240814]  Tracing variant of Tasks RCU enabled.
[    0.240815] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.240816] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.243073] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.243255] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.243351] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.243381] Console: colour dummy device 80x25
[    0.243383] printk: console [tty0] enabled
[    0.243421] ACPI: Core revision 20221020
[    0.243611] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.243630] APIC: Switch to symmetric I/O mode setup
[    0.244479] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.244480] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.244481] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.244484] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.244485] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[    0.244794] Switched APIC routing to physical flat.
[    0.245519] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.249636] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29b98ce695e, max_idle_ns: 440795283729 ns
[    0.249641] Calibrating delay loop (skipped), value calculated using timer frequency.. 5789.31 BogoMIPS (lpj=2894658)
[    0.249643] pid_max: default: 32768 minimum: 301
[    0.252674] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf,landlock
[    0.252686] Yama: becoming mindful.
[    0.252695] SELinux:  Initializing.
[    0.252718] LSM support for eBPF active
[    0.252719] landlock: Up and running.
[    0.252976] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.253195] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.253896] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.253947] LVT offset 1 assigned for vector 0xf9
[    0.254051] LVT offset 2 assigned for vector 0xf4
[    0.254076] process: using mwait in idle threads
[    0.254078] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.254078] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.254087] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.254089] Spectre V2 : Mitigation: Retpolines
[    0.254090] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.254091] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.254092] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    0.254092] RETBleed: Mitigation: untrained return thunk
[    0.254094] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.254095] Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
[    0.254096] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.254097] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.264246] Freeing SMP alternatives memory: 44K
[    0.367002] smpboot: CPU0: AMD Ryzen 7 4800H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.367163] cblist_init_generic: Setting adjustable number of callback queues.
[    0.367167] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.367182] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.367200] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.367213] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.367218] ... version:                0
[    0.367219] ... bit width:              48
[    0.367219] ... generic registers:      6
[    0.367220] ... value mask:             0000ffffffffffff
[    0.367220] ... max period:             00007fffffffffff
[    0.367221] ... fixed-purpose events:   0
[    0.367221] ... event mask:             000000000000003f
[    0.367313] rcu: Hierarchical SRCU implementation.
[    0.367313] rcu:     Max phase no-delay instances is 400.
[    0.367638] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.367638] smp: Bringing up secondary CPUs ...
[    0.367638] x86: Booting SMP configuration:
[    0.367638] .... node  #0, CPUs:        #1
[    0.368638] TSC synchronization [CPU#0 -> CPU#1]:
[    0.368638] Measured 13940048756 cycles TSC warp between CPUs, turning off TSC clock.
[    0.368638] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.368763] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.368789]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.374736] smp: Brought up 1 node, 16 CPUs
[    0.374736] smpboot: Max logical packages: 1
[    0.374736] smpboot: Total of 16 processors activated (92629.05 BogoMIPS)
[    0.377672] devtmpfs: initialized
[    0.377680] x86/mm: Memory block size: 128MB
[    0.379860] ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
[    0.379860] ACPI: PM: Registering ACPI NVS region [mem 0xccf7f000-0xcdf7efff] (16777216 bytes)
[    0.379880] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.379884] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.379948] pinctrl core: initialized pinctrl subsystem
[    0.380041] PM: RTC time: 17:00:39, date: 2023-04-12
[    0.380730] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.380843] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.380855] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.380866] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.380875] audit: initializing netlink subsys (disabled)
[    0.380881] audit: type=2000 audit(1681318839.137:1): state=initialized audit_enabled=0 res=1
[    0.380881] thermal_sys: Registered thermal governor 'fair_share'
[    0.380881] thermal_sys: Registered thermal governor 'bang_bang'
[    0.380881] thermal_sys: Registered thermal governor 'step_wise'
[    0.380881] thermal_sys: Registered thermal governor 'user_space'
[    0.380881] cpuidle: using governor menu
[    0.380881] Simple Boot Flag at 0x44 set to 0x1
[    0.380881] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.380881] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.380881] PCI: not using MMCONFIG
[    0.380881] PCI: Using configuration type 1 for base access
[    0.380881] PCI: Using configuration type 1 for extended access
[    0.381692] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.382789] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.382795] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.382798] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.382800] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.382894] cryptd: max_cpu_qlen set to 1000
[    0.383023] raid6: skipped pq benchmark and selected avx2x4
[    0.383025] raid6: using avx2x2 recovery algorithm
[    0.383109] ACPI: Added _OSI(Module Device)
[    0.383111] ACPI: Added _OSI(Processor Device)
[    0.383112] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.383113] ACPI: Added _OSI(Processor Aggregator Device)
[    0.391416] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.392484] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.403411] ACPI: EC: EC started
[    0.403414] ACPI: EC: interrupt blocked
[    0.413770] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.413776] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.413779] ACPI: Interpreter enabled
[    0.413812] ACPI: PM: (supports S0 S3 S4 S5)
[    0.413814] ACPI: Using IOAPIC for interrupt routing
[    0.415861] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.417799] [Firmware Info]: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] not reserved in ACPI motherboard resources
[    0.417800] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as EfiMemoryMappedIO
[    0.417809] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.417810] PCI: Using E820 reservations for host bridge windows
[    0.418059] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.418628] ACPI: \_SB_.PCI0.GPP0.PG00: New power resource
[    0.431421] ACPI: \_SB_.P0S0: New power resource
[    0.431437] ACPI: \_SB_.P3S0: New power resource
[    0.431496] ACPI: \_SB_.P0S1: New power resource
[    0.431511] ACPI: \_SB_.P3S1: New power resource
[    0.435515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.435520] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.435560] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.435627] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.435636] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.435824] PCI host bridge to bus 0000:00
[    0.435825] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.435827] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.435828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.435829] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
[    0.435831] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
[    0.435832] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
[    0.435833] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
[    0.435834] pci_bus 0000:00: root bus resource [mem 0xa50200000-0xfcffffffff window]
[    0.435835] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.435851] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.435948] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.436030] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.436091] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.436163] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.436297] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.436368] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.436489] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.436548] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.436619] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.436735] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.436806] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.436933] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.436992] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.437018] pci 0000:00:08.1: enabling Extended Tags
[    0.437055] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.437154] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.437180] pci 0000:00:08.2: enabling Extended Tags
[    0.437215] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.437325] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.437442] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.437574] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.437615] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.437656] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.437692] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.437729] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.437766] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.437803] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.437843] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.437934] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030000
[    0.437946] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
[    0.437955] pci 0000:01:00.0: reg 0x14: [mem 0xfcc0000000-0xfccfffffff 64bit pref]
[    0.437965] pci 0000:01:00.0: reg 0x1c: [mem 0xfcd0000000-0xfcd1ffffff 64bit pref]
[    0.437971] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.437977] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.438040] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.438122] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.438385] pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
[    0.438397] pci 0000:01:00.1: reg 0x10: [mem 0xd1000000-0xd1003fff]
[    0.438533] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.438536] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.438539] pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
[    0.438542] pci 0000:00:01.1:   bridge window [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
[    0.438659] pci 0000:02:00.0: [1cc4:6202] type 00 class 0x010802
[    0.438681] pci 0000:02:00.0: reg 0x10: [mem 0xd1900000-0xd1903fff 64bit]
[    0.438992] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.438997] pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
[    0.439051] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.439066] pci 0000:03:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.439085] pci 0000:03:00.0: reg 0x18: [mem 0xd1804000-0xd1804fff 64bit]
[    0.439098] pci 0000:03:00.0: reg 0x20: [mem 0xd1800000-0xd1803fff 64bit]
[    0.439193] pci 0000:03:00.0: supports D1 D2
[    0.439194] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.439641] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.439644] pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
[    0.439646] pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
[    0.439938] pci 0000:04:00.0: [168c:003e] type 00 class 0x028000
[    0.440080] pci 0000:04:00.0: reg 0x10: [mem 0xd1200000-0xd13fffff 64bit]
[    0.440631] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.441441] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.441444] pci 0000:00:02.2:   bridge window [mem 0xd1200000-0xd13fffff]
[    0.441495] pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
[    0.441505] pci 0000:05:00.0: reg 0x10: [mem 0xfce0000000-0xfcefffffff 64bit pref]
[    0.441512] pci 0000:05:00.0: reg 0x18: [mem 0xfcf0000000-0xfcf01fffff 64bit pref]
[    0.441517] pci 0000:05:00.0: reg 0x20: [io  0x1000-0x10ff]
[    0.441522] pci 0000:05:00.0: reg 0x24: [mem 0xd1700000-0xd177ffff]
[    0.441529] pci 0000:05:00.0: enabling Extended Tags
[    0.441538] pci 0000:05:00.0: BAR 0: assigned to efifb
[    0.441573] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.441716] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
[    0.441728] pci 0000:05:00.2: reg 0x18: [mem 0xd1600000-0xd16fffff]
[    0.441737] pci 0000:05:00.2: reg 0x24: [mem 0xd17c8000-0xd17c9fff]
[    0.441743] pci 0000:05:00.2: enabling Extended Tags
[    0.441822] pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
[    0.441832] pci 0000:05:00.3: reg 0x10: [mem 0xd1500000-0xd15fffff 64bit]
[    0.441854] pci 0000:05:00.3: enabling Extended Tags
[    0.441880] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.441941] pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
[    0.441951] pci 0000:05:00.4: reg 0x10: [mem 0xd1400000-0xd14fffff 64bit]
[    0.441973] pci 0000:05:00.4: enabling Extended Tags
[    0.442000] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.442059] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
[    0.442065] pci 0000:05:00.5: reg 0x10: [mem 0xd1780000-0xd17bffff]
[    0.442085] pci 0000:05:00.5: enabling Extended Tags
[    0.442109] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[    0.442163] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
[    0.442170] pci 0000:05:00.6: reg 0x10: [mem 0xd17c0000-0xd17c7fff]
[    0.442189] pci 0000:05:00.6: enabling Extended Tags
[    0.442214] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[    0.442288] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.442290] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.442292] pci 0000:00:08.1:   bridge window [mem 0xd1400000-0xd17fffff]
[    0.442294] pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[    0.442328] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
[    0.442354] pci 0000:06:00.0: reg 0x24: [mem 0xd1101000-0xd11017ff]
[    0.442362] pci 0000:06:00.0: enabling Extended Tags
[    0.442472] pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
[    0.442498] pci 0000:06:00.1: reg 0x24: [mem 0xd1100000-0xd11007ff]
[    0.442505] pci 0000:06:00.1: enabling Extended Tags
[    0.442589] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.442593] pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.443064] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.443066] ACPI: PCI: Interrupt link LNKA disabled
[    0.443106] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.443106] ACPI: PCI: Interrupt link LNKB disabled
[    0.443135] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.443136] ACPI: PCI: Interrupt link LNKC disabled
[    0.443175] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.443176] ACPI: PCI: Interrupt link LNKD disabled
[    0.443211] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.443212] ACPI: PCI: Interrupt link LNKE disabled
[    0.443240] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.443241] ACPI: PCI: Interrupt link LNKF disabled
[    0.443268] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.443269] ACPI: PCI: Interrupt link LNKG disabled
[    0.443295] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.443296] ACPI: PCI: Interrupt link LNKH disabled
[    0.444674] ACPI: EC: interrupt unblocked
[    0.444675] ACPI: EC: event unblocked
[    0.444680] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.444681] ACPI: EC: GPE=0x3
[    0.444682] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    0.444683] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    0.444726] iommu: Default domain type: Translated 
[    0.444726] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.444726] SCSI subsystem initialized
[    0.444730] libata version 3.00 loaded.
[    0.444730] ACPI: bus type USB registered
[    0.444730] usbcore: registered new interface driver usbfs
[    0.444730] usbcore: registered new interface driver hub
[    0.444730] usbcore: registered new device driver usb
[    0.446754] pps_core: LinuxPPS API ver. 1 registered
[    0.446755] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.446757] PTP clock support registered
[    0.446768] EDAC MC: Ver: 3.0.0
[    0.446939] Registered efivars operations
[    0.447728] NetLabel: Initializing
[    0.447729] NetLabel:  domain hash size = 128
[    0.447730] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.447742] NetLabel:  unlabeled traffic allowed by default
[    0.447745] mctp: management component transport protocol core
[    0.447745] NET: Registered PF_MCTP protocol family
[    0.447749] PCI: Using ACPI for IRQ routing
[    0.449463] PCI: pci_cache_line_size set to 64 bytes
[    0.450104] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.450105] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[    0.450106] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    0.450107] e820: reserve RAM buffer [mem 0xb4822000-0xb7ffffff]
[    0.450108] e820: reserve RAM buffer [mem 0xb534d018-0xb7ffffff]
[    0.450109] e820: reserve RAM buffer [mem 0xb56c7018-0xb7ffffff]
[    0.450110] e820: reserve RAM buffer [mem 0xb66a7000-0xb7ffffff]
[    0.450110] e820: reserve RAM buffer [mem 0xbab69000-0xbbffffff]
[    0.450111] e820: reserve RAM buffer [mem 0xc9f7f000-0xcbffffff]
[    0.450112] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
[    0.450112] e820: reserve RAM buffer [mem 0xa0f340000-0xa0fffffff]
[    0.450671] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.450671] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.450671] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.450671] pci 0000:05:00.0: vgaarb: setting as boot VGA device (overriding previous)
[    0.450671] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.450671] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.450671] vgaarb: loaded
[    0.450690] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.450693] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.452684] clocksource: Switched to clocksource hpet
[    0.464141] VFS: Disk quotas dquot_6.6.0
[    0.464152] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.464241] pnp: PnP ACPI init
[    0.464404] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.464407] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.464408] system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
[    0.464531] system 00:03: [io  0x0400-0x04cf] has been reserved
[    0.464533] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.464535] system 00:03: [io  0x04d6] has been reserved
[    0.464536] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.464537] system 00:03: [io  0x0c14] has been reserved
[    0.464537] system 00:03: [io  0x0c50-0x0c52] has been reserved
[    0.464538] system 00:03: [io  0x0c6c] has been reserved
[    0.464539] system 00:03: [io  0x0c6f] has been reserved
[    0.464540] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[    0.464575] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.464576] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.464997] pnp: PnP ACPI: found 5 devices
[    0.471097] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.471377] NET: Registered PF_INET protocol family
[    0.471709] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.474433] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.474496] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.474512] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.475084] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.475388] TCP: Hash tables configured (established 524288 bind 65536)
[    0.475810] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.475883] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.476025] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.476228] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.476235] NET: Registered PF_XDP protocol family
[    0.476240] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.476259] pci 0000:01:00.0: BAR 6: assigned [mem 0xd1080000-0xd10fffff pref]
[    0.476261] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.476263] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.476266] pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
[    0.476268] pci 0000:00:01.1:   bridge window [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
[    0.476271] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.476274] pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
[    0.476278] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.476279] pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
[    0.476281] pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
[    0.476285] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.476287] pci 0000:00:02.2:   bridge window [mem 0xd1200000-0xd13fffff]
[    0.476293] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.476294] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.476296] pci 0000:00:08.1:   bridge window [mem 0xd1400000-0xd17fffff]
[    0.476298] pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[    0.476301] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.476303] pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.476309] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.476310] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.476311] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.476312] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
[    0.476313] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
[    0.476314] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf7ffffff window]
[    0.476315] pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfed3ffff window]
[    0.476316] pci_bus 0000:00: resource 11 [mem 0xa50200000-0xfcffffffff window]
[    0.476317] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.476318] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd10fffff]
[    0.476319] pci_bus 0000:01: resource 2 [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
[    0.476321] pci_bus 0000:02: resource 1 [mem 0xd1900000-0xd19fffff]
[    0.476322] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.476322] pci_bus 0000:03: resource 1 [mem 0xd1800000-0xd18fffff]
[    0.476324] pci_bus 0000:04: resource 1 [mem 0xd1200000-0xd13fffff]
[    0.476325] pci_bus 0000:05: resource 0 [io  0x1000-0x1fff]
[    0.476326] pci_bus 0000:05: resource 1 [mem 0xd1400000-0xd17fffff]
[    0.476326] pci_bus 0000:05: resource 2 [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[    0.476328] pci_bus 0000:06: resource 1 [mem 0xd1100000-0xd11fffff]
[    0.476446] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.476703] pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
[    0.553072] pci 0000:05:00.3: quirk_usb_early_handoff+0x0/0x7c0 took 74575 usecs
[    0.553082] pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
[    0.566457] pci 0000:05:00.4: quirk_usb_early_handoff+0x0/0x7c0 took 13058 usecs
[    0.566468] PCI: CLS 64 bytes, default 64
[    0.566480] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.566514] Trying to unpack rootfs image as initramfs...
[    0.566529] pci 0000:00:01.0: Adding to iommu group 0
[    0.566537] pci 0000:00:01.1: Adding to iommu group 1
[    0.566546] pci 0000:00:01.2: Adding to iommu group 2
[    0.566557] pci 0000:00:02.0: Adding to iommu group 3
[    0.566565] pci 0000:00:02.1: Adding to iommu group 4
[    0.566573] pci 0000:00:02.2: Adding to iommu group 5
[    0.566587] pci 0000:00:08.0: Adding to iommu group 6
[    0.566593] pci 0000:00:08.1: Adding to iommu group 6
[    0.566599] pci 0000:00:08.2: Adding to iommu group 6
[    0.566612] pci 0000:00:14.0: Adding to iommu group 7
[    0.566619] pci 0000:00:14.3: Adding to iommu group 7
[    0.566655] pci 0000:00:18.0: Adding to iommu group 8
[    0.566662] pci 0000:00:18.1: Adding to iommu group 8
[    0.566668] pci 0000:00:18.2: Adding to iommu group 8
[    0.566675] pci 0000:00:18.3: Adding to iommu group 8
[    0.566681] pci 0000:00:18.4: Adding to iommu group 8
[    0.566689] pci 0000:00:18.5: Adding to iommu group 8
[    0.566695] pci 0000:00:18.6: Adding to iommu group 8
[    0.566703] pci 0000:00:18.7: Adding to iommu group 8
[    0.566715] pci 0000:01:00.0: Adding to iommu group 9
[    0.566722] pci 0000:01:00.1: Adding to iommu group 9
[    0.566732] pci 0000:02:00.0: Adding to iommu group 10
[    0.566741] pci 0000:03:00.0: Adding to iommu group 11
[    0.566750] pci 0000:04:00.0: Adding to iommu group 12
[    0.566758] pci 0000:05:00.0: Adding to iommu group 6
[    0.566762] pci 0000:05:00.2: Adding to iommu group 6
[    0.566765] pci 0000:05:00.3: Adding to iommu group 6
[    0.566768] pci 0000:05:00.4: Adding to iommu group 6
[    0.566773] pci 0000:05:00.5: Adding to iommu group 6
[    0.566777] pci 0000:05:00.6: Adding to iommu group 6
[    0.566781] pci 0000:06:00.0: Adding to iommu group 6
[    0.566784] pci 0000:06:00.1: Adding to iommu group 6
[    0.568073] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.568077] pci 0000:00:00.2: PCI INT A: not connected
[    0.568383] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.568385] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.568390] AMD-Vi: Interrupt remapping enabled
[    0.568391] AMD-Vi: X2APIC enabled
[    0.568421] AMD-Vi: Virtual APIC enabled
[    0.568512] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.568513] software IO TLB: mapped [mem 0x00000000c5100000-0x00000000c9100000] (64MB)
[    0.568560] LVT offset 0 assigned for vector 0x400
[    0.568885] perf: AMD IBS detected (0x000003ff)
[    0.568898] amd_uncore: 4  amd_df counters detected
[    0.568901] amd_uncore: 6  amd_l3 counters detected
[    0.569223] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.571617] Initialise system trusted keyrings
[    0.571628] Key type blacklist registered
[    0.571688] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    0.571702] zbud: loaded
[    0.572074] integrity: Platform Keyring initialized
[    0.572078] integrity: Machine keyring initialized
[    0.574432] NET: Registered PF_ALG protocol family
[    0.574435] xor: automatically using best checksumming function   avx       
[    0.574436] Key type asymmetric registered
[    0.574437] Asymmetric key parser 'x509' registered
[    0.900628] Freeing initrd memory: 55832K
[    0.906013] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.906065] io scheduler mq-deadline registered
[    0.906066] io scheduler kyber registered
[    0.906075] io scheduler bfq registered
[    0.907631] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.908893] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.908997] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[    0.909092] pcieport 0000:00:02.1: PME: Signaling with IRQ 28
[    0.909186] pcieport 0000:00:02.2: PME: Signaling with IRQ 29
[    0.909274] pcieport 0000:00:08.1: PME: Signaling with IRQ 30
[    0.909425] pcieport 0000:00:08.2: PME: Signaling with IRQ 31
[    0.909497] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.910331] ACPI: AC: AC Adapter [ADP0] (on-line)
[    0.910369] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.910379] ACPI: button: Lid Switch [LID0]
[    0.910397] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.910407] ACPI: button: Power Button [PWRB]
[    0.910428] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.910469] ACPI: button: Power Button [PWRF]
[    0.910501] Monitor-Mwait will be used to enter C-1 state
[    0.910509] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.910583] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.910689] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.910787] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.910890] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.911010] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.911131] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.911246] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.911359] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[    0.911473] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[    0.911580] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[    0.911709] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[    0.911828] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[    0.911891] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[    0.911948] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[    0.912054] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[    0.912305] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.913604] Non-volatile memory driver v1.3
[    0.913608] Linux agpgart interface v0.103
[    0.927695] tpm tpm0: AMD fTPM version 0x3004900000005 causes system stutter; hwrng disabled
[    0.928108] ACPI: bus type drm_connector registered
[    0.930353] ahci 0000:06:00.0: version 3.0
[    0.930452] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.930454] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.930709] scsi host0: ahci
[    0.930745] ata1: SATA max UDMA/133 abar m2048@0xd1101000 port 0xd1101100 irq 33
[    0.930833] ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.930836] ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.931054] scsi host1: ahci
[    0.931085] ata2: SATA max UDMA/133 abar m2048@0xd1100000 port 0xd1100100 irq 35
[    0.931359] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    0.931429] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[    0.931509] xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.931819] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    0.931887] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[    0.931890] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.931917] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    0.931919] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.931920] usb usb1: Product: xHCI Host Controller
[    0.931920] usb usb1: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.931921] usb usb1: SerialNumber: 0000:05:00.3
[    0.932053] hub 1-0:1.0: USB hub found
[    0.932060] hub 1-0:1.0: 4 ports detected
[    0.932178] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.932191] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    0.932193] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.932194] usb usb2: Product: xHCI Host Controller
[    0.932195] usb usb2: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.932195] usb usb2: SerialNumber: 0000:05:00.3
[    0.932310] hub 2-0:1.0: USB hub found
[    0.932315] hub 2-0:1.0: 2 ports detected
[    0.932425] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    0.932464] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[    0.932541] xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.932824] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    0.932859] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[    0.932861] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.932882] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    0.932884] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.932885] usb usb3: Product: xHCI Host Controller
[    0.932885] usb usb3: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.932886] usb usb3: SerialNumber: 0000:05:00.4
[    0.932961] hub 3-0:1.0: USB hub found
[    0.932965] hub 3-0:1.0: 4 ports detected
[    0.933066] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.933080] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    0.933082] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.933083] usb usb4: Product: xHCI Host Controller
[    0.933084] usb usb4: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.933085] usb usb4: SerialNumber: 0000:05:00.4
[    0.933151] hub 4-0:1.0: USB hub found
[    0.933155] hub 4-0:1.0: 2 ports detected
[    0.933227] usbcore: registered new interface driver usbserial_generic
[    0.933231] usbserial: USB Serial support registered for generic
[    0.933250] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[    0.933251] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.934061] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.934122] mousedev: PS/2 mouse device common for all mice
[    0.934216] rtc_cmos 00:01: RTC can wake from S4
[    0.934421] rtc_cmos 00:01: registered as rtc0
[    0.934458] rtc_cmos 00:01: setting system clock to 2023-04-12T17:00:40 UTC (1681318840)
[    0.934476] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.934490] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.934493] device-mapper: uevent: version 1.0.3
[    0.934551] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    0.934924] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    0.936248] fbcon: Deferring console take-over
[    0.936253] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.936446] hid: raw HID events driver (C) Jiri Kosina
[    0.936470] usbcore: registered new interface driver usbhid
[    0.936471] usbhid: USB HID core driver
[    0.936623] drop_monitor: Initializing network drop monitor service
[    0.947257] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.947346] Initializing XFRM netlink socket
[    0.947395] NET: Registered PF_INET6 protocol family
[    0.952884] Segment Routing with IPv6
[    0.952888] RPL Segment Routing with IPv6
[    0.952902] In-situ OAM (IOAM) with IPv6
[    0.952935] mip6: Mobile IPv6
[    0.952940] NET: Registered PF_PACKET protocol family
[    0.954968] microcode: CPU15: patch_level=0x08600104
[    0.954970] microcode: CPU1: patch_level=0x08600104
[    0.954975] microcode: CPU14: patch_level=0x08600104
[    0.954976] microcode: CPU0: patch_level=0x08600104
[    0.954983] microcode: CPU2: patch_level=0x08600104
[    0.954987] microcode: CPU8: patch_level=0x08600104
[    0.954988] microcode: CPU3: patch_level=0x08600104
[    0.954988] microcode: CPU5: patch_level=0x08600104
[    0.954987] microcode: CPU10: patch_level=0x08600104
[    0.954990] microcode: CPU4: patch_level=0x08600104
[    0.954989] microcode: CPU7: patch_level=0x08600104
[    0.954989] microcode: CPU6: patch_level=0x08600104
[    0.954989] microcode: CPU9: patch_level=0x08600104
[    0.954992] microcode: CPU11: patch_level=0x08600104
[    0.954994] microcode: CPU12: patch_level=0x08600104
[    0.954993] microcode: CPU13: patch_level=0x08600104
[    0.955024] microcode: Microcode Update Driver: v2.2.
[    0.955400] resctrl: L3 allocation detected
[    0.955401] resctrl: MB allocation detected
[    0.955401] resctrl: L3 monitoring detected
[    0.955406] IPI shorthand broadcast: enabled
[    0.955411] AVX2 version of gcm_enc/dec engaged.
[    0.955650] AES CTR mode by8 optimization enabled
[    0.957246] registered taskstats version 1
[    0.957848] Loading compiled-in X.509 certificates
[    0.965178] Loaded X.509 cert 'Fedora kernel signing key: ee710d21b2c006d3ae772e96c423439621dcda62'
[    0.965549] zswap: loaded using pool lzo/zbud
[    0.967504] page_owner is disabled
[    0.967606] Key type .fscrypt registered
[    0.967608] Key type fscrypt-provisioning registered
[    0.967964] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[    0.967978] Key type big_key registered
[    0.968406] Key type trusted registered
[    0.971085] Key type encrypted registered
[    0.971461] Loading compiled-in module X.509 certificates
[    0.972229] Loaded X.509 cert 'Fedora kernel signing key: ee710d21b2c006d3ae772e96c423439621dcda62'
[    0.972232] ima: Allocated hash algorithm: sha256
[    0.984666] ima: No architecture policies found
[    0.984678] evm: Initialising EVM extended attributes:
[    0.984679] evm: security.selinux
[    0.984680] evm: security.SMACK64 (disabled)
[    0.984681] evm: security.SMACK64EXEC (disabled)
[    0.984681] evm: security.SMACK64TRANSMUTE (disabled)
[    0.984682] evm: security.SMACK64MMAP (disabled)
[    0.984682] evm: security.apparmor (disabled)
[    0.984682] evm: security.ima
[    0.984683] evm: security.capability
[    0.984683] evm: HMAC attrs: 0x1
[    0.984925] ACPI: battery: Slot [BAT0] (battery present)
[    1.020873] alg: No test for 842 (842-scomp)
[    1.020923] alg: No test for 842 (842-generic)
[    1.104000] PM:   Magic number: 3:653:36
[    1.104075] acpi STK00043:01: hash matches
[    1.104120] memory memory205: hash matches
[    1.104140] memory memory72: hash matches
[    1.104271] RAS: Correctable Errors collector initialized.
[    1.104341] 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
[    1.187011] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.187036] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    1.245398] ata2: SATA link down (SStatus 0 SControl 300)
[    1.319949] usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[    1.319958] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.319959] usb 1-2: Product: USB 2.0 Hub
[    1.362108] usb 3-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[    1.362122] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.387440] hub 1-2:1.0: USB hub found
[    1.387996] hub 1-2:1.0: 4 ports detected
[    1.419091] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.447456] ata1.00: ATA-10: ST1000LM035-1RK172, LFM3, max UDMA/100
[    1.456712] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.505934] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    1.506878] ata1.00: configured for UDMA/100
[    1.526954] scsi 0:0:0:0: Direct-Access     ATA      ST1000LM035-1RK1 LFM3 PQ: 0 ANSI: 5
[    1.527561] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.527745] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.527752] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.527782] sd 0:0:0:0: [sda] Write Protect is off
[    1.527785] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.527848] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.527939] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    1.595823]  sda: sda1
[    1.596099] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.597467] Freeing unused decrypted memory: 2036K
[    1.598247] Freeing unused kernel image (initmem) memory: 4360K
[    1.601685] Write protecting the kernel read-only data: 32768k
[    1.601914] Freeing unused kernel image (rodata/data gap) memory: 316K
[    1.631285] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.631290] rodata_test: all tests were successful
[    1.631296] Run /init as init process
[    1.631297]   with arguments:
[    1.631298]     /init
[    1.631299]     rhgb
[    1.631299]   with environment:
[    1.631300]     HOME=/
[    1.631300]     TERM=linux
[    1.631301]     BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64
[    1.646555] usb 1-3: New USB device found, idVendor=13d3, idProduct=56ff, bcdDevice=19.19
[    1.646558] usb 1-3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.646559] usb 1-3: Product: Integrated Camera
[    1.646561] usb 1-3: Manufacturer: Azurewave
[    1.650540] systemd[1]: systemd 253.2-1.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    1.650546] systemd[1]: Detected architecture x86-64.
[    1.650548] systemd[1]: Running in initrd.
[    1.650623] systemd[1]: No hostname configured, using default hostname.
[    1.650671] systemd[1]: Hostname set to <fedora>.
[    1.818931] usb 1-2.2: new full-speed USB device number 4 using xhci_hcd
[    2.039188] usb 1-2.2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    2.039199] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.039203] usb 1-2.2: Product: USB Receiver
[    2.039206] usb 1-2.2: Manufacturer: Logitech
[    2.070838] systemd[1]: bpf-lsm: LSM BPF program attached
[    2.118095] systemd[1]: Queued start job for default target initrd.target.
[    2.125541] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.0/0003:046D:C534.0001/input/input4
[    2.133361] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    2.133425] systemd[1]: Reached target local-fs.target - Local File Systems.
[    2.133452] systemd[1]: Reached target slices.target - Slice Units.
[    2.133470] systemd[1]: Reached target swap.target - Swaps.
[    2.133487] systemd[1]: Reached target timers.target - Timer Units.
[    2.133570] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    2.133654] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    2.133733] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    2.133815] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    2.133879] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    2.133896] systemd[1]: Reached target sockets.target - Socket Units.
[    2.134687] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    2.134732] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    2.137103] systemd[1]: Starting systemd-journald.service - Journal Service...
[    2.137799] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    2.138354] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    2.138923] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[    2.144082] systemd-journald[311]: Collecting audit messages is disabled.
[    2.155950] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    2.157415] fuse: init (API version 7.38)
[    2.173012] systemd[1]: Finished systemd-vconsole-setup.service - Setup Virtual Console.
[    2.177917] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input0
[    2.182169] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/input/input5
[    2.182331] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/input/input6
[    2.190139] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    2.190395] systemd[1]: Started systemd-journald.service - Journal Service.
[    2.233837] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/input/input7
[    2.234096] hid-generic 0003:046D:C534.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input1
[    2.497112] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input0
[    2.526070] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    2.526104] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    2.526173] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input10
[    2.526303] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.526339] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:01/input/input11
[    2.550269] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    2.550391] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    2.550682] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    2.555848] r8169 0000:03:00.0: enabling device (0000 -> 0003)
[    2.564577] r8169 0000:03:00.0 eth0: RTL8168gu/8111gu, 54:05:db:6b:14:15, XID 509, IRQ 56
[    2.564583] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.569820] input: MSFT0001:00 04F3:3140 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input12
[    2.582966] input: MSFT0001:00 04F3:3140 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input13
[    2.629879] hid-generic 0018:04F3:3140.0003: input,hidraw2: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3140] on i2c-MSFT0001:00
[    2.631551] r8169 0000:03:00.0 eno1: renamed from eth0
[    2.646006] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    2.646191] nvme nvme0: pci function 0000:02:00.0
[    2.655398] nvme nvme0: 15/0/0 default/read/poll queues
[    2.659957]  nvme0n1: p1 p2 p3
[    2.665303] logitech-djreceiver 0003:046D:C534.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input1
[    2.671948] BTRFS: device fsid a63d636c-13cb-4d37-8c19-87ab490e4250 devid 1 transid 393 /dev/nvme0n1p3 scanned by (udev-worker) (506)
[    2.720186] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[    2.720457] input: MSFT0001:00 04F3:3140 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input14
[    2.720621] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input16
[    2.720825] input: MSFT0001:00 04F3:3140 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input15
[    2.721410] hid-generic 0003:046D:4054.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:05:00.3-2.2/input1:2
[    2.721555] hid-multitouch 0018:04F3:3140.0003: input,hidraw3: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3140] on i2c-MSFT0001:00
[    2.732258] ccp 0000:05:00.2: enabling device (0000 -> 0002)
[    2.732414] ccp 0000:05:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    2.742571] ccp 0000:05:00.2: tee enabled
[    2.742574] ccp 0000:05:00.2: psp enabled
[    2.745006] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    2.766293] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input20
[    2.766680] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:05:00.3-2.2/input1:2
[    2.823734] BTRFS: device fsid d7bc036a-c117-4eb0-a1d0-732f8633a6a3 devid 1 transid 414 /dev/sda1 scanned by (udev-worker) (432)
[    4.657734] [drm] amdgpu kernel modesetting enabled.
[    4.657755] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    4.657968] ATPX version 1, functions 0x00000001
[    4.657989] ATPX Hybrid Graphics
[    4.659220] amdgpu: Virtual CRAT table created for CPU
[    4.659232] amdgpu: Topology: Add CPU node
[    4.659330] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[    4.659367] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x17AA:0x3A44 0xC6).
[    4.659407] [drm] register mmio base: 0xD1700000
[    4.659408] [drm] register mmio size: 524288
[    4.660773] [drm] add ip block number 0 <soc15_common>
[    4.660775] [drm] add ip block number 1 <gmc_v9_0>
[    4.660776] [drm] add ip block number 2 <vega10_ih>
[    4.660777] [drm] add ip block number 3 <psp>
[    4.660779] [drm] add ip block number 4 <smu>
[    4.660780] [drm] add ip block number 5 <dm>
[    4.660781] [drm] add ip block number 6 <gfx_v9_0>
[    4.660782] [drm] add ip block number 7 <sdma_v4_0>
[    4.660783] [drm] add ip block number 8 <vcn_v2_0>
[    4.660784] [drm] add ip block number 9 <jpeg_v2_0>
[    4.660799] amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
[    4.660801] amdgpu: ATOM BIOS: 113-RENOIR-035
[    4.661590] [drm] VCN decode is enabled in VM mode
[    4.661591] [drm] VCN encode is enabled in VM mode
[    4.661591] [drm] JPEG decode is enabled in VM mode
[    4.676353] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[    4.676359] amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    4.676363] amdgpu 0000:05:00.0: amdgpu: PCIE atomic ops is not supported
[    4.676372] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[    4.676668] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    4.676675] amdgpu 0000:05:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    4.676677] amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    4.676678] amdgpu 0000:05:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    4.676682] [drm] Detected VRAM RAM=512M, BAR=512M
[    4.676683] [drm] RAM width 128bits DDR4
[    4.676733] [drm] amdgpu: 512M of VRAM memory ready
[    4.676734] [drm] amdgpu: 19730M of GTT memory ready.
[    4.676744] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    4.676858] [drm] PCIE GART of 1024M enabled.
[    4.676859] [drm] PTB located at 0x000000F41FC00000
[    4.680885] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    4.680888] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    4.685102] [drm] Loading DMUB firmware via PSP: version=0x01010026
[    4.705196] [drm] Found VCN firmware Version ENC: 1.19 DEC: 5 VEP: 0 Revision: 0
[    4.705205] amdgpu 0000:05:00.0: amdgpu: Will use PSP to load VCN firmware
[    5.392330] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    5.469514] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    5.478187] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    5.482616] [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
[    5.482765] [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
[    5.482770] amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.
[    5.482773] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
[    5.483038] amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
[    5.484222] [drm] Display Core initialized with v3.2.215!
[    5.484764] [drm] DMUB hardware initialized: version=0x01010026
[    5.657159] [drm] kiq ring mec 2 pipe 1 q 0
[    5.660052] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    5.660067] [drm] JPEG decode initialized successfully.
[    5.662448] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    5.662528] amdgpu: sdma_bitmap: 3
[    5.669287] memmap_init_zone_device initialised 131072 pages in 1ms
[    5.669299] amdgpu: HMM registered 512MB device memory
[    5.669333] amdgpu: SRAT table not found
[    5.669334] amdgpu: Virtual CRAT table created for GPU
[    5.669414] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[    5.669416] kfd kfd: amdgpu: added device 1002:1636
[    5.669502] amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 7
[    5.669576] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    5.669578] amdgpu 0000:05:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[    5.669579] amdgpu 0000:05:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[    5.669579] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[    5.669580] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[    5.669581] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[    5.669582] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[    5.669583] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[    5.669584] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[    5.669585] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[    5.669586] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[    5.669586] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[    5.669587] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    5.669588] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    5.669589] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    5.669590] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    5.669591] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    5.671553] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:05:00.0 on minor 1
[    5.677144] fbcon: amdgpudrmfb (fb0) is primary device
[    5.677150] fbcon: Deferring console take-over
[    5.677155] amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    5.715773] [drm] DSC precompute is not needed.
[    5.804017] BTRFS info (device nvme0n1p3): using crc32c (crc32c-intel) checksum algorithm
[    5.804025] BTRFS info (device nvme0n1p3): using free space tree
[    5.809537] BTRFS info (device nvme0n1p3): enabling ssd optimizations
[    5.809542] BTRFS info (device nvme0n1p3): auto enabling async discard
[    6.265369] systemd-journald[311]: Received SIGTERM from PID 1 (systemd).
[    6.358358] audit: type=1404 audit(1681318845.922:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
[    6.389002] SELinux:  policy capability network_peer_controls=1
[    6.389007] SELinux:  policy capability open_perms=1
[    6.389008] SELinux:  policy capability extended_socket_class=1
[    6.389009] SELinux:  policy capability always_check_network=0
[    6.389009] SELinux:  policy capability cgroup_seclabel=1
[    6.389010] SELinux:  policy capability nnp_nosuid_transition=1
[    6.389010] SELinux:  policy capability genfs_seclabel_symlinks=1
[    6.389011] SELinux:  policy capability ioctl_skip_cloexec=0
[    6.423042] audit: type=1403 audit(1681318845.987:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
[    6.423811] systemd[1]: Successfully loaded SELinux policy in 65.602ms.
[    6.457431] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 29.032ms.
[    6.460499] systemd[1]: systemd 253.2-1.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    6.460507] systemd[1]: Detected architecture x86-64.
[    6.462078] systemd[1]: Hostname set to <lenovo>.
[    6.958808] systemd[1]: bpf-lsm: LSM BPF program attached
[    7.091308] zram: Added device: zram0
[    7.219445] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    7.228046] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[    7.228748] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    7.229271] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[    7.229946] systemd[1]: Created slice system-akmods\x2dkeygen.slice - Slice /system/akmods-keygen.
[    7.230228] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    7.230506] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    7.230794] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[    7.231113] systemd[1]: Created slice user.slice - User and Session Slice.
[    7.231143] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[    7.231294] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    7.231747] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    7.231809] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    7.231839] systemd[1]: Reached target getty.target - Login Prompts.
[    7.231868] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[    7.231895] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[    7.231917] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[    7.231944] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    7.232012] systemd[1]: Reached target slices.target - Slice Units.
[    7.232051] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    7.232935] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[    7.234474] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[    7.235744] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[    7.235896] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    7.236667] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[    7.237870] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    7.238200] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    7.238558] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[    7.250098] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    7.252375] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    7.253841] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    7.255169] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    7.255352] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    7.255718] systemd[1]: iscsi-starter.service was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/var/lib/iscsi/nodes).
[    7.257011] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    7.258267] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    7.259988] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    7.261510] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    7.263042] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    7.264707] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    7.266174] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    7.266298] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[    7.270775] loop: module loaded
[    7.282869] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[    7.283214] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[    7.294853] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[    7.295151] systemd[1]: Stopped systemd-journald.service - Journal Service.
[    7.295593] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    7.307273] systemd[1]: Starting systemd-journald.service - Journal Service...
[    7.309393] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    7.311091] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[    7.311215] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    7.313250] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    7.315268] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    7.317207] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    7.317399] systemd-journald[660]: Collecting audit messages is enabled.
[    7.317406] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    7.317537] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    7.317680] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    7.333127] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    7.333323] audit: type=1130 audit(1681318846.897:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.334832] systemd[1]: Started systemd-journald.service - Journal Service.
[    7.334990] audit: type=1130 audit(1681318846.899:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.353129] audit: type=1130 audit(1681318846.917:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.373167] audit: type=1130 audit(1681318846.937:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.373178] audit: type=1131 audit(1681318846.937:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.393194] audit: type=1130 audit(1681318846.957:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.393204] audit: type=1131 audit(1681318846.957:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.405192] audit: type=1130 audit(1681318846.969:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.496806] systemd-journald[660]: Received client request to flush runtime journal.
[    7.498474] systemd-journald[660]: File /var/log/journal/465362eb70c8426fa21d049751e5d384/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    7.688820] zram0: detected capacity change from 0 to 16777216
[    7.719007] acpi_cpufreq: overriding BIOS provided _PSD data
[    7.787018] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[    7.800057] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    7.800064] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    7.800140] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    7.803022] mc: Linux media interface: v0.10
[    7.816696] snd_rn_pci_acp3x 0000:05:00.5: enabling device (0000 -> 0002)
[    7.818045] input: PC Speaker as /devices/platform/pcspkr/input/input21
[    7.827877] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    7.827885] RAPL PMU: hw unit of domain package 2^-16 Joules
[    7.831865] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input22
[    7.838338] EXT4-fs (nvme0n1p2): mounting ext2 file system using the ext4 subsystem
[    7.841463] ideapad_acpi VPC2004:00: DYTC interface is not available
[    7.850543] EXT4-fs (nvme0n1p2): mounted filesystem 9d685df5-24ea-4371-9575-9e8ab08b0d26 without journal. Quota mode: none.
[    7.851080] videodev: Linux video capture interface: v2.00
[    7.938323] Bluetooth: Core ver 2.22
[    7.938851] NET: Registered PF_BLUETOOTH protocol family
[    7.938854] Bluetooth: HCI device and connection manager initialized
[    7.938861] Bluetooth: HCI socket layer initialized
[    7.938864] Bluetooth: L2CAP socket layer initialized
[    7.938873] Bluetooth: SCO socket layer initialized
[    7.960071] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.960849] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.986286] SVM: TSC scaling supported
[    7.986292] kvm: Nested Virtualization enabled
[    7.986293] SVM: kvm: Nested Paging enabled
[    7.986311] SVM: Virtual VMLOAD VMSAVE supported
[    7.986312] SVM: Virtual GIF supported
[    7.986312] SVM: LBR virtualization supported
[    7.998750] MCE: In-kernel MCE decoding enabled.
[    8.004577] usb 1-3: Found UVC 1.00 device Integrated Camera (13d3:56ff)
[    8.019081] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3:1.0/input/input23
[    8.019179] usbcore: registered new interface driver uvcvideo
[    8.019742] intel_rapl_common: Found RAPL domain package
[    8.019748] intel_rapl_common: Found RAPL domain core
[    8.044263] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    8.044381] snd_hda_intel 0000:01:00.1: Disabling MSI
[    8.044386] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    8.044509] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[    8.097093] usbcore: registered new interface driver btusb
[    8.101585] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input24
[    8.101679] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input25
[    8.101721] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input26
[    8.101783] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input27
[    8.108919] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[    8.108926] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[    8.112781] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    8.112786] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.112787] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    8.112789] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    8.112789] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    8.112790] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    8.112791] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    8.140469] ath10k_pci 0000:04:00.0: enabling device (0000 -> 0002)
[    8.142428] ath10k_pci 0000:04:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    8.153445] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input28
[    8.153508] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input29
[    8.350574] BTRFS info (device sda1): using crc32c (crc32c-intel) checksum algorithm
[    8.350584] BTRFS info (device sda1): using free space tree
[    8.371466] ath10k_pci 0000:04:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 17aa:0827
[    8.371473] ath10k_pci 0000:04:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[    8.371804] ath10k_pci 0000:04:00.0: firmware ver WLAN.RM.4.4.1-00288- api 6 features wowlan,ignore-otp,mfp crc32 bf907c7c
[    8.438622] ath10k_pci 0000:04:00.0: board_file api 2 bmi_id N/A crc32 62812cba
[    8.487541] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[    8.516249] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[    8.518414] ath10k_pci 0000:04:00.0: htt-ver 3.87 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    8.562270] BTRFS info (device sda1): auto enabling async discard
[    8.577522] ath: EEPROM regdomain: 0x6c
[    8.577527] ath: EEPROM indicates we should expect a direct regpair map
[    8.577531] ath: Country alpha2 being used: 00
[    8.577533] ath: Regpair used: 0x6c
[    8.580734] ath10k_pci 0000:04:00.0 wlp4s0: renamed from wlan0
[    8.805846] RPC: Registered named UNIX socket transport module.
[    8.805850] RPC: Registered udp transport module.
[    8.805850] RPC: Registered tcp transport module.
[    8.805851] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.023301] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.023308] Bluetooth: BNEP filters: protocol multicast
[    9.023313] Bluetooth: BNEP socket layer initialized
[    9.027692] nvidia: loading out-of-tree module taints kernel.
[    9.027702] nvidia: module license 'NVIDIA' taints kernel.
[    9.027703] Disabling lock debugging due to kernel taint
[    9.055821] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    9.154361] nvidia-nvlink: Nvlink Core is being initialized, major device number 509

[    9.155828] nvidia 0000:01:00.0: enabling device (0100 -> 0103)
[    9.155948] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    9.204760] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  530.41.03  Thu Mar 16 19:48:20 UTC 2023
[    9.205133] NET: Registered PF_QIPCRTR protocol family
[    9.243524] Bluetooth: MGMT ver 1.22
[    9.298597] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[    9.415076] nvidia-uvm: Loaded the UVM driver, major device number 507.
[    9.455102] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  530.41.03  Thu Mar 16 19:23:04 UTC 2023
[    9.460287] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    9.478921] ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20221020/nsarguments-61)
[    9.494702] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[    9.652753] r8169 0000:03:00.0 eno1: Link is Down
[   10.178254] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[   11.673205] rfkill: input handler disabled
[   12.456131] Bluetooth: RFCOMM TTY layer initialized
[   12.456143] Bluetooth: RFCOMM socket layer initialized
[   12.456156] Bluetooth: RFCOMM ver 1.11
[   13.839106] wlp4s0: authenticate with 60:a4:b7:6b:69:df
[   13.897749] wlp4s0: send auth to 60:a4:b7:6b:69:df (try 1/3)
[   13.898503] wlp4s0: authenticated
[   13.899707] wlp4s0: associate with 60:a4:b7:6b:69:df (try 1/3)
[   13.907141] wlp4s0: RX AssocResp from 60:a4:b7:6b:69:df (capab=0x1111 status=0 aid=1)
[   13.910861] wlp4s0: associated
[   13.910988] ath: EEPROM regdomain: 0x8283
[   13.910992] ath: EEPROM indicates we should expect a country code
[   13.910994] ath: doing EEPROM country->regdmn map search
[   13.910996] ath: country maps to regdmn code: 0x3d
[   13.910997] ath: Country alpha2 being used: RU
[   13.910999] ath: Regpair used: 0x3d
[   13.911000] ath: regdomain 0x8283 dynamically updated by country element
[   13.952553] wlp4s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 60:a4:b7:6b:69:df
[   14.152038] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[  122.650794] logitech-hidpp-device 0003:046D:4054.0004: HID++ 4.5 device connected.
[  129.157350] systemd-journald[660]: /var/log/journal/465362eb70c8426fa21d049751e5d384/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[  129.522560] rfkill: input handler enabled
[  131.656029] rfkill: input handler disabled
[ 2031.526396] i2c_dev: i2c /dev entries driver
[ 3817.756543] wlp4s0: deauthenticating from 60:a4:b7:6b:69:df by local choice (Reason: 3=DEAUTH_LEAVING)
[ 3817.943579] rfkill: input handler enabled
[ 3818.082927] PM: suspend entry (deep)
[ 3818.384726] Filesystems sync: 0.301 seconds
[ 3818.394771] Freezing user space processes
[ 3818.396902] Freezing user space processes completed (elapsed 0.002 seconds)
[ 3818.396906] OOM killer disabled.
[ 3818.396906] Freezing remaining freezable tasks
[ 3818.398405] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 3818.398420] printk: Suspending console(s) (use no_console_suspend to debug)
[ 3818.424677] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 3818.426607] sd 0:0:0:0: [sda] Stopping disk
[ 3818.433972] [drm] psp gfx command UNLOAD_TA(0x2) failed and response status is (0x117)
[ 3819.786185] PM: suspend devices took 1.388 seconds
[ 3819.787659] ACPI: EC: interrupt blocked
[ 3819.892131] ACPI: PM: Preparing to enter system sleep state S3
[ 3819.892904] ACPI: EC: event blocked
[ 3819.892906] ACPI: EC: EC stopped
[ 3819.892907] ACPI: PM: Saving platform NVS memory
[ 3819.893352] Disabling non-boot CPUs ...
[ 3819.897531] smpboot: CPU 1 is now offline
[ 3819.901278] smpboot: CPU 2 is now offline
[ 3819.904529] smpboot: CPU 3 is now offline
[ 3819.908237] smpboot: CPU 4 is now offline
[ 3819.911738] smpboot: CPU 5 is now offline
[ 3819.914670] smpboot: CPU 6 is now offline
[ 3819.917440] smpboot: CPU 7 is now offline
[ 3819.920081] smpboot: CPU 8 is now offline
[ 3819.922501] smpboot: CPU 9 is now offline
[ 3819.925300] smpboot: CPU 10 is now offline
[ 3819.928344] smpboot: CPU 11 is now offline
[ 3819.930812] smpboot: CPU 12 is now offline
[ 3819.933000] smpboot: CPU 13 is now offline
[ 3819.935534] smpboot: CPU 14 is now offline
[ 3819.936682] Spectre V2 : Update user space SMT mitigation: STIBP off
[ 3819.938354] smpboot: CPU 15 is now offline
[ 3819.938691] ACPI: PM: Low-level resume complete
[ 3819.938691] ACPI: EC: EC started
[ 3819.938691] ACPI: PM: Restoring platform NVS memory
[ 3819.938691] AMD-Vi: Virtual APIC enabled
[ 3819.938691] AMD-Vi: Virtual APIC enabled
[ 3819.938691] LVT offset 0 assigned for vector 0x400
[ 3819.938691] Enabling non-boot CPUs ...
[ 3819.938691] x86: Booting SMP configuration:
[ 3819.938691] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 3819.939764] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[ 3819.940054] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 3819.940065] CPU1 is up
[ 3819.940117] smpboot: Booting Node 0 Processor 2 APIC 0x2
[ 3819.940539] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[ 3819.941031] CPU2 is up
[ 3819.941063] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 3819.941616] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[ 3819.942231] CPU3 is up
[ 3819.942263] smpboot: Booting Node 0 Processor 4 APIC 0x4
[ 3819.943213] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[ 3819.943732] CPU4 is up
[ 3819.943773] smpboot: Booting Node 0 Processor 5 APIC 0x5
[ 3819.944163] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[ 3819.944619] CPU5 is up
[ 3819.944663] smpboot: Booting Node 0 Processor 6 APIC 0x6
[ 3819.945222] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[ 3819.945850] CPU6 is up
[ 3819.945898] smpboot: Booting Node 0 Processor 7 APIC 0x7
[ 3819.946277] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[ 3819.946879] CPU7 is up
[ 3819.946926] smpboot: Booting Node 0 Processor 8 APIC 0x8
[ 3819.947622] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[ 3819.948864] CPU8 is up
[ 3819.948913] smpboot: Booting Node 0 Processor 9 APIC 0x9
[ 3819.949389] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[ 3819.950255] CPU9 is up
[ 3819.950310] smpboot: Booting Node 0 Processor 10 APIC 0xa
[ 3819.950933] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[ 3819.952553] CPU10 is up
[ 3819.952606] smpboot: Booting Node 0 Processor 11 APIC 0xb
[ 3819.953062] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[ 3819.954088] CPU11 is up
[ 3819.954187] smpboot: Booting Node 0 Processor 12 APIC 0xc
[ 3819.954847] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[ 3819.956213] CPU12 is up
[ 3819.956300] smpboot: Booting Node 0 Processor 13 APIC 0xd
[ 3819.956783] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[ 3819.957970] CPU13 is up
[ 3819.958059] smpboot: Booting Node 0 Processor 14 APIC 0xe
[ 3819.958807] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[ 3819.960325] CPU14 is up
[ 3819.960364] smpboot: Booting Node 0 Processor 15 APIC 0xf
[ 3819.960845] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[ 3819.962182] CPU15 is up
[ 3819.964118] ACPI: PM: Waking up from system sleep state S3
[ 3819.964708] ACPI: EC: interrupt unblocked
[ 3820.116416] ACPI: EC: event unblocked
[ 3820.116708] pci 0000:00:00.2: can't derive routing for PCI INT A
[ 3820.116712] pci 0000:00:00.2: PCI INT A: no GSI
[ 3820.116958] [drm] PCIE GART of 1024M enabled.
[ 3820.116963] [drm] PTB located at 0x000000F41FC00000
[ 3820.116979] [drm] PSP is resuming...
[ 3820.117790] sd 0:0:0:0: [sda] Starting disk
[ 3820.126452] nvme nvme0: 15/0/0 default/read/poll queues
[ 3820.354947] usb 3-3: reset full-speed USB device number 2 using xhci_hcd
[ 3820.373839] usb 1-3: reset high-speed USB device number 3 using xhci_hcd
[ 3820.424590] ata2: SATA link down (SStatus 0 SControl 300)
[ 3820.801118] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[ 3820.901747] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3820.911758] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 3820.916541] [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
[ 3820.916769] [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
[ 3820.916772] amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.
[ 3820.916774] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
[ 3820.916778] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[ 3820.916822] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[ 3820.917633] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[ 3820.918249] [drm] DMUB hardware initialized: version=0x01010026
[ 3821.007797] [drm] kiq ring mec 2 pipe 1 q 0
[ 3821.011018] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3821.011067] [drm] JPEG decode initialized successfully.
[ 3821.011077] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 3821.011079] amdgpu 0000:05:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[ 3821.011080] amdgpu 0000:05:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[ 3821.011080] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[ 3821.011081] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[ 3821.011082] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[ 3821.011083] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[ 3821.011084] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[ 3821.011085] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[ 3821.011086] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[ 3821.011086] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[ 3821.011087] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[ 3821.011088] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[ 3821.011089] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[ 3821.011089] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 3821.011090] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 3821.011091] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[ 3822.506973] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3822.601036] ata1.00: configured for UDMA/100
[ 3822.639485] PM: resume devices took 2.523 seconds
[ 3822.639947] OOM killer enabled.
[ 3822.639951] Restarting tasks ... done.
[ 3822.644504] random: crng reseeded on system resumption
[ 3822.647832] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[ 3822.647847] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[ 3822.717141] PM: suspend exit
[ 3823.025824] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[ 3823.055216] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 3823.084102] rfkill: input handler disabled
[ 3823.115693] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[ 3823.221018] r8169 0000:03:00.0 eno1: Link is Down
[ 3823.386677] Bluetooth: MGMT ver 1.22
[ 3826.772524] wlp4s0: authenticate with 60:a4:b7:6b:69:df
[ 3826.834043] wlp4s0: send auth to 60:a4:b7:6b:69:df (try 1/3)
[ 3826.834761] wlp4s0: authenticated
[ 3826.835674] wlp4s0: associate with 60:a4:b7:6b:69:df (try 1/3)
[ 3826.842710] wlp4s0: RX AssocResp from 60:a4:b7:6b:69:df (capab=0x1111 status=0 aid=1)
[ 3826.846352] wlp4s0: associated
[ 3826.846482] ath: EEPROM regdomain: 0x8283
[ 3826.846485] ath: EEPROM indicates we should expect a country code
[ 3826.846487] ath: doing EEPROM country->regdmn map search
[ 3826.846489] ath: country maps to regdmn code: 0x3d
[ 3826.846491] ath: Country alpha2 being used: RU
[ 3826.846492] ath: Regpair used: 0x3d
[ 3826.846494] ath: regdomain 0x8283 dynamically updated by country element
[ 3826.885584] wlp4s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 60:a4:b7:6b:69:df
[ 3827.058121] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[ 4330.492991] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[ 4330.695623] usb 3-2: New USB device found, idVendor=13fe, idProduct=4300, bcdDevice= 1.00
[ 4330.695634] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4330.695638] usb 3-2: Product: USB DISK 2.0
[ 4330.695663] usb 3-2: Manufacturer:         
[ 4330.695667] usb 3-2: SerialNumber: 072108AB1A05D457
[ 4330.723847] usb-storage 3-2:1.0: USB Mass Storage device detected
[ 4330.724076] scsi host2: usb-storage 3-2:1.0
[ 4330.724135] usbcore: registered new interface driver usb-storage
[ 4330.726414] usbcore: registered new interface driver uas
[ 4339.235988] scsi 2:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 4
[ 4339.236680] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 4339.238319] sd 2:0:0:0: [sdb] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 4339.239041] sd 2:0:0:0: [sdb] Write Protect is off
[ 4339.239048] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 4339.239805] sd 2:0:0:0: [sdb] No Caching mode page found
[ 4339.239812] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 4339.278662]  sdb: sdb1 sdb2
[ 4339.279137] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 4339.870228] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 4339.896173] ntfs3: Max link count 4000
[ 4339.896178] ntfs3: Enabled Linux POSIX ACLs support
[ 4339.896178] ntfs3: Read-only LZX/Xpress compression included
[ 4352.366434] ntfs3: sdb2: volume is dirty and "force" flag is not set!
[ 5137.794214] GPT:Primary header thinks Alt. header is not at the end of the disk.
[ 5137.794221] GPT:9457699 != 60628991
[ 5137.794225] GPT:Alternate GPT header not at the end of the disk.
[ 5137.794227] GPT:9457699 != 60628991
[ 5137.794229] GPT: Use GNU Parted to correct GPT errors.
[ 5137.794247]  sdb: sdb1 sdb2 sdb3
[ 5745.096753] usb 3-2: USB disconnect, device number 3
[ 5859.240727] legion_laptop: legion_laptop starts loading
[ 5859.240832] legion PNP0C09:00: legion_laptop platform driver probing
[ 5859.240836] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5859.240840] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5859.240846] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 0
[ 5859.240849] legion PNP0C09:00: Module not useable for this laptop because it is not in allowlist. Notify maintainer if you want to add your device or force load with param force.
[ 5859.240852] legion PNP0C09:00: legion_laptop not loaded for this device
[ 5859.240947] legion: probe of PNP0C09:00 failed with error -12

after sudo make forcereloadmodule, output with sudo dmesg

[    0.000000] Linux version 6.2.9-300.fc38.x86_64 (mockbuild@38f30b3c0c69453fae61718fc43f33bc) (gcc (GCC) 13.0.1 20230318 (Red Hat 13.0.1-0), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Mar 30 22:32:58 UTC 2023
[    0.000000] Command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64 root=UUID=a63d636c-13cb-4d37-8c19-87ab490e4250 ro rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
[    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] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f0d000-0x00000000bab68fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000ceffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000a0f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000a0f340000-0x0000000a2fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb534d018-0xb536ce57] usable ==> usable
[    0.000000] e820: update [mem 0xb534d018-0xb536ce57] usable ==> usable
[    0.000000] e820: update [mem 0xb56c7018-0xb56d4657] usable ==> usable
[    0.000000] e820: update [mem 0xb56c7018-0xb56d4657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f0d000-0x00000000b534d017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b534d018-0x00000000b536ce57] usable
[    0.000000] reserve setup_data: [mem 0x00000000b536ce58-0x00000000b56c7017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b56c7018-0x00000000b56d4657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b56d4658-0x00000000bab68fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ce000000-0x00000000ceffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x0000000a0f33ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000a0f340000-0x0000000a2fffffff] reserved
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0xcdffe000 ACPI 2.0=0xcdffe014 TPMFinalLog=0xcdedd000 SMBIOS=0xcb70c000 SMBIOS 3.0=0xcb70a000 ESRT=0xb66a7998 MEMATTR=0xb5727018 MOKvar=0xcb87d000 RNG=0xcdfb3018 TPMEventLog=0xb56d8018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem162: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
[    0.000000] e820: remove [mem 0xf8000000-0xfbffffff] reserved
[    0.000000] efi: Remove mem163: MMIO range=[0xfde00000-0xfdefffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfde00000-0xfdefffff] reserved
[    0.000000] efi: Not removing mem164: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem165: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem166: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem167: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem168: MMIO range=[0xff000000-0xfff1ffff] (15MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xfff1ffff] reserved
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: LENOVO 82EY/LNVNB161216, BIOS FCCN19WW 05/30/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2894.658 MHz processor
[    0.000347] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000349] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000355] last_pfn = 0xa0f340 max_arch_pfn = 0x400000000
[    0.000360] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000649] last_pfn = 0xce000 max_arch_pfn = 0x400000000
[    0.004368] esrt: Reserving ESRT space from 0x00000000b66a7998 to 0x00000000b66a79f8.
[    0.004374] e820: update [mem 0xb66a7000-0xb66a7fff] usable ==> reserved
[    0.004406] Using GB pages for direct mapping
[    0.005032] secureboot: Secure boot disabled
[    0.005033] RAMDISK: [mem 0xad93e000-0xb0fc3fff]
[    0.005035] ACPI: Early table checksum verification disabled
[    0.005038] ACPI: RSDP 0x00000000CDFFE014 000024 (v02 LENOVO)
[    0.005041] ACPI: XSDT 0x00000000CDFC2188 00011C (v01 LENOVO CB-01    00000001      01000013)
[    0.005046] ACPI: FACP 0x00000000CDFED000 00010C (v05 LENOVO CB-01    00000001      01000013)
[    0.005049] ACPI: DSDT 0x00000000CDFDA000 00FD46 (v01 LENOVO CB-01    00000001      01000013)
[    0.005052] ACPI: FACS 0x00000000CDEDA000 000040
[    0.005054] ACPI: UEFI 0x00000000CDF7E000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005056] ACPI: SSDT 0x00000000CDFF5000 00723C (v02 LENOVO CB-01    00000001 MSFT 04000000)
[    0.005058] ACPI: IVRS 0x00000000CDFF4000 0001A4 (v02 LENOVO CB-01    00000001 AMD  00000000)
[    0.005060] ACPI: SSDT 0x00000000CDFF3000 000228 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005062] ACPI: SSDT 0x00000000CDFF2000 00046D (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005064] ACPI: TPM2 0x00000000CDFF1000 000034 (v04 LENOVO CB-01    00000001      01000013)
[    0.005065] ACPI: MSDM 0x00000000CDFF0000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005067] ACPI: ASF! 0x00000000CDFEF000 0000A5 (v32 LENOVO CB-01    00000001      01000013)
[    0.005069] ACPI: BOOT 0x00000000CDFEE000 000028 (v01 LENOVO CB-01    00000001      01000013)
[    0.005071] ACPI: HPET 0x00000000CDFEC000 000038 (v01 LENOVO CB-01    00000001      01000013)
[    0.005073] ACPI: APIC 0x00000000CDFEB000 000138 (v03 LENOVO CB-01    00000001      01000013)
[    0.005075] ACPI: MCFG 0x00000000CDFEA000 00003C (v01 LENOVO CB-01    00000001      01000013)
[    0.005077] ACPI: SSDT 0x00000000CDFD9000 000080 (v01 LENOVO CB-01    00000001      01000013)
[    0.005079] ACPI: SSDT 0x00000000CDFD8000 000E03 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005081] ACPI: VFCT 0x00000000CDFCA000 00D684 (v01 LENOVO CB-01    00000001 AMD  31504F47)
[    0.005083] ACPI: SSDT 0x00000000CDFC9000 00005C (v02 LENOVO CB-01    00000001 INTL 20160527)
[    0.005085] ACPI: SSDT 0x00000000CDFC8000 00005C (v02 LENOVO CB-01    00000001 INTL 20160527)
[    0.005086] ACPI: SSDT 0x00000000CDFC7000 0000F8 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005088] ACPI: SSDT 0x00000000CDFC3000 0039F4 (v01 LENOVO CB-01    00000001 AMD  00000001)
[    0.005090] ACPI: CRAT 0x00000000CDFFD000 000F28 (v01 LENOVO CB-01    00000001 AMD  00000001)
[    0.005092] ACPI: CDIT 0x00000000CDFC1000 000029 (v01 LENOVO CB-01    00000001 AMD  00000001)
[    0.005094] ACPI: SSDT 0x00000000CDFBF000 00028D (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005096] ACPI: SSDT 0x00000000CDFBE000 000D37 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005098] ACPI: SSDT 0x00000000CDFBC000 0010A5 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005100] ACPI: SSDT 0x00000000CDFB8000 0030C8 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005102] ACPI: FPDT 0x00000000CDFB7000 000044 (v01 LENOVO CB-01    00000001      01000013)
[    0.005104] ACPI: BGRT 0x00000000CDFC0000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005105] ACPI: WSMT 0x00000000CDFB6000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005107] ACPI: SSDT 0x00000000CDFB5000 00007D (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005109] ACPI: SSDT 0x00000000CDFB4000 000517 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005111] ACPI: Reserving FACP table memory at [mem 0xcdfed000-0xcdfed10b]
[    0.005112] ACPI: Reserving DSDT table memory at [mem 0xcdfda000-0xcdfe9d45]
[    0.005113] ACPI: Reserving FACS table memory at [mem 0xcdeda000-0xcdeda03f]
[    0.005114] ACPI: Reserving UEFI table memory at [mem 0xcdf7e000-0xcdf7e235]
[    0.005115] ACPI: Reserving SSDT table memory at [mem 0xcdff5000-0xcdffc23b]
[    0.005115] ACPI: Reserving IVRS table memory at [mem 0xcdff4000-0xcdff41a3]
[    0.005116] ACPI: Reserving SSDT table memory at [mem 0xcdff3000-0xcdff3227]
[    0.005117] ACPI: Reserving SSDT table memory at [mem 0xcdff2000-0xcdff246c]
[    0.005118] ACPI: Reserving TPM2 table memory at [mem 0xcdff1000-0xcdff1033]
[    0.005118] ACPI: Reserving MSDM table memory at [mem 0xcdff0000-0xcdff0054]
[    0.005119] ACPI: Reserving ASF! table memory at [mem 0xcdfef000-0xcdfef0a4]
[    0.005120] ACPI: Reserving BOOT table memory at [mem 0xcdfee000-0xcdfee027]
[    0.005121] ACPI: Reserving HPET table memory at [mem 0xcdfec000-0xcdfec037]
[    0.005121] ACPI: Reserving APIC table memory at [mem 0xcdfeb000-0xcdfeb137]
[    0.005122] ACPI: Reserving MCFG table memory at [mem 0xcdfea000-0xcdfea03b]
[    0.005123] ACPI: Reserving SSDT table memory at [mem 0xcdfd9000-0xcdfd907f]
[    0.005124] ACPI: Reserving SSDT table memory at [mem 0xcdfd8000-0xcdfd8e02]
[    0.005125] ACPI: Reserving VFCT table memory at [mem 0xcdfca000-0xcdfd7683]
[    0.005125] ACPI: Reserving SSDT table memory at [mem 0xcdfc9000-0xcdfc905b]
[    0.005126] ACPI: Reserving SSDT table memory at [mem 0xcdfc8000-0xcdfc805b]
[    0.005127] ACPI: Reserving SSDT table memory at [mem 0xcdfc7000-0xcdfc70f7]
[    0.005128] ACPI: Reserving SSDT table memory at [mem 0xcdfc3000-0xcdfc69f3]
[    0.005129] ACPI: Reserving CRAT table memory at [mem 0xcdffd000-0xcdffdf27]
[    0.005129] ACPI: Reserving CDIT table memory at [mem 0xcdfc1000-0xcdfc1028]
[    0.005130] ACPI: Reserving SSDT table memory at [mem 0xcdfbf000-0xcdfbf28c]
[    0.005131] ACPI: Reserving SSDT table memory at [mem 0xcdfbe000-0xcdfbed36]
[    0.005132] ACPI: Reserving SSDT table memory at [mem 0xcdfbc000-0xcdfbd0a4]
[    0.005133] ACPI: Reserving SSDT table memory at [mem 0xcdfb8000-0xcdfbb0c7]
[    0.005133] ACPI: Reserving FPDT table memory at [mem 0xcdfb7000-0xcdfb7043]
[    0.005134] ACPI: Reserving BGRT table memory at [mem 0xcdfc0000-0xcdfc0037]
[    0.005135] ACPI: Reserving WSMT table memory at [mem 0xcdfb6000-0xcdfb6027]
[    0.005136] ACPI: Reserving SSDT table memory at [mem 0xcdfb5000-0xcdfb507c]
[    0.005137] ACPI: Reserving SSDT table memory at [mem 0xcdfb4000-0xcdfb4516]
[    0.005202] No NUMA configuration found
[    0.005203] Faking a node at [mem 0x0000000000000000-0x0000000a0f33ffff]
[    0.005210] NODE_DATA(0) allocated [mem 0xa0f315000-0xa0f33ffff]
[    0.068794] Zone ranges:
[    0.068796]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.068798]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.068799]   Normal   [mem 0x0000000100000000-0x0000000a0f33ffff]
[    0.068800]   Device   empty
[    0.068801] Movable zone start for each node
[    0.068804] Early memory node ranges
[    0.068804]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.068805]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[    0.068806]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.068806]   node   0: [mem 0x0000000009f0d000-0x00000000bab68fff]
[    0.068808]   node   0: [mem 0x00000000bbd69000-0x00000000c9f7efff]
[    0.068808]   node   0: [mem 0x00000000cdfff000-0x00000000cdffffff]
[    0.068809]   node   0: [mem 0x0000000100000000-0x0000000a0f33ffff]
[    0.068812] Initmem setup node 0 [mem 0x0000000000001000-0x0000000a0f33ffff]
[    0.068818] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.068842] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.069068] On node 0, zone DMA32: 768 pages in unavailable ranges
[    0.073570] On node 0, zone DMA32: 13 pages in unavailable ranges
[    0.073975] On node 0, zone DMA32: 4608 pages in unavailable ranges
[    0.074103] On node 0, zone DMA32: 16512 pages in unavailable ranges
[    0.133525] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.133552] On node 0, zone Normal: 3264 pages in unavailable ranges
[    0.134345] ACPI: PM-Timer IO Port: 0x408
[    0.134351] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.134353] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.134354] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.134354] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.134355] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.134355] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.134356] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.134356] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.134357] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.134358] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.134358] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.134359] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.134359] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.134360] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.134360] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.134361] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.134373] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.134378] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.134379] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.134381] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.134384] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.134385] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.134394] e820: update [mem 0xb4822000-0xb4930fff] usable ==> reserved
[    0.134405] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.134434] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.134435] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[    0.134436] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.134438] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[    0.134439] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
[    0.134441] PM: hibernation: Registered nosave memory: [mem 0xb4822000-0xb4930fff]
[    0.134442] PM: hibernation: Registered nosave memory: [mem 0xb534d000-0xb534dfff]
[    0.134444] PM: hibernation: Registered nosave memory: [mem 0xb536c000-0xb536cfff]
[    0.134445] PM: hibernation: Registered nosave memory: [mem 0xb56c7000-0xb56c7fff]
[    0.134447] PM: hibernation: Registered nosave memory: [mem 0xb56d4000-0xb56d4fff]
[    0.134448] PM: hibernation: Registered nosave memory: [mem 0xb66a7000-0xb66a7fff]
[    0.134450] PM: hibernation: Registered nosave memory: [mem 0xbab69000-0xbbd68fff]
[    0.134451] PM: hibernation: Registered nosave memory: [mem 0xc9f7f000-0xccf7efff]
[    0.134452] PM: hibernation: Registered nosave memory: [mem 0xccf7f000-0xcdf7efff]
[    0.134452] PM: hibernation: Registered nosave memory: [mem 0xcdf7f000-0xcdffefff]
[    0.134454] PM: hibernation: Registered nosave memory: [mem 0xce000000-0xceffffff]
[    0.134454] PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xfebfffff]
[    0.134455] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.134455] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.134456] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.134456] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
[    0.134457] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.134457] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
[    0.134458] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.134458] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.134460] [mem 0xcf000000-0xfebfffff] available for PCI devices
[    0.134461] Booting paravirtualized kernel on bare hardware
[    0.134463] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.138945] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.139470] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.139479] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.139480] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.139514] Fallback order for Node 0: 0 
[    0.139516] Built 1 zonelists, mobility grouping on.  Total pages: 10159804
[    0.139517] Policy zone: Normal
[    0.139518] Kernel command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64 root=UUID=a63d636c-13cb-4d37-8c19-87ab490e4250 ro rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
[    0.139594] Unknown kernel command line parameters "rhgb BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64", will be passed to user space.
[    0.146128] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.149330] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.149644] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.149683] software IO TLB: area num 16.
[    0.232678] Memory: 40236520K/41284932K available (18432K kernel code, 3223K rwdata, 14020K rodata, 4360K init, 17584K bss, 1048152K reserved, 0K cma-reserved)
[    0.232785] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.232811] ftrace: allocating 51513 entries in 202 pages
[    0.240025] ftrace: allocated 202 pages with 4 groups
[    0.240777] Dynamic Preempt: voluntary
[    0.240812] rcu: Preemptible hierarchical RCU implementation.
[    0.240812] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.240814]  Trampoline variant of Tasks RCU enabled.
[    0.240814]  Rude variant of Tasks RCU enabled.
[    0.240814]  Tracing variant of Tasks RCU enabled.
[    0.240815] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.240816] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.243073] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.243255] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.243351] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.243381] Console: colour dummy device 80x25
[    0.243383] printk: console [tty0] enabled
[    0.243421] ACPI: Core revision 20221020
[    0.243611] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.243630] APIC: Switch to symmetric I/O mode setup
[    0.244479] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.244480] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.244481] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.244484] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.244485] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[    0.244794] Switched APIC routing to physical flat.
[    0.245519] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.249636] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29b98ce695e, max_idle_ns: 440795283729 ns
[    0.249641] Calibrating delay loop (skipped), value calculated using timer frequency.. 5789.31 BogoMIPS (lpj=2894658)
[    0.249643] pid_max: default: 32768 minimum: 301
[    0.252674] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf,landlock
[    0.252686] Yama: becoming mindful.
[    0.252695] SELinux:  Initializing.
[    0.252718] LSM support for eBPF active
[    0.252719] landlock: Up and running.
[    0.252976] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.253195] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.253896] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.253947] LVT offset 1 assigned for vector 0xf9
[    0.254051] LVT offset 2 assigned for vector 0xf4
[    0.254076] process: using mwait in idle threads
[    0.254078] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.254078] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.254087] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.254089] Spectre V2 : Mitigation: Retpolines
[    0.254090] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.254091] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.254092] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    0.254092] RETBleed: Mitigation: untrained return thunk
[    0.254094] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.254095] Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
[    0.254096] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.254097] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.264246] Freeing SMP alternatives memory: 44K
[    0.367002] smpboot: CPU0: AMD Ryzen 7 4800H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.367163] cblist_init_generic: Setting adjustable number of callback queues.
[    0.367167] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.367182] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.367200] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.367213] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.367218] ... version:                0
[    0.367219] ... bit width:              48
[    0.367219] ... generic registers:      6
[    0.367220] ... value mask:             0000ffffffffffff
[    0.367220] ... max period:             00007fffffffffff
[    0.367221] ... fixed-purpose events:   0
[    0.367221] ... event mask:             000000000000003f
[    0.367313] rcu: Hierarchical SRCU implementation.
[    0.367313] rcu:     Max phase no-delay instances is 400.
[    0.367638] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.367638] smp: Bringing up secondary CPUs ...
[    0.367638] x86: Booting SMP configuration:
[    0.367638] .... node  #0, CPUs:        #1
[    0.368638] TSC synchronization [CPU#0 -> CPU#1]:
[    0.368638] Measured 13940048756 cycles TSC warp between CPUs, turning off TSC clock.
[    0.368638] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.368763] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.368789]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.374736] smp: Brought up 1 node, 16 CPUs
[    0.374736] smpboot: Max logical packages: 1
[    0.374736] smpboot: Total of 16 processors activated (92629.05 BogoMIPS)
[    0.377672] devtmpfs: initialized
[    0.377680] x86/mm: Memory block size: 128MB
[    0.379860] ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
[    0.379860] ACPI: PM: Registering ACPI NVS region [mem 0xccf7f000-0xcdf7efff] (16777216 bytes)
[    0.379880] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.379884] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.379948] pinctrl core: initialized pinctrl subsystem
[    0.380041] PM: RTC time: 17:00:39, date: 2023-04-12
[    0.380730] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.380843] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.380855] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.380866] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.380875] audit: initializing netlink subsys (disabled)
[    0.380881] audit: type=2000 audit(1681318839.137:1): state=initialized audit_enabled=0 res=1
[    0.380881] thermal_sys: Registered thermal governor 'fair_share'
[    0.380881] thermal_sys: Registered thermal governor 'bang_bang'
[    0.380881] thermal_sys: Registered thermal governor 'step_wise'
[    0.380881] thermal_sys: Registered thermal governor 'user_space'
[    0.380881] cpuidle: using governor menu
[    0.380881] Simple Boot Flag at 0x44 set to 0x1
[    0.380881] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.380881] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.380881] PCI: not using MMCONFIG
[    0.380881] PCI: Using configuration type 1 for base access
[    0.380881] PCI: Using configuration type 1 for extended access
[    0.381692] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.382789] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.382795] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.382798] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.382800] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.382894] cryptd: max_cpu_qlen set to 1000
[    0.383023] raid6: skipped pq benchmark and selected avx2x4
[    0.383025] raid6: using avx2x2 recovery algorithm
[    0.383109] ACPI: Added _OSI(Module Device)
[    0.383111] ACPI: Added _OSI(Processor Device)
[    0.383112] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.383113] ACPI: Added _OSI(Processor Aggregator Device)
[    0.391416] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.392484] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.403411] ACPI: EC: EC started
[    0.403414] ACPI: EC: interrupt blocked
[    0.413770] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.413776] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.413779] ACPI: Interpreter enabled
[    0.413812] ACPI: PM: (supports S0 S3 S4 S5)
[    0.413814] ACPI: Using IOAPIC for interrupt routing
[    0.415861] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.417799] [Firmware Info]: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] not reserved in ACPI motherboard resources
[    0.417800] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as EfiMemoryMappedIO
[    0.417809] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.417810] PCI: Using E820 reservations for host bridge windows
[    0.418059] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.418628] ACPI: \_SB_.PCI0.GPP0.PG00: New power resource
[    0.431421] ACPI: \_SB_.P0S0: New power resource
[    0.431437] ACPI: \_SB_.P3S0: New power resource
[    0.431496] ACPI: \_SB_.P0S1: New power resource
[    0.431511] ACPI: \_SB_.P3S1: New power resource
[    0.435515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.435520] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.435560] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.435627] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.435636] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.435824] PCI host bridge to bus 0000:00
[    0.435825] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.435827] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.435828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.435829] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
[    0.435831] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
[    0.435832] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
[    0.435833] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
[    0.435834] pci_bus 0000:00: root bus resource [mem 0xa50200000-0xfcffffffff window]
[    0.435835] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.435851] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.435948] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.436030] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.436091] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.436163] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.436297] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.436368] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.436489] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.436548] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.436619] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.436735] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.436806] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.436933] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.436992] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.437018] pci 0000:00:08.1: enabling Extended Tags
[    0.437055] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.437154] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.437180] pci 0000:00:08.2: enabling Extended Tags
[    0.437215] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.437325] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.437442] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.437574] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.437615] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.437656] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.437692] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.437729] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.437766] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.437803] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.437843] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.437934] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030000
[    0.437946] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
[    0.437955] pci 0000:01:00.0: reg 0x14: [mem 0xfcc0000000-0xfccfffffff 64bit pref]
[    0.437965] pci 0000:01:00.0: reg 0x1c: [mem 0xfcd0000000-0xfcd1ffffff 64bit pref]
[    0.437971] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.437977] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.438040] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.438122] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.438385] pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
[    0.438397] pci 0000:01:00.1: reg 0x10: [mem 0xd1000000-0xd1003fff]
[    0.438533] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.438536] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.438539] pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
[    0.438542] pci 0000:00:01.1:   bridge window [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
[    0.438659] pci 0000:02:00.0: [1cc4:6202] type 00 class 0x010802
[    0.438681] pci 0000:02:00.0: reg 0x10: [mem 0xd1900000-0xd1903fff 64bit]
[    0.438992] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.438997] pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
[    0.439051] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.439066] pci 0000:03:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.439085] pci 0000:03:00.0: reg 0x18: [mem 0xd1804000-0xd1804fff 64bit]
[    0.439098] pci 0000:03:00.0: reg 0x20: [mem 0xd1800000-0xd1803fff 64bit]
[    0.439193] pci 0000:03:00.0: supports D1 D2
[    0.439194] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.439641] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.439644] pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
[    0.439646] pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
[    0.439938] pci 0000:04:00.0: [168c:003e] type 00 class 0x028000
[    0.440080] pci 0000:04:00.0: reg 0x10: [mem 0xd1200000-0xd13fffff 64bit]
[    0.440631] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.441441] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.441444] pci 0000:00:02.2:   bridge window [mem 0xd1200000-0xd13fffff]
[    0.441495] pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
[    0.441505] pci 0000:05:00.0: reg 0x10: [mem 0xfce0000000-0xfcefffffff 64bit pref]
[    0.441512] pci 0000:05:00.0: reg 0x18: [mem 0xfcf0000000-0xfcf01fffff 64bit pref]
[    0.441517] pci 0000:05:00.0: reg 0x20: [io  0x1000-0x10ff]
[    0.441522] pci 0000:05:00.0: reg 0x24: [mem 0xd1700000-0xd177ffff]
[    0.441529] pci 0000:05:00.0: enabling Extended Tags
[    0.441538] pci 0000:05:00.0: BAR 0: assigned to efifb
[    0.441573] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.441716] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
[    0.441728] pci 0000:05:00.2: reg 0x18: [mem 0xd1600000-0xd16fffff]
[    0.441737] pci 0000:05:00.2: reg 0x24: [mem 0xd17c8000-0xd17c9fff]
[    0.441743] pci 0000:05:00.2: enabling Extended Tags
[    0.441822] pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
[    0.441832] pci 0000:05:00.3: reg 0x10: [mem 0xd1500000-0xd15fffff 64bit]
[    0.441854] pci 0000:05:00.3: enabling Extended Tags
[    0.441880] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.441941] pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
[    0.441951] pci 0000:05:00.4: reg 0x10: [mem 0xd1400000-0xd14fffff 64bit]
[    0.441973] pci 0000:05:00.4: enabling Extended Tags
[    0.442000] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.442059] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
[    0.442065] pci 0000:05:00.5: reg 0x10: [mem 0xd1780000-0xd17bffff]
[    0.442085] pci 0000:05:00.5: enabling Extended Tags
[    0.442109] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[    0.442163] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
[    0.442170] pci 0000:05:00.6: reg 0x10: [mem 0xd17c0000-0xd17c7fff]
[    0.442189] pci 0000:05:00.6: enabling Extended Tags
[    0.442214] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[    0.442288] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.442290] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.442292] pci 0000:00:08.1:   bridge window [mem 0xd1400000-0xd17fffff]
[    0.442294] pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[    0.442328] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
[    0.442354] pci 0000:06:00.0: reg 0x24: [mem 0xd1101000-0xd11017ff]
[    0.442362] pci 0000:06:00.0: enabling Extended Tags
[    0.442472] pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
[    0.442498] pci 0000:06:00.1: reg 0x24: [mem 0xd1100000-0xd11007ff]
[    0.442505] pci 0000:06:00.1: enabling Extended Tags
[    0.442589] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.442593] pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.443064] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.443066] ACPI: PCI: Interrupt link LNKA disabled
[    0.443106] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.443106] ACPI: PCI: Interrupt link LNKB disabled
[    0.443135] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.443136] ACPI: PCI: Interrupt link LNKC disabled
[    0.443175] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.443176] ACPI: PCI: Interrupt link LNKD disabled
[    0.443211] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.443212] ACPI: PCI: Interrupt link LNKE disabled
[    0.443240] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.443241] ACPI: PCI: Interrupt link LNKF disabled
[    0.443268] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.443269] ACPI: PCI: Interrupt link LNKG disabled
[    0.443295] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.443296] ACPI: PCI: Interrupt link LNKH disabled
[    0.444674] ACPI: EC: interrupt unblocked
[    0.444675] ACPI: EC: event unblocked
[    0.444680] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.444681] ACPI: EC: GPE=0x3
[    0.444682] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    0.444683] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    0.444726] iommu: Default domain type: Translated 
[    0.444726] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.444726] SCSI subsystem initialized
[    0.444730] libata version 3.00 loaded.
[    0.444730] ACPI: bus type USB registered
[    0.444730] usbcore: registered new interface driver usbfs
[    0.444730] usbcore: registered new interface driver hub
[    0.444730] usbcore: registered new device driver usb
[    0.446754] pps_core: LinuxPPS API ver. 1 registered
[    0.446755] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.446757] PTP clock support registered
[    0.446768] EDAC MC: Ver: 3.0.0
[    0.446939] Registered efivars operations
[    0.447728] NetLabel: Initializing
[    0.447729] NetLabel:  domain hash size = 128
[    0.447730] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.447742] NetLabel:  unlabeled traffic allowed by default
[    0.447745] mctp: management component transport protocol core
[    0.447745] NET: Registered PF_MCTP protocol family
[    0.447749] PCI: Using ACPI for IRQ routing
[    0.449463] PCI: pci_cache_line_size set to 64 bytes
[    0.450104] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.450105] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[    0.450106] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    0.450107] e820: reserve RAM buffer [mem 0xb4822000-0xb7ffffff]
[    0.450108] e820: reserve RAM buffer [mem 0xb534d018-0xb7ffffff]
[    0.450109] e820: reserve RAM buffer [mem 0xb56c7018-0xb7ffffff]
[    0.450110] e820: reserve RAM buffer [mem 0xb66a7000-0xb7ffffff]
[    0.450110] e820: reserve RAM buffer [mem 0xbab69000-0xbbffffff]
[    0.450111] e820: reserve RAM buffer [mem 0xc9f7f000-0xcbffffff]
[    0.450112] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
[    0.450112] e820: reserve RAM buffer [mem 0xa0f340000-0xa0fffffff]
[    0.450671] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.450671] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.450671] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.450671] pci 0000:05:00.0: vgaarb: setting as boot VGA device (overriding previous)
[    0.450671] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.450671] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.450671] vgaarb: loaded
[    0.450690] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.450693] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.452684] clocksource: Switched to clocksource hpet
[    0.464141] VFS: Disk quotas dquot_6.6.0
[    0.464152] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.464241] pnp: PnP ACPI init
[    0.464404] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.464407] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.464408] system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
[    0.464531] system 00:03: [io  0x0400-0x04cf] has been reserved
[    0.464533] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.464535] system 00:03: [io  0x04d6] has been reserved
[    0.464536] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.464537] system 00:03: [io  0x0c14] has been reserved
[    0.464537] system 00:03: [io  0x0c50-0x0c52] has been reserved
[    0.464538] system 00:03: [io  0x0c6c] has been reserved
[    0.464539] system 00:03: [io  0x0c6f] has been reserved
[    0.464540] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[    0.464575] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.464576] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.464997] pnp: PnP ACPI: found 5 devices
[    0.471097] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.471377] NET: Registered PF_INET protocol family
[    0.471709] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.474433] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.474496] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.474512] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.475084] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.475388] TCP: Hash tables configured (established 524288 bind 65536)
[    0.475810] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.475883] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.476025] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.476228] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.476235] NET: Registered PF_XDP protocol family
[    0.476240] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.476259] pci 0000:01:00.0: BAR 6: assigned [mem 0xd1080000-0xd10fffff pref]
[    0.476261] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.476263] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.476266] pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
[    0.476268] pci 0000:00:01.1:   bridge window [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
[    0.476271] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.476274] pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
[    0.476278] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.476279] pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
[    0.476281] pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
[    0.476285] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.476287] pci 0000:00:02.2:   bridge window [mem 0xd1200000-0xd13fffff]
[    0.476293] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.476294] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.476296] pci 0000:00:08.1:   bridge window [mem 0xd1400000-0xd17fffff]
[    0.476298] pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[    0.476301] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.476303] pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.476309] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.476310] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.476311] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.476312] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
[    0.476313] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
[    0.476314] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf7ffffff window]
[    0.476315] pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfed3ffff window]
[    0.476316] pci_bus 0000:00: resource 11 [mem 0xa50200000-0xfcffffffff window]
[    0.476317] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.476318] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd10fffff]
[    0.476319] pci_bus 0000:01: resource 2 [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
[    0.476321] pci_bus 0000:02: resource 1 [mem 0xd1900000-0xd19fffff]
[    0.476322] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.476322] pci_bus 0000:03: resource 1 [mem 0xd1800000-0xd18fffff]
[    0.476324] pci_bus 0000:04: resource 1 [mem 0xd1200000-0xd13fffff]
[    0.476325] pci_bus 0000:05: resource 0 [io  0x1000-0x1fff]
[    0.476326] pci_bus 0000:05: resource 1 [mem 0xd1400000-0xd17fffff]
[    0.476326] pci_bus 0000:05: resource 2 [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[    0.476328] pci_bus 0000:06: resource 1 [mem 0xd1100000-0xd11fffff]
[    0.476446] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.476703] pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
[    0.553072] pci 0000:05:00.3: quirk_usb_early_handoff+0x0/0x7c0 took 74575 usecs
[    0.553082] pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
[    0.566457] pci 0000:05:00.4: quirk_usb_early_handoff+0x0/0x7c0 took 13058 usecs
[    0.566468] PCI: CLS 64 bytes, default 64
[    0.566480] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.566514] Trying to unpack rootfs image as initramfs...
[    0.566529] pci 0000:00:01.0: Adding to iommu group 0
[    0.566537] pci 0000:00:01.1: Adding to iommu group 1
[    0.566546] pci 0000:00:01.2: Adding to iommu group 2
[    0.566557] pci 0000:00:02.0: Adding to iommu group 3
[    0.566565] pci 0000:00:02.1: Adding to iommu group 4
[    0.566573] pci 0000:00:02.2: Adding to iommu group 5
[    0.566587] pci 0000:00:08.0: Adding to iommu group 6
[    0.566593] pci 0000:00:08.1: Adding to iommu group 6
[    0.566599] pci 0000:00:08.2: Adding to iommu group 6
[    0.566612] pci 0000:00:14.0: Adding to iommu group 7
[    0.566619] pci 0000:00:14.3: Adding to iommu group 7
[    0.566655] pci 0000:00:18.0: Adding to iommu group 8
[    0.566662] pci 0000:00:18.1: Adding to iommu group 8
[    0.566668] pci 0000:00:18.2: Adding to iommu group 8
[    0.566675] pci 0000:00:18.3: Adding to iommu group 8
[    0.566681] pci 0000:00:18.4: Adding to iommu group 8
[    0.566689] pci 0000:00:18.5: Adding to iommu group 8
[    0.566695] pci 0000:00:18.6: Adding to iommu group 8
[    0.566703] pci 0000:00:18.7: Adding to iommu group 8
[    0.566715] pci 0000:01:00.0: Adding to iommu group 9
[    0.566722] pci 0000:01:00.1: Adding to iommu group 9
[    0.566732] pci 0000:02:00.0: Adding to iommu group 10
[    0.566741] pci 0000:03:00.0: Adding to iommu group 11
[    0.566750] pci 0000:04:00.0: Adding to iommu group 12
[    0.566758] pci 0000:05:00.0: Adding to iommu group 6
[    0.566762] pci 0000:05:00.2: Adding to iommu group 6
[    0.566765] pci 0000:05:00.3: Adding to iommu group 6
[    0.566768] pci 0000:05:00.4: Adding to iommu group 6
[    0.566773] pci 0000:05:00.5: Adding to iommu group 6
[    0.566777] pci 0000:05:00.6: Adding to iommu group 6
[    0.566781] pci 0000:06:00.0: Adding to iommu group 6
[    0.566784] pci 0000:06:00.1: Adding to iommu group 6
[    0.568073] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.568077] pci 0000:00:00.2: PCI INT A: not connected
[    0.568383] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.568385] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.568390] AMD-Vi: Interrupt remapping enabled
[    0.568391] AMD-Vi: X2APIC enabled
[    0.568421] AMD-Vi: Virtual APIC enabled
[    0.568512] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.568513] software IO TLB: mapped [mem 0x00000000c5100000-0x00000000c9100000] (64MB)
[    0.568560] LVT offset 0 assigned for vector 0x400
[    0.568885] perf: AMD IBS detected (0x000003ff)
[    0.568898] amd_uncore: 4  amd_df counters detected
[    0.568901] amd_uncore: 6  amd_l3 counters detected
[    0.569223] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.571617] Initialise system trusted keyrings
[    0.571628] Key type blacklist registered
[    0.571688] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    0.571702] zbud: loaded
[    0.572074] integrity: Platform Keyring initialized
[    0.572078] integrity: Machine keyring initialized
[    0.574432] NET: Registered PF_ALG protocol family
[    0.574435] xor: automatically using best checksumming function   avx       
[    0.574436] Key type asymmetric registered
[    0.574437] Asymmetric key parser 'x509' registered
[    0.900628] Freeing initrd memory: 55832K
[    0.906013] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.906065] io scheduler mq-deadline registered
[    0.906066] io scheduler kyber registered
[    0.906075] io scheduler bfq registered
[    0.907631] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.908893] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.908997] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[    0.909092] pcieport 0000:00:02.1: PME: Signaling with IRQ 28
[    0.909186] pcieport 0000:00:02.2: PME: Signaling with IRQ 29
[    0.909274] pcieport 0000:00:08.1: PME: Signaling with IRQ 30
[    0.909425] pcieport 0000:00:08.2: PME: Signaling with IRQ 31
[    0.909497] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.910331] ACPI: AC: AC Adapter [ADP0] (on-line)
[    0.910369] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.910379] ACPI: button: Lid Switch [LID0]
[    0.910397] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.910407] ACPI: button: Power Button [PWRB]
[    0.910428] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.910469] ACPI: button: Power Button [PWRF]
[    0.910501] Monitor-Mwait will be used to enter C-1 state
[    0.910509] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.910583] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.910689] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.910787] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.910890] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.911010] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.911131] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.911246] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.911359] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[    0.911473] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[    0.911580] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[    0.911709] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[    0.911828] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[    0.911891] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[    0.911948] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[    0.912054] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[    0.912305] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.913604] Non-volatile memory driver v1.3
[    0.913608] Linux agpgart interface v0.103
[    0.927695] tpm tpm0: AMD fTPM version 0x3004900000005 causes system stutter; hwrng disabled
[    0.928108] ACPI: bus type drm_connector registered
[    0.930353] ahci 0000:06:00.0: version 3.0
[    0.930452] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.930454] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.930709] scsi host0: ahci
[    0.930745] ata1: SATA max UDMA/133 abar m2048@0xd1101000 port 0xd1101100 irq 33
[    0.930833] ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.930836] ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.931054] scsi host1: ahci
[    0.931085] ata2: SATA max UDMA/133 abar m2048@0xd1100000 port 0xd1100100 irq 35
[    0.931359] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    0.931429] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[    0.931509] xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.931819] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    0.931887] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[    0.931890] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.931917] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    0.931919] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.931920] usb usb1: Product: xHCI Host Controller
[    0.931920] usb usb1: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.931921] usb usb1: SerialNumber: 0000:05:00.3
[    0.932053] hub 1-0:1.0: USB hub found
[    0.932060] hub 1-0:1.0: 4 ports detected
[    0.932178] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.932191] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    0.932193] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.932194] usb usb2: Product: xHCI Host Controller
[    0.932195] usb usb2: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.932195] usb usb2: SerialNumber: 0000:05:00.3
[    0.932310] hub 2-0:1.0: USB hub found
[    0.932315] hub 2-0:1.0: 2 ports detected
[    0.932425] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    0.932464] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[    0.932541] xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.932824] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    0.932859] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[    0.932861] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.932882] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    0.932884] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.932885] usb usb3: Product: xHCI Host Controller
[    0.932885] usb usb3: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.932886] usb usb3: SerialNumber: 0000:05:00.4
[    0.932961] hub 3-0:1.0: USB hub found
[    0.932965] hub 3-0:1.0: 4 ports detected
[    0.933066] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.933080] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    0.933082] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.933083] usb usb4: Product: xHCI Host Controller
[    0.933084] usb usb4: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.933085] usb usb4: SerialNumber: 0000:05:00.4
[    0.933151] hub 4-0:1.0: USB hub found
[    0.933155] hub 4-0:1.0: 2 ports detected
[    0.933227] usbcore: registered new interface driver usbserial_generic
[    0.933231] usbserial: USB Serial support registered for generic
[    0.933250] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[    0.933251] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.934061] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.934122] mousedev: PS/2 mouse device common for all mice
[    0.934216] rtc_cmos 00:01: RTC can wake from S4
[    0.934421] rtc_cmos 00:01: registered as rtc0
[    0.934458] rtc_cmos 00:01: setting system clock to 2023-04-12T17:00:40 UTC (1681318840)
[    0.934476] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.934490] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.934493] device-mapper: uevent: version 1.0.3
[    0.934551] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    0.934924] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    0.936248] fbcon: Deferring console take-over
[    0.936253] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.936446] hid: raw HID events driver (C) Jiri Kosina
[    0.936470] usbcore: registered new interface driver usbhid
[    0.936471] usbhid: USB HID core driver
[    0.936623] drop_monitor: Initializing network drop monitor service
[    0.947257] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.947346] Initializing XFRM netlink socket
[    0.947395] NET: Registered PF_INET6 protocol family
[    0.952884] Segment Routing with IPv6
[    0.952888] RPL Segment Routing with IPv6
[    0.952902] In-situ OAM (IOAM) with IPv6
[    0.952935] mip6: Mobile IPv6
[    0.952940] NET: Registered PF_PACKET protocol family
[    0.954968] microcode: CPU15: patch_level=0x08600104
[    0.954970] microcode: CPU1: patch_level=0x08600104
[    0.954975] microcode: CPU14: patch_level=0x08600104
[    0.954976] microcode: CPU0: patch_level=0x08600104
[    0.954983] microcode: CPU2: patch_level=0x08600104
[    0.954987] microcode: CPU8: patch_level=0x08600104
[    0.954988] microcode: CPU3: patch_level=0x08600104
[    0.954988] microcode: CPU5: patch_level=0x08600104
[    0.954987] microcode: CPU10: patch_level=0x08600104
[    0.954990] microcode: CPU4: patch_level=0x08600104
[    0.954989] microcode: CPU7: patch_level=0x08600104
[    0.954989] microcode: CPU6: patch_level=0x08600104
[    0.954989] microcode: CPU9: patch_level=0x08600104
[    0.954992] microcode: CPU11: patch_level=0x08600104
[    0.954994] microcode: CPU12: patch_level=0x08600104
[    0.954993] microcode: CPU13: patch_level=0x08600104
[    0.955024] microcode: Microcode Update Driver: v2.2.
[    0.955400] resctrl: L3 allocation detected
[    0.955401] resctrl: MB allocation detected
[    0.955401] resctrl: L3 monitoring detected
[    0.955406] IPI shorthand broadcast: enabled
[    0.955411] AVX2 version of gcm_enc/dec engaged.
[    0.955650] AES CTR mode by8 optimization enabled
[    0.957246] registered taskstats version 1
[    0.957848] Loading compiled-in X.509 certificates
[    0.965178] Loaded X.509 cert 'Fedora kernel signing key: ee710d21b2c006d3ae772e96c423439621dcda62'
[    0.965549] zswap: loaded using pool lzo/zbud
[    0.967504] page_owner is disabled
[    0.967606] Key type .fscrypt registered
[    0.967608] Key type fscrypt-provisioning registered
[    0.967964] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[    0.967978] Key type big_key registered
[    0.968406] Key type trusted registered
[    0.971085] Key type encrypted registered
[    0.971461] Loading compiled-in module X.509 certificates
[    0.972229] Loaded X.509 cert 'Fedora kernel signing key: ee710d21b2c006d3ae772e96c423439621dcda62'
[    0.972232] ima: Allocated hash algorithm: sha256
[    0.984666] ima: No architecture policies found
[    0.984678] evm: Initialising EVM extended attributes:
[    0.984679] evm: security.selinux
[    0.984680] evm: security.SMACK64 (disabled)
[    0.984681] evm: security.SMACK64EXEC (disabled)
[    0.984681] evm: security.SMACK64TRANSMUTE (disabled)
[    0.984682] evm: security.SMACK64MMAP (disabled)
[    0.984682] evm: security.apparmor (disabled)
[    0.984682] evm: security.ima
[    0.984683] evm: security.capability
[    0.984683] evm: HMAC attrs: 0x1
[    0.984925] ACPI: battery: Slot [BAT0] (battery present)
[    1.020873] alg: No test for 842 (842-scomp)
[    1.020923] alg: No test for 842 (842-generic)
[    1.104000] PM:   Magic number: 3:653:36
[    1.104075] acpi STK00043:01: hash matches
[    1.104120] memory memory205: hash matches
[    1.104140] memory memory72: hash matches
[    1.104271] RAS: Correctable Errors collector initialized.
[    1.104341] 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
[    1.187011] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.187036] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    1.245398] ata2: SATA link down (SStatus 0 SControl 300)
[    1.319949] usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[    1.319958] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.319959] usb 1-2: Product: USB 2.0 Hub
[    1.362108] usb 3-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[    1.362122] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.387440] hub 1-2:1.0: USB hub found
[    1.387996] hub 1-2:1.0: 4 ports detected
[    1.419091] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.447456] ata1.00: ATA-10: ST1000LM035-1RK172, LFM3, max UDMA/100
[    1.456712] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.505934] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    1.506878] ata1.00: configured for UDMA/100
[    1.526954] scsi 0:0:0:0: Direct-Access     ATA      ST1000LM035-1RK1 LFM3 PQ: 0 ANSI: 5
[    1.527561] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.527745] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.527752] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.527782] sd 0:0:0:0: [sda] Write Protect is off
[    1.527785] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.527848] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.527939] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    1.595823]  sda: sda1
[    1.596099] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.597467] Freeing unused decrypted memory: 2036K
[    1.598247] Freeing unused kernel image (initmem) memory: 4360K
[    1.601685] Write protecting the kernel read-only data: 32768k
[    1.601914] Freeing unused kernel image (rodata/data gap) memory: 316K
[    1.631285] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.631290] rodata_test: all tests were successful
[    1.631296] Run /init as init process
[    1.631297]   with arguments:
[    1.631298]     /init
[    1.631299]     rhgb
[    1.631299]   with environment:
[    1.631300]     HOME=/
[    1.631300]     TERM=linux
[    1.631301]     BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64
[    1.646555] usb 1-3: New USB device found, idVendor=13d3, idProduct=56ff, bcdDevice=19.19
[    1.646558] usb 1-3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.646559] usb 1-3: Product: Integrated Camera
[    1.646561] usb 1-3: Manufacturer: Azurewave
[    1.650540] systemd[1]: systemd 253.2-1.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    1.650546] systemd[1]: Detected architecture x86-64.
[    1.650548] systemd[1]: Running in initrd.
[    1.650623] systemd[1]: No hostname configured, using default hostname.
[    1.650671] systemd[1]: Hostname set to <fedora>.
[    1.818931] usb 1-2.2: new full-speed USB device number 4 using xhci_hcd
[    2.039188] usb 1-2.2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    2.039199] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.039203] usb 1-2.2: Product: USB Receiver
[    2.039206] usb 1-2.2: Manufacturer: Logitech
[    2.070838] systemd[1]: bpf-lsm: LSM BPF program attached
[    2.118095] systemd[1]: Queued start job for default target initrd.target.
[    2.125541] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.0/0003:046D:C534.0001/input/input4
[    2.133361] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    2.133425] systemd[1]: Reached target local-fs.target - Local File Systems.
[    2.133452] systemd[1]: Reached target slices.target - Slice Units.
[    2.133470] systemd[1]: Reached target swap.target - Swaps.
[    2.133487] systemd[1]: Reached target timers.target - Timer Units.
[    2.133570] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    2.133654] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    2.133733] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    2.133815] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    2.133879] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    2.133896] systemd[1]: Reached target sockets.target - Socket Units.
[    2.134687] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    2.134732] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    2.137103] systemd[1]: Starting systemd-journald.service - Journal Service...
[    2.137799] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    2.138354] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    2.138923] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[    2.144082] systemd-journald[311]: Collecting audit messages is disabled.
[    2.155950] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    2.157415] fuse: init (API version 7.38)
[    2.173012] systemd[1]: Finished systemd-vconsole-setup.service - Setup Virtual Console.
[    2.177917] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input0
[    2.182169] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/input/input5
[    2.182331] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/input/input6
[    2.190139] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    2.190395] systemd[1]: Started systemd-journald.service - Journal Service.
[    2.233837] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/input/input7
[    2.234096] hid-generic 0003:046D:C534.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input1
[    2.497112] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input0
[    2.526070] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    2.526104] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    2.526173] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input10
[    2.526303] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.526339] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:01/input/input11
[    2.550269] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    2.550391] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    2.550682] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    2.555848] r8169 0000:03:00.0: enabling device (0000 -> 0003)
[    2.564577] r8169 0000:03:00.0 eth0: RTL8168gu/8111gu, 54:05:db:6b:14:15, XID 509, IRQ 56
[    2.564583] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.569820] input: MSFT0001:00 04F3:3140 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input12
[    2.582966] input: MSFT0001:00 04F3:3140 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input13
[    2.629879] hid-generic 0018:04F3:3140.0003: input,hidraw2: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3140] on i2c-MSFT0001:00
[    2.631551] r8169 0000:03:00.0 eno1: renamed from eth0
[    2.646006] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    2.646191] nvme nvme0: pci function 0000:02:00.0
[    2.655398] nvme nvme0: 15/0/0 default/read/poll queues
[    2.659957]  nvme0n1: p1 p2 p3
[    2.665303] logitech-djreceiver 0003:046D:C534.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input1
[    2.671948] BTRFS: device fsid a63d636c-13cb-4d37-8c19-87ab490e4250 devid 1 transid 393 /dev/nvme0n1p3 scanned by (udev-worker) (506)
[    2.720186] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[    2.720457] input: MSFT0001:00 04F3:3140 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input14
[    2.720621] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input16
[    2.720825] input: MSFT0001:00 04F3:3140 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input15
[    2.721410] hid-generic 0003:046D:4054.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:05:00.3-2.2/input1:2
[    2.721555] hid-multitouch 0018:04F3:3140.0003: input,hidraw3: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3140] on i2c-MSFT0001:00
[    2.732258] ccp 0000:05:00.2: enabling device (0000 -> 0002)
[    2.732414] ccp 0000:05:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    2.742571] ccp 0000:05:00.2: tee enabled
[    2.742574] ccp 0000:05:00.2: psp enabled
[    2.745006] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    2.766293] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input20
[    2.766680] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:05:00.3-2.2/input1:2
[    2.823734] BTRFS: device fsid d7bc036a-c117-4eb0-a1d0-732f8633a6a3 devid 1 transid 414 /dev/sda1 scanned by (udev-worker) (432)
[    4.657734] [drm] amdgpu kernel modesetting enabled.
[    4.657755] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    4.657968] ATPX version 1, functions 0x00000001
[    4.657989] ATPX Hybrid Graphics
[    4.659220] amdgpu: Virtual CRAT table created for CPU
[    4.659232] amdgpu: Topology: Add CPU node
[    4.659330] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[    4.659367] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x17AA:0x3A44 0xC6).
[    4.659407] [drm] register mmio base: 0xD1700000
[    4.659408] [drm] register mmio size: 524288
[    4.660773] [drm] add ip block number 0 <soc15_common>
[    4.660775] [drm] add ip block number 1 <gmc_v9_0>
[    4.660776] [drm] add ip block number 2 <vega10_ih>
[    4.660777] [drm] add ip block number 3 <psp>
[    4.660779] [drm] add ip block number 4 <smu>
[    4.660780] [drm] add ip block number 5 <dm>
[    4.660781] [drm] add ip block number 6 <gfx_v9_0>
[    4.660782] [drm] add ip block number 7 <sdma_v4_0>
[    4.660783] [drm] add ip block number 8 <vcn_v2_0>
[    4.660784] [drm] add ip block number 9 <jpeg_v2_0>
[    4.660799] amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
[    4.660801] amdgpu: ATOM BIOS: 113-RENOIR-035
[    4.661590] [drm] VCN decode is enabled in VM mode
[    4.661591] [drm] VCN encode is enabled in VM mode
[    4.661591] [drm] JPEG decode is enabled in VM mode
[    4.676353] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[    4.676359] amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    4.676363] amdgpu 0000:05:00.0: amdgpu: PCIE atomic ops is not supported
[    4.676372] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[    4.676668] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    4.676675] amdgpu 0000:05:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    4.676677] amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    4.676678] amdgpu 0000:05:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    4.676682] [drm] Detected VRAM RAM=512M, BAR=512M
[    4.676683] [drm] RAM width 128bits DDR4
[    4.676733] [drm] amdgpu: 512M of VRAM memory ready
[    4.676734] [drm] amdgpu: 19730M of GTT memory ready.
[    4.676744] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    4.676858] [drm] PCIE GART of 1024M enabled.
[    4.676859] [drm] PTB located at 0x000000F41FC00000
[    4.680885] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    4.680888] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    4.685102] [drm] Loading DMUB firmware via PSP: version=0x01010026
[    4.705196] [drm] Found VCN firmware Version ENC: 1.19 DEC: 5 VEP: 0 Revision: 0
[    4.705205] amdgpu 0000:05:00.0: amdgpu: Will use PSP to load VCN firmware
[    5.392330] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    5.469514] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    5.478187] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    5.482616] [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
[    5.482765] [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
[    5.482770] amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.
[    5.482773] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
[    5.483038] amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
[    5.484222] [drm] Display Core initialized with v3.2.215!
[    5.484764] [drm] DMUB hardware initialized: version=0x01010026
[    5.657159] [drm] kiq ring mec 2 pipe 1 q 0
[    5.660052] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    5.660067] [drm] JPEG decode initialized successfully.
[    5.662448] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    5.662528] amdgpu: sdma_bitmap: 3
[    5.669287] memmap_init_zone_device initialised 131072 pages in 1ms
[    5.669299] amdgpu: HMM registered 512MB device memory
[    5.669333] amdgpu: SRAT table not found
[    5.669334] amdgpu: Virtual CRAT table created for GPU
[    5.669414] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[    5.669416] kfd kfd: amdgpu: added device 1002:1636
[    5.669502] amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 7
[    5.669576] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    5.669578] amdgpu 0000:05:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[    5.669579] amdgpu 0000:05:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[    5.669579] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[    5.669580] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[    5.669581] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[    5.669582] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[    5.669583] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[    5.669584] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[    5.669585] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[    5.669586] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[    5.669586] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[    5.669587] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    5.669588] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    5.669589] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    5.669590] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    5.669591] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    5.671553] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:05:00.0 on minor 1
[    5.677144] fbcon: amdgpudrmfb (fb0) is primary device
[    5.677150] fbcon: Deferring console take-over
[    5.677155] amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    5.715773] [drm] DSC precompute is not needed.
[    5.804017] BTRFS info (device nvme0n1p3): using crc32c (crc32c-intel) checksum algorithm
[    5.804025] BTRFS info (device nvme0n1p3): using free space tree
[    5.809537] BTRFS info (device nvme0n1p3): enabling ssd optimizations
[    5.809542] BTRFS info (device nvme0n1p3): auto enabling async discard
[    6.265369] systemd-journald[311]: Received SIGTERM from PID 1 (systemd).
[    6.358358] audit: type=1404 audit(1681318845.922:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
[    6.389002] SELinux:  policy capability network_peer_controls=1
[    6.389007] SELinux:  policy capability open_perms=1
[    6.389008] SELinux:  policy capability extended_socket_class=1
[    6.389009] SELinux:  policy capability always_check_network=0
[    6.389009] SELinux:  policy capability cgroup_seclabel=1
[    6.389010] SELinux:  policy capability nnp_nosuid_transition=1
[    6.389010] SELinux:  policy capability genfs_seclabel_symlinks=1
[    6.389011] SELinux:  policy capability ioctl_skip_cloexec=0
[    6.423042] audit: type=1403 audit(1681318845.987:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
[    6.423811] systemd[1]: Successfully loaded SELinux policy in 65.602ms.
[    6.457431] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 29.032ms.
[    6.460499] systemd[1]: systemd 253.2-1.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    6.460507] systemd[1]: Detected architecture x86-64.
[    6.462078] systemd[1]: Hostname set to <lenovo>.
[    6.958808] systemd[1]: bpf-lsm: LSM BPF program attached
[    7.091308] zram: Added device: zram0
[    7.219445] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    7.228046] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[    7.228748] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    7.229271] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[    7.229946] systemd[1]: Created slice system-akmods\x2dkeygen.slice - Slice /system/akmods-keygen.
[    7.230228] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    7.230506] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    7.230794] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[    7.231113] systemd[1]: Created slice user.slice - User and Session Slice.
[    7.231143] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[    7.231294] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    7.231747] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    7.231809] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    7.231839] systemd[1]: Reached target getty.target - Login Prompts.
[    7.231868] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[    7.231895] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[    7.231917] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[    7.231944] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    7.232012] systemd[1]: Reached target slices.target - Slice Units.
[    7.232051] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    7.232935] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[    7.234474] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[    7.235744] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[    7.235896] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    7.236667] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[    7.237870] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    7.238200] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    7.238558] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[    7.250098] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    7.252375] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    7.253841] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    7.255169] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    7.255352] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    7.255718] systemd[1]: iscsi-starter.service was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/var/lib/iscsi/nodes).
[    7.257011] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    7.258267] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    7.259988] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    7.261510] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    7.263042] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    7.264707] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    7.266174] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    7.266298] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[    7.270775] loop: module loaded
[    7.282869] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[    7.283214] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[    7.294853] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[    7.295151] systemd[1]: Stopped systemd-journald.service - Journal Service.
[    7.295593] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    7.307273] systemd[1]: Starting systemd-journald.service - Journal Service...
[    7.309393] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    7.311091] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[    7.311215] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    7.313250] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    7.315268] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    7.317207] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    7.317399] systemd-journald[660]: Collecting audit messages is enabled.
[    7.317406] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    7.317537] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    7.317680] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    7.333127] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    7.333323] audit: type=1130 audit(1681318846.897:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.334832] systemd[1]: Started systemd-journald.service - Journal Service.
[    7.334990] audit: type=1130 audit(1681318846.899:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.353129] audit: type=1130 audit(1681318846.917:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.373167] audit: type=1130 audit(1681318846.937:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.373178] audit: type=1131 audit(1681318846.937:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.393194] audit: type=1130 audit(1681318846.957:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.393204] audit: type=1131 audit(1681318846.957:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.405192] audit: type=1130 audit(1681318846.969:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.496806] systemd-journald[660]: Received client request to flush runtime journal.
[    7.498474] systemd-journald[660]: File /var/log/journal/465362eb70c8426fa21d049751e5d384/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    7.688820] zram0: detected capacity change from 0 to 16777216
[    7.719007] acpi_cpufreq: overriding BIOS provided _PSD data
[    7.787018] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[    7.800057] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    7.800064] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    7.800140] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    7.803022] mc: Linux media interface: v0.10
[    7.816696] snd_rn_pci_acp3x 0000:05:00.5: enabling device (0000 -> 0002)
[    7.818045] input: PC Speaker as /devices/platform/pcspkr/input/input21
[    7.827877] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    7.827885] RAPL PMU: hw unit of domain package 2^-16 Joules
[    7.831865] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input22
[    7.838338] EXT4-fs (nvme0n1p2): mounting ext2 file system using the ext4 subsystem
[    7.841463] ideapad_acpi VPC2004:00: DYTC interface is not available
[    7.850543] EXT4-fs (nvme0n1p2): mounted filesystem 9d685df5-24ea-4371-9575-9e8ab08b0d26 without journal. Quota mode: none.
[    7.851080] videodev: Linux video capture interface: v2.00
[    7.938323] Bluetooth: Core ver 2.22
[    7.938851] NET: Registered PF_BLUETOOTH protocol family
[    7.938854] Bluetooth: HCI device and connection manager initialized
[    7.938861] Bluetooth: HCI socket layer initialized
[    7.938864] Bluetooth: L2CAP socket layer initialized
[    7.938873] Bluetooth: SCO socket layer initialized
[    7.960071] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.960849] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.986286] SVM: TSC scaling supported
[    7.986292] kvm: Nested Virtualization enabled
[    7.986293] SVM: kvm: Nested Paging enabled
[    7.986311] SVM: Virtual VMLOAD VMSAVE supported
[    7.986312] SVM: Virtual GIF supported
[    7.986312] SVM: LBR virtualization supported
[    7.998750] MCE: In-kernel MCE decoding enabled.
[    8.004577] usb 1-3: Found UVC 1.00 device Integrated Camera (13d3:56ff)
[    8.019081] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3:1.0/input/input23
[    8.019179] usbcore: registered new interface driver uvcvideo
[    8.019742] intel_rapl_common: Found RAPL domain package
[    8.019748] intel_rapl_common: Found RAPL domain core
[    8.044263] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    8.044381] snd_hda_intel 0000:01:00.1: Disabling MSI
[    8.044386] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    8.044509] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[    8.097093] usbcore: registered new interface driver btusb
[    8.101585] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input24
[    8.101679] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input25
[    8.101721] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input26
[    8.101783] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input27
[    8.108919] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[    8.108926] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[    8.112781] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    8.112786] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.112787] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    8.112789] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    8.112789] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    8.112790] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    8.112791] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    8.140469] ath10k_pci 0000:04:00.0: enabling device (0000 -> 0002)
[    8.142428] ath10k_pci 0000:04:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    8.153445] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input28
[    8.153508] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input29
[    8.350574] BTRFS info (device sda1): using crc32c (crc32c-intel) checksum algorithm
[    8.350584] BTRFS info (device sda1): using free space tree
[    8.371466] ath10k_pci 0000:04:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 17aa:0827
[    8.371473] ath10k_pci 0000:04:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[    8.371804] ath10k_pci 0000:04:00.0: firmware ver WLAN.RM.4.4.1-00288- api 6 features wowlan,ignore-otp,mfp crc32 bf907c7c
[    8.438622] ath10k_pci 0000:04:00.0: board_file api 2 bmi_id N/A crc32 62812cba
[    8.487541] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[    8.516249] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[    8.518414] ath10k_pci 0000:04:00.0: htt-ver 3.87 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    8.562270] BTRFS info (device sda1): auto enabling async discard
[    8.577522] ath: EEPROM regdomain: 0x6c
[    8.577527] ath: EEPROM indicates we should expect a direct regpair map
[    8.577531] ath: Country alpha2 being used: 00
[    8.577533] ath: Regpair used: 0x6c
[    8.580734] ath10k_pci 0000:04:00.0 wlp4s0: renamed from wlan0
[    8.805846] RPC: Registered named UNIX socket transport module.
[    8.805850] RPC: Registered udp transport module.
[    8.805850] RPC: Registered tcp transport module.
[    8.805851] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.023301] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.023308] Bluetooth: BNEP filters: protocol multicast
[    9.023313] Bluetooth: BNEP socket layer initialized
[    9.027692] nvidia: loading out-of-tree module taints kernel.
[    9.027702] nvidia: module license 'NVIDIA' taints kernel.
[    9.027703] Disabling lock debugging due to kernel taint
[    9.055821] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    9.154361] nvidia-nvlink: Nvlink Core is being initialized, major device number 509

[    9.155828] nvidia 0000:01:00.0: enabling device (0100 -> 0103)
[    9.155948] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    9.204760] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  530.41.03  Thu Mar 16 19:48:20 UTC 2023
[    9.205133] NET: Registered PF_QIPCRTR protocol family
[    9.243524] Bluetooth: MGMT ver 1.22
[    9.298597] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[    9.415076] nvidia-uvm: Loaded the UVM driver, major device number 507.
[    9.455102] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  530.41.03  Thu Mar 16 19:23:04 UTC 2023
[    9.460287] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    9.478921] ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20221020/nsarguments-61)
[    9.494702] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[    9.652753] r8169 0000:03:00.0 eno1: Link is Down
[   10.178254] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[   11.673205] rfkill: input handler disabled
[   12.456131] Bluetooth: RFCOMM TTY layer initialized
[   12.456143] Bluetooth: RFCOMM socket layer initialized
[   12.456156] Bluetooth: RFCOMM ver 1.11
[   13.839106] wlp4s0: authenticate with 60:a4:b7:6b:69:df
[   13.897749] wlp4s0: send auth to 60:a4:b7:6b:69:df (try 1/3)
[   13.898503] wlp4s0: authenticated
[   13.899707] wlp4s0: associate with 60:a4:b7:6b:69:df (try 1/3)
[   13.907141] wlp4s0: RX AssocResp from 60:a4:b7:6b:69:df (capab=0x1111 status=0 aid=1)
[   13.910861] wlp4s0: associated
[   13.910988] ath: EEPROM regdomain: 0x8283
[   13.910992] ath: EEPROM indicates we should expect a country code
[   13.910994] ath: doing EEPROM country->regdmn map search
[   13.910996] ath: country maps to regdmn code: 0x3d
[   13.910997] ath: Country alpha2 being used: RU
[   13.910999] ath: Regpair used: 0x3d
[   13.911000] ath: regdomain 0x8283 dynamically updated by country element
[   13.952553] wlp4s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 60:a4:b7:6b:69:df
[   14.152038] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[  122.650794] logitech-hidpp-device 0003:046D:4054.0004: HID++ 4.5 device connected.
[  129.157350] systemd-journald[660]: /var/log/journal/465362eb70c8426fa21d049751e5d384/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[  129.522560] rfkill: input handler enabled
[  131.656029] rfkill: input handler disabled
[ 2031.526396] i2c_dev: i2c /dev entries driver
[ 3817.756543] wlp4s0: deauthenticating from 60:a4:b7:6b:69:df by local choice (Reason: 3=DEAUTH_LEAVING)
[ 3817.943579] rfkill: input handler enabled
[ 3818.082927] PM: suspend entry (deep)
[ 3818.384726] Filesystems sync: 0.301 seconds
[ 3818.394771] Freezing user space processes
[ 3818.396902] Freezing user space processes completed (elapsed 0.002 seconds)
[ 3818.396906] OOM killer disabled.
[ 3818.396906] Freezing remaining freezable tasks
[ 3818.398405] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 3818.398420] printk: Suspending console(s) (use no_console_suspend to debug)
[ 3818.424677] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 3818.426607] sd 0:0:0:0: [sda] Stopping disk
[ 3818.433972] [drm] psp gfx command UNLOAD_TA(0x2) failed and response status is (0x117)
[ 3819.786185] PM: suspend devices took 1.388 seconds
[ 3819.787659] ACPI: EC: interrupt blocked
[ 3819.892131] ACPI: PM: Preparing to enter system sleep state S3
[ 3819.892904] ACPI: EC: event blocked
[ 3819.892906] ACPI: EC: EC stopped
[ 3819.892907] ACPI: PM: Saving platform NVS memory
[ 3819.893352] Disabling non-boot CPUs ...
[ 3819.897531] smpboot: CPU 1 is now offline
[ 3819.901278] smpboot: CPU 2 is now offline
[ 3819.904529] smpboot: CPU 3 is now offline
[ 3819.908237] smpboot: CPU 4 is now offline
[ 3819.911738] smpboot: CPU 5 is now offline
[ 3819.914670] smpboot: CPU 6 is now offline
[ 3819.917440] smpboot: CPU 7 is now offline
[ 3819.920081] smpboot: CPU 8 is now offline
[ 3819.922501] smpboot: CPU 9 is now offline
[ 3819.925300] smpboot: CPU 10 is now offline
[ 3819.928344] smpboot: CPU 11 is now offline
[ 3819.930812] smpboot: CPU 12 is now offline
[ 3819.933000] smpboot: CPU 13 is now offline
[ 3819.935534] smpboot: CPU 14 is now offline
[ 3819.936682] Spectre V2 : Update user space SMT mitigation: STIBP off
[ 3819.938354] smpboot: CPU 15 is now offline
[ 3819.938691] ACPI: PM: Low-level resume complete
[ 3819.938691] ACPI: EC: EC started
[ 3819.938691] ACPI: PM: Restoring platform NVS memory
[ 3819.938691] AMD-Vi: Virtual APIC enabled
[ 3819.938691] AMD-Vi: Virtual APIC enabled
[ 3819.938691] LVT offset 0 assigned for vector 0x400
[ 3819.938691] Enabling non-boot CPUs ...
[ 3819.938691] x86: Booting SMP configuration:
[ 3819.938691] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 3819.939764] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[ 3819.940054] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 3819.940065] CPU1 is up
[ 3819.940117] smpboot: Booting Node 0 Processor 2 APIC 0x2
[ 3819.940539] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[ 3819.941031] CPU2 is up
[ 3819.941063] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 3819.941616] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[ 3819.942231] CPU3 is up
[ 3819.942263] smpboot: Booting Node 0 Processor 4 APIC 0x4
[ 3819.943213] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[ 3819.943732] CPU4 is up
[ 3819.943773] smpboot: Booting Node 0 Processor 5 APIC 0x5
[ 3819.944163] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[ 3819.944619] CPU5 is up
[ 3819.944663] smpboot: Booting Node 0 Processor 6 APIC 0x6
[ 3819.945222] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[ 3819.945850] CPU6 is up
[ 3819.945898] smpboot: Booting Node 0 Processor 7 APIC 0x7
[ 3819.946277] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[ 3819.946879] CPU7 is up
[ 3819.946926] smpboot: Booting Node 0 Processor 8 APIC 0x8
[ 3819.947622] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[ 3819.948864] CPU8 is up
[ 3819.948913] smpboot: Booting Node 0 Processor 9 APIC 0x9
[ 3819.949389] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[ 3819.950255] CPU9 is up
[ 3819.950310] smpboot: Booting Node 0 Processor 10 APIC 0xa
[ 3819.950933] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[ 3819.952553] CPU10 is up
[ 3819.952606] smpboot: Booting Node 0 Processor 11 APIC 0xb
[ 3819.953062] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[ 3819.954088] CPU11 is up
[ 3819.954187] smpboot: Booting Node 0 Processor 12 APIC 0xc
[ 3819.954847] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[ 3819.956213] CPU12 is up
[ 3819.956300] smpboot: Booting Node 0 Processor 13 APIC 0xd
[ 3819.956783] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[ 3819.957970] CPU13 is up
[ 3819.958059] smpboot: Booting Node 0 Processor 14 APIC 0xe
[ 3819.958807] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[ 3819.960325] CPU14 is up
[ 3819.960364] smpboot: Booting Node 0 Processor 15 APIC 0xf
[ 3819.960845] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[ 3819.962182] CPU15 is up
[ 3819.964118] ACPI: PM: Waking up from system sleep state S3
[ 3819.964708] ACPI: EC: interrupt unblocked
[ 3820.116416] ACPI: EC: event unblocked
[ 3820.116708] pci 0000:00:00.2: can't derive routing for PCI INT A
[ 3820.116712] pci 0000:00:00.2: PCI INT A: no GSI
[ 3820.116958] [drm] PCIE GART of 1024M enabled.
[ 3820.116963] [drm] PTB located at 0x000000F41FC00000
[ 3820.116979] [drm] PSP is resuming...
[ 3820.117790] sd 0:0:0:0: [sda] Starting disk
[ 3820.126452] nvme nvme0: 15/0/0 default/read/poll queues
[ 3820.354947] usb 3-3: reset full-speed USB device number 2 using xhci_hcd
[ 3820.373839] usb 1-3: reset high-speed USB device number 3 using xhci_hcd
[ 3820.424590] ata2: SATA link down (SStatus 0 SControl 300)
[ 3820.801118] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[ 3820.901747] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3820.911758] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 3820.916541] [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
[ 3820.916769] [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
[ 3820.916772] amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.
[ 3820.916774] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
[ 3820.916778] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[ 3820.916822] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[ 3820.917633] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[ 3820.918249] [drm] DMUB hardware initialized: version=0x01010026
[ 3821.007797] [drm] kiq ring mec 2 pipe 1 q 0
[ 3821.011018] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3821.011067] [drm] JPEG decode initialized successfully.
[ 3821.011077] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 3821.011079] amdgpu 0000:05:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[ 3821.011080] amdgpu 0000:05:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[ 3821.011080] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[ 3821.011081] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[ 3821.011082] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[ 3821.011083] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[ 3821.011084] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[ 3821.011085] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[ 3821.011086] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[ 3821.011086] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[ 3821.011087] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[ 3821.011088] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[ 3821.011089] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[ 3821.011089] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 3821.011090] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 3821.011091] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[ 3822.506973] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3822.601036] ata1.00: configured for UDMA/100
[ 3822.639485] PM: resume devices took 2.523 seconds
[ 3822.639947] OOM killer enabled.
[ 3822.639951] Restarting tasks ... done.
[ 3822.644504] random: crng reseeded on system resumption
[ 3822.647832] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[ 3822.647847] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[ 3822.717141] PM: suspend exit
[ 3823.025824] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[ 3823.055216] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 3823.084102] rfkill: input handler disabled
[ 3823.115693] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[ 3823.221018] r8169 0000:03:00.0 eno1: Link is Down
[ 3823.386677] Bluetooth: MGMT ver 1.22
[ 3826.772524] wlp4s0: authenticate with 60:a4:b7:6b:69:df
[ 3826.834043] wlp4s0: send auth to 60:a4:b7:6b:69:df (try 1/3)
[ 3826.834761] wlp4s0: authenticated
[ 3826.835674] wlp4s0: associate with 60:a4:b7:6b:69:df (try 1/3)
[ 3826.842710] wlp4s0: RX AssocResp from 60:a4:b7:6b:69:df (capab=0x1111 status=0 aid=1)
[ 3826.846352] wlp4s0: associated
[ 3826.846482] ath: EEPROM regdomain: 0x8283
[ 3826.846485] ath: EEPROM indicates we should expect a country code
[ 3826.846487] ath: doing EEPROM country->regdmn map search
[ 3826.846489] ath: country maps to regdmn code: 0x3d
[ 3826.846491] ath: Country alpha2 being used: RU
[ 3826.846492] ath: Regpair used: 0x3d
[ 3826.846494] ath: regdomain 0x8283 dynamically updated by country element
[ 3826.885584] wlp4s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 60:a4:b7:6b:69:df
[ 3827.058121] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[ 4330.492991] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[ 4330.695623] usb 3-2: New USB device found, idVendor=13fe, idProduct=4300, bcdDevice= 1.00
[ 4330.695634] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4330.695638] usb 3-2: Product: USB DISK 2.0
[ 4330.695663] usb 3-2: Manufacturer:         
[ 4330.695667] usb 3-2: SerialNumber: 072108AB1A05D457
[ 4330.723847] usb-storage 3-2:1.0: USB Mass Storage device detected
[ 4330.724076] scsi host2: usb-storage 3-2:1.0
[ 4330.724135] usbcore: registered new interface driver usb-storage
[ 4330.726414] usbcore: registered new interface driver uas
[ 4339.235988] scsi 2:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 4
[ 4339.236680] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 4339.238319] sd 2:0:0:0: [sdb] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 4339.239041] sd 2:0:0:0: [sdb] Write Protect is off
[ 4339.239048] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 4339.239805] sd 2:0:0:0: [sdb] No Caching mode page found
[ 4339.239812] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 4339.278662]  sdb: sdb1 sdb2
[ 4339.279137] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 4339.870228] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 4339.896173] ntfs3: Max link count 4000
[ 4339.896178] ntfs3: Enabled Linux POSIX ACLs support
[ 4339.896178] ntfs3: Read-only LZX/Xpress compression included
[ 4352.366434] ntfs3: sdb2: volume is dirty and "force" flag is not set!
[ 5137.794214] GPT:Primary header thinks Alt. header is not at the end of the disk.
[ 5137.794221] GPT:9457699 != 60628991
[ 5137.794225] GPT:Alternate GPT header not at the end of the disk.
[ 5137.794227] GPT:9457699 != 60628991
[ 5137.794229] GPT: Use GNU Parted to correct GPT errors.
[ 5137.794247]  sdb: sdb1 sdb2 sdb3
[ 5745.096753] usb 3-2: USB disconnect, device number 3
[ 5859.240727] legion_laptop: legion_laptop starts loading
[ 5859.240832] legion PNP0C09:00: legion_laptop platform driver probing
[ 5859.240836] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5859.240840] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5859.240846] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 0
[ 5859.240849] legion PNP0C09:00: Module not useable for this laptop because it is not in allowlist. Notify maintainer if you want to add your device or force load with param force.
[ 5859.240852] legion PNP0C09:00: legion_laptop not loaded for this device
[ 5859.240947] legion: probe of PNP0C09:00 failed with error -12
[ 5991.128018] legion_laptop: legion_laptop exit
[ 5991.146032] legion_laptop: legion_laptop starts loading
[ 5991.146117] legion PNP0C09:00: legion_laptop platform driver probing
[ 5991.146121] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5991.146123] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5991.146128] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 1
[ 5991.146130] legion PNP0C09:00: legion_laptop is forced to load.
[ 5991.146132] legion PNP0C09:00: legion_laptop is forced to load and would otherwise be not loaded
[ 5991.146133] legion PNP0C09:00: Using configuration for system: GKCN
[ 5991.146212] legion PNP0C09:00: ACPI CFG: 2081289494
[ 5991.146266] legion PNP0C09:00: Read embedded controller ID 0x8227
[ 5991.146267] legion PNP0C09:00: Creating debugfs inteface
[ 5991.146280] legion_laptop: Creating sysfs inteface
[ 5991.146299] sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:14.3/PNP0C09:00/issupportgpuoc'
[ 5991.146302] CPU: 12 PID: 27015 Comm: insmod Tainted: P           OE      6.2.9-300.fc38.x86_64 #1
[ 5991.146306] Hardware name: LENOVO 82EY/LNVNB161216, BIOS FCCN19WW 05/30/2022
[ 5991.146308] Call Trace:
[ 5991.146311]  <TASK>
[ 5991.146315]  dump_stack_lvl+0x43/0x60
[ 5991.146324]  sysfs_warn_dup+0x56/0x70
[ 5991.146331]  sysfs_add_file_mode_ns+0x116/0x130
[ 5991.146336]  internal_create_group+0x125/0x380
[ 5991.146342]  internal_create_groups+0x42/0xa0
[ 5991.146347]  legion_add+0x313/0x800 [legion_laptop]
[ 5991.146362]  platform_probe+0x40/0x90
[ 5991.146369]  really_probe+0x1b6/0x410
[ 5991.146373]  __driver_probe_device+0x78/0x170
[ 5991.146377]  driver_probe_device+0x1f/0x90
[ 5991.146380]  __driver_attach+0xce/0x1c0
[ 5991.146384]  ? __pfx___driver_attach+0x10/0x10
[ 5991.146387]  bus_for_each_dev+0x87/0xd0
[ 5991.146393]  bus_add_driver+0x13e/0x230
[ 5991.146396]  driver_register+0x77/0x120
[ 5991.146400]  ? __pfx_init_module+0x10/0x10 [legion_laptop]
[ 5991.146415]  legion_init+0x25/0xff0 [legion_laptop]
[ 5991.146428]  ? __pfx_init_module+0x10/0x10 [legion_laptop]
[ 5991.146441]  do_one_initcall+0x59/0x230
[ 5991.146448]  do_init_module+0x4a/0x210
[ 5991.146454]  __do_sys_finit_module+0xac/0x120
[ 5991.146460]  do_syscall_64+0x5b/0x80
[ 5991.146465]  ? ksys_mmap_pgoff+0xe8/0x1f0
[ 5991.146471]  ? syscall_exit_to_user_mode+0x17/0x40
[ 5991.146475]  ? do_syscall_64+0x67/0x80
[ 5991.146479]  ? syscall_exit_to_user_mode+0x17/0x40
[ 5991.146482]  ? do_syscall_64+0x67/0x80
[ 5991.146485]  ? exc_page_fault+0x70/0x170
[ 5991.146489]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 5991.146495] RIP: 0033:0x7f77ac32bd2d
[ 5991.146527] Code: c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d ab a0 0c 00 f7 d8 64 89 01 48
[ 5991.146530] RSP: 002b:00007fffbf3bb838 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 5991.146534] RAX: ffffffffffffffda RBX: 0000557bd53ee780 RCX: 00007f77ac32bd2d
[ 5991.146536] RDX: 0000000000000000 RSI: 0000557bd53ee2a0 RDI: 0000000000000003
[ 5991.146538] RBP: 00007fffbf3bb8f0 R08: 0000000000000000 R09: 0000557bd53f03b0
[ 5991.146539] R10: 0000000000000003 R11: 0000000000000246 R12: 0000557bd53ee2a0
[ 5991.146541] R13: 0000000000000000 R14: 0000557bd53ee730 R15: 0000557bd53ee2a0
[ 5991.146545]  </TASK>
[ 5991.146558] legion PNP0C09:00: Creating sysfs interface failed
[ 5991.146559] legion_laptop: Unloading legion dubugfs
[ 5991.146574] legion_laptop: Unloading legion dubugfs done
[ 5991.146575] legion_laptop: Unloading legion ecram
[ 5991.146576] legion_laptop: Unloading legion ecram done
[ 5991.146577] legion_laptop: Unloading legion shared
[ 5991.146578] legion_laptop: Unloading legion shared done
[ 5991.146579] legion PNP0C09:00: legion_laptop not loaded for this device
[ 5991.146752] legion: probe of PNP0C09:00 failed with error -17
[ 6026.126988] legion_laptop: legion_laptop exit
[ 6026.155052] legion_laptop: legion_laptop starts loading
[ 6026.155172] legion PNP0C09:00: legion_laptop platform driver probing
[ 6026.155176] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 6026.155180] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 6026.155187] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 1
[ 6026.155191] legion PNP0C09:00: legion_laptop is forced to load.
[ 6026.155193] legion PNP0C09:00: legion_laptop is forced to load and would otherwise be not loaded
[ 6026.155196] legion PNP0C09:00: Using configuration for system: GKCN
[ 6026.155341] legion PNP0C09:00: ACPI CFG: 2081289494
[ 6026.155394] legion PNP0C09:00: Read embedded controller ID 0x8227
[ 6026.155397] legion PNP0C09:00: Creating debugfs inteface
[ 6026.155418] legion_laptop: Creating sysfs inteface
[ 6026.155448] sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:14.3/PNP0C09:00/issupportgpuoc'
[ 6026.155452] CPU: 0 PID: 27160 Comm: insmod Tainted: P           OE      6.2.9-300.fc38.x86_64 #1
[ 6026.155458] Hardware name: LENOVO 82EY/LNVNB161216, BIOS FCCN19WW 05/30/2022
[ 6026.155462] Call Trace:
[ 6026.155468]  <TASK>
[ 6026.155473]  dump_stack_lvl+0x43/0x60
[ 6026.155489]  sysfs_warn_dup+0x56/0x70
[ 6026.155499]  sysfs_add_file_mode_ns+0x116/0x130
[ 6026.155507]  internal_create_group+0x125/0x380
[ 6026.155516]  internal_create_groups+0x42/0xa0
[ 6026.155524]  legion_add+0x313/0x800 [legion_laptop]
[ 6026.155548]  platform_probe+0x40/0x90
[ 6026.155560]  really_probe+0x1b6/0x410
[ 6026.155567]  __driver_probe_device+0x78/0x170
[ 6026.155573]  driver_probe_device+0x1f/0x90
[ 6026.155579]  __driver_attach+0xce/0x1c0
[ 6026.155584]  ? __pfx___driver_attach+0x10/0x10
[ 6026.155589]  bus_for_each_dev+0x87/0xd0
[ 6026.155599]  bus_add_driver+0x13e/0x230
[ 6026.155605]  driver_register+0x77/0x120
[ 6026.155612]  ? __pfx_init_module+0x10/0x10 [legion_laptop]
[ 6026.155635]  legion_init+0x25/0xff0 [legion_laptop]
[ 6026.155644]  ? __pfx_init_module+0x10/0x10 [legion_laptop]
[ 6026.155644]  do_one_initcall+0x59/0x230
[ 6026.155644]  do_init_module+0x4a/0x210
[ 6026.155644]  __do_sys_finit_module+0xac/0x120
[ 6026.155644]  do_syscall_64+0x5b/0x80
[ 6026.155644]  ? syscall_exit_to_user_mode+0x17/0x40
[ 6026.155644]  ? do_syscall_64+0x67/0x80
[ 6026.155644]  ? syscall_exit_to_user_mode+0x17/0x40
[ 6026.155644]  ? do_syscall_64+0x67/0x80
[ 6026.155644]  ? exc_page_fault+0x70/0x170
[ 6026.155644]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 6026.155644] RIP: 0033:0x7ffb79307d2d
[ 6026.155644] Code: c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d ab a0 0c 00 f7 d8 64 89 01 48
[ 6026.155644] RSP: 002b:00007ffdfee52d48 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 6026.155644] RAX: ffffffffffffffda RBX: 00005644447cd780 RCX: 00007ffb79307d2d
[ 6026.155644] RDX: 0000000000000000 RSI: 00005644447cd2a0 RDI: 0000000000000003
[ 6026.155644] RBP: 00007ffdfee52e00 R08: 0000000000000000 R09: 00005644447cf3b0
[ 6026.155644] R10: 0000000000000003 R11: 0000000000000246 R12: 00005644447cd2a0
[ 6026.155644] R13: 0000000000000000 R14: 00005644447cd730 R15: 00005644447cd2a0
[ 6026.155644]  </TASK>
[ 6026.155896] legion PNP0C09:00: Creating sysfs interface failed
[ 6026.155916] legion_laptop: Unloading legion dubugfs
[ 6026.155936] legion_laptop: Unloading legion dubugfs done
[ 6026.155938] legion_laptop: Unloading legion ecram
[ 6026.155940] legion_laptop: Unloading legion ecram done
[ 6026.155941] legion_laptop: Unloading legion shared
[ 6026.155943] legion_laptop: Unloading legion shared done
[ 6026.155945] legion PNP0C09:00: legion_laptop not loaded for this device
[ 6026.156021] legion: probe of PNP0C09:00 failed with error -17

Output of sudo cat /sys/kernel/debug/legion/fancurve:

cat: /sys/kernel/debug/legion/fancurve: No such file or directory

output from sensors

k10temp-pci-00c3
Adapter: PCI adapter
Tctl:         +47.6°C  

nvme-pci-0200
Adapter: PCI adapter
Composite:    +33.9°C  (low  = -273.1°C, high = +74.8°C)
                       (crit = +84.8°C)

ath10k_hwmon-pci-0400
Adapter: PCI adapter
temp1:        +61.0°C  

amdgpu-pci-0500
Adapter: PCI adapter
vddgfx:      768.00 mV 
vddnb:       681.00 mV 
edge:         +41.0°C  
PPT:           7.00 W  

BAT0-acpi-0
Adapter: ACPI interface
in0:          12.76 V  

after typing sudo python/legion_linux/legion_gui.py and opening the program, only other options work

powerprofilesctl list

* balanced:
    Driver:     placeholder

  power-saver:
    Driver:     placeholder

I apologize if I wrote something wrong :(

johnfanv2 commented 1 year ago

Sorry, I created a bug yesterday. Please download new version I just pushed, compile again, and load module again. Your model is currently not supported but you can try again with sudo make forcereloadmodule

danayer commented 1 year ago

insmod legion-laptop.ko
dmesg
[    0.000000] Linux version 6.2.9-300.fc38.x86_64 (mockbuild@38f30b3c0c69453fae61718fc43f33bc) (gcc (GCC) 13.0.1 20230318 (Red Hat 13.0.1-0), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Mar 30 22:32:58 UTC 2023
[    0.000000] Command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64 root=UUID=a63d636c-13cb-4d37-8c19-87ab490e4250 ro rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
[    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] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f0d000-0x00000000bab68fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000ceffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000a0f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000a0f340000-0x0000000a2fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb534d018-0xb536ce57] usable ==> usable
[    0.000000] e820: update [mem 0xb534d018-0xb536ce57] usable ==> usable
[    0.000000] e820: update [mem 0xb56c7018-0xb56d4657] usable ==> usable
[    0.000000] e820: update [mem 0xb56c7018-0xb56d4657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f0d000-0x00000000b534d017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b534d018-0x00000000b536ce57] usable
[    0.000000] reserve setup_data: [mem 0x00000000b536ce58-0x00000000b56c7017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b56c7018-0x00000000b56d4657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b56d4658-0x00000000bab68fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ce000000-0x00000000ceffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x0000000a0f33ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000a0f340000-0x0000000a2fffffff] reserved
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0xcdffe000 ACPI 2.0=0xcdffe014 TPMFinalLog=0xcdedd000 SMBIOS=0xcb70c000 SMBIOS 3.0=0xcb70a000 ESRT=0xb66a7998 MEMATTR=0xb5727018 MOKvar=0xcb87d000 RNG=0xcdfb3018 TPMEventLog=0xb56d8018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem162: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
[    0.000000] e820: remove [mem 0xf8000000-0xfbffffff] reserved
[    0.000000] efi: Remove mem163: MMIO range=[0xfde00000-0xfdefffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfde00000-0xfdefffff] reserved
[    0.000000] efi: Not removing mem164: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem165: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem166: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem167: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem168: MMIO range=[0xff000000-0xfff1ffff] (15MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xfff1ffff] reserved
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: LENOVO 82EY/LNVNB161216, BIOS FCCN19WW 05/30/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2894.658 MHz processor
[    0.000347] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000349] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000355] last_pfn = 0xa0f340 max_arch_pfn = 0x400000000
[    0.000360] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000649] last_pfn = 0xce000 max_arch_pfn = 0x400000000
[    0.004368] esrt: Reserving ESRT space from 0x00000000b66a7998 to 0x00000000b66a79f8.
[    0.004374] e820: update [mem 0xb66a7000-0xb66a7fff] usable ==> reserved
[    0.004406] Using GB pages for direct mapping
[    0.005032] secureboot: Secure boot disabled
[    0.005033] RAMDISK: [mem 0xad93e000-0xb0fc3fff]
[    0.005035] ACPI: Early table checksum verification disabled
[    0.005038] ACPI: RSDP 0x00000000CDFFE014 000024 (v02 LENOVO)
[    0.005041] ACPI: XSDT 0x00000000CDFC2188 00011C (v01 LENOVO CB-01    00000001      01000013)
[    0.005046] ACPI: FACP 0x00000000CDFED000 00010C (v05 LENOVO CB-01    00000001      01000013)
[    0.005049] ACPI: DSDT 0x00000000CDFDA000 00FD46 (v01 LENOVO CB-01    00000001      01000013)
[    0.005052] ACPI: FACS 0x00000000CDEDA000 000040
[    0.005054] ACPI: UEFI 0x00000000CDF7E000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005056] ACPI: SSDT 0x00000000CDFF5000 00723C (v02 LENOVO CB-01    00000001 MSFT 04000000)
[    0.005058] ACPI: IVRS 0x00000000CDFF4000 0001A4 (v02 LENOVO CB-01    00000001 AMD  00000000)
[    0.005060] ACPI: SSDT 0x00000000CDFF3000 000228 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005062] ACPI: SSDT 0x00000000CDFF2000 00046D (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005064] ACPI: TPM2 0x00000000CDFF1000 000034 (v04 LENOVO CB-01    00000001      01000013)
[    0.005065] ACPI: MSDM 0x00000000CDFF0000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005067] ACPI: ASF! 0x00000000CDFEF000 0000A5 (v32 LENOVO CB-01    00000001      01000013)
[    0.005069] ACPI: BOOT 0x00000000CDFEE000 000028 (v01 LENOVO CB-01    00000001      01000013)
[    0.005071] ACPI: HPET 0x00000000CDFEC000 000038 (v01 LENOVO CB-01    00000001      01000013)
[    0.005073] ACPI: APIC 0x00000000CDFEB000 000138 (v03 LENOVO CB-01    00000001      01000013)
[    0.005075] ACPI: MCFG 0x00000000CDFEA000 00003C (v01 LENOVO CB-01    00000001      01000013)
[    0.005077] ACPI: SSDT 0x00000000CDFD9000 000080 (v01 LENOVO CB-01    00000001      01000013)
[    0.005079] ACPI: SSDT 0x00000000CDFD8000 000E03 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005081] ACPI: VFCT 0x00000000CDFCA000 00D684 (v01 LENOVO CB-01    00000001 AMD  31504F47)
[    0.005083] ACPI: SSDT 0x00000000CDFC9000 00005C (v02 LENOVO CB-01    00000001 INTL 20160527)
[    0.005085] ACPI: SSDT 0x00000000CDFC8000 00005C (v02 LENOVO CB-01    00000001 INTL 20160527)
[    0.005086] ACPI: SSDT 0x00000000CDFC7000 0000F8 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005088] ACPI: SSDT 0x00000000CDFC3000 0039F4 (v01 LENOVO CB-01    00000001 AMD  00000001)
[    0.005090] ACPI: CRAT 0x00000000CDFFD000 000F28 (v01 LENOVO CB-01    00000001 AMD  00000001)
[    0.005092] ACPI: CDIT 0x00000000CDFC1000 000029 (v01 LENOVO CB-01    00000001 AMD  00000001)
[    0.005094] ACPI: SSDT 0x00000000CDFBF000 00028D (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005096] ACPI: SSDT 0x00000000CDFBE000 000D37 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005098] ACPI: SSDT 0x00000000CDFBC000 0010A5 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005100] ACPI: SSDT 0x00000000CDFB8000 0030C8 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005102] ACPI: FPDT 0x00000000CDFB7000 000044 (v01 LENOVO CB-01    00000001      01000013)
[    0.005104] ACPI: BGRT 0x00000000CDFC0000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005105] ACPI: WSMT 0x00000000CDFB6000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005107] ACPI: SSDT 0x00000000CDFB5000 00007D (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005109] ACPI: SSDT 0x00000000CDFB4000 000517 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005111] ACPI: Reserving FACP table memory at [mem 0xcdfed000-0xcdfed10b]
[    0.005112] ACPI: Reserving DSDT table memory at [mem 0xcdfda000-0xcdfe9d45]
[    0.005113] ACPI: Reserving FACS table memory at [mem 0xcdeda000-0xcdeda03f]
[    0.005114] ACPI: Reserving UEFI table memory at [mem 0xcdf7e000-0xcdf7e235]
[    0.005115] ACPI: Reserving SSDT table memory at [mem 0xcdff5000-0xcdffc23b]
[    0.005115] ACPI: Reserving IVRS table memory at [mem 0xcdff4000-0xcdff41a3]
[    0.005116] ACPI: Reserving SSDT table memory at [mem 0xcdff3000-0xcdff3227]
[    0.005117] ACPI: Reserving SSDT table memory at [mem 0xcdff2000-0xcdff246c]
[    0.005118] ACPI: Reserving TPM2 table memory at [mem 0xcdff1000-0xcdff1033]
[    0.005118] ACPI: Reserving MSDM table memory at [mem 0xcdff0000-0xcdff0054]
[    0.005119] ACPI: Reserving ASF! table memory at [mem 0xcdfef000-0xcdfef0a4]
[    0.005120] ACPI: Reserving BOOT table memory at [mem 0xcdfee000-0xcdfee027]
[    0.005121] ACPI: Reserving HPET table memory at [mem 0xcdfec000-0xcdfec037]
[    0.005121] ACPI: Reserving APIC table memory at [mem 0xcdfeb000-0xcdfeb137]
[    0.005122] ACPI: Reserving MCFG table memory at [mem 0xcdfea000-0xcdfea03b]
[    0.005123] ACPI: Reserving SSDT table memory at [mem 0xcdfd9000-0xcdfd907f]
[    0.005124] ACPI: Reserving SSDT table memory at [mem 0xcdfd8000-0xcdfd8e02]
[    0.005125] ACPI: Reserving VFCT table memory at [mem 0xcdfca000-0xcdfd7683]
[    0.005125] ACPI: Reserving SSDT table memory at [mem 0xcdfc9000-0xcdfc905b]
[    0.005126] ACPI: Reserving SSDT table memory at [mem 0xcdfc8000-0xcdfc805b]
[    0.005127] ACPI: Reserving SSDT table memory at [mem 0xcdfc7000-0xcdfc70f7]
[    0.005128] ACPI: Reserving SSDT table memory at [mem 0xcdfc3000-0xcdfc69f3]
[    0.005129] ACPI: Reserving CRAT table memory at [mem 0xcdffd000-0xcdffdf27]
[    0.005129] ACPI: Reserving CDIT table memory at [mem 0xcdfc1000-0xcdfc1028]
[    0.005130] ACPI: Reserving SSDT table memory at [mem 0xcdfbf000-0xcdfbf28c]
[    0.005131] ACPI: Reserving SSDT table memory at [mem 0xcdfbe000-0xcdfbed36]
[    0.005132] ACPI: Reserving SSDT table memory at [mem 0xcdfbc000-0xcdfbd0a4]
[    0.005133] ACPI: Reserving SSDT table memory at [mem 0xcdfb8000-0xcdfbb0c7]
[    0.005133] ACPI: Reserving FPDT table memory at [mem 0xcdfb7000-0xcdfb7043]
[    0.005134] ACPI: Reserving BGRT table memory at [mem 0xcdfc0000-0xcdfc0037]
[    0.005135] ACPI: Reserving WSMT table memory at [mem 0xcdfb6000-0xcdfb6027]
[    0.005136] ACPI: Reserving SSDT table memory at [mem 0xcdfb5000-0xcdfb507c]
[    0.005137] ACPI: Reserving SSDT table memory at [mem 0xcdfb4000-0xcdfb4516]
[    0.005202] No NUMA configuration found
[    0.005203] Faking a node at [mem 0x0000000000000000-0x0000000a0f33ffff]
[    0.005210] NODE_DATA(0) allocated [mem 0xa0f315000-0xa0f33ffff]
[    0.068794] Zone ranges:
[    0.068796]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.068798]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.068799]   Normal   [mem 0x0000000100000000-0x0000000a0f33ffff]
[    0.068800]   Device   empty
[    0.068801] Movable zone start for each node
[    0.068804] Early memory node ranges
[    0.068804]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.068805]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[    0.068806]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.068806]   node   0: [mem 0x0000000009f0d000-0x00000000bab68fff]
[    0.068808]   node   0: [mem 0x00000000bbd69000-0x00000000c9f7efff]
[    0.068808]   node   0: [mem 0x00000000cdfff000-0x00000000cdffffff]
[    0.068809]   node   0: [mem 0x0000000100000000-0x0000000a0f33ffff]
[    0.068812] Initmem setup node 0 [mem 0x0000000000001000-0x0000000a0f33ffff]
[    0.068818] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.068842] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.069068] On node 0, zone DMA32: 768 pages in unavailable ranges
[    0.073570] On node 0, zone DMA32: 13 pages in unavailable ranges
[    0.073975] On node 0, zone DMA32: 4608 pages in unavailable ranges
[    0.074103] On node 0, zone DMA32: 16512 pages in unavailable ranges
[    0.133525] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.133552] On node 0, zone Normal: 3264 pages in unavailable ranges
[    0.134345] ACPI: PM-Timer IO Port: 0x408
[    0.134351] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.134353] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.134354] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.134354] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.134355] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.134355] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.134356] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.134356] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.134357] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.134358] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.134358] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.134359] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.134359] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.134360] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.134360] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.134361] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.134373] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.134378] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.134379] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.134381] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.134384] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.134385] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.134394] e820: update [mem 0xb4822000-0xb4930fff] usable ==> reserved
[    0.134405] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.134434] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.134435] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[    0.134436] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.134438] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[    0.134439] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
[    0.134441] PM: hibernation: Registered nosave memory: [mem 0xb4822000-0xb4930fff]
[    0.134442] PM: hibernation: Registered nosave memory: [mem 0xb534d000-0xb534dfff]
[    0.134444] PM: hibernation: Registered nosave memory: [mem 0xb536c000-0xb536cfff]
[    0.134445] PM: hibernation: Registered nosave memory: [mem 0xb56c7000-0xb56c7fff]
[    0.134447] PM: hibernation: Registered nosave memory: [mem 0xb56d4000-0xb56d4fff]
[    0.134448] PM: hibernation: Registered nosave memory: [mem 0xb66a7000-0xb66a7fff]
[    0.134450] PM: hibernation: Registered nosave memory: [mem 0xbab69000-0xbbd68fff]
[    0.134451] PM: hibernation: Registered nosave memory: [mem 0xc9f7f000-0xccf7efff]
[    0.134452] PM: hibernation: Registered nosave memory: [mem 0xccf7f000-0xcdf7efff]
[    0.134452] PM: hibernation: Registered nosave memory: [mem 0xcdf7f000-0xcdffefff]
[    0.134454] PM: hibernation: Registered nosave memory: [mem 0xce000000-0xceffffff]
[    0.134454] PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xfebfffff]
[    0.134455] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.134455] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.134456] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.134456] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
[    0.134457] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.134457] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
[    0.134458] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.134458] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.134460] [mem 0xcf000000-0xfebfffff] available for PCI devices
[    0.134461] Booting paravirtualized kernel on bare hardware
[    0.134463] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.138945] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.139470] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.139479] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.139480] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.139514] Fallback order for Node 0: 0 
[    0.139516] Built 1 zonelists, mobility grouping on.  Total pages: 10159804
[    0.139517] Policy zone: Normal
[    0.139518] Kernel command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64 root=UUID=a63d636c-13cb-4d37-8c19-87ab490e4250 ro rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
[    0.139594] Unknown kernel command line parameters "rhgb BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64", will be passed to user space.
[    0.146128] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.149330] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.149644] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.149683] software IO TLB: area num 16.
[    0.232678] Memory: 40236520K/41284932K available (18432K kernel code, 3223K rwdata, 14020K rodata, 4360K init, 17584K bss, 1048152K reserved, 0K cma-reserved)
[    0.232785] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.232811] ftrace: allocating 51513 entries in 202 pages
[    0.240025] ftrace: allocated 202 pages with 4 groups
[    0.240777] Dynamic Preempt: voluntary
[    0.240812] rcu: Preemptible hierarchical RCU implementation.
[    0.240812] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.240814]  Trampoline variant of Tasks RCU enabled.
[    0.240814]  Rude variant of Tasks RCU enabled.
[    0.240814]  Tracing variant of Tasks RCU enabled.
[    0.240815] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.240816] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.243073] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.243255] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.243351] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.243381] Console: colour dummy device 80x25
[    0.243383] printk: console [tty0] enabled
[    0.243421] ACPI: Core revision 20221020
[    0.243611] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.243630] APIC: Switch to symmetric I/O mode setup
[    0.244479] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.244480] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.244481] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.244484] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.244485] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[    0.244794] Switched APIC routing to physical flat.
[    0.245519] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.249636] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29b98ce695e, max_idle_ns: 440795283729 ns
[    0.249641] Calibrating delay loop (skipped), value calculated using timer frequency.. 5789.31 BogoMIPS (lpj=2894658)
[    0.249643] pid_max: default: 32768 minimum: 301
[    0.252674] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf,landlock
[    0.252686] Yama: becoming mindful.
[    0.252695] SELinux:  Initializing.
[    0.252718] LSM support for eBPF active
[    0.252719] landlock: Up and running.
[    0.252976] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.253195] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.253896] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.253947] LVT offset 1 assigned for vector 0xf9
[    0.254051] LVT offset 2 assigned for vector 0xf4
[    0.254076] process: using mwait in idle threads
[    0.254078] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.254078] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.254087] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.254089] Spectre V2 : Mitigation: Retpolines
[    0.254090] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.254091] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.254092] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    0.254092] RETBleed: Mitigation: untrained return thunk
[    0.254094] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.254095] Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
[    0.254096] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.254097] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.264246] Freeing SMP alternatives memory: 44K
[    0.367002] smpboot: CPU0: AMD Ryzen 7 4800H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.367163] cblist_init_generic: Setting adjustable number of callback queues.
[    0.367167] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.367182] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.367200] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.367213] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.367218] ... version:                0
[    0.367219] ... bit width:              48
[    0.367219] ... generic registers:      6
[    0.367220] ... value mask:             0000ffffffffffff
[    0.367220] ... max period:             00007fffffffffff
[    0.367221] ... fixed-purpose events:   0
[    0.367221] ... event mask:             000000000000003f
[    0.367313] rcu: Hierarchical SRCU implementation.
[    0.367313] rcu:     Max phase no-delay instances is 400.
[    0.367638] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.367638] smp: Bringing up secondary CPUs ...
[    0.367638] x86: Booting SMP configuration:
[    0.367638] .... node  #0, CPUs:        #1
[    0.368638] TSC synchronization [CPU#0 -> CPU#1]:
[    0.368638] Measured 13940048756 cycles TSC warp between CPUs, turning off TSC clock.
[    0.368638] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.368763] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.368789]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.374736] smp: Brought up 1 node, 16 CPUs
[    0.374736] smpboot: Max logical packages: 1
[    0.374736] smpboot: Total of 16 processors activated (92629.05 BogoMIPS)
[    0.377672] devtmpfs: initialized
[    0.377680] x86/mm: Memory block size: 128MB
[    0.379860] ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
[    0.379860] ACPI: PM: Registering ACPI NVS region [mem 0xccf7f000-0xcdf7efff] (16777216 bytes)
[    0.379880] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.379884] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.379948] pinctrl core: initialized pinctrl subsystem
[    0.380041] PM: RTC time: 17:00:39, date: 2023-04-12
[    0.380730] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.380843] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.380855] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.380866] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.380875] audit: initializing netlink subsys (disabled)
[    0.380881] audit: type=2000 audit(1681318839.137:1): state=initialized audit_enabled=0 res=1
[    0.380881] thermal_sys: Registered thermal governor 'fair_share'
[    0.380881] thermal_sys: Registered thermal governor 'bang_bang'
[    0.380881] thermal_sys: Registered thermal governor 'step_wise'
[    0.380881] thermal_sys: Registered thermal governor 'user_space'
[    0.380881] cpuidle: using governor menu
[    0.380881] Simple Boot Flag at 0x44 set to 0x1
[    0.380881] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.380881] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.380881] PCI: not using MMCONFIG
[    0.380881] PCI: Using configuration type 1 for base access
[    0.380881] PCI: Using configuration type 1 for extended access
[    0.381692] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.382789] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.382795] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.382798] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.382800] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.382894] cryptd: max_cpu_qlen set to 1000
[    0.383023] raid6: skipped pq benchmark and selected avx2x4
[    0.383025] raid6: using avx2x2 recovery algorithm
[    0.383109] ACPI: Added _OSI(Module Device)
[    0.383111] ACPI: Added _OSI(Processor Device)
[    0.383112] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.383113] ACPI: Added _OSI(Processor Aggregator Device)
[    0.391416] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.392484] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.403411] ACPI: EC: EC started
[    0.403414] ACPI: EC: interrupt blocked
[    0.413770] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.413776] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.413779] ACPI: Interpreter enabled
[    0.413812] ACPI: PM: (supports S0 S3 S4 S5)
[    0.413814] ACPI: Using IOAPIC for interrupt routing
[    0.415861] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.417799] [Firmware Info]: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] not reserved in ACPI motherboard resources
[    0.417800] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as EfiMemoryMappedIO
[    0.417809] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.417810] PCI: Using E820 reservations for host bridge windows
[    0.418059] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.418628] ACPI: \_SB_.PCI0.GPP0.PG00: New power resource
[    0.431421] ACPI: \_SB_.P0S0: New power resource
[    0.431437] ACPI: \_SB_.P3S0: New power resource
[    0.431496] ACPI: \_SB_.P0S1: New power resource
[    0.431511] ACPI: \_SB_.P3S1: New power resource
[    0.435515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.435520] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.435560] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.435627] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.435636] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.435824] PCI host bridge to bus 0000:00
[    0.435825] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.435827] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.435828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.435829] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
[    0.435831] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
[    0.435832] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
[    0.435833] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
[    0.435834] pci_bus 0000:00: root bus resource [mem 0xa50200000-0xfcffffffff window]
[    0.435835] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.435851] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.435948] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.436030] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.436091] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.436163] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.436297] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.436368] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.436489] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.436548] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.436619] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.436735] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.436806] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.436933] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.436992] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.437018] pci 0000:00:08.1: enabling Extended Tags
[    0.437055] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.437154] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.437180] pci 0000:00:08.2: enabling Extended Tags
[    0.437215] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.437325] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.437442] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.437574] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.437615] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.437656] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.437692] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.437729] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.437766] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.437803] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.437843] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.437934] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030000
[    0.437946] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
[    0.437955] pci 0000:01:00.0: reg 0x14: [mem 0xfcc0000000-0xfccfffffff 64bit pref]
[    0.437965] pci 0000:01:00.0: reg 0x1c: [mem 0xfcd0000000-0xfcd1ffffff 64bit pref]
[    0.437971] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.437977] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.438040] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.438122] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.438385] pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
[    0.438397] pci 0000:01:00.1: reg 0x10: [mem 0xd1000000-0xd1003fff]
[    0.438533] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.438536] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.438539] pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
[    0.438542] pci 0000:00:01.1:   bridge window [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
[    0.438659] pci 0000:02:00.0: [1cc4:6202] type 00 class 0x010802
[    0.438681] pci 0000:02:00.0: reg 0x10: [mem 0xd1900000-0xd1903fff 64bit]
[    0.438992] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.438997] pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
[    0.439051] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.439066] pci 0000:03:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.439085] pci 0000:03:00.0: reg 0x18: [mem 0xd1804000-0xd1804fff 64bit]
[    0.439098] pci 0000:03:00.0: reg 0x20: [mem 0xd1800000-0xd1803fff 64bit]
[    0.439193] pci 0000:03:00.0: supports D1 D2
[    0.439194] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.439641] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.439644] pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
[    0.439646] pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
[    0.439938] pci 0000:04:00.0: [168c:003e] type 00 class 0x028000
[    0.440080] pci 0000:04:00.0: reg 0x10: [mem 0xd1200000-0xd13fffff 64bit]
[    0.440631] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.441441] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.441444] pci 0000:00:02.2:   bridge window [mem 0xd1200000-0xd13fffff]
[    0.441495] pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
[    0.441505] pci 0000:05:00.0: reg 0x10: [mem 0xfce0000000-0xfcefffffff 64bit pref]
[    0.441512] pci 0000:05:00.0: reg 0x18: [mem 0xfcf0000000-0xfcf01fffff 64bit pref]
[    0.441517] pci 0000:05:00.0: reg 0x20: [io  0x1000-0x10ff]
[    0.441522] pci 0000:05:00.0: reg 0x24: [mem 0xd1700000-0xd177ffff]
[    0.441529] pci 0000:05:00.0: enabling Extended Tags
[    0.441538] pci 0000:05:00.0: BAR 0: assigned to efifb
[    0.441573] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.441716] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
[    0.441728] pci 0000:05:00.2: reg 0x18: [mem 0xd1600000-0xd16fffff]
[    0.441737] pci 0000:05:00.2: reg 0x24: [mem 0xd17c8000-0xd17c9fff]
[    0.441743] pci 0000:05:00.2: enabling Extended Tags
[    0.441822] pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
[    0.441832] pci 0000:05:00.3: reg 0x10: [mem 0xd1500000-0xd15fffff 64bit]
[    0.441854] pci 0000:05:00.3: enabling Extended Tags
[    0.441880] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.441941] pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
[    0.441951] pci 0000:05:00.4: reg 0x10: [mem 0xd1400000-0xd14fffff 64bit]
[    0.441973] pci 0000:05:00.4: enabling Extended Tags
[    0.442000] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.442059] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
[    0.442065] pci 0000:05:00.5: reg 0x10: [mem 0xd1780000-0xd17bffff]
[    0.442085] pci 0000:05:00.5: enabling Extended Tags
[    0.442109] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[    0.442163] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
[    0.442170] pci 0000:05:00.6: reg 0x10: [mem 0xd17c0000-0xd17c7fff]
[    0.442189] pci 0000:05:00.6: enabling Extended Tags
[    0.442214] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[    0.442288] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.442290] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.442292] pci 0000:00:08.1:   bridge window [mem 0xd1400000-0xd17fffff]
[    0.442294] pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[    0.442328] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
[    0.442354] pci 0000:06:00.0: reg 0x24: [mem 0xd1101000-0xd11017ff]
[    0.442362] pci 0000:06:00.0: enabling Extended Tags
[    0.442472] pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
[    0.442498] pci 0000:06:00.1: reg 0x24: [mem 0xd1100000-0xd11007ff]
[    0.442505] pci 0000:06:00.1: enabling Extended Tags
[    0.442589] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.442593] pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.443064] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.443066] ACPI: PCI: Interrupt link LNKA disabled
[    0.443106] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.443106] ACPI: PCI: Interrupt link LNKB disabled
[    0.443135] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.443136] ACPI: PCI: Interrupt link LNKC disabled
[    0.443175] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.443176] ACPI: PCI: Interrupt link LNKD disabled
[    0.443211] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.443212] ACPI: PCI: Interrupt link LNKE disabled
[    0.443240] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.443241] ACPI: PCI: Interrupt link LNKF disabled
[    0.443268] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.443269] ACPI: PCI: Interrupt link LNKG disabled
[    0.443295] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.443296] ACPI: PCI: Interrupt link LNKH disabled
[    0.444674] ACPI: EC: interrupt unblocked
[    0.444675] ACPI: EC: event unblocked
[    0.444680] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.444681] ACPI: EC: GPE=0x3
[    0.444682] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    0.444683] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    0.444726] iommu: Default domain type: Translated 
[    0.444726] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.444726] SCSI subsystem initialized
[    0.444730] libata version 3.00 loaded.
[    0.444730] ACPI: bus type USB registered
[    0.444730] usbcore: registered new interface driver usbfs
[    0.444730] usbcore: registered new interface driver hub
[    0.444730] usbcore: registered new device driver usb
[    0.446754] pps_core: LinuxPPS API ver. 1 registered
[    0.446755] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.446757] PTP clock support registered
[    0.446768] EDAC MC: Ver: 3.0.0
[    0.446939] Registered efivars operations
[    0.447728] NetLabel: Initializing
[    0.447729] NetLabel:  domain hash size = 128
[    0.447730] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.447742] NetLabel:  unlabeled traffic allowed by default
[    0.447745] mctp: management component transport protocol core
[    0.447745] NET: Registered PF_MCTP protocol family
[    0.447749] PCI: Using ACPI for IRQ routing
[    0.449463] PCI: pci_cache_line_size set to 64 bytes
[    0.450104] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.450105] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[    0.450106] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    0.450107] e820: reserve RAM buffer [mem 0xb4822000-0xb7ffffff]
[    0.450108] e820: reserve RAM buffer [mem 0xb534d018-0xb7ffffff]
[    0.450109] e820: reserve RAM buffer [mem 0xb56c7018-0xb7ffffff]
[    0.450110] e820: reserve RAM buffer [mem 0xb66a7000-0xb7ffffff]
[    0.450110] e820: reserve RAM buffer [mem 0xbab69000-0xbbffffff]
[    0.450111] e820: reserve RAM buffer [mem 0xc9f7f000-0xcbffffff]
[    0.450112] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
[    0.450112] e820: reserve RAM buffer [mem 0xa0f340000-0xa0fffffff]
[    0.450671] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.450671] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.450671] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.450671] pci 0000:05:00.0: vgaarb: setting as boot VGA device (overriding previous)
[    0.450671] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.450671] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.450671] vgaarb: loaded
[    0.450690] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.450693] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.452684] clocksource: Switched to clocksource hpet
[    0.464141] VFS: Disk quotas dquot_6.6.0
[    0.464152] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.464241] pnp: PnP ACPI init
[    0.464404] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.464407] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.464408] system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
[    0.464531] system 00:03: [io  0x0400-0x04cf] has been reserved
[    0.464533] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.464535] system 00:03: [io  0x04d6] has been reserved
[    0.464536] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.464537] system 00:03: [io  0x0c14] has been reserved
[    0.464537] system 00:03: [io  0x0c50-0x0c52] has been reserved
[    0.464538] system 00:03: [io  0x0c6c] has been reserved
[    0.464539] system 00:03: [io  0x0c6f] has been reserved
[    0.464540] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[    0.464575] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.464576] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.464997] pnp: PnP ACPI: found 5 devices
[    0.471097] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.471377] NET: Registered PF_INET protocol family
[    0.471709] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.474433] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.474496] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.474512] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.475084] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.475388] TCP: Hash tables configured (established 524288 bind 65536)
[    0.475810] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.475883] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.476025] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.476228] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.476235] NET: Registered PF_XDP protocol family
[    0.476240] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.476259] pci 0000:01:00.0: BAR 6: assigned [mem 0xd1080000-0xd10fffff pref]
[    0.476261] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.476263] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.476266] pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
[    0.476268] pci 0000:00:01.1:   bridge window [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
[    0.476271] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.476274] pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
[    0.476278] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.476279] pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
[    0.476281] pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
[    0.476285] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.476287] pci 0000:00:02.2:   bridge window [mem 0xd1200000-0xd13fffff]
[    0.476293] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.476294] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.476296] pci 0000:00:08.1:   bridge window [mem 0xd1400000-0xd17fffff]
[    0.476298] pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[    0.476301] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.476303] pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.476309] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.476310] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.476311] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.476312] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
[    0.476313] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
[    0.476314] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf7ffffff window]
[    0.476315] pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfed3ffff window]
[    0.476316] pci_bus 0000:00: resource 11 [mem 0xa50200000-0xfcffffffff window]
[    0.476317] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.476318] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd10fffff]
[    0.476319] pci_bus 0000:01: resource 2 [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
[    0.476321] pci_bus 0000:02: resource 1 [mem 0xd1900000-0xd19fffff]
[    0.476322] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.476322] pci_bus 0000:03: resource 1 [mem 0xd1800000-0xd18fffff]
[    0.476324] pci_bus 0000:04: resource 1 [mem 0xd1200000-0xd13fffff]
[    0.476325] pci_bus 0000:05: resource 0 [io  0x1000-0x1fff]
[    0.476326] pci_bus 0000:05: resource 1 [mem 0xd1400000-0xd17fffff]
[    0.476326] pci_bus 0000:05: resource 2 [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[    0.476328] pci_bus 0000:06: resource 1 [mem 0xd1100000-0xd11fffff]
[    0.476446] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.476703] pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
[    0.553072] pci 0000:05:00.3: quirk_usb_early_handoff+0x0/0x7c0 took 74575 usecs
[    0.553082] pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
[    0.566457] pci 0000:05:00.4: quirk_usb_early_handoff+0x0/0x7c0 took 13058 usecs
[    0.566468] PCI: CLS 64 bytes, default 64
[    0.566480] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.566514] Trying to unpack rootfs image as initramfs...
[    0.566529] pci 0000:00:01.0: Adding to iommu group 0
[    0.566537] pci 0000:00:01.1: Adding to iommu group 1
[    0.566546] pci 0000:00:01.2: Adding to iommu group 2
[    0.566557] pci 0000:00:02.0: Adding to iommu group 3
[    0.566565] pci 0000:00:02.1: Adding to iommu group 4
[    0.566573] pci 0000:00:02.2: Adding to iommu group 5
[    0.566587] pci 0000:00:08.0: Adding to iommu group 6
[    0.566593] pci 0000:00:08.1: Adding to iommu group 6
[    0.566599] pci 0000:00:08.2: Adding to iommu group 6
[    0.566612] pci 0000:00:14.0: Adding to iommu group 7
[    0.566619] pci 0000:00:14.3: Adding to iommu group 7
[    0.566655] pci 0000:00:18.0: Adding to iommu group 8
[    0.566662] pci 0000:00:18.1: Adding to iommu group 8
[    0.566668] pci 0000:00:18.2: Adding to iommu group 8
[    0.566675] pci 0000:00:18.3: Adding to iommu group 8
[    0.566681] pci 0000:00:18.4: Adding to iommu group 8
[    0.566689] pci 0000:00:18.5: Adding to iommu group 8
[    0.566695] pci 0000:00:18.6: Adding to iommu group 8
[    0.566703] pci 0000:00:18.7: Adding to iommu group 8
[    0.566715] pci 0000:01:00.0: Adding to iommu group 9
[    0.566722] pci 0000:01:00.1: Adding to iommu group 9
[    0.566732] pci 0000:02:00.0: Adding to iommu group 10
[    0.566741] pci 0000:03:00.0: Adding to iommu group 11
[    0.566750] pci 0000:04:00.0: Adding to iommu group 12
[    0.566758] pci 0000:05:00.0: Adding to iommu group 6
[    0.566762] pci 0000:05:00.2: Adding to iommu group 6
[    0.566765] pci 0000:05:00.3: Adding to iommu group 6
[    0.566768] pci 0000:05:00.4: Adding to iommu group 6
[    0.566773] pci 0000:05:00.5: Adding to iommu group 6
[    0.566777] pci 0000:05:00.6: Adding to iommu group 6
[    0.566781] pci 0000:06:00.0: Adding to iommu group 6
[    0.566784] pci 0000:06:00.1: Adding to iommu group 6
[    0.568073] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.568077] pci 0000:00:00.2: PCI INT A: not connected
[    0.568383] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.568385] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.568390] AMD-Vi: Interrupt remapping enabled
[    0.568391] AMD-Vi: X2APIC enabled
[    0.568421] AMD-Vi: Virtual APIC enabled
[    0.568512] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.568513] software IO TLB: mapped [mem 0x00000000c5100000-0x00000000c9100000] (64MB)
[    0.568560] LVT offset 0 assigned for vector 0x400
[    0.568885] perf: AMD IBS detected (0x000003ff)
[    0.568898] amd_uncore: 4  amd_df counters detected
[    0.568901] amd_uncore: 6  amd_l3 counters detected
[    0.569223] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.571617] Initialise system trusted keyrings
[    0.571628] Key type blacklist registered
[    0.571688] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    0.571702] zbud: loaded
[    0.572074] integrity: Platform Keyring initialized
[    0.572078] integrity: Machine keyring initialized
[    0.574432] NET: Registered PF_ALG protocol family
[    0.574435] xor: automatically using best checksumming function   avx       
[    0.574436] Key type asymmetric registered
[    0.574437] Asymmetric key parser 'x509' registered
[    0.900628] Freeing initrd memory: 55832K
[    0.906013] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.906065] io scheduler mq-deadline registered
[    0.906066] io scheduler kyber registered
[    0.906075] io scheduler bfq registered
[    0.907631] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.908893] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.908997] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[    0.909092] pcieport 0000:00:02.1: PME: Signaling with IRQ 28
[    0.909186] pcieport 0000:00:02.2: PME: Signaling with IRQ 29
[    0.909274] pcieport 0000:00:08.1: PME: Signaling with IRQ 30
[    0.909425] pcieport 0000:00:08.2: PME: Signaling with IRQ 31
[    0.909497] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.910331] ACPI: AC: AC Adapter [ADP0] (on-line)
[    0.910369] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.910379] ACPI: button: Lid Switch [LID0]
[    0.910397] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.910407] ACPI: button: Power Button [PWRB]
[    0.910428] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.910469] ACPI: button: Power Button [PWRF]
[    0.910501] Monitor-Mwait will be used to enter C-1 state
[    0.910509] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.910583] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.910689] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.910787] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.910890] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.911010] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.911131] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.911246] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.911359] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[    0.911473] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[    0.911580] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[    0.911709] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[    0.911828] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[    0.911891] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[    0.911948] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[    0.912054] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[    0.912305] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.913604] Non-volatile memory driver v1.3
[    0.913608] Linux agpgart interface v0.103
[    0.927695] tpm tpm0: AMD fTPM version 0x3004900000005 causes system stutter; hwrng disabled
[    0.928108] ACPI: bus type drm_connector registered
[    0.930353] ahci 0000:06:00.0: version 3.0
[    0.930452] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.930454] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.930709] scsi host0: ahci
[    0.930745] ata1: SATA max UDMA/133 abar m2048@0xd1101000 port 0xd1101100 irq 33
[    0.930833] ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.930836] ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.931054] scsi host1: ahci
[    0.931085] ata2: SATA max UDMA/133 abar m2048@0xd1100000 port 0xd1100100 irq 35
[    0.931359] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    0.931429] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[    0.931509] xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.931819] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    0.931887] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[    0.931890] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.931917] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    0.931919] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.931920] usb usb1: Product: xHCI Host Controller
[    0.931920] usb usb1: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.931921] usb usb1: SerialNumber: 0000:05:00.3
[    0.932053] hub 1-0:1.0: USB hub found
[    0.932060] hub 1-0:1.0: 4 ports detected
[    0.932178] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.932191] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    0.932193] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.932194] usb usb2: Product: xHCI Host Controller
[    0.932195] usb usb2: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.932195] usb usb2: SerialNumber: 0000:05:00.3
[    0.932310] hub 2-0:1.0: USB hub found
[    0.932315] hub 2-0:1.0: 2 ports detected
[    0.932425] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    0.932464] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[    0.932541] xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.932824] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    0.932859] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[    0.932861] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.932882] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    0.932884] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.932885] usb usb3: Product: xHCI Host Controller
[    0.932885] usb usb3: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.932886] usb usb3: SerialNumber: 0000:05:00.4
[    0.932961] hub 3-0:1.0: USB hub found
[    0.932965] hub 3-0:1.0: 4 ports detected
[    0.933066] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.933080] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    0.933082] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.933083] usb usb4: Product: xHCI Host Controller
[    0.933084] usb usb4: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.933085] usb usb4: SerialNumber: 0000:05:00.4
[    0.933151] hub 4-0:1.0: USB hub found
[    0.933155] hub 4-0:1.0: 2 ports detected
[    0.933227] usbcore: registered new interface driver usbserial_generic
[    0.933231] usbserial: USB Serial support registered for generic
[    0.933250] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[    0.933251] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.934061] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.934122] mousedev: PS/2 mouse device common for all mice
[    0.934216] rtc_cmos 00:01: RTC can wake from S4
[    0.934421] rtc_cmos 00:01: registered as rtc0
[    0.934458] rtc_cmos 00:01: setting system clock to 2023-04-12T17:00:40 UTC (1681318840)
[    0.934476] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.934490] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.934493] device-mapper: uevent: version 1.0.3
[    0.934551] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    0.934924] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    0.936248] fbcon: Deferring console take-over
[    0.936253] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.936446] hid: raw HID events driver (C) Jiri Kosina
[    0.936470] usbcore: registered new interface driver usbhid
[    0.936471] usbhid: USB HID core driver
[    0.936623] drop_monitor: Initializing network drop monitor service
[    0.947257] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.947346] Initializing XFRM netlink socket
[    0.947395] NET: Registered PF_INET6 protocol family
[    0.952884] Segment Routing with IPv6
[    0.952888] RPL Segment Routing with IPv6
[    0.952902] In-situ OAM (IOAM) with IPv6
[    0.952935] mip6: Mobile IPv6
[    0.952940] NET: Registered PF_PACKET protocol family
[    0.954968] microcode: CPU15: patch_level=0x08600104
[    0.954970] microcode: CPU1: patch_level=0x08600104
[    0.954975] microcode: CPU14: patch_level=0x08600104
[    0.954976] microcode: CPU0: patch_level=0x08600104
[    0.954983] microcode: CPU2: patch_level=0x08600104
[    0.954987] microcode: CPU8: patch_level=0x08600104
[    0.954988] microcode: CPU3: patch_level=0x08600104
[    0.954988] microcode: CPU5: patch_level=0x08600104
[    0.954987] microcode: CPU10: patch_level=0x08600104
[    0.954990] microcode: CPU4: patch_level=0x08600104
[    0.954989] microcode: CPU7: patch_level=0x08600104
[    0.954989] microcode: CPU6: patch_level=0x08600104
[    0.954989] microcode: CPU9: patch_level=0x08600104
[    0.954992] microcode: CPU11: patch_level=0x08600104
[    0.954994] microcode: CPU12: patch_level=0x08600104
[    0.954993] microcode: CPU13: patch_level=0x08600104
[    0.955024] microcode: Microcode Update Driver: v2.2.
[    0.955400] resctrl: L3 allocation detected
[    0.955401] resctrl: MB allocation detected
[    0.955401] resctrl: L3 monitoring detected
[    0.955406] IPI shorthand broadcast: enabled
[    0.955411] AVX2 version of gcm_enc/dec engaged.
[    0.955650] AES CTR mode by8 optimization enabled
[    0.957246] registered taskstats version 1
[    0.957848] Loading compiled-in X.509 certificates
[    0.965178] Loaded X.509 cert 'Fedora kernel signing key: ee710d21b2c006d3ae772e96c423439621dcda62'
[    0.965549] zswap: loaded using pool lzo/zbud
[    0.967504] page_owner is disabled
[    0.967606] Key type .fscrypt registered
[    0.967608] Key type fscrypt-provisioning registered
[    0.967964] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[    0.967978] Key type big_key registered
[    0.968406] Key type trusted registered
[    0.971085] Key type encrypted registered
[    0.971461] Loading compiled-in module X.509 certificates
[    0.972229] Loaded X.509 cert 'Fedora kernel signing key: ee710d21b2c006d3ae772e96c423439621dcda62'
[    0.972232] ima: Allocated hash algorithm: sha256
[    0.984666] ima: No architecture policies found
[    0.984678] evm: Initialising EVM extended attributes:
[    0.984679] evm: security.selinux
[    0.984680] evm: security.SMACK64 (disabled)
[    0.984681] evm: security.SMACK64EXEC (disabled)
[    0.984681] evm: security.SMACK64TRANSMUTE (disabled)
[    0.984682] evm: security.SMACK64MMAP (disabled)
[    0.984682] evm: security.apparmor (disabled)
[    0.984682] evm: security.ima
[    0.984683] evm: security.capability
[    0.984683] evm: HMAC attrs: 0x1
[    0.984925] ACPI: battery: Slot [BAT0] (battery present)
[    1.020873] alg: No test for 842 (842-scomp)
[    1.020923] alg: No test for 842 (842-generic)
[    1.104000] PM:   Magic number: 3:653:36
[    1.104075] acpi STK00043:01: hash matches
[    1.104120] memory memory205: hash matches
[    1.104140] memory memory72: hash matches
[    1.104271] RAS: Correctable Errors collector initialized.
[    1.104341] 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
[    1.187011] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.187036] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    1.245398] ata2: SATA link down (SStatus 0 SControl 300)
[    1.319949] usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[    1.319958] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.319959] usb 1-2: Product: USB 2.0 Hub
[    1.362108] usb 3-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[    1.362122] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.387440] hub 1-2:1.0: USB hub found
[    1.387996] hub 1-2:1.0: 4 ports detected
[    1.419091] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.447456] ata1.00: ATA-10: ST1000LM035-1RK172, LFM3, max UDMA/100
[    1.456712] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.505934] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    1.506878] ata1.00: configured for UDMA/100
[    1.526954] scsi 0:0:0:0: Direct-Access     ATA      ST1000LM035-1RK1 LFM3 PQ: 0 ANSI: 5
[    1.527561] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.527745] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.527752] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.527782] sd 0:0:0:0: [sda] Write Protect is off
[    1.527785] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.527848] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.527939] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    1.595823]  sda: sda1
[    1.596099] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.597467] Freeing unused decrypted memory: 2036K
[    1.598247] Freeing unused kernel image (initmem) memory: 4360K
[    1.601685] Write protecting the kernel read-only data: 32768k
[    1.601914] Freeing unused kernel image (rodata/data gap) memory: 316K
[    1.631285] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.631290] rodata_test: all tests were successful
[    1.631296] Run /init as init process
[    1.631297]   with arguments:
[    1.631298]     /init
[    1.631299]     rhgb
[    1.631299]   with environment:
[    1.631300]     HOME=/
[    1.631300]     TERM=linux
[    1.631301]     BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64
[    1.646555] usb 1-3: New USB device found, idVendor=13d3, idProduct=56ff, bcdDevice=19.19
[    1.646558] usb 1-3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.646559] usb 1-3: Product: Integrated Camera
[    1.646561] usb 1-3: Manufacturer: Azurewave
[    1.650540] systemd[1]: systemd 253.2-1.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    1.650546] systemd[1]: Detected architecture x86-64.
[    1.650548] systemd[1]: Running in initrd.
[    1.650623] systemd[1]: No hostname configured, using default hostname.
[    1.650671] systemd[1]: Hostname set to <fedora>.
[    1.818931] usb 1-2.2: new full-speed USB device number 4 using xhci_hcd
[    2.039188] usb 1-2.2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    2.039199] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.039203] usb 1-2.2: Product: USB Receiver
[    2.039206] usb 1-2.2: Manufacturer: Logitech
[    2.070838] systemd[1]: bpf-lsm: LSM BPF program attached
[    2.118095] systemd[1]: Queued start job for default target initrd.target.
[    2.125541] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.0/0003:046D:C534.0001/input/input4
[    2.133361] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    2.133425] systemd[1]: Reached target local-fs.target - Local File Systems.
[    2.133452] systemd[1]: Reached target slices.target - Slice Units.
[    2.133470] systemd[1]: Reached target swap.target - Swaps.
[    2.133487] systemd[1]: Reached target timers.target - Timer Units.
[    2.133570] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    2.133654] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    2.133733] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    2.133815] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    2.133879] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    2.133896] systemd[1]: Reached target sockets.target - Socket Units.
[    2.134687] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    2.134732] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    2.137103] systemd[1]: Starting systemd-journald.service - Journal Service...
[    2.137799] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    2.138354] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    2.138923] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[    2.144082] systemd-journald[311]: Collecting audit messages is disabled.
[    2.155950] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    2.157415] fuse: init (API version 7.38)
[    2.173012] systemd[1]: Finished systemd-vconsole-setup.service - Setup Virtual Console.
[    2.177917] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input0
[    2.182169] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/input/input5
[    2.182331] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/input/input6
[    2.190139] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    2.190395] systemd[1]: Started systemd-journald.service - Journal Service.
[    2.233837] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/input/input7
[    2.234096] hid-generic 0003:046D:C534.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input1
[    2.497112] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input0
[    2.526070] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    2.526104] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    2.526173] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input10
[    2.526303] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.526339] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:01/input/input11
[    2.550269] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    2.550391] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    2.550682] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    2.555848] r8169 0000:03:00.0: enabling device (0000 -> 0003)
[    2.564577] r8169 0000:03:00.0 eth0: RTL8168gu/8111gu, 54:05:db:6b:14:15, XID 509, IRQ 56
[    2.564583] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.569820] input: MSFT0001:00 04F3:3140 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input12
[    2.582966] input: MSFT0001:00 04F3:3140 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input13
[    2.629879] hid-generic 0018:04F3:3140.0003: input,hidraw2: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3140] on i2c-MSFT0001:00
[    2.631551] r8169 0000:03:00.0 eno1: renamed from eth0
[    2.646006] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    2.646191] nvme nvme0: pci function 0000:02:00.0
[    2.655398] nvme nvme0: 15/0/0 default/read/poll queues
[    2.659957]  nvme0n1: p1 p2 p3
[    2.665303] logitech-djreceiver 0003:046D:C534.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input1
[    2.671948] BTRFS: device fsid a63d636c-13cb-4d37-8c19-87ab490e4250 devid 1 transid 393 /dev/nvme0n1p3 scanned by (udev-worker) (506)
[    2.720186] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[    2.720457] input: MSFT0001:00 04F3:3140 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input14
[    2.720621] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input16
[    2.720825] input: MSFT0001:00 04F3:3140 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input15
[    2.721410] hid-generic 0003:046D:4054.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:05:00.3-2.2/input1:2
[    2.721555] hid-multitouch 0018:04F3:3140.0003: input,hidraw3: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3140] on i2c-MSFT0001:00
[    2.732258] ccp 0000:05:00.2: enabling device (0000 -> 0002)
[    2.732414] ccp 0000:05:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    2.742571] ccp 0000:05:00.2: tee enabled
[    2.742574] ccp 0000:05:00.2: psp enabled
[    2.745006] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    2.766293] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input20
[    2.766680] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:05:00.3-2.2/input1:2
[    2.823734] BTRFS: device fsid d7bc036a-c117-4eb0-a1d0-732f8633a6a3 devid 1 transid 414 /dev/sda1 scanned by (udev-worker) (432)
[    4.657734] [drm] amdgpu kernel modesetting enabled.
[    4.657755] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    4.657968] ATPX version 1, functions 0x00000001
[    4.657989] ATPX Hybrid Graphics
[    4.659220] amdgpu: Virtual CRAT table created for CPU
[    4.659232] amdgpu: Topology: Add CPU node
[    4.659330] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[    4.659367] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x17AA:0x3A44 0xC6).
[    4.659407] [drm] register mmio base: 0xD1700000
[    4.659408] [drm] register mmio size: 524288
[    4.660773] [drm] add ip block number 0 <soc15_common>
[    4.660775] [drm] add ip block number 1 <gmc_v9_0>
[    4.660776] [drm] add ip block number 2 <vega10_ih>
[    4.660777] [drm] add ip block number 3 <psp>
[    4.660779] [drm] add ip block number 4 <smu>
[    4.660780] [drm] add ip block number 5 <dm>
[    4.660781] [drm] add ip block number 6 <gfx_v9_0>
[    4.660782] [drm] add ip block number 7 <sdma_v4_0>
[    4.660783] [drm] add ip block number 8 <vcn_v2_0>
[    4.660784] [drm] add ip block number 9 <jpeg_v2_0>
[    4.660799] amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
[    4.660801] amdgpu: ATOM BIOS: 113-RENOIR-035
[    4.661590] [drm] VCN decode is enabled in VM mode
[    4.661591] [drm] VCN encode is enabled in VM mode
[    4.661591] [drm] JPEG decode is enabled in VM mode
[    4.676353] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[    4.676359] amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    4.676363] amdgpu 0000:05:00.0: amdgpu: PCIE atomic ops is not supported
[    4.676372] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[    4.676668] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    4.676675] amdgpu 0000:05:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    4.676677] amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    4.676678] amdgpu 0000:05:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    4.676682] [drm] Detected VRAM RAM=512M, BAR=512M
[    4.676683] [drm] RAM width 128bits DDR4
[    4.676733] [drm] amdgpu: 512M of VRAM memory ready
[    4.676734] [drm] amdgpu: 19730M of GTT memory ready.
[    4.676744] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    4.676858] [drm] PCIE GART of 1024M enabled.
[    4.676859] [drm] PTB located at 0x000000F41FC00000
[    4.680885] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    4.680888] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    4.685102] [drm] Loading DMUB firmware via PSP: version=0x01010026
[    4.705196] [drm] Found VCN firmware Version ENC: 1.19 DEC: 5 VEP: 0 Revision: 0
[    4.705205] amdgpu 0000:05:00.0: amdgpu: Will use PSP to load VCN firmware
[    5.392330] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    5.469514] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    5.478187] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    5.482616] [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
[    5.482765] [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
[    5.482770] amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.
[    5.482773] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
[    5.483038] amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
[    5.484222] [drm] Display Core initialized with v3.2.215!
[    5.484764] [drm] DMUB hardware initialized: version=0x01010026
[    5.657159] [drm] kiq ring mec 2 pipe 1 q 0
[    5.660052] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    5.660067] [drm] JPEG decode initialized successfully.
[    5.662448] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    5.662528] amdgpu: sdma_bitmap: 3
[    5.669287] memmap_init_zone_device initialised 131072 pages in 1ms
[    5.669299] amdgpu: HMM registered 512MB device memory
[    5.669333] amdgpu: SRAT table not found
[    5.669334] amdgpu: Virtual CRAT table created for GPU
[    5.669414] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[    5.669416] kfd kfd: amdgpu: added device 1002:1636
[    5.669502] amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 7
[    5.669576] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    5.669578] amdgpu 0000:05:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[    5.669579] amdgpu 0000:05:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[    5.669579] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[    5.669580] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[    5.669581] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[    5.669582] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[    5.669583] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[    5.669584] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[    5.669585] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[    5.669586] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[    5.669586] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[    5.669587] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    5.669588] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    5.669589] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    5.669590] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    5.669591] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    5.671553] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:05:00.0 on minor 1
[    5.677144] fbcon: amdgpudrmfb (fb0) is primary device
[    5.677150] fbcon: Deferring console take-over
[    5.677155] amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    5.715773] [drm] DSC precompute is not needed.
[    5.804017] BTRFS info (device nvme0n1p3): using crc32c (crc32c-intel) checksum algorithm
[    5.804025] BTRFS info (device nvme0n1p3): using free space tree
[    5.809537] BTRFS info (device nvme0n1p3): enabling ssd optimizations
[    5.809542] BTRFS info (device nvme0n1p3): auto enabling async discard
[    6.265369] systemd-journald[311]: Received SIGTERM from PID 1 (systemd).
[    6.358358] audit: type=1404 audit(1681318845.922:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
[    6.389002] SELinux:  policy capability network_peer_controls=1
[    6.389007] SELinux:  policy capability open_perms=1
[    6.389008] SELinux:  policy capability extended_socket_class=1
[    6.389009] SELinux:  policy capability always_check_network=0
[    6.389009] SELinux:  policy capability cgroup_seclabel=1
[    6.389010] SELinux:  policy capability nnp_nosuid_transition=1
[    6.389010] SELinux:  policy capability genfs_seclabel_symlinks=1
[    6.389011] SELinux:  policy capability ioctl_skip_cloexec=0
[    6.423042] audit: type=1403 audit(1681318845.987:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
[    6.423811] systemd[1]: Successfully loaded SELinux policy in 65.602ms.
[    6.457431] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 29.032ms.
[    6.460499] systemd[1]: systemd 253.2-1.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    6.460507] systemd[1]: Detected architecture x86-64.
[    6.462078] systemd[1]: Hostname set to <lenovo>.
[    6.958808] systemd[1]: bpf-lsm: LSM BPF program attached
[    7.091308] zram: Added device: zram0
[    7.219445] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    7.228046] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[    7.228748] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    7.229271] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[    7.229946] systemd[1]: Created slice system-akmods\x2dkeygen.slice - Slice /system/akmods-keygen.
[    7.230228] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    7.230506] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    7.230794] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[    7.231113] systemd[1]: Created slice user.slice - User and Session Slice.
[    7.231143] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[    7.231294] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    7.231747] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    7.231809] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    7.231839] systemd[1]: Reached target getty.target - Login Prompts.
[    7.231868] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[    7.231895] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[    7.231917] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[    7.231944] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    7.232012] systemd[1]: Reached target slices.target - Slice Units.
[    7.232051] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    7.232935] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[    7.234474] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[    7.235744] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[    7.235896] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    7.236667] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[    7.237870] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    7.238200] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    7.238558] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[    7.250098] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    7.252375] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    7.253841] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    7.255169] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    7.255352] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    7.255718] systemd[1]: iscsi-starter.service was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/var/lib/iscsi/nodes).
[    7.257011] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    7.258267] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    7.259988] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    7.261510] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    7.263042] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    7.264707] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    7.266174] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    7.266298] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[    7.270775] loop: module loaded
[    7.282869] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[    7.283214] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[    7.294853] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[    7.295151] systemd[1]: Stopped systemd-journald.service - Journal Service.
[    7.295593] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    7.307273] systemd[1]: Starting systemd-journald.service - Journal Service...
[    7.309393] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    7.311091] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[    7.311215] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    7.313250] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    7.315268] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    7.317207] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    7.317399] systemd-journald[660]: Collecting audit messages is enabled.
[    7.317406] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    7.317537] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    7.317680] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    7.333127] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    7.333323] audit: type=1130 audit(1681318846.897:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.334832] systemd[1]: Started systemd-journald.service - Journal Service.
[    7.334990] audit: type=1130 audit(1681318846.899:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.353129] audit: type=1130 audit(1681318846.917:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.373167] audit: type=1130 audit(1681318846.937:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.373178] audit: type=1131 audit(1681318846.937:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.393194] audit: type=1130 audit(1681318846.957:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.393204] audit: type=1131 audit(1681318846.957:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.405192] audit: type=1130 audit(1681318846.969:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.496806] systemd-journald[660]: Received client request to flush runtime journal.
[    7.498474] systemd-journald[660]: File /var/log/journal/465362eb70c8426fa21d049751e5d384/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    7.688820] zram0: detected capacity change from 0 to 16777216
[    7.719007] acpi_cpufreq: overriding BIOS provided _PSD data
[    7.787018] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[    7.800057] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    7.800064] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    7.800140] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    7.803022] mc: Linux media interface: v0.10
[    7.816696] snd_rn_pci_acp3x 0000:05:00.5: enabling device (0000 -> 0002)
[    7.818045] input: PC Speaker as /devices/platform/pcspkr/input/input21
[    7.827877] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    7.827885] RAPL PMU: hw unit of domain package 2^-16 Joules
[    7.831865] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input22
[    7.838338] EXT4-fs (nvme0n1p2): mounting ext2 file system using the ext4 subsystem
[    7.841463] ideapad_acpi VPC2004:00: DYTC interface is not available
[    7.850543] EXT4-fs (nvme0n1p2): mounted filesystem 9d685df5-24ea-4371-9575-9e8ab08b0d26 without journal. Quota mode: none.
[    7.851080] videodev: Linux video capture interface: v2.00
[    7.938323] Bluetooth: Core ver 2.22
[    7.938851] NET: Registered PF_BLUETOOTH protocol family
[    7.938854] Bluetooth: HCI device and connection manager initialized
[    7.938861] Bluetooth: HCI socket layer initialized
[    7.938864] Bluetooth: L2CAP socket layer initialized
[    7.938873] Bluetooth: SCO socket layer initialized
[    7.960071] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.960849] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.986286] SVM: TSC scaling supported
[    7.986292] kvm: Nested Virtualization enabled
[    7.986293] SVM: kvm: Nested Paging enabled
[    7.986311] SVM: Virtual VMLOAD VMSAVE supported
[    7.986312] SVM: Virtual GIF supported
[    7.986312] SVM: LBR virtualization supported
[    7.998750] MCE: In-kernel MCE decoding enabled.
[    8.004577] usb 1-3: Found UVC 1.00 device Integrated Camera (13d3:56ff)
[    8.019081] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3:1.0/input/input23
[    8.019179] usbcore: registered new interface driver uvcvideo
[    8.019742] intel_rapl_common: Found RAPL domain package
[    8.019748] intel_rapl_common: Found RAPL domain core
[    8.044263] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    8.044381] snd_hda_intel 0000:01:00.1: Disabling MSI
[    8.044386] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    8.044509] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[    8.097093] usbcore: registered new interface driver btusb
[    8.101585] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input24
[    8.101679] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input25
[    8.101721] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input26
[    8.101783] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input27
[    8.108919] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[    8.108926] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[    8.112781] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    8.112786] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.112787] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    8.112789] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    8.112789] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    8.112790] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    8.112791] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    8.140469] ath10k_pci 0000:04:00.0: enabling device (0000 -> 0002)
[    8.142428] ath10k_pci 0000:04:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    8.153445] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input28
[    8.153508] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input29
[    8.350574] BTRFS info (device sda1): using crc32c (crc32c-intel) checksum algorithm
[    8.350584] BTRFS info (device sda1): using free space tree
[    8.371466] ath10k_pci 0000:04:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 17aa:0827
[    8.371473] ath10k_pci 0000:04:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[    8.371804] ath10k_pci 0000:04:00.0: firmware ver WLAN.RM.4.4.1-00288- api 6 features wowlan,ignore-otp,mfp crc32 bf907c7c
[    8.438622] ath10k_pci 0000:04:00.0: board_file api 2 bmi_id N/A crc32 62812cba
[    8.487541] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[    8.516249] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[    8.518414] ath10k_pci 0000:04:00.0: htt-ver 3.87 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    8.562270] BTRFS info (device sda1): auto enabling async discard
[    8.577522] ath: EEPROM regdomain: 0x6c
[    8.577527] ath: EEPROM indicates we should expect a direct regpair map
[    8.577531] ath: Country alpha2 being used: 00
[    8.577533] ath: Regpair used: 0x6c
[    8.580734] ath10k_pci 0000:04:00.0 wlp4s0: renamed from wlan0
[    8.805846] RPC: Registered named UNIX socket transport module.
[    8.805850] RPC: Registered udp transport module.
[    8.805850] RPC: Registered tcp transport module.
[    8.805851] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.023301] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.023308] Bluetooth: BNEP filters: protocol multicast
[    9.023313] Bluetooth: BNEP socket layer initialized
[    9.027692] nvidia: loading out-of-tree module taints kernel.
[    9.027702] nvidia: module license 'NVIDIA' taints kernel.
[    9.027703] Disabling lock debugging due to kernel taint
[    9.055821] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    9.154361] nvidia-nvlink: Nvlink Core is being initialized, major device number 509

[    9.155828] nvidia 0000:01:00.0: enabling device (0100 -> 0103)
[    9.155948] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    9.204760] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  530.41.03  Thu Mar 16 19:48:20 UTC 2023
[    9.205133] NET: Registered PF_QIPCRTR protocol family
[    9.243524] Bluetooth: MGMT ver 1.22
[    9.298597] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[    9.415076] nvidia-uvm: Loaded the UVM driver, major device number 507.
[    9.455102] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  530.41.03  Thu Mar 16 19:23:04 UTC 2023
[    9.460287] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    9.478921] ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20221020/nsarguments-61)
[    9.494702] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[    9.652753] r8169 0000:03:00.0 eno1: Link is Down
[   10.178254] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[   11.673205] rfkill: input handler disabled
[   12.456131] Bluetooth: RFCOMM TTY layer initialized
[   12.456143] Bluetooth: RFCOMM socket layer initialized
[   12.456156] Bluetooth: RFCOMM ver 1.11
[   13.839106] wlp4s0: authenticate with 60:a4:b7:6b:69:df
[   13.897749] wlp4s0: send auth to 60:a4:b7:6b:69:df (try 1/3)
[   13.898503] wlp4s0: authenticated
[   13.899707] wlp4s0: associate with 60:a4:b7:6b:69:df (try 1/3)
[   13.907141] wlp4s0: RX AssocResp from 60:a4:b7:6b:69:df (capab=0x1111 status=0 aid=1)
[   13.910861] wlp4s0: associated
[   13.910988] ath: EEPROM regdomain: 0x8283
[   13.910992] ath: EEPROM indicates we should expect a country code
[   13.910994] ath: doing EEPROM country->regdmn map search
[   13.910996] ath: country maps to regdmn code: 0x3d
[   13.910997] ath: Country alpha2 being used: RU
[   13.910999] ath: Regpair used: 0x3d
[   13.911000] ath: regdomain 0x8283 dynamically updated by country element
[   13.952553] wlp4s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 60:a4:b7:6b:69:df
[   14.152038] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[  122.650794] logitech-hidpp-device 0003:046D:4054.0004: HID++ 4.5 device connected.
[  129.157350] systemd-journald[660]: /var/log/journal/465362eb70c8426fa21d049751e5d384/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[  129.522560] rfkill: input handler enabled
[  131.656029] rfkill: input handler disabled
[ 2031.526396] i2c_dev: i2c /dev entries driver
[ 3817.756543] wlp4s0: deauthenticating from 60:a4:b7:6b:69:df by local choice (Reason: 3=DEAUTH_LEAVING)
[ 3817.943579] rfkill: input handler enabled
[ 3818.082927] PM: suspend entry (deep)
[ 3818.384726] Filesystems sync: 0.301 seconds
[ 3818.394771] Freezing user space processes
[ 3818.396902] Freezing user space processes completed (elapsed 0.002 seconds)
[ 3818.396906] OOM killer disabled.
[ 3818.396906] Freezing remaining freezable tasks
[ 3818.398405] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 3818.398420] printk: Suspending console(s) (use no_console_suspend to debug)
[ 3818.424677] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 3818.426607] sd 0:0:0:0: [sda] Stopping disk
[ 3818.433972] [drm] psp gfx command UNLOAD_TA(0x2) failed and response status is (0x117)
[ 3819.786185] PM: suspend devices took 1.388 seconds
[ 3819.787659] ACPI: EC: interrupt blocked
[ 3819.892131] ACPI: PM: Preparing to enter system sleep state S3
[ 3819.892904] ACPI: EC: event blocked
[ 3819.892906] ACPI: EC: EC stopped
[ 3819.892907] ACPI: PM: Saving platform NVS memory
[ 3819.893352] Disabling non-boot CPUs ...
[ 3819.897531] smpboot: CPU 1 is now offline
[ 3819.901278] smpboot: CPU 2 is now offline
[ 3819.904529] smpboot: CPU 3 is now offline
[ 3819.908237] smpboot: CPU 4 is now offline
[ 3819.911738] smpboot: CPU 5 is now offline
[ 3819.914670] smpboot: CPU 6 is now offline
[ 3819.917440] smpboot: CPU 7 is now offline
[ 3819.920081] smpboot: CPU 8 is now offline
[ 3819.922501] smpboot: CPU 9 is now offline
[ 3819.925300] smpboot: CPU 10 is now offline
[ 3819.928344] smpboot: CPU 11 is now offline
[ 3819.930812] smpboot: CPU 12 is now offline
[ 3819.933000] smpboot: CPU 13 is now offline
[ 3819.935534] smpboot: CPU 14 is now offline
[ 3819.936682] Spectre V2 : Update user space SMT mitigation: STIBP off
[ 3819.938354] smpboot: CPU 15 is now offline
[ 3819.938691] ACPI: PM: Low-level resume complete
[ 3819.938691] ACPI: EC: EC started
[ 3819.938691] ACPI: PM: Restoring platform NVS memory
[ 3819.938691] AMD-Vi: Virtual APIC enabled
[ 3819.938691] AMD-Vi: Virtual APIC enabled
[ 3819.938691] LVT offset 0 assigned for vector 0x400
[ 3819.938691] Enabling non-boot CPUs ...
[ 3819.938691] x86: Booting SMP configuration:
[ 3819.938691] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 3819.939764] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[ 3819.940054] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 3819.940065] CPU1 is up
[ 3819.940117] smpboot: Booting Node 0 Processor 2 APIC 0x2
[ 3819.940539] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[ 3819.941031] CPU2 is up
[ 3819.941063] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 3819.941616] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[ 3819.942231] CPU3 is up
[ 3819.942263] smpboot: Booting Node 0 Processor 4 APIC 0x4
[ 3819.943213] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[ 3819.943732] CPU4 is up
[ 3819.943773] smpboot: Booting Node 0 Processor 5 APIC 0x5
[ 3819.944163] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[ 3819.944619] CPU5 is up
[ 3819.944663] smpboot: Booting Node 0 Processor 6 APIC 0x6
[ 3819.945222] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[ 3819.945850] CPU6 is up
[ 3819.945898] smpboot: Booting Node 0 Processor 7 APIC 0x7
[ 3819.946277] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[ 3819.946879] CPU7 is up
[ 3819.946926] smpboot: Booting Node 0 Processor 8 APIC 0x8
[ 3819.947622] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[ 3819.948864] CPU8 is up
[ 3819.948913] smpboot: Booting Node 0 Processor 9 APIC 0x9
[ 3819.949389] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[ 3819.950255] CPU9 is up
[ 3819.950310] smpboot: Booting Node 0 Processor 10 APIC 0xa
[ 3819.950933] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[ 3819.952553] CPU10 is up
[ 3819.952606] smpboot: Booting Node 0 Processor 11 APIC 0xb
[ 3819.953062] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[ 3819.954088] CPU11 is up
[ 3819.954187] smpboot: Booting Node 0 Processor 12 APIC 0xc
[ 3819.954847] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[ 3819.956213] CPU12 is up
[ 3819.956300] smpboot: Booting Node 0 Processor 13 APIC 0xd
[ 3819.956783] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[ 3819.957970] CPU13 is up
[ 3819.958059] smpboot: Booting Node 0 Processor 14 APIC 0xe
[ 3819.958807] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[ 3819.960325] CPU14 is up
[ 3819.960364] smpboot: Booting Node 0 Processor 15 APIC 0xf
[ 3819.960845] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[ 3819.962182] CPU15 is up
[ 3819.964118] ACPI: PM: Waking up from system sleep state S3
[ 3819.964708] ACPI: EC: interrupt unblocked
[ 3820.116416] ACPI: EC: event unblocked
[ 3820.116708] pci 0000:00:00.2: can't derive routing for PCI INT A
[ 3820.116712] pci 0000:00:00.2: PCI INT A: no GSI
[ 3820.116958] [drm] PCIE GART of 1024M enabled.
[ 3820.116963] [drm] PTB located at 0x000000F41FC00000
[ 3820.116979] [drm] PSP is resuming...
[ 3820.117790] sd 0:0:0:0: [sda] Starting disk
[ 3820.126452] nvme nvme0: 15/0/0 default/read/poll queues
[ 3820.354947] usb 3-3: reset full-speed USB device number 2 using xhci_hcd
[ 3820.373839] usb 1-3: reset high-speed USB device number 3 using xhci_hcd
[ 3820.424590] ata2: SATA link down (SStatus 0 SControl 300)
[ 3820.801118] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[ 3820.901747] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3820.911758] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 3820.916541] [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
[ 3820.916769] [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
[ 3820.916772] amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.
[ 3820.916774] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
[ 3820.916778] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[ 3820.916822] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[ 3820.917633] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[ 3820.918249] [drm] DMUB hardware initialized: version=0x01010026
[ 3821.007797] [drm] kiq ring mec 2 pipe 1 q 0
[ 3821.011018] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3821.011067] [drm] JPEG decode initialized successfully.
[ 3821.011077] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 3821.011079] amdgpu 0000:05:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[ 3821.011080] amdgpu 0000:05:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[ 3821.011080] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[ 3821.011081] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[ 3821.011082] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[ 3821.011083] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[ 3821.011084] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[ 3821.011085] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[ 3821.011086] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[ 3821.011086] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[ 3821.011087] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[ 3821.011088] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[ 3821.011089] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[ 3821.011089] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 3821.011090] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 3821.011091] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[ 3822.506973] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3822.601036] ata1.00: configured for UDMA/100
[ 3822.639485] PM: resume devices took 2.523 seconds
[ 3822.639947] OOM killer enabled.
[ 3822.639951] Restarting tasks ... done.
[ 3822.644504] random: crng reseeded on system resumption
[ 3822.647832] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[ 3822.647847] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[ 3822.717141] PM: suspend exit
[ 3823.025824] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[ 3823.055216] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 3823.084102] rfkill: input handler disabled
[ 3823.115693] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[ 3823.221018] r8169 0000:03:00.0 eno1: Link is Down
[ 3823.386677] Bluetooth: MGMT ver 1.22
[ 3826.772524] wlp4s0: authenticate with 60:a4:b7:6b:69:df
[ 3826.834043] wlp4s0: send auth to 60:a4:b7:6b:69:df (try 1/3)
[ 3826.834761] wlp4s0: authenticated
[ 3826.835674] wlp4s0: associate with 60:a4:b7:6b:69:df (try 1/3)
[ 3826.842710] wlp4s0: RX AssocResp from 60:a4:b7:6b:69:df (capab=0x1111 status=0 aid=1)
[ 3826.846352] wlp4s0: associated
[ 3826.846482] ath: EEPROM regdomain: 0x8283
[ 3826.846485] ath: EEPROM indicates we should expect a country code
[ 3826.846487] ath: doing EEPROM country->regdmn map search
[ 3826.846489] ath: country maps to regdmn code: 0x3d
[ 3826.846491] ath: Country alpha2 being used: RU
[ 3826.846492] ath: Regpair used: 0x3d
[ 3826.846494] ath: regdomain 0x8283 dynamically updated by country element
[ 3826.885584] wlp4s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 60:a4:b7:6b:69:df
[ 3827.058121] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[ 4330.492991] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[ 4330.695623] usb 3-2: New USB device found, idVendor=13fe, idProduct=4300, bcdDevice= 1.00
[ 4330.695634] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4330.695638] usb 3-2: Product: USB DISK 2.0
[ 4330.695663] usb 3-2: Manufacturer:         
[ 4330.695667] usb 3-2: SerialNumber: 072108AB1A05D457
[ 4330.723847] usb-storage 3-2:1.0: USB Mass Storage device detected
[ 4330.724076] scsi host2: usb-storage 3-2:1.0
[ 4330.724135] usbcore: registered new interface driver usb-storage
[ 4330.726414] usbcore: registered new interface driver uas
[ 4339.235988] scsi 2:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 4
[ 4339.236680] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 4339.238319] sd 2:0:0:0: [sdb] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 4339.239041] sd 2:0:0:0: [sdb] Write Protect is off
[ 4339.239048] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 4339.239805] sd 2:0:0:0: [sdb] No Caching mode page found
[ 4339.239812] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 4339.278662]  sdb: sdb1 sdb2
[ 4339.279137] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 4339.870228] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 4339.896173] ntfs3: Max link count 4000
[ 4339.896178] ntfs3: Enabled Linux POSIX ACLs support
[ 4339.896178] ntfs3: Read-only LZX/Xpress compression included
[ 4352.366434] ntfs3: sdb2: volume is dirty and "force" flag is not set!
[ 5137.794214] GPT:Primary header thinks Alt. header is not at the end of the disk.
[ 5137.794221] GPT:9457699 != 60628991
[ 5137.794225] GPT:Alternate GPT header not at the end of the disk.
[ 5137.794227] GPT:9457699 != 60628991
[ 5137.794229] GPT: Use GNU Parted to correct GPT errors.
[ 5137.794247]  sdb: sdb1 sdb2 sdb3
[ 5745.096753] usb 3-2: USB disconnect, device number 3
[ 5859.240727] legion_laptop: legion_laptop starts loading
[ 5859.240832] legion PNP0C09:00: legion_laptop platform driver probing
[ 5859.240836] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5859.240840] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5859.240846] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 0
[ 5859.240849] legion PNP0C09:00: Module not useable for this laptop because it is not in allowlist. Notify maintainer if you want to add your device or force load with param force.
[ 5859.240852] legion PNP0C09:00: legion_laptop not loaded for this device
[ 5859.240947] legion: probe of PNP0C09:00 failed with error -12
[ 5991.128018] legion_laptop: legion_laptop exit
[ 5991.146032] legion_laptop: legion_laptop starts loading
[ 5991.146117] legion PNP0C09:00: legion_laptop platform driver probing
[ 5991.146121] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5991.146123] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5991.146128] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 1
[ 5991.146130] legion PNP0C09:00: legion_laptop is forced to load.
[ 5991.146132] legion PNP0C09:00: legion_laptop is forced to load and would otherwise be not loaded
[ 5991.146133] legion PNP0C09:00: Using configuration for system: GKCN
[ 5991.146212] legion PNP0C09:00: ACPI CFG: 2081289494
[ 5991.146266] legion PNP0C09:00: Read embedded controller ID 0x8227
[ 5991.146267] legion PNP0C09:00: Creating debugfs inteface
[ 5991.146280] legion_laptop: Creating sysfs inteface
[ 5991.146299] sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:14.3/PNP0C09:00/issupportgpuoc'
[ 5991.146302] CPU: 12 PID: 27015 Comm: insmod Tainted: P           OE      6.2.9-300.fc38.x86_64 #1
[ 5991.146306] Hardware name: LENOVO 82EY/LNVNB161216, BIOS FCCN19WW 05/30/2022
[ 5991.146308] Call Trace:
[ 5991.146311]  <TASK>
[ 5991.146315]  dump_stack_lvl+0x43/0x60
[ 5991.146324]  sysfs_warn_dup+0x56/0x70
[ 5991.146331]  sysfs_add_file_mode_ns+0x116/0x130
[ 5991.146336]  internal_create_group+0x125/0x380
[ 5991.146342]  internal_create_groups+0x42/0xa0
[ 5991.146347]  legion_add+0x313/0x800 [legion_laptop]
[ 5991.146362]  platform_probe+0x40/0x90
[ 5991.146369]  really_probe+0x1b6/0x410
[ 5991.146373]  __driver_probe_device+0x78/0x170
[ 5991.146377]  driver_probe_device+0x1f/0x90
[ 5991.146380]  __driver_attach+0xce/0x1c0
[ 5991.146384]  ? __pfx___driver_attach+0x10/0x10
[ 5991.146387]  bus_for_each_dev+0x87/0xd0
[ 5991.146393]  bus_add_driver+0x13e/0x230
[ 5991.146396]  driver_register+0x77/0x120
[ 5991.146400]  ? __pfx_init_module+0x10/0x10 [legion_laptop]
[ 5991.146415]  legion_init+0x25/0xff0 [legion_laptop]
[ 5991.146428]  ? __pfx_init_module+0x10/0x10 [legion_laptop]
[ 5991.146441]  do_one_initcall+0x59/0x230
[ 5991.146448]  do_init_module+0x4a/0x210
[ 5991.146454]  __do_sys_finit_module+0xac/0x120
[ 5991.146460]  do_syscall_64+0x5b/0x80
[ 5991.146465]  ? ksys_mmap_pgoff+0xe8/0x1f0
[ 5991.146471]  ? syscall_exit_to_user_mode+0x17/0x40
[ 5991.146475]  ? do_syscall_64+0x67/0x80
[ 5991.146479]  ? syscall_exit_to_user_mode+0x17/0x40
[ 5991.146482]  ? do_syscall_64+0x67/0x80
[ 5991.146485]  ? exc_page_fault+0x70/0x170
[ 5991.146489]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 5991.146495] RIP: 0033:0x7f77ac32bd2d
[ 5991.146527] Code: c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d ab a0 0c 00 f7 d8 64 89 01 48
[ 5991.146530] RSP: 002b:00007fffbf3bb838 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 5991.146534] RAX: ffffffffffffffda RBX: 0000557bd53ee780 RCX: 00007f77ac32bd2d
[ 5991.146536] RDX: 0000000000000000 RSI: 0000557bd53ee2a0 RDI: 0000000000000003
[ 5991.146538] RBP: 00007fffbf3bb8f0 R08: 0000000000000000 R09: 0000557bd53f03b0
[ 5991.146539] R10: 0000000000000003 R11: 0000000000000246 R12: 0000557bd53ee2a0
[ 5991.146541] R13: 0000000000000000 R14: 0000557bd53ee730 R15: 0000557bd53ee2a0
[ 5991.146545]  </TASK>
[ 5991.146558] legion PNP0C09:00: Creating sysfs interface failed
[ 5991.146559] legion_laptop: Unloading legion dubugfs
[ 5991.146574] legion_laptop: Unloading legion dubugfs done
[ 5991.146575] legion_laptop: Unloading legion ecram
[ 5991.146576] legion_laptop: Unloading legion ecram done
[ 5991.146577] legion_laptop: Unloading legion shared
[ 5991.146578] legion_laptop: Unloading legion shared done
[ 5991.146579] legion PNP0C09:00: legion_laptop not loaded for this device
[ 5991.146752] legion: probe of PNP0C09:00 failed with error -17
[ 6026.126988] legion_laptop: legion_laptop exit
[ 6026.155052] legion_laptop: legion_laptop starts loading
[ 6026.155172] legion PNP0C09:00: legion_laptop platform driver probing
[ 6026.155176] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 6026.155180] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 6026.155187] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 1
[ 6026.155191] legion PNP0C09:00: legion_laptop is forced to load.
[ 6026.155193] legion PNP0C09:00: legion_laptop is forced to load and would otherwise be not loaded
[ 6026.155196] legion PNP0C09:00: Using configuration for system: GKCN
[ 6026.155341] legion PNP0C09:00: ACPI CFG: 2081289494
[ 6026.155394] legion PNP0C09:00: Read embedded controller ID 0x8227
[ 6026.155397] legion PNP0C09:00: Creating debugfs inteface
[ 6026.155418] legion_laptop: Creating sysfs inteface
[ 6026.155448] sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:14.3/PNP0C09:00/issupportgpuoc'
[ 6026.155452] CPU: 0 PID: 27160 Comm: insmod Tainted: P           OE      6.2.9-300.fc38.x86_64 #1
[ 6026.155458] Hardware name: LENOVO 82EY/LNVNB161216, BIOS FCCN19WW 05/30/2022
[ 6026.155462] Call Trace:
[ 6026.155468]  <TASK>
[ 6026.155473]  dump_stack_lvl+0x43/0x60
[ 6026.155489]  sysfs_warn_dup+0x56/0x70
[ 6026.155499]  sysfs_add_file_mode_ns+0x116/0x130
[ 6026.155507]  internal_create_group+0x125/0x380
[ 6026.155516]  internal_create_groups+0x42/0xa0
[ 6026.155524]  legion_add+0x313/0x800 [legion_laptop]
[ 6026.155548]  platform_probe+0x40/0x90
[ 6026.155560]  really_probe+0x1b6/0x410
[ 6026.155567]  __driver_probe_device+0x78/0x170
[ 6026.155573]  driver_probe_device+0x1f/0x90
[ 6026.155579]  __driver_attach+0xce/0x1c0
[ 6026.155584]  ? __pfx___driver_attach+0x10/0x10
[ 6026.155589]  bus_for_each_dev+0x87/0xd0
[ 6026.155599]  bus_add_driver+0x13e/0x230
[ 6026.155605]  driver_register+0x77/0x120
[ 6026.155612]  ? __pfx_init_module+0x10/0x10 [legion_laptop]
[ 6026.155635]  legion_init+0x25/0xff0 [legion_laptop]
[ 6026.155644]  ? __pfx_init_module+0x10/0x10 [legion_laptop]
[ 6026.155644]  do_one_initcall+0x59/0x230
[ 6026.155644]  do_init_module+0x4a/0x210
[ 6026.155644]  __do_sys_finit_module+0xac/0x120
[ 6026.155644]  do_syscall_64+0x5b/0x80
[ 6026.155644]  ? syscall_exit_to_user_mode+0x17/0x40
[ 6026.155644]  ? do_syscall_64+0x67/0x80
[ 6026.155644]  ? syscall_exit_to_user_mode+0x17/0x40
[ 6026.155644]  ? do_syscall_64+0x67/0x80
[ 6026.155644]  ? exc_page_fault+0x70/0x170
[ 6026.155644]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 6026.155644] RIP: 0033:0x7ffb79307d2d
[ 6026.155644] Code: c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d ab a0 0c 00 f7 d8 64 89 01 48
[ 6026.155644] RSP: 002b:00007ffdfee52d48 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 6026.155644] RAX: ffffffffffffffda RBX: 00005644447cd780 RCX: 00007ffb79307d2d
[ 6026.155644] RDX: 0000000000000000 RSI: 00005644447cd2a0 RDI: 0000000000000003
[ 6026.155644] RBP: 00007ffdfee52e00 R08: 0000000000000000 R09: 00005644447cf3b0
[ 6026.155644] R10: 0000000000000003 R11: 0000000000000246 R12: 00005644447cd2a0
[ 6026.155644] R13: 0000000000000000 R14: 00005644447cd730 R15: 00005644447cd2a0
[ 6026.155644]  </TASK>
[ 6026.155896] legion PNP0C09:00: Creating sysfs interface failed
[ 6026.155916] legion_laptop: Unloading legion dubugfs
[ 6026.155936] legion_laptop: Unloading legion dubugfs done
[ 6026.155938] legion_laptop: Unloading legion ecram
[ 6026.155940] legion_laptop: Unloading legion ecram done
[ 6026.155941] legion_laptop: Unloading legion shared
[ 6026.155943] legion_laptop: Unloading legion shared done
[ 6026.155945] legion PNP0C09:00: legion_laptop not loaded for this device
[ 6026.156021] legion: probe of PNP0C09:00 failed with error -17
[ 7250.547635] perf: interrupt took too long (2510 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
[ 8456.832432] legion_laptop: legion_laptop exit
[ 8456.856628] legion_laptop: legion_laptop starts loading
[ 8456.856727] legion PNP0C09:00: legion_laptop platform driver probing
[ 8456.856729] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 8456.856730] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 8456.856732] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 0
[ 8456.856734] legion PNP0C09:00: Module not useable for this laptop because it is not in allowlist. Notify maintainer if you want to add your device or force load with param force.
[ 8456.856734] legion PNP0C09:00: legion_laptop not loaded for this device
[ 8456.856789] legion: probe of PNP0C09:00 failed with error -12
[danayer@lenovo kernel_module]$ sudo make forcereloadmodule
rmmod legion-laptop.ko || true
insmod legion-laptop.ko force=1
dmesg
[    0.000000] Linux version 6.2.9-300.fc38.x86_64 (mockbuild@38f30b3c0c69453fae61718fc43f33bc) (gcc (GCC) 13.0.1 20230318 (Red Hat 13.0.1-0), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Mar 30 22:32:58 UTC 2023
[    0.000000] Command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64 root=UUID=a63d636c-13cb-4d37-8c19-87ab490e4250 ro rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
[    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] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f0d000-0x00000000bab68fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000ceffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000a0f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000a0f340000-0x0000000a2fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb534d018-0xb536ce57] usable ==> usable
[    0.000000] e820: update [mem 0xb534d018-0xb536ce57] usable ==> usable
[    0.000000] e820: update [mem 0xb56c7018-0xb56d4657] usable ==> usable
[    0.000000] e820: update [mem 0xb56c7018-0xb56d4657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f0d000-0x00000000b534d017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b534d018-0x00000000b536ce57] usable
[    0.000000] reserve setup_data: [mem 0x00000000b536ce58-0x00000000b56c7017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b56c7018-0x00000000b56d4657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b56d4658-0x00000000bab68fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ce000000-0x00000000ceffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x0000000a0f33ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000a0f340000-0x0000000a2fffffff] reserved
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0xcdffe000 ACPI 2.0=0xcdffe014 TPMFinalLog=0xcdedd000 SMBIOS=0xcb70c000 SMBIOS 3.0=0xcb70a000 ESRT=0xb66a7998 MEMATTR=0xb5727018 MOKvar=0xcb87d000 RNG=0xcdfb3018 TPMEventLog=0xb56d8018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem162: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
[    0.000000] e820: remove [mem 0xf8000000-0xfbffffff] reserved
[    0.000000] efi: Remove mem163: MMIO range=[0xfde00000-0xfdefffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfde00000-0xfdefffff] reserved
[    0.000000] efi: Not removing mem164: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem165: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem166: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem167: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem168: MMIO range=[0xff000000-0xfff1ffff] (15MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xfff1ffff] reserved
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: LENOVO 82EY/LNVNB161216, BIOS FCCN19WW 05/30/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2894.658 MHz processor
[    0.000347] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000349] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000355] last_pfn = 0xa0f340 max_arch_pfn = 0x400000000
[    0.000360] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000649] last_pfn = 0xce000 max_arch_pfn = 0x400000000
[    0.004368] esrt: Reserving ESRT space from 0x00000000b66a7998 to 0x00000000b66a79f8.
[    0.004374] e820: update [mem 0xb66a7000-0xb66a7fff] usable ==> reserved
[    0.004406] Using GB pages for direct mapping
[    0.005032] secureboot: Secure boot disabled
[    0.005033] RAMDISK: [mem 0xad93e000-0xb0fc3fff]
[    0.005035] ACPI: Early table checksum verification disabled
[    0.005038] ACPI: RSDP 0x00000000CDFFE014 000024 (v02 LENOVO)
[    0.005041] ACPI: XSDT 0x00000000CDFC2188 00011C (v01 LENOVO CB-01    00000001      01000013)
[    0.005046] ACPI: FACP 0x00000000CDFED000 00010C (v05 LENOVO CB-01    00000001      01000013)
[    0.005049] ACPI: DSDT 0x00000000CDFDA000 00FD46 (v01 LENOVO CB-01    00000001      01000013)
[    0.005052] ACPI: FACS 0x00000000CDEDA000 000040
[    0.005054] ACPI: UEFI 0x00000000CDF7E000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005056] ACPI: SSDT 0x00000000CDFF5000 00723C (v02 LENOVO CB-01    00000001 MSFT 04000000)
[    0.005058] ACPI: IVRS 0x00000000CDFF4000 0001A4 (v02 LENOVO CB-01    00000001 AMD  00000000)
[    0.005060] ACPI: SSDT 0x00000000CDFF3000 000228 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005062] ACPI: SSDT 0x00000000CDFF2000 00046D (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005064] ACPI: TPM2 0x00000000CDFF1000 000034 (v04 LENOVO CB-01    00000001      01000013)
[    0.005065] ACPI: MSDM 0x00000000CDFF0000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005067] ACPI: ASF! 0x00000000CDFEF000 0000A5 (v32 LENOVO CB-01    00000001      01000013)
[    0.005069] ACPI: BOOT 0x00000000CDFEE000 000028 (v01 LENOVO CB-01    00000001      01000013)
[    0.005071] ACPI: HPET 0x00000000CDFEC000 000038 (v01 LENOVO CB-01    00000001      01000013)
[    0.005073] ACPI: APIC 0x00000000CDFEB000 000138 (v03 LENOVO CB-01    00000001      01000013)
[    0.005075] ACPI: MCFG 0x00000000CDFEA000 00003C (v01 LENOVO CB-01    00000001      01000013)
[    0.005077] ACPI: SSDT 0x00000000CDFD9000 000080 (v01 LENOVO CB-01    00000001      01000013)
[    0.005079] ACPI: SSDT 0x00000000CDFD8000 000E03 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005081] ACPI: VFCT 0x00000000CDFCA000 00D684 (v01 LENOVO CB-01    00000001 AMD  31504F47)
[    0.005083] ACPI: SSDT 0x00000000CDFC9000 00005C (v02 LENOVO CB-01    00000001 INTL 20160527)
[    0.005085] ACPI: SSDT 0x00000000CDFC8000 00005C (v02 LENOVO CB-01    00000001 INTL 20160527)
[    0.005086] ACPI: SSDT 0x00000000CDFC7000 0000F8 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005088] ACPI: SSDT 0x00000000CDFC3000 0039F4 (v01 LENOVO CB-01    00000001 AMD  00000001)
[    0.005090] ACPI: CRAT 0x00000000CDFFD000 000F28 (v01 LENOVO CB-01    00000001 AMD  00000001)
[    0.005092] ACPI: CDIT 0x00000000CDFC1000 000029 (v01 LENOVO CB-01    00000001 AMD  00000001)
[    0.005094] ACPI: SSDT 0x00000000CDFBF000 00028D (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005096] ACPI: SSDT 0x00000000CDFBE000 000D37 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005098] ACPI: SSDT 0x00000000CDFBC000 0010A5 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005100] ACPI: SSDT 0x00000000CDFB8000 0030C8 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005102] ACPI: FPDT 0x00000000CDFB7000 000044 (v01 LENOVO CB-01    00000001      01000013)
[    0.005104] ACPI: BGRT 0x00000000CDFC0000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005105] ACPI: WSMT 0x00000000CDFB6000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005107] ACPI: SSDT 0x00000000CDFB5000 00007D (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005109] ACPI: SSDT 0x00000000CDFB4000 000517 (v01 LENOVO CB-01    00000001 INTL 20130117)
[    0.005111] ACPI: Reserving FACP table memory at [mem 0xcdfed000-0xcdfed10b]
[    0.005112] ACPI: Reserving DSDT table memory at [mem 0xcdfda000-0xcdfe9d45]
[    0.005113] ACPI: Reserving FACS table memory at [mem 0xcdeda000-0xcdeda03f]
[    0.005114] ACPI: Reserving UEFI table memory at [mem 0xcdf7e000-0xcdf7e235]
[    0.005115] ACPI: Reserving SSDT table memory at [mem 0xcdff5000-0xcdffc23b]
[    0.005115] ACPI: Reserving IVRS table memory at [mem 0xcdff4000-0xcdff41a3]
[    0.005116] ACPI: Reserving SSDT table memory at [mem 0xcdff3000-0xcdff3227]
[    0.005117] ACPI: Reserving SSDT table memory at [mem 0xcdff2000-0xcdff246c]
[    0.005118] ACPI: Reserving TPM2 table memory at [mem 0xcdff1000-0xcdff1033]
[    0.005118] ACPI: Reserving MSDM table memory at [mem 0xcdff0000-0xcdff0054]
[    0.005119] ACPI: Reserving ASF! table memory at [mem 0xcdfef000-0xcdfef0a4]
[    0.005120] ACPI: Reserving BOOT table memory at [mem 0xcdfee000-0xcdfee027]
[    0.005121] ACPI: Reserving HPET table memory at [mem 0xcdfec000-0xcdfec037]
[    0.005121] ACPI: Reserving APIC table memory at [mem 0xcdfeb000-0xcdfeb137]
[    0.005122] ACPI: Reserving MCFG table memory at [mem 0xcdfea000-0xcdfea03b]
[    0.005123] ACPI: Reserving SSDT table memory at [mem 0xcdfd9000-0xcdfd907f]
[    0.005124] ACPI: Reserving SSDT table memory at [mem 0xcdfd8000-0xcdfd8e02]
[    0.005125] ACPI: Reserving VFCT table memory at [mem 0xcdfca000-0xcdfd7683]
[    0.005125] ACPI: Reserving SSDT table memory at [mem 0xcdfc9000-0xcdfc905b]
[    0.005126] ACPI: Reserving SSDT table memory at [mem 0xcdfc8000-0xcdfc805b]
[    0.005127] ACPI: Reserving SSDT table memory at [mem 0xcdfc7000-0xcdfc70f7]
[    0.005128] ACPI: Reserving SSDT table memory at [mem 0xcdfc3000-0xcdfc69f3]
[    0.005129] ACPI: Reserving CRAT table memory at [mem 0xcdffd000-0xcdffdf27]
[    0.005129] ACPI: Reserving CDIT table memory at [mem 0xcdfc1000-0xcdfc1028]
[    0.005130] ACPI: Reserving SSDT table memory at [mem 0xcdfbf000-0xcdfbf28c]
[    0.005131] ACPI: Reserving SSDT table memory at [mem 0xcdfbe000-0xcdfbed36]
[    0.005132] ACPI: Reserving SSDT table memory at [mem 0xcdfbc000-0xcdfbd0a4]
[    0.005133] ACPI: Reserving SSDT table memory at [mem 0xcdfb8000-0xcdfbb0c7]
[    0.005133] ACPI: Reserving FPDT table memory at [mem 0xcdfb7000-0xcdfb7043]
[    0.005134] ACPI: Reserving BGRT table memory at [mem 0xcdfc0000-0xcdfc0037]
[    0.005135] ACPI: Reserving WSMT table memory at [mem 0xcdfb6000-0xcdfb6027]
[    0.005136] ACPI: Reserving SSDT table memory at [mem 0xcdfb5000-0xcdfb507c]
[    0.005137] ACPI: Reserving SSDT table memory at [mem 0xcdfb4000-0xcdfb4516]
[    0.005202] No NUMA configuration found
[    0.005203] Faking a node at [mem 0x0000000000000000-0x0000000a0f33ffff]
[    0.005210] NODE_DATA(0) allocated [mem 0xa0f315000-0xa0f33ffff]
[    0.068794] Zone ranges:
[    0.068796]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.068798]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.068799]   Normal   [mem 0x0000000100000000-0x0000000a0f33ffff]
[    0.068800]   Device   empty
[    0.068801] Movable zone start for each node
[    0.068804] Early memory node ranges
[    0.068804]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.068805]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[    0.068806]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.068806]   node   0: [mem 0x0000000009f0d000-0x00000000bab68fff]
[    0.068808]   node   0: [mem 0x00000000bbd69000-0x00000000c9f7efff]
[    0.068808]   node   0: [mem 0x00000000cdfff000-0x00000000cdffffff]
[    0.068809]   node   0: [mem 0x0000000100000000-0x0000000a0f33ffff]
[    0.068812] Initmem setup node 0 [mem 0x0000000000001000-0x0000000a0f33ffff]
[    0.068818] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.068842] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.069068] On node 0, zone DMA32: 768 pages in unavailable ranges
[    0.073570] On node 0, zone DMA32: 13 pages in unavailable ranges
[    0.073975] On node 0, zone DMA32: 4608 pages in unavailable ranges
[    0.074103] On node 0, zone DMA32: 16512 pages in unavailable ranges
[    0.133525] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.133552] On node 0, zone Normal: 3264 pages in unavailable ranges
[    0.134345] ACPI: PM-Timer IO Port: 0x408
[    0.134351] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.134353] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.134354] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.134354] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.134355] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.134355] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.134356] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.134356] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.134357] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.134358] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.134358] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.134359] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.134359] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.134360] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.134360] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.134361] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.134373] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.134378] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.134379] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.134381] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.134384] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.134385] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.134394] e820: update [mem 0xb4822000-0xb4930fff] usable ==> reserved
[    0.134405] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.134434] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.134435] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[    0.134436] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.134438] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[    0.134439] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
[    0.134441] PM: hibernation: Registered nosave memory: [mem 0xb4822000-0xb4930fff]
[    0.134442] PM: hibernation: Registered nosave memory: [mem 0xb534d000-0xb534dfff]
[    0.134444] PM: hibernation: Registered nosave memory: [mem 0xb536c000-0xb536cfff]
[    0.134445] PM: hibernation: Registered nosave memory: [mem 0xb56c7000-0xb56c7fff]
[    0.134447] PM: hibernation: Registered nosave memory: [mem 0xb56d4000-0xb56d4fff]
[    0.134448] PM: hibernation: Registered nosave memory: [mem 0xb66a7000-0xb66a7fff]
[    0.134450] PM: hibernation: Registered nosave memory: [mem 0xbab69000-0xbbd68fff]
[    0.134451] PM: hibernation: Registered nosave memory: [mem 0xc9f7f000-0xccf7efff]
[    0.134452] PM: hibernation: Registered nosave memory: [mem 0xccf7f000-0xcdf7efff]
[    0.134452] PM: hibernation: Registered nosave memory: [mem 0xcdf7f000-0xcdffefff]
[    0.134454] PM: hibernation: Registered nosave memory: [mem 0xce000000-0xceffffff]
[    0.134454] PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xfebfffff]
[    0.134455] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.134455] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.134456] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.134456] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
[    0.134457] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.134457] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
[    0.134458] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.134458] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.134460] [mem 0xcf000000-0xfebfffff] available for PCI devices
[    0.134461] Booting paravirtualized kernel on bare hardware
[    0.134463] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.138945] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.139470] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.139479] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.139480] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.139514] Fallback order for Node 0: 0 
[    0.139516] Built 1 zonelists, mobility grouping on.  Total pages: 10159804
[    0.139517] Policy zone: Normal
[    0.139518] Kernel command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64 root=UUID=a63d636c-13cb-4d37-8c19-87ab490e4250 ro rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
[    0.139594] Unknown kernel command line parameters "rhgb BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64", will be passed to user space.
[    0.146128] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.149330] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.149644] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.149683] software IO TLB: area num 16.
[    0.232678] Memory: 40236520K/41284932K available (18432K kernel code, 3223K rwdata, 14020K rodata, 4360K init, 17584K bss, 1048152K reserved, 0K cma-reserved)
[    0.232785] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.232811] ftrace: allocating 51513 entries in 202 pages
[    0.240025] ftrace: allocated 202 pages with 4 groups
[    0.240777] Dynamic Preempt: voluntary
[    0.240812] rcu: Preemptible hierarchical RCU implementation.
[    0.240812] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.240814]  Trampoline variant of Tasks RCU enabled.
[    0.240814]  Rude variant of Tasks RCU enabled.
[    0.240814]  Tracing variant of Tasks RCU enabled.
[    0.240815] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.240816] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.243073] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.243255] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.243351] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.243381] Console: colour dummy device 80x25
[    0.243383] printk: console [tty0] enabled
[    0.243421] ACPI: Core revision 20221020
[    0.243611] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.243630] APIC: Switch to symmetric I/O mode setup
[    0.244479] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.244480] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.244481] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.244484] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.244485] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[    0.244794] Switched APIC routing to physical flat.
[    0.245519] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.249636] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29b98ce695e, max_idle_ns: 440795283729 ns
[    0.249641] Calibrating delay loop (skipped), value calculated using timer frequency.. 5789.31 BogoMIPS (lpj=2894658)
[    0.249643] pid_max: default: 32768 minimum: 301
[    0.252674] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf,landlock
[    0.252686] Yama: becoming mindful.
[    0.252695] SELinux:  Initializing.
[    0.252718] LSM support for eBPF active
[    0.252719] landlock: Up and running.
[    0.252976] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.253195] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.253896] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.253947] LVT offset 1 assigned for vector 0xf9
[    0.254051] LVT offset 2 assigned for vector 0xf4
[    0.254076] process: using mwait in idle threads
[    0.254078] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.254078] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.254087] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.254089] Spectre V2 : Mitigation: Retpolines
[    0.254090] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.254091] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.254092] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    0.254092] RETBleed: Mitigation: untrained return thunk
[    0.254094] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.254095] Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
[    0.254096] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.254097] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.264246] Freeing SMP alternatives memory: 44K
[    0.367002] smpboot: CPU0: AMD Ryzen 7 4800H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.367163] cblist_init_generic: Setting adjustable number of callback queues.
[    0.367167] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.367182] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.367200] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.367213] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.367218] ... version:                0
[    0.367219] ... bit width:              48
[    0.367219] ... generic registers:      6
[    0.367220] ... value mask:             0000ffffffffffff
[    0.367220] ... max period:             00007fffffffffff
[    0.367221] ... fixed-purpose events:   0
[    0.367221] ... event mask:             000000000000003f
[    0.367313] rcu: Hierarchical SRCU implementation.
[    0.367313] rcu:     Max phase no-delay instances is 400.
[    0.367638] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.367638] smp: Bringing up secondary CPUs ...
[    0.367638] x86: Booting SMP configuration:
[    0.367638] .... node  #0, CPUs:        #1
[    0.368638] TSC synchronization [CPU#0 -> CPU#1]:
[    0.368638] Measured 13940048756 cycles TSC warp between CPUs, turning off TSC clock.
[    0.368638] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.368763] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.368789]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.374736] smp: Brought up 1 node, 16 CPUs
[    0.374736] smpboot: Max logical packages: 1
[    0.374736] smpboot: Total of 16 processors activated (92629.05 BogoMIPS)
[    0.377672] devtmpfs: initialized
[    0.377680] x86/mm: Memory block size: 128MB
[    0.379860] ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
[    0.379860] ACPI: PM: Registering ACPI NVS region [mem 0xccf7f000-0xcdf7efff] (16777216 bytes)
[    0.379880] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.379884] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.379948] pinctrl core: initialized pinctrl subsystem
[    0.380041] PM: RTC time: 17:00:39, date: 2023-04-12
[    0.380730] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.380843] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.380855] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.380866] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.380875] audit: initializing netlink subsys (disabled)
[    0.380881] audit: type=2000 audit(1681318839.137:1): state=initialized audit_enabled=0 res=1
[    0.380881] thermal_sys: Registered thermal governor 'fair_share'
[    0.380881] thermal_sys: Registered thermal governor 'bang_bang'
[    0.380881] thermal_sys: Registered thermal governor 'step_wise'
[    0.380881] thermal_sys: Registered thermal governor 'user_space'
[    0.380881] cpuidle: using governor menu
[    0.380881] Simple Boot Flag at 0x44 set to 0x1
[    0.380881] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.380881] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.380881] PCI: not using MMCONFIG
[    0.380881] PCI: Using configuration type 1 for base access
[    0.380881] PCI: Using configuration type 1 for extended access
[    0.381692] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.382789] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.382795] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.382798] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.382800] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.382894] cryptd: max_cpu_qlen set to 1000
[    0.383023] raid6: skipped pq benchmark and selected avx2x4
[    0.383025] raid6: using avx2x2 recovery algorithm
[    0.383109] ACPI: Added _OSI(Module Device)
[    0.383111] ACPI: Added _OSI(Processor Device)
[    0.383112] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.383113] ACPI: Added _OSI(Processor Aggregator Device)
[    0.391416] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.392484] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.403411] ACPI: EC: EC started
[    0.403414] ACPI: EC: interrupt blocked
[    0.413770] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.413776] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.413779] ACPI: Interpreter enabled
[    0.413812] ACPI: PM: (supports S0 S3 S4 S5)
[    0.413814] ACPI: Using IOAPIC for interrupt routing
[    0.415861] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.417799] [Firmware Info]: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] not reserved in ACPI motherboard resources
[    0.417800] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as EfiMemoryMappedIO
[    0.417809] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.417810] PCI: Using E820 reservations for host bridge windows
[    0.418059] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.418628] ACPI: \_SB_.PCI0.GPP0.PG00: New power resource
[    0.431421] ACPI: \_SB_.P0S0: New power resource
[    0.431437] ACPI: \_SB_.P3S0: New power resource
[    0.431496] ACPI: \_SB_.P0S1: New power resource
[    0.431511] ACPI: \_SB_.P3S1: New power resource
[    0.435515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.435520] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.435560] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.435627] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.435636] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.435824] PCI host bridge to bus 0000:00
[    0.435825] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.435827] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.435828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.435829] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
[    0.435831] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
[    0.435832] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
[    0.435833] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
[    0.435834] pci_bus 0000:00: root bus resource [mem 0xa50200000-0xfcffffffff window]
[    0.435835] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.435851] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.435948] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.436030] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.436091] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.436163] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.436297] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.436368] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.436489] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.436548] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.436619] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.436735] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.436806] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.436933] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.436992] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.437018] pci 0000:00:08.1: enabling Extended Tags
[    0.437055] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.437154] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.437180] pci 0000:00:08.2: enabling Extended Tags
[    0.437215] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.437325] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.437442] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.437574] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.437615] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.437656] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.437692] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.437729] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.437766] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.437803] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.437843] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.437934] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030000
[    0.437946] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
[    0.437955] pci 0000:01:00.0: reg 0x14: [mem 0xfcc0000000-0xfccfffffff 64bit pref]
[    0.437965] pci 0000:01:00.0: reg 0x1c: [mem 0xfcd0000000-0xfcd1ffffff 64bit pref]
[    0.437971] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.437977] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.438040] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.438122] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.438385] pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
[    0.438397] pci 0000:01:00.1: reg 0x10: [mem 0xd1000000-0xd1003fff]
[    0.438533] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.438536] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.438539] pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
[    0.438542] pci 0000:00:01.1:   bridge window [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
[    0.438659] pci 0000:02:00.0: [1cc4:6202] type 00 class 0x010802
[    0.438681] pci 0000:02:00.0: reg 0x10: [mem 0xd1900000-0xd1903fff 64bit]
[    0.438992] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.438997] pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
[    0.439051] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.439066] pci 0000:03:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.439085] pci 0000:03:00.0: reg 0x18: [mem 0xd1804000-0xd1804fff 64bit]
[    0.439098] pci 0000:03:00.0: reg 0x20: [mem 0xd1800000-0xd1803fff 64bit]
[    0.439193] pci 0000:03:00.0: supports D1 D2
[    0.439194] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.439641] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.439644] pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
[    0.439646] pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
[    0.439938] pci 0000:04:00.0: [168c:003e] type 00 class 0x028000
[    0.440080] pci 0000:04:00.0: reg 0x10: [mem 0xd1200000-0xd13fffff 64bit]
[    0.440631] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.441441] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.441444] pci 0000:00:02.2:   bridge window [mem 0xd1200000-0xd13fffff]
[    0.441495] pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
[    0.441505] pci 0000:05:00.0: reg 0x10: [mem 0xfce0000000-0xfcefffffff 64bit pref]
[    0.441512] pci 0000:05:00.0: reg 0x18: [mem 0xfcf0000000-0xfcf01fffff 64bit pref]
[    0.441517] pci 0000:05:00.0: reg 0x20: [io  0x1000-0x10ff]
[    0.441522] pci 0000:05:00.0: reg 0x24: [mem 0xd1700000-0xd177ffff]
[    0.441529] pci 0000:05:00.0: enabling Extended Tags
[    0.441538] pci 0000:05:00.0: BAR 0: assigned to efifb
[    0.441573] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.441716] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
[    0.441728] pci 0000:05:00.2: reg 0x18: [mem 0xd1600000-0xd16fffff]
[    0.441737] pci 0000:05:00.2: reg 0x24: [mem 0xd17c8000-0xd17c9fff]
[    0.441743] pci 0000:05:00.2: enabling Extended Tags
[    0.441822] pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
[    0.441832] pci 0000:05:00.3: reg 0x10: [mem 0xd1500000-0xd15fffff 64bit]
[    0.441854] pci 0000:05:00.3: enabling Extended Tags
[    0.441880] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.441941] pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
[    0.441951] pci 0000:05:00.4: reg 0x10: [mem 0xd1400000-0xd14fffff 64bit]
[    0.441973] pci 0000:05:00.4: enabling Extended Tags
[    0.442000] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.442059] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
[    0.442065] pci 0000:05:00.5: reg 0x10: [mem 0xd1780000-0xd17bffff]
[    0.442085] pci 0000:05:00.5: enabling Extended Tags
[    0.442109] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[    0.442163] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
[    0.442170] pci 0000:05:00.6: reg 0x10: [mem 0xd17c0000-0xd17c7fff]
[    0.442189] pci 0000:05:00.6: enabling Extended Tags
[    0.442214] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[    0.442288] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.442290] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.442292] pci 0000:00:08.1:   bridge window [mem 0xd1400000-0xd17fffff]
[    0.442294] pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[    0.442328] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
[    0.442354] pci 0000:06:00.0: reg 0x24: [mem 0xd1101000-0xd11017ff]
[    0.442362] pci 0000:06:00.0: enabling Extended Tags
[    0.442472] pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
[    0.442498] pci 0000:06:00.1: reg 0x24: [mem 0xd1100000-0xd11007ff]
[    0.442505] pci 0000:06:00.1: enabling Extended Tags
[    0.442589] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.442593] pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.443064] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.443066] ACPI: PCI: Interrupt link LNKA disabled
[    0.443106] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.443106] ACPI: PCI: Interrupt link LNKB disabled
[    0.443135] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.443136] ACPI: PCI: Interrupt link LNKC disabled
[    0.443175] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.443176] ACPI: PCI: Interrupt link LNKD disabled
[    0.443211] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.443212] ACPI: PCI: Interrupt link LNKE disabled
[    0.443240] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.443241] ACPI: PCI: Interrupt link LNKF disabled
[    0.443268] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.443269] ACPI: PCI: Interrupt link LNKG disabled
[    0.443295] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.443296] ACPI: PCI: Interrupt link LNKH disabled
[    0.444674] ACPI: EC: interrupt unblocked
[    0.444675] ACPI: EC: event unblocked
[    0.444680] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.444681] ACPI: EC: GPE=0x3
[    0.444682] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    0.444683] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    0.444726] iommu: Default domain type: Translated 
[    0.444726] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.444726] SCSI subsystem initialized
[    0.444730] libata version 3.00 loaded.
[    0.444730] ACPI: bus type USB registered
[    0.444730] usbcore: registered new interface driver usbfs
[    0.444730] usbcore: registered new interface driver hub
[    0.444730] usbcore: registered new device driver usb
[    0.446754] pps_core: LinuxPPS API ver. 1 registered
[    0.446755] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.446757] PTP clock support registered
[    0.446768] EDAC MC: Ver: 3.0.0
[    0.446939] Registered efivars operations
[    0.447728] NetLabel: Initializing
[    0.447729] NetLabel:  domain hash size = 128
[    0.447730] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.447742] NetLabel:  unlabeled traffic allowed by default
[    0.447745] mctp: management component transport protocol core
[    0.447745] NET: Registered PF_MCTP protocol family
[    0.447749] PCI: Using ACPI for IRQ routing
[    0.449463] PCI: pci_cache_line_size set to 64 bytes
[    0.450104] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.450105] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[    0.450106] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    0.450107] e820: reserve RAM buffer [mem 0xb4822000-0xb7ffffff]
[    0.450108] e820: reserve RAM buffer [mem 0xb534d018-0xb7ffffff]
[    0.450109] e820: reserve RAM buffer [mem 0xb56c7018-0xb7ffffff]
[    0.450110] e820: reserve RAM buffer [mem 0xb66a7000-0xb7ffffff]
[    0.450110] e820: reserve RAM buffer [mem 0xbab69000-0xbbffffff]
[    0.450111] e820: reserve RAM buffer [mem 0xc9f7f000-0xcbffffff]
[    0.450112] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
[    0.450112] e820: reserve RAM buffer [mem 0xa0f340000-0xa0fffffff]
[    0.450671] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.450671] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.450671] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.450671] pci 0000:05:00.0: vgaarb: setting as boot VGA device (overriding previous)
[    0.450671] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.450671] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.450671] vgaarb: loaded
[    0.450690] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.450693] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.452684] clocksource: Switched to clocksource hpet
[    0.464141] VFS: Disk quotas dquot_6.6.0
[    0.464152] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.464241] pnp: PnP ACPI init
[    0.464404] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.464407] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.464408] system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
[    0.464531] system 00:03: [io  0x0400-0x04cf] has been reserved
[    0.464533] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.464535] system 00:03: [io  0x04d6] has been reserved
[    0.464536] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.464537] system 00:03: [io  0x0c14] has been reserved
[    0.464537] system 00:03: [io  0x0c50-0x0c52] has been reserved
[    0.464538] system 00:03: [io  0x0c6c] has been reserved
[    0.464539] system 00:03: [io  0x0c6f] has been reserved
[    0.464540] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[    0.464575] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.464576] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.464997] pnp: PnP ACPI: found 5 devices
[    0.471097] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.471377] NET: Registered PF_INET protocol family
[    0.471709] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.474433] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.474496] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.474512] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.475084] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.475388] TCP: Hash tables configured (established 524288 bind 65536)
[    0.475810] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.475883] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.476025] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.476228] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.476235] NET: Registered PF_XDP protocol family
[    0.476240] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.476259] pci 0000:01:00.0: BAR 6: assigned [mem 0xd1080000-0xd10fffff pref]
[    0.476261] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.476263] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.476266] pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
[    0.476268] pci 0000:00:01.1:   bridge window [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
[    0.476271] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.476274] pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
[    0.476278] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.476279] pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
[    0.476281] pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
[    0.476285] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.476287] pci 0000:00:02.2:   bridge window [mem 0xd1200000-0xd13fffff]
[    0.476293] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.476294] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.476296] pci 0000:00:08.1:   bridge window [mem 0xd1400000-0xd17fffff]
[    0.476298] pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[    0.476301] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.476303] pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.476309] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.476310] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.476311] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.476312] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
[    0.476313] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
[    0.476314] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf7ffffff window]
[    0.476315] pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfed3ffff window]
[    0.476316] pci_bus 0000:00: resource 11 [mem 0xa50200000-0xfcffffffff window]
[    0.476317] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.476318] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd10fffff]
[    0.476319] pci_bus 0000:01: resource 2 [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
[    0.476321] pci_bus 0000:02: resource 1 [mem 0xd1900000-0xd19fffff]
[    0.476322] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.476322] pci_bus 0000:03: resource 1 [mem 0xd1800000-0xd18fffff]
[    0.476324] pci_bus 0000:04: resource 1 [mem 0xd1200000-0xd13fffff]
[    0.476325] pci_bus 0000:05: resource 0 [io  0x1000-0x1fff]
[    0.476326] pci_bus 0000:05: resource 1 [mem 0xd1400000-0xd17fffff]
[    0.476326] pci_bus 0000:05: resource 2 [mem 0xfce0000000-0xfcf01fffff 64bit pref]
[    0.476328] pci_bus 0000:06: resource 1 [mem 0xd1100000-0xd11fffff]
[    0.476446] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.476703] pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
[    0.553072] pci 0000:05:00.3: quirk_usb_early_handoff+0x0/0x7c0 took 74575 usecs
[    0.553082] pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
[    0.566457] pci 0000:05:00.4: quirk_usb_early_handoff+0x0/0x7c0 took 13058 usecs
[    0.566468] PCI: CLS 64 bytes, default 64
[    0.566480] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.566514] Trying to unpack rootfs image as initramfs...
[    0.566529] pci 0000:00:01.0: Adding to iommu group 0
[    0.566537] pci 0000:00:01.1: Adding to iommu group 1
[    0.566546] pci 0000:00:01.2: Adding to iommu group 2
[    0.566557] pci 0000:00:02.0: Adding to iommu group 3
[    0.566565] pci 0000:00:02.1: Adding to iommu group 4
[    0.566573] pci 0000:00:02.2: Adding to iommu group 5
[    0.566587] pci 0000:00:08.0: Adding to iommu group 6
[    0.566593] pci 0000:00:08.1: Adding to iommu group 6
[    0.566599] pci 0000:00:08.2: Adding to iommu group 6
[    0.566612] pci 0000:00:14.0: Adding to iommu group 7
[    0.566619] pci 0000:00:14.3: Adding to iommu group 7
[    0.566655] pci 0000:00:18.0: Adding to iommu group 8
[    0.566662] pci 0000:00:18.1: Adding to iommu group 8
[    0.566668] pci 0000:00:18.2: Adding to iommu group 8
[    0.566675] pci 0000:00:18.3: Adding to iommu group 8
[    0.566681] pci 0000:00:18.4: Adding to iommu group 8
[    0.566689] pci 0000:00:18.5: Adding to iommu group 8
[    0.566695] pci 0000:00:18.6: Adding to iommu group 8
[    0.566703] pci 0000:00:18.7: Adding to iommu group 8
[    0.566715] pci 0000:01:00.0: Adding to iommu group 9
[    0.566722] pci 0000:01:00.1: Adding to iommu group 9
[    0.566732] pci 0000:02:00.0: Adding to iommu group 10
[    0.566741] pci 0000:03:00.0: Adding to iommu group 11
[    0.566750] pci 0000:04:00.0: Adding to iommu group 12
[    0.566758] pci 0000:05:00.0: Adding to iommu group 6
[    0.566762] pci 0000:05:00.2: Adding to iommu group 6
[    0.566765] pci 0000:05:00.3: Adding to iommu group 6
[    0.566768] pci 0000:05:00.4: Adding to iommu group 6
[    0.566773] pci 0000:05:00.5: Adding to iommu group 6
[    0.566777] pci 0000:05:00.6: Adding to iommu group 6
[    0.566781] pci 0000:06:00.0: Adding to iommu group 6
[    0.566784] pci 0000:06:00.1: Adding to iommu group 6
[    0.568073] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.568077] pci 0000:00:00.2: PCI INT A: not connected
[    0.568383] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.568385] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.568390] AMD-Vi: Interrupt remapping enabled
[    0.568391] AMD-Vi: X2APIC enabled
[    0.568421] AMD-Vi: Virtual APIC enabled
[    0.568512] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.568513] software IO TLB: mapped [mem 0x00000000c5100000-0x00000000c9100000] (64MB)
[    0.568560] LVT offset 0 assigned for vector 0x400
[    0.568885] perf: AMD IBS detected (0x000003ff)
[    0.568898] amd_uncore: 4  amd_df counters detected
[    0.568901] amd_uncore: 6  amd_l3 counters detected
[    0.569223] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.571617] Initialise system trusted keyrings
[    0.571628] Key type blacklist registered
[    0.571688] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    0.571702] zbud: loaded
[    0.572074] integrity: Platform Keyring initialized
[    0.572078] integrity: Machine keyring initialized
[    0.574432] NET: Registered PF_ALG protocol family
[    0.574435] xor: automatically using best checksumming function   avx       
[    0.574436] Key type asymmetric registered
[    0.574437] Asymmetric key parser 'x509' registered
[    0.900628] Freeing initrd memory: 55832K
[    0.906013] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.906065] io scheduler mq-deadline registered
[    0.906066] io scheduler kyber registered
[    0.906075] io scheduler bfq registered
[    0.907631] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.908893] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.908997] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[    0.909092] pcieport 0000:00:02.1: PME: Signaling with IRQ 28
[    0.909186] pcieport 0000:00:02.2: PME: Signaling with IRQ 29
[    0.909274] pcieport 0000:00:08.1: PME: Signaling with IRQ 30
[    0.909425] pcieport 0000:00:08.2: PME: Signaling with IRQ 31
[    0.909497] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.910331] ACPI: AC: AC Adapter [ADP0] (on-line)
[    0.910369] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.910379] ACPI: button: Lid Switch [LID0]
[    0.910397] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.910407] ACPI: button: Power Button [PWRB]
[    0.910428] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.910469] ACPI: button: Power Button [PWRF]
[    0.910501] Monitor-Mwait will be used to enter C-1 state
[    0.910509] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.910583] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.910689] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.910787] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.910890] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.911010] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.911131] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.911246] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.911359] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[    0.911473] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[    0.911580] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[    0.911709] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[    0.911828] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[    0.911891] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[    0.911948] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[    0.912054] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[    0.912305] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.913604] Non-volatile memory driver v1.3
[    0.913608] Linux agpgart interface v0.103
[    0.927695] tpm tpm0: AMD fTPM version 0x3004900000005 causes system stutter; hwrng disabled
[    0.928108] ACPI: bus type drm_connector registered
[    0.930353] ahci 0000:06:00.0: version 3.0
[    0.930452] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.930454] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.930709] scsi host0: ahci
[    0.930745] ata1: SATA max UDMA/133 abar m2048@0xd1101000 port 0xd1101100 irq 33
[    0.930833] ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.930836] ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.931054] scsi host1: ahci
[    0.931085] ata2: SATA max UDMA/133 abar m2048@0xd1100000 port 0xd1100100 irq 35
[    0.931359] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    0.931429] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[    0.931509] xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.931819] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    0.931887] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[    0.931890] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.931917] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    0.931919] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.931920] usb usb1: Product: xHCI Host Controller
[    0.931920] usb usb1: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.931921] usb usb1: SerialNumber: 0000:05:00.3
[    0.932053] hub 1-0:1.0: USB hub found
[    0.932060] hub 1-0:1.0: 4 ports detected
[    0.932178] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.932191] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    0.932193] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.932194] usb usb2: Product: xHCI Host Controller
[    0.932195] usb usb2: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.932195] usb usb2: SerialNumber: 0000:05:00.3
[    0.932310] hub 2-0:1.0: USB hub found
[    0.932315] hub 2-0:1.0: 2 ports detected
[    0.932425] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    0.932464] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[    0.932541] xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.932824] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    0.932859] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[    0.932861] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.932882] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    0.932884] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.932885] usb usb3: Product: xHCI Host Controller
[    0.932885] usb usb3: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.932886] usb usb3: SerialNumber: 0000:05:00.4
[    0.932961] hub 3-0:1.0: USB hub found
[    0.932965] hub 3-0:1.0: 4 ports detected
[    0.933066] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.933080] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    0.933082] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.933083] usb usb4: Product: xHCI Host Controller
[    0.933084] usb usb4: Manufacturer: Linux 6.2.9-300.fc38.x86_64 xhci-hcd
[    0.933085] usb usb4: SerialNumber: 0000:05:00.4
[    0.933151] hub 4-0:1.0: USB hub found
[    0.933155] hub 4-0:1.0: 2 ports detected
[    0.933227] usbcore: registered new interface driver usbserial_generic
[    0.933231] usbserial: USB Serial support registered for generic
[    0.933250] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[    0.933251] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.934061] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.934122] mousedev: PS/2 mouse device common for all mice
[    0.934216] rtc_cmos 00:01: RTC can wake from S4
[    0.934421] rtc_cmos 00:01: registered as rtc0
[    0.934458] rtc_cmos 00:01: setting system clock to 2023-04-12T17:00:40 UTC (1681318840)
[    0.934476] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.934490] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.934493] device-mapper: uevent: version 1.0.3
[    0.934551] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    0.934924] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    0.936248] fbcon: Deferring console take-over
[    0.936253] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.936446] hid: raw HID events driver (C) Jiri Kosina
[    0.936470] usbcore: registered new interface driver usbhid
[    0.936471] usbhid: USB HID core driver
[    0.936623] drop_monitor: Initializing network drop monitor service
[    0.947257] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.947346] Initializing XFRM netlink socket
[    0.947395] NET: Registered PF_INET6 protocol family
[    0.952884] Segment Routing with IPv6
[    0.952888] RPL Segment Routing with IPv6
[    0.952902] In-situ OAM (IOAM) with IPv6
[    0.952935] mip6: Mobile IPv6
[    0.952940] NET: Registered PF_PACKET protocol family
[    0.954968] microcode: CPU15: patch_level=0x08600104
[    0.954970] microcode: CPU1: patch_level=0x08600104
[    0.954975] microcode: CPU14: patch_level=0x08600104
[    0.954976] microcode: CPU0: patch_level=0x08600104
[    0.954983] microcode: CPU2: patch_level=0x08600104
[    0.954987] microcode: CPU8: patch_level=0x08600104
[    0.954988] microcode: CPU3: patch_level=0x08600104
[    0.954988] microcode: CPU5: patch_level=0x08600104
[    0.954987] microcode: CPU10: patch_level=0x08600104
[    0.954990] microcode: CPU4: patch_level=0x08600104
[    0.954989] microcode: CPU7: patch_level=0x08600104
[    0.954989] microcode: CPU6: patch_level=0x08600104
[    0.954989] microcode: CPU9: patch_level=0x08600104
[    0.954992] microcode: CPU11: patch_level=0x08600104
[    0.954994] microcode: CPU12: patch_level=0x08600104
[    0.954993] microcode: CPU13: patch_level=0x08600104
[    0.955024] microcode: Microcode Update Driver: v2.2.
[    0.955400] resctrl: L3 allocation detected
[    0.955401] resctrl: MB allocation detected
[    0.955401] resctrl: L3 monitoring detected
[    0.955406] IPI shorthand broadcast: enabled
[    0.955411] AVX2 version of gcm_enc/dec engaged.
[    0.955650] AES CTR mode by8 optimization enabled
[    0.957246] registered taskstats version 1
[    0.957848] Loading compiled-in X.509 certificates
[    0.965178] Loaded X.509 cert 'Fedora kernel signing key: ee710d21b2c006d3ae772e96c423439621dcda62'
[    0.965549] zswap: loaded using pool lzo/zbud
[    0.967504] page_owner is disabled
[    0.967606] Key type .fscrypt registered
[    0.967608] Key type fscrypt-provisioning registered
[    0.967964] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[    0.967978] Key type big_key registered
[    0.968406] Key type trusted registered
[    0.971085] Key type encrypted registered
[    0.971461] Loading compiled-in module X.509 certificates
[    0.972229] Loaded X.509 cert 'Fedora kernel signing key: ee710d21b2c006d3ae772e96c423439621dcda62'
[    0.972232] ima: Allocated hash algorithm: sha256
[    0.984666] ima: No architecture policies found
[    0.984678] evm: Initialising EVM extended attributes:
[    0.984679] evm: security.selinux
[    0.984680] evm: security.SMACK64 (disabled)
[    0.984681] evm: security.SMACK64EXEC (disabled)
[    0.984681] evm: security.SMACK64TRANSMUTE (disabled)
[    0.984682] evm: security.SMACK64MMAP (disabled)
[    0.984682] evm: security.apparmor (disabled)
[    0.984682] evm: security.ima
[    0.984683] evm: security.capability
[    0.984683] evm: HMAC attrs: 0x1
[    0.984925] ACPI: battery: Slot [BAT0] (battery present)
[    1.020873] alg: No test for 842 (842-scomp)
[    1.020923] alg: No test for 842 (842-generic)
[    1.104000] PM:   Magic number: 3:653:36
[    1.104075] acpi STK00043:01: hash matches
[    1.104120] memory memory205: hash matches
[    1.104140] memory memory72: hash matches
[    1.104271] RAS: Correctable Errors collector initialized.
[    1.104341] 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
[    1.187011] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.187036] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    1.245398] ata2: SATA link down (SStatus 0 SControl 300)
[    1.319949] usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[    1.319958] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.319959] usb 1-2: Product: USB 2.0 Hub
[    1.362108] usb 3-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[    1.362122] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.387440] hub 1-2:1.0: USB hub found
[    1.387996] hub 1-2:1.0: 4 ports detected
[    1.419091] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.447456] ata1.00: ATA-10: ST1000LM035-1RK172, LFM3, max UDMA/100
[    1.456712] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.505934] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    1.506878] ata1.00: configured for UDMA/100
[    1.526954] scsi 0:0:0:0: Direct-Access     ATA      ST1000LM035-1RK1 LFM3 PQ: 0 ANSI: 5
[    1.527561] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.527745] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.527752] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.527782] sd 0:0:0:0: [sda] Write Protect is off
[    1.527785] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.527848] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.527939] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    1.595823]  sda: sda1
[    1.596099] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.597467] Freeing unused decrypted memory: 2036K
[    1.598247] Freeing unused kernel image (initmem) memory: 4360K
[    1.601685] Write protecting the kernel read-only data: 32768k
[    1.601914] Freeing unused kernel image (rodata/data gap) memory: 316K
[    1.631285] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.631290] rodata_test: all tests were successful
[    1.631296] Run /init as init process
[    1.631297]   with arguments:
[    1.631298]     /init
[    1.631299]     rhgb
[    1.631299]   with environment:
[    1.631300]     HOME=/
[    1.631300]     TERM=linux
[    1.631301]     BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.2.9-300.fc38.x86_64
[    1.646555] usb 1-3: New USB device found, idVendor=13d3, idProduct=56ff, bcdDevice=19.19
[    1.646558] usb 1-3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.646559] usb 1-3: Product: Integrated Camera
[    1.646561] usb 1-3: Manufacturer: Azurewave
[    1.650540] systemd[1]: systemd 253.2-1.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    1.650546] systemd[1]: Detected architecture x86-64.
[    1.650548] systemd[1]: Running in initrd.
[    1.650623] systemd[1]: No hostname configured, using default hostname.
[    1.650671] systemd[1]: Hostname set to <fedora>.
[    1.818931] usb 1-2.2: new full-speed USB device number 4 using xhci_hcd
[    2.039188] usb 1-2.2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    2.039199] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.039203] usb 1-2.2: Product: USB Receiver
[    2.039206] usb 1-2.2: Manufacturer: Logitech
[    2.070838] systemd[1]: bpf-lsm: LSM BPF program attached
[    2.118095] systemd[1]: Queued start job for default target initrd.target.
[    2.125541] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.0/0003:046D:C534.0001/input/input4
[    2.133361] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    2.133425] systemd[1]: Reached target local-fs.target - Local File Systems.
[    2.133452] systemd[1]: Reached target slices.target - Slice Units.
[    2.133470] systemd[1]: Reached target swap.target - Swaps.
[    2.133487] systemd[1]: Reached target timers.target - Timer Units.
[    2.133570] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    2.133654] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    2.133733] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    2.133815] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    2.133879] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    2.133896] systemd[1]: Reached target sockets.target - Socket Units.
[    2.134687] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    2.134732] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    2.137103] systemd[1]: Starting systemd-journald.service - Journal Service...
[    2.137799] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    2.138354] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    2.138923] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[    2.144082] systemd-journald[311]: Collecting audit messages is disabled.
[    2.155950] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    2.157415] fuse: init (API version 7.38)
[    2.173012] systemd[1]: Finished systemd-vconsole-setup.service - Setup Virtual Console.
[    2.177917] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input0
[    2.182169] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/input/input5
[    2.182331] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/input/input6
[    2.190139] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    2.190395] systemd[1]: Started systemd-journald.service - Journal Service.
[    2.233837] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/input/input7
[    2.234096] hid-generic 0003:046D:C534.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input1
[    2.497112] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input0
[    2.526070] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    2.526104] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    2.526173] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input10
[    2.526303] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.526339] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:01/input/input11
[    2.550269] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    2.550391] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    2.550682] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    2.555848] r8169 0000:03:00.0: enabling device (0000 -> 0003)
[    2.564577] r8169 0000:03:00.0 eth0: RTL8168gu/8111gu, 54:05:db:6b:14:15, XID 509, IRQ 56
[    2.564583] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.569820] input: MSFT0001:00 04F3:3140 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input12
[    2.582966] input: MSFT0001:00 04F3:3140 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input13
[    2.629879] hid-generic 0018:04F3:3140.0003: input,hidraw2: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3140] on i2c-MSFT0001:00
[    2.631551] r8169 0000:03:00.0 eno1: renamed from eth0
[    2.646006] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    2.646191] nvme nvme0: pci function 0000:02:00.0
[    2.655398] nvme nvme0: 15/0/0 default/read/poll queues
[    2.659957]  nvme0n1: p1 p2 p3
[    2.665303] logitech-djreceiver 0003:046D:C534.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:05:00.3-2.2/input1
[    2.671948] BTRFS: device fsid a63d636c-13cb-4d37-8c19-87ab490e4250 devid 1 transid 393 /dev/nvme0n1p3 scanned by (udev-worker) (506)
[    2.720186] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[    2.720457] input: MSFT0001:00 04F3:3140 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input14
[    2.720621] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input16
[    2.720825] input: MSFT0001:00 04F3:3140 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0003/input/input15
[    2.721410] hid-generic 0003:046D:4054.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:05:00.3-2.2/input1:2
[    2.721555] hid-multitouch 0018:04F3:3140.0003: input,hidraw3: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3140] on i2c-MSFT0001:00
[    2.732258] ccp 0000:05:00.2: enabling device (0000 -> 0002)
[    2.732414] ccp 0000:05:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    2.742571] ccp 0000:05:00.2: tee enabled
[    2.742574] ccp 0000:05:00.2: psp enabled
[    2.745006] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    2.766293] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input20
[    2.766680] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:05:00.3-2.2/input1:2
[    2.823734] BTRFS: device fsid d7bc036a-c117-4eb0-a1d0-732f8633a6a3 devid 1 transid 414 /dev/sda1 scanned by (udev-worker) (432)
[    4.657734] [drm] amdgpu kernel modesetting enabled.
[    4.657755] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    4.657968] ATPX version 1, functions 0x00000001
[    4.657989] ATPX Hybrid Graphics
[    4.659220] amdgpu: Virtual CRAT table created for CPU
[    4.659232] amdgpu: Topology: Add CPU node
[    4.659330] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[    4.659367] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x17AA:0x3A44 0xC6).
[    4.659407] [drm] register mmio base: 0xD1700000
[    4.659408] [drm] register mmio size: 524288
[    4.660773] [drm] add ip block number 0 <soc15_common>
[    4.660775] [drm] add ip block number 1 <gmc_v9_0>
[    4.660776] [drm] add ip block number 2 <vega10_ih>
[    4.660777] [drm] add ip block number 3 <psp>
[    4.660779] [drm] add ip block number 4 <smu>
[    4.660780] [drm] add ip block number 5 <dm>
[    4.660781] [drm] add ip block number 6 <gfx_v9_0>
[    4.660782] [drm] add ip block number 7 <sdma_v4_0>
[    4.660783] [drm] add ip block number 8 <vcn_v2_0>
[    4.660784] [drm] add ip block number 9 <jpeg_v2_0>
[    4.660799] amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
[    4.660801] amdgpu: ATOM BIOS: 113-RENOIR-035
[    4.661590] [drm] VCN decode is enabled in VM mode
[    4.661591] [drm] VCN encode is enabled in VM mode
[    4.661591] [drm] JPEG decode is enabled in VM mode
[    4.676353] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[    4.676359] amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    4.676363] amdgpu 0000:05:00.0: amdgpu: PCIE atomic ops is not supported
[    4.676372] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[    4.676668] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    4.676675] amdgpu 0000:05:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    4.676677] amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    4.676678] amdgpu 0000:05:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    4.676682] [drm] Detected VRAM RAM=512M, BAR=512M
[    4.676683] [drm] RAM width 128bits DDR4
[    4.676733] [drm] amdgpu: 512M of VRAM memory ready
[    4.676734] [drm] amdgpu: 19730M of GTT memory ready.
[    4.676744] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    4.676858] [drm] PCIE GART of 1024M enabled.
[    4.676859] [drm] PTB located at 0x000000F41FC00000
[    4.680885] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    4.680888] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    4.685102] [drm] Loading DMUB firmware via PSP: version=0x01010026
[    4.705196] [drm] Found VCN firmware Version ENC: 1.19 DEC: 5 VEP: 0 Revision: 0
[    4.705205] amdgpu 0000:05:00.0: amdgpu: Will use PSP to load VCN firmware
[    5.392330] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    5.469514] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    5.478187] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    5.482616] [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
[    5.482765] [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
[    5.482770] amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.
[    5.482773] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
[    5.483038] amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
[    5.484222] [drm] Display Core initialized with v3.2.215!
[    5.484764] [drm] DMUB hardware initialized: version=0x01010026
[    5.657159] [drm] kiq ring mec 2 pipe 1 q 0
[    5.660052] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    5.660067] [drm] JPEG decode initialized successfully.
[    5.662448] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    5.662528] amdgpu: sdma_bitmap: 3
[    5.669287] memmap_init_zone_device initialised 131072 pages in 1ms
[    5.669299] amdgpu: HMM registered 512MB device memory
[    5.669333] amdgpu: SRAT table not found
[    5.669334] amdgpu: Virtual CRAT table created for GPU
[    5.669414] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[    5.669416] kfd kfd: amdgpu: added device 1002:1636
[    5.669502] amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 7
[    5.669576] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    5.669578] amdgpu 0000:05:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[    5.669579] amdgpu 0000:05:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[    5.669579] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[    5.669580] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[    5.669581] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[    5.669582] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[    5.669583] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[    5.669584] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[    5.669585] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[    5.669586] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[    5.669586] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[    5.669587] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    5.669588] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    5.669589] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    5.669590] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    5.669591] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    5.671553] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:05:00.0 on minor 1
[    5.677144] fbcon: amdgpudrmfb (fb0) is primary device
[    5.677150] fbcon: Deferring console take-over
[    5.677155] amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    5.715773] [drm] DSC precompute is not needed.
[    5.804017] BTRFS info (device nvme0n1p3): using crc32c (crc32c-intel) checksum algorithm
[    5.804025] BTRFS info (device nvme0n1p3): using free space tree
[    5.809537] BTRFS info (device nvme0n1p3): enabling ssd optimizations
[    5.809542] BTRFS info (device nvme0n1p3): auto enabling async discard
[    6.265369] systemd-journald[311]: Received SIGTERM from PID 1 (systemd).
[    6.358358] audit: type=1404 audit(1681318845.922:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
[    6.389002] SELinux:  policy capability network_peer_controls=1
[    6.389007] SELinux:  policy capability open_perms=1
[    6.389008] SELinux:  policy capability extended_socket_class=1
[    6.389009] SELinux:  policy capability always_check_network=0
[    6.389009] SELinux:  policy capability cgroup_seclabel=1
[    6.389010] SELinux:  policy capability nnp_nosuid_transition=1
[    6.389010] SELinux:  policy capability genfs_seclabel_symlinks=1
[    6.389011] SELinux:  policy capability ioctl_skip_cloexec=0
[    6.423042] audit: type=1403 audit(1681318845.987:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
[    6.423811] systemd[1]: Successfully loaded SELinux policy in 65.602ms.
[    6.457431] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 29.032ms.
[    6.460499] systemd[1]: systemd 253.2-1.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    6.460507] systemd[1]: Detected architecture x86-64.
[    6.462078] systemd[1]: Hostname set to <lenovo>.
[    6.958808] systemd[1]: bpf-lsm: LSM BPF program attached
[    7.091308] zram: Added device: zram0
[    7.219445] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    7.228046] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[    7.228748] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    7.229271] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[    7.229946] systemd[1]: Created slice system-akmods\x2dkeygen.slice - Slice /system/akmods-keygen.
[    7.230228] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    7.230506] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    7.230794] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[    7.231113] systemd[1]: Created slice user.slice - User and Session Slice.
[    7.231143] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[    7.231294] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    7.231747] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    7.231809] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    7.231839] systemd[1]: Reached target getty.target - Login Prompts.
[    7.231868] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[    7.231895] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[    7.231917] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[    7.231944] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    7.232012] systemd[1]: Reached target slices.target - Slice Units.
[    7.232051] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    7.232935] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[    7.234474] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[    7.235744] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[    7.235896] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    7.236667] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[    7.237870] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    7.238200] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    7.238558] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[    7.250098] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    7.252375] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    7.253841] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    7.255169] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    7.255352] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    7.255718] systemd[1]: iscsi-starter.service was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/var/lib/iscsi/nodes).
[    7.257011] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    7.258267] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    7.259988] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    7.261510] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    7.263042] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    7.264707] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    7.266174] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    7.266298] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[    7.270775] loop: module loaded
[    7.282869] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[    7.283214] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[    7.294853] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[    7.295151] systemd[1]: Stopped systemd-journald.service - Journal Service.
[    7.295593] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    7.307273] systemd[1]: Starting systemd-journald.service - Journal Service...
[    7.309393] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    7.311091] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[    7.311215] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    7.313250] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    7.315268] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    7.317207] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    7.317399] systemd-journald[660]: Collecting audit messages is enabled.
[    7.317406] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    7.317537] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    7.317680] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    7.333127] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    7.333323] audit: type=1130 audit(1681318846.897:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.334832] systemd[1]: Started systemd-journald.service - Journal Service.
[    7.334990] audit: type=1130 audit(1681318846.899:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.353129] audit: type=1130 audit(1681318846.917:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.373167] audit: type=1130 audit(1681318846.937:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.373178] audit: type=1131 audit(1681318846.937:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.393194] audit: type=1130 audit(1681318846.957:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.393204] audit: type=1131 audit(1681318846.957:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.405192] audit: type=1130 audit(1681318846.969:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.496806] systemd-journald[660]: Received client request to flush runtime journal.
[    7.498474] systemd-journald[660]: File /var/log/journal/465362eb70c8426fa21d049751e5d384/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    7.688820] zram0: detected capacity change from 0 to 16777216
[    7.719007] acpi_cpufreq: overriding BIOS provided _PSD data
[    7.787018] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[    7.800057] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    7.800064] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    7.800140] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    7.803022] mc: Linux media interface: v0.10
[    7.816696] snd_rn_pci_acp3x 0000:05:00.5: enabling device (0000 -> 0002)
[    7.818045] input: PC Speaker as /devices/platform/pcspkr/input/input21
[    7.827877] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    7.827885] RAPL PMU: hw unit of domain package 2^-16 Joules
[    7.831865] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input22
[    7.838338] EXT4-fs (nvme0n1p2): mounting ext2 file system using the ext4 subsystem
[    7.841463] ideapad_acpi VPC2004:00: DYTC interface is not available
[    7.850543] EXT4-fs (nvme0n1p2): mounted filesystem 9d685df5-24ea-4371-9575-9e8ab08b0d26 without journal. Quota mode: none.
[    7.851080] videodev: Linux video capture interface: v2.00
[    7.938323] Bluetooth: Core ver 2.22
[    7.938851] NET: Registered PF_BLUETOOTH protocol family
[    7.938854] Bluetooth: HCI device and connection manager initialized
[    7.938861] Bluetooth: HCI socket layer initialized
[    7.938864] Bluetooth: L2CAP socket layer initialized
[    7.938873] Bluetooth: SCO socket layer initialized
[    7.960071] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.960849] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.986286] SVM: TSC scaling supported
[    7.986292] kvm: Nested Virtualization enabled
[    7.986293] SVM: kvm: Nested Paging enabled
[    7.986311] SVM: Virtual VMLOAD VMSAVE supported
[    7.986312] SVM: Virtual GIF supported
[    7.986312] SVM: LBR virtualization supported
[    7.998750] MCE: In-kernel MCE decoding enabled.
[    8.004577] usb 1-3: Found UVC 1.00 device Integrated Camera (13d3:56ff)
[    8.019081] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3:1.0/input/input23
[    8.019179] usbcore: registered new interface driver uvcvideo
[    8.019742] intel_rapl_common: Found RAPL domain package
[    8.019748] intel_rapl_common: Found RAPL domain core
[    8.044263] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    8.044381] snd_hda_intel 0000:01:00.1: Disabling MSI
[    8.044386] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    8.044509] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[    8.097093] usbcore: registered new interface driver btusb
[    8.101585] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input24
[    8.101679] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input25
[    8.101721] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input26
[    8.101783] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input27
[    8.108919] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[    8.108926] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[    8.112781] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    8.112786] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.112787] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    8.112789] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    8.112789] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    8.112790] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    8.112791] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    8.140469] ath10k_pci 0000:04:00.0: enabling device (0000 -> 0002)
[    8.142428] ath10k_pci 0000:04:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    8.153445] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input28
[    8.153508] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input29
[    8.350574] BTRFS info (device sda1): using crc32c (crc32c-intel) checksum algorithm
[    8.350584] BTRFS info (device sda1): using free space tree
[    8.371466] ath10k_pci 0000:04:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 17aa:0827
[    8.371473] ath10k_pci 0000:04:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[    8.371804] ath10k_pci 0000:04:00.0: firmware ver WLAN.RM.4.4.1-00288- api 6 features wowlan,ignore-otp,mfp crc32 bf907c7c
[    8.438622] ath10k_pci 0000:04:00.0: board_file api 2 bmi_id N/A crc32 62812cba
[    8.487541] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[    8.516249] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[    8.518414] ath10k_pci 0000:04:00.0: htt-ver 3.87 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    8.562270] BTRFS info (device sda1): auto enabling async discard
[    8.577522] ath: EEPROM regdomain: 0x6c
[    8.577527] ath: EEPROM indicates we should expect a direct regpair map
[    8.577531] ath: Country alpha2 being used: 00
[    8.577533] ath: Regpair used: 0x6c
[    8.580734] ath10k_pci 0000:04:00.0 wlp4s0: renamed from wlan0
[    8.805846] RPC: Registered named UNIX socket transport module.
[    8.805850] RPC: Registered udp transport module.
[    8.805850] RPC: Registered tcp transport module.
[    8.805851] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.023301] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.023308] Bluetooth: BNEP filters: protocol multicast
[    9.023313] Bluetooth: BNEP socket layer initialized
[    9.027692] nvidia: loading out-of-tree module taints kernel.
[    9.027702] nvidia: module license 'NVIDIA' taints kernel.
[    9.027703] Disabling lock debugging due to kernel taint
[    9.055821] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    9.154361] nvidia-nvlink: Nvlink Core is being initialized, major device number 509

[    9.155828] nvidia 0000:01:00.0: enabling device (0100 -> 0103)
[    9.155948] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    9.204760] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  530.41.03  Thu Mar 16 19:48:20 UTC 2023
[    9.205133] NET: Registered PF_QIPCRTR protocol family
[    9.243524] Bluetooth: MGMT ver 1.22
[    9.298597] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[    9.415076] nvidia-uvm: Loaded the UVM driver, major device number 507.
[    9.455102] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  530.41.03  Thu Mar 16 19:23:04 UTC 2023
[    9.460287] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    9.478921] ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20221020/nsarguments-61)
[    9.494702] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[    9.652753] r8169 0000:03:00.0 eno1: Link is Down
[   10.178254] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[   11.673205] rfkill: input handler disabled
[   12.456131] Bluetooth: RFCOMM TTY layer initialized
[   12.456143] Bluetooth: RFCOMM socket layer initialized
[   12.456156] Bluetooth: RFCOMM ver 1.11
[   13.839106] wlp4s0: authenticate with 60:a4:b7:6b:69:df
[   13.897749] wlp4s0: send auth to 60:a4:b7:6b:69:df (try 1/3)
[   13.898503] wlp4s0: authenticated
[   13.899707] wlp4s0: associate with 60:a4:b7:6b:69:df (try 1/3)
[   13.907141] wlp4s0: RX AssocResp from 60:a4:b7:6b:69:df (capab=0x1111 status=0 aid=1)
[   13.910861] wlp4s0: associated
[   13.910988] ath: EEPROM regdomain: 0x8283
[   13.910992] ath: EEPROM indicates we should expect a country code
[   13.910994] ath: doing EEPROM country->regdmn map search
[   13.910996] ath: country maps to regdmn code: 0x3d
[   13.910997] ath: Country alpha2 being used: RU
[   13.910999] ath: Regpair used: 0x3d
[   13.911000] ath: regdomain 0x8283 dynamically updated by country element
[   13.952553] wlp4s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 60:a4:b7:6b:69:df
[   14.152038] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[  122.650794] logitech-hidpp-device 0003:046D:4054.0004: HID++ 4.5 device connected.
[  129.157350] systemd-journald[660]: /var/log/journal/465362eb70c8426fa21d049751e5d384/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[  129.522560] rfkill: input handler enabled
[  131.656029] rfkill: input handler disabled
[ 2031.526396] i2c_dev: i2c /dev entries driver
[ 3817.756543] wlp4s0: deauthenticating from 60:a4:b7:6b:69:df by local choice (Reason: 3=DEAUTH_LEAVING)
[ 3817.943579] rfkill: input handler enabled
[ 3818.082927] PM: suspend entry (deep)
[ 3818.384726] Filesystems sync: 0.301 seconds
[ 3818.394771] Freezing user space processes
[ 3818.396902] Freezing user space processes completed (elapsed 0.002 seconds)
[ 3818.396906] OOM killer disabled.
[ 3818.396906] Freezing remaining freezable tasks
[ 3818.398405] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 3818.398420] printk: Suspending console(s) (use no_console_suspend to debug)
[ 3818.424677] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 3818.426607] sd 0:0:0:0: [sda] Stopping disk
[ 3818.433972] [drm] psp gfx command UNLOAD_TA(0x2) failed and response status is (0x117)
[ 3819.786185] PM: suspend devices took 1.388 seconds
[ 3819.787659] ACPI: EC: interrupt blocked
[ 3819.892131] ACPI: PM: Preparing to enter system sleep state S3
[ 3819.892904] ACPI: EC: event blocked
[ 3819.892906] ACPI: EC: EC stopped
[ 3819.892907] ACPI: PM: Saving platform NVS memory
[ 3819.893352] Disabling non-boot CPUs ...
[ 3819.897531] smpboot: CPU 1 is now offline
[ 3819.901278] smpboot: CPU 2 is now offline
[ 3819.904529] smpboot: CPU 3 is now offline
[ 3819.908237] smpboot: CPU 4 is now offline
[ 3819.911738] smpboot: CPU 5 is now offline
[ 3819.914670] smpboot: CPU 6 is now offline
[ 3819.917440] smpboot: CPU 7 is now offline
[ 3819.920081] smpboot: CPU 8 is now offline
[ 3819.922501] smpboot: CPU 9 is now offline
[ 3819.925300] smpboot: CPU 10 is now offline
[ 3819.928344] smpboot: CPU 11 is now offline
[ 3819.930812] smpboot: CPU 12 is now offline
[ 3819.933000] smpboot: CPU 13 is now offline
[ 3819.935534] smpboot: CPU 14 is now offline
[ 3819.936682] Spectre V2 : Update user space SMT mitigation: STIBP off
[ 3819.938354] smpboot: CPU 15 is now offline
[ 3819.938691] ACPI: PM: Low-level resume complete
[ 3819.938691] ACPI: EC: EC started
[ 3819.938691] ACPI: PM: Restoring platform NVS memory
[ 3819.938691] AMD-Vi: Virtual APIC enabled
[ 3819.938691] AMD-Vi: Virtual APIC enabled
[ 3819.938691] LVT offset 0 assigned for vector 0x400
[ 3819.938691] Enabling non-boot CPUs ...
[ 3819.938691] x86: Booting SMP configuration:
[ 3819.938691] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 3819.939764] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[ 3819.940054] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 3819.940065] CPU1 is up
[ 3819.940117] smpboot: Booting Node 0 Processor 2 APIC 0x2
[ 3819.940539] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[ 3819.941031] CPU2 is up
[ 3819.941063] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 3819.941616] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[ 3819.942231] CPU3 is up
[ 3819.942263] smpboot: Booting Node 0 Processor 4 APIC 0x4
[ 3819.943213] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[ 3819.943732] CPU4 is up
[ 3819.943773] smpboot: Booting Node 0 Processor 5 APIC 0x5
[ 3819.944163] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[ 3819.944619] CPU5 is up
[ 3819.944663] smpboot: Booting Node 0 Processor 6 APIC 0x6
[ 3819.945222] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[ 3819.945850] CPU6 is up
[ 3819.945898] smpboot: Booting Node 0 Processor 7 APIC 0x7
[ 3819.946277] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[ 3819.946879] CPU7 is up
[ 3819.946926] smpboot: Booting Node 0 Processor 8 APIC 0x8
[ 3819.947622] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[ 3819.948864] CPU8 is up
[ 3819.948913] smpboot: Booting Node 0 Processor 9 APIC 0x9
[ 3819.949389] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[ 3819.950255] CPU9 is up
[ 3819.950310] smpboot: Booting Node 0 Processor 10 APIC 0xa
[ 3819.950933] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[ 3819.952553] CPU10 is up
[ 3819.952606] smpboot: Booting Node 0 Processor 11 APIC 0xb
[ 3819.953062] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[ 3819.954088] CPU11 is up
[ 3819.954187] smpboot: Booting Node 0 Processor 12 APIC 0xc
[ 3819.954847] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[ 3819.956213] CPU12 is up
[ 3819.956300] smpboot: Booting Node 0 Processor 13 APIC 0xd
[ 3819.956783] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[ 3819.957970] CPU13 is up
[ 3819.958059] smpboot: Booting Node 0 Processor 14 APIC 0xe
[ 3819.958807] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[ 3819.960325] CPU14 is up
[ 3819.960364] smpboot: Booting Node 0 Processor 15 APIC 0xf
[ 3819.960845] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[ 3819.962182] CPU15 is up
[ 3819.964118] ACPI: PM: Waking up from system sleep state S3
[ 3819.964708] ACPI: EC: interrupt unblocked
[ 3820.116416] ACPI: EC: event unblocked
[ 3820.116708] pci 0000:00:00.2: can't derive routing for PCI INT A
[ 3820.116712] pci 0000:00:00.2: PCI INT A: no GSI
[ 3820.116958] [drm] PCIE GART of 1024M enabled.
[ 3820.116963] [drm] PTB located at 0x000000F41FC00000
[ 3820.116979] [drm] PSP is resuming...
[ 3820.117790] sd 0:0:0:0: [sda] Starting disk
[ 3820.126452] nvme nvme0: 15/0/0 default/read/poll queues
[ 3820.354947] usb 3-3: reset full-speed USB device number 2 using xhci_hcd
[ 3820.373839] usb 1-3: reset high-speed USB device number 3 using xhci_hcd
[ 3820.424590] ata2: SATA link down (SStatus 0 SControl 300)
[ 3820.801118] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[ 3820.901747] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3820.911758] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 3820.916541] [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
[ 3820.916769] [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
[ 3820.916772] amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.
[ 3820.916774] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
[ 3820.916778] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[ 3820.916822] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[ 3820.917633] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[ 3820.918249] [drm] DMUB hardware initialized: version=0x01010026
[ 3821.007797] [drm] kiq ring mec 2 pipe 1 q 0
[ 3821.011018] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3821.011067] [drm] JPEG decode initialized successfully.
[ 3821.011077] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 3821.011079] amdgpu 0000:05:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[ 3821.011080] amdgpu 0000:05:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[ 3821.011080] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[ 3821.011081] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[ 3821.011082] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[ 3821.011083] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[ 3821.011084] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[ 3821.011085] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[ 3821.011086] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[ 3821.011086] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[ 3821.011087] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[ 3821.011088] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[ 3821.011089] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[ 3821.011089] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 3821.011090] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 3821.011091] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[ 3822.506973] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3822.601036] ata1.00: configured for UDMA/100
[ 3822.639485] PM: resume devices took 2.523 seconds
[ 3822.639947] OOM killer enabled.
[ 3822.639951] Restarting tasks ... done.
[ 3822.644504] random: crng reseeded on system resumption
[ 3822.647832] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[ 3822.647847] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[ 3822.717141] PM: suspend exit
[ 3823.025824] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[ 3823.055216] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 3823.084102] rfkill: input handler disabled
[ 3823.115693] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[ 3823.221018] r8169 0000:03:00.0 eno1: Link is Down
[ 3823.386677] Bluetooth: MGMT ver 1.22
[ 3826.772524] wlp4s0: authenticate with 60:a4:b7:6b:69:df
[ 3826.834043] wlp4s0: send auth to 60:a4:b7:6b:69:df (try 1/3)
[ 3826.834761] wlp4s0: authenticated
[ 3826.835674] wlp4s0: associate with 60:a4:b7:6b:69:df (try 1/3)
[ 3826.842710] wlp4s0: RX AssocResp from 60:a4:b7:6b:69:df (capab=0x1111 status=0 aid=1)
[ 3826.846352] wlp4s0: associated
[ 3826.846482] ath: EEPROM regdomain: 0x8283
[ 3826.846485] ath: EEPROM indicates we should expect a country code
[ 3826.846487] ath: doing EEPROM country->regdmn map search
[ 3826.846489] ath: country maps to regdmn code: 0x3d
[ 3826.846491] ath: Country alpha2 being used: RU
[ 3826.846492] ath: Regpair used: 0x3d
[ 3826.846494] ath: regdomain 0x8283 dynamically updated by country element
[ 3826.885584] wlp4s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 60:a4:b7:6b:69:df
[ 3827.058121] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[ 4330.492991] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[ 4330.695623] usb 3-2: New USB device found, idVendor=13fe, idProduct=4300, bcdDevice= 1.00
[ 4330.695634] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4330.695638] usb 3-2: Product: USB DISK 2.0
[ 4330.695663] usb 3-2: Manufacturer:         
[ 4330.695667] usb 3-2: SerialNumber: 072108AB1A05D457
[ 4330.723847] usb-storage 3-2:1.0: USB Mass Storage device detected
[ 4330.724076] scsi host2: usb-storage 3-2:1.0
[ 4330.724135] usbcore: registered new interface driver usb-storage
[ 4330.726414] usbcore: registered new interface driver uas
[ 4339.235988] scsi 2:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 4
[ 4339.236680] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 4339.238319] sd 2:0:0:0: [sdb] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 4339.239041] sd 2:0:0:0: [sdb] Write Protect is off
[ 4339.239048] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 4339.239805] sd 2:0:0:0: [sdb] No Caching mode page found
[ 4339.239812] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 4339.278662]  sdb: sdb1 sdb2
[ 4339.279137] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 4339.870228] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 4339.896173] ntfs3: Max link count 4000
[ 4339.896178] ntfs3: Enabled Linux POSIX ACLs support
[ 4339.896178] ntfs3: Read-only LZX/Xpress compression included
[ 4352.366434] ntfs3: sdb2: volume is dirty and "force" flag is not set!
[ 5137.794214] GPT:Primary header thinks Alt. header is not at the end of the disk.
[ 5137.794221] GPT:9457699 != 60628991
[ 5137.794225] GPT:Alternate GPT header not at the end of the disk.
[ 5137.794227] GPT:9457699 != 60628991
[ 5137.794229] GPT: Use GNU Parted to correct GPT errors.
[ 5137.794247]  sdb: sdb1 sdb2 sdb3
[ 5745.096753] usb 3-2: USB disconnect, device number 3
[ 5859.240727] legion_laptop: legion_laptop starts loading
[ 5859.240832] legion PNP0C09:00: legion_laptop platform driver probing
[ 5859.240836] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5859.240840] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5859.240846] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 0
[ 5859.240849] legion PNP0C09:00: Module not useable for this laptop because it is not in allowlist. Notify maintainer if you want to add your device or force load with param force.
[ 5859.240852] legion PNP0C09:00: legion_laptop not loaded for this device
[ 5859.240947] legion: probe of PNP0C09:00 failed with error -12
[ 5991.128018] legion_laptop: legion_laptop exit
[ 5991.146032] legion_laptop: legion_laptop starts loading
[ 5991.146117] legion PNP0C09:00: legion_laptop platform driver probing
[ 5991.146121] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5991.146123] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 5991.146128] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 1
[ 5991.146130] legion PNP0C09:00: legion_laptop is forced to load.
[ 5991.146132] legion PNP0C09:00: legion_laptop is forced to load and would otherwise be not loaded
[ 5991.146133] legion PNP0C09:00: Using configuration for system: GKCN
[ 5991.146212] legion PNP0C09:00: ACPI CFG: 2081289494
[ 5991.146266] legion PNP0C09:00: Read embedded controller ID 0x8227
[ 5991.146267] legion PNP0C09:00: Creating debugfs inteface
[ 5991.146280] legion_laptop: Creating sysfs inteface
[ 5991.146299] sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:14.3/PNP0C09:00/issupportgpuoc'
[ 5991.146302] CPU: 12 PID: 27015 Comm: insmod Tainted: P           OE      6.2.9-300.fc38.x86_64 #1
[ 5991.146306] Hardware name: LENOVO 82EY/LNVNB161216, BIOS FCCN19WW 05/30/2022
[ 5991.146308] Call Trace:
[ 5991.146311]  <TASK>
[ 5991.146315]  dump_stack_lvl+0x43/0x60
[ 5991.146324]  sysfs_warn_dup+0x56/0x70
[ 5991.146331]  sysfs_add_file_mode_ns+0x116/0x130
[ 5991.146336]  internal_create_group+0x125/0x380
[ 5991.146342]  internal_create_groups+0x42/0xa0
[ 5991.146347]  legion_add+0x313/0x800 [legion_laptop]
[ 5991.146362]  platform_probe+0x40/0x90
[ 5991.146369]  really_probe+0x1b6/0x410
[ 5991.146373]  __driver_probe_device+0x78/0x170
[ 5991.146377]  driver_probe_device+0x1f/0x90
[ 5991.146380]  __driver_attach+0xce/0x1c0
[ 5991.146384]  ? __pfx___driver_attach+0x10/0x10
[ 5991.146387]  bus_for_each_dev+0x87/0xd0
[ 5991.146393]  bus_add_driver+0x13e/0x230
[ 5991.146396]  driver_register+0x77/0x120
[ 5991.146400]  ? __pfx_init_module+0x10/0x10 [legion_laptop]
[ 5991.146415]  legion_init+0x25/0xff0 [legion_laptop]
[ 5991.146428]  ? __pfx_init_module+0x10/0x10 [legion_laptop]
[ 5991.146441]  do_one_initcall+0x59/0x230
[ 5991.146448]  do_init_module+0x4a/0x210
[ 5991.146454]  __do_sys_finit_module+0xac/0x120
[ 5991.146460]  do_syscall_64+0x5b/0x80
[ 5991.146465]  ? ksys_mmap_pgoff+0xe8/0x1f0
[ 5991.146471]  ? syscall_exit_to_user_mode+0x17/0x40
[ 5991.146475]  ? do_syscall_64+0x67/0x80
[ 5991.146479]  ? syscall_exit_to_user_mode+0x17/0x40
[ 5991.146482]  ? do_syscall_64+0x67/0x80
[ 5991.146485]  ? exc_page_fault+0x70/0x170
[ 5991.146489]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 5991.146495] RIP: 0033:0x7f77ac32bd2d
[ 5991.146527] Code: c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d ab a0 0c 00 f7 d8 64 89 01 48
[ 5991.146530] RSP: 002b:00007fffbf3bb838 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 5991.146534] RAX: ffffffffffffffda RBX: 0000557bd53ee780 RCX: 00007f77ac32bd2d
[ 5991.146536] RDX: 0000000000000000 RSI: 0000557bd53ee2a0 RDI: 0000000000000003
[ 5991.146538] RBP: 00007fffbf3bb8f0 R08: 0000000000000000 R09: 0000557bd53f03b0
[ 5991.146539] R10: 0000000000000003 R11: 0000000000000246 R12: 0000557bd53ee2a0
[ 5991.146541] R13: 0000000000000000 R14: 0000557bd53ee730 R15: 0000557bd53ee2a0
[ 5991.146545]  </TASK>
[ 5991.146558] legion PNP0C09:00: Creating sysfs interface failed
[ 5991.146559] legion_laptop: Unloading legion dubugfs
[ 5991.146574] legion_laptop: Unloading legion dubugfs done
[ 5991.146575] legion_laptop: Unloading legion ecram
[ 5991.146576] legion_laptop: Unloading legion ecram done
[ 5991.146577] legion_laptop: Unloading legion shared
[ 5991.146578] legion_laptop: Unloading legion shared done
[ 5991.146579] legion PNP0C09:00: legion_laptop not loaded for this device
[ 5991.146752] legion: probe of PNP0C09:00 failed with error -17
[ 6026.126988] legion_laptop: legion_laptop exit
[ 6026.155052] legion_laptop: legion_laptop starts loading
[ 6026.155172] legion PNP0C09:00: legion_laptop platform driver probing
[ 6026.155176] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 6026.155180] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 6026.155187] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 1
[ 6026.155191] legion PNP0C09:00: legion_laptop is forced to load.
[ 6026.155193] legion PNP0C09:00: legion_laptop is forced to load and would otherwise be not loaded
[ 6026.155196] legion PNP0C09:00: Using configuration for system: GKCN
[ 6026.155341] legion PNP0C09:00: ACPI CFG: 2081289494
[ 6026.155394] legion PNP0C09:00: Read embedded controller ID 0x8227
[ 6026.155397] legion PNP0C09:00: Creating debugfs inteface
[ 6026.155418] legion_laptop: Creating sysfs inteface
[ 6026.155448] sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:14.3/PNP0C09:00/issupportgpuoc'
[ 6026.155452] CPU: 0 PID: 27160 Comm: insmod Tainted: P           OE      6.2.9-300.fc38.x86_64 #1
[ 6026.155458] Hardware name: LENOVO 82EY/LNVNB161216, BIOS FCCN19WW 05/30/2022
[ 6026.155462] Call Trace:
[ 6026.155468]  <TASK>
[ 6026.155473]  dump_stack_lvl+0x43/0x60
[ 6026.155489]  sysfs_warn_dup+0x56/0x70
[ 6026.155499]  sysfs_add_file_mode_ns+0x116/0x130
[ 6026.155507]  internal_create_group+0x125/0x380
[ 6026.155516]  internal_create_groups+0x42/0xa0
[ 6026.155524]  legion_add+0x313/0x800 [legion_laptop]
[ 6026.155548]  platform_probe+0x40/0x90
[ 6026.155560]  really_probe+0x1b6/0x410
[ 6026.155567]  __driver_probe_device+0x78/0x170
[ 6026.155573]  driver_probe_device+0x1f/0x90
[ 6026.155579]  __driver_attach+0xce/0x1c0
[ 6026.155584]  ? __pfx___driver_attach+0x10/0x10
[ 6026.155589]  bus_for_each_dev+0x87/0xd0
[ 6026.155599]  bus_add_driver+0x13e/0x230
[ 6026.155605]  driver_register+0x77/0x120
[ 6026.155612]  ? __pfx_init_module+0x10/0x10 [legion_laptop]
[ 6026.155635]  legion_init+0x25/0xff0 [legion_laptop]
[ 6026.155644]  ? __pfx_init_module+0x10/0x10 [legion_laptop]
[ 6026.155644]  do_one_initcall+0x59/0x230
[ 6026.155644]  do_init_module+0x4a/0x210
[ 6026.155644]  __do_sys_finit_module+0xac/0x120
[ 6026.155644]  do_syscall_64+0x5b/0x80
[ 6026.155644]  ? syscall_exit_to_user_mode+0x17/0x40
[ 6026.155644]  ? do_syscall_64+0x67/0x80
[ 6026.155644]  ? syscall_exit_to_user_mode+0x17/0x40
[ 6026.155644]  ? do_syscall_64+0x67/0x80
[ 6026.155644]  ? exc_page_fault+0x70/0x170
[ 6026.155644]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 6026.155644] RIP: 0033:0x7ffb79307d2d
[ 6026.155644] Code: c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d ab a0 0c 00 f7 d8 64 89 01 48
[ 6026.155644] RSP: 002b:00007ffdfee52d48 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 6026.155644] RAX: ffffffffffffffda RBX: 00005644447cd780 RCX: 00007ffb79307d2d
[ 6026.155644] RDX: 0000000000000000 RSI: 00005644447cd2a0 RDI: 0000000000000003
[ 6026.155644] RBP: 00007ffdfee52e00 R08: 0000000000000000 R09: 00005644447cf3b0
[ 6026.155644] R10: 0000000000000003 R11: 0000000000000246 R12: 00005644447cd2a0
[ 6026.155644] R13: 0000000000000000 R14: 00005644447cd730 R15: 00005644447cd2a0
[ 6026.155644]  </TASK>
[ 6026.155896] legion PNP0C09:00: Creating sysfs interface failed
[ 6026.155916] legion_laptop: Unloading legion dubugfs
[ 6026.155936] legion_laptop: Unloading legion dubugfs done
[ 6026.155938] legion_laptop: Unloading legion ecram
[ 6026.155940] legion_laptop: Unloading legion ecram done
[ 6026.155941] legion_laptop: Unloading legion shared
[ 6026.155943] legion_laptop: Unloading legion shared done
[ 6026.155945] legion PNP0C09:00: legion_laptop not loaded for this device
[ 6026.156021] legion: probe of PNP0C09:00 failed with error -17
[ 7250.547635] perf: interrupt took too long (2510 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
[ 8456.832432] legion_laptop: legion_laptop exit
[ 8456.856628] legion_laptop: legion_laptop starts loading
[ 8456.856727] legion PNP0C09:00: legion_laptop platform driver probing
[ 8456.856729] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 8456.856730] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 8456.856732] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 0
[ 8456.856734] legion PNP0C09:00: Module not useable for this laptop because it is not in allowlist. Notify maintainer if you want to add your device or force load with param force.
[ 8456.856734] legion PNP0C09:00: legion_laptop not loaded for this device
[ 8456.856789] legion: probe of PNP0C09:00 failed with error -12
[ 8548.859935] legion_laptop: legion_laptop exit
[ 8548.886800] legion_laptop: legion_laptop starts loading
[ 8548.886891] legion PNP0C09:00: legion_laptop platform driver probing
[ 8548.886895] legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 8548.886898] legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82EY; DMI_BIOS_VERSION:FCCN19WW
[ 8548.886904] legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 1
[ 8548.886908] legion PNP0C09:00: legion_laptop is forced to load.
[ 8548.886909] legion PNP0C09:00: legion_laptop is forced to load and would otherwise be not loaded
[ 8548.886911] legion PNP0C09:00: Using configuration for system: GKCN
[ 8548.887005] legion PNP0C09:00: ACPI CFG: 2081289494
[ 8548.887074] legion PNP0C09:00: Read embedded controller ID 0x8227
[ 8548.887076] legion PNP0C09:00: Creating debugfs inteface
[ 8548.887099] legion_laptop: Creating sysfs inteface
[ 8548.887122] legion_laptop: Creating hwmon interface
[ 8548.887257] legion_laptop: Creating platform profile support
[ 8548.887263] legion_laptop: Init WMI driver support
[ 8548.887297] legion_wmi 887B54E3-DDDC-4B2C-8B88-68A26A8835D0: Register after probing for WMI.
[ 8548.887338] legion_wmi BFD42481-AEE3-4501-A107-AFB68425C5F8: Register after probing for WMI.
[ 8548.887362] legion_wmi D062906B-12D4-4510-999D-4831EE80E985: Register after probing for WMI.
[ 8548.887384] legion_wmi BFD42481-AEE3-4502-A107-AFB68425C5F8: Register after probing for WMI.
[ 8548.887404] legion_wmi BC72A435-E8C1-4275-B3E2-D8B8074ABA59: Register after probing for WMI.
[ 8548.887424] legion_wmi 10AFC6D9-EA8B-4590-A2E7-1CD3C84BB4B1: Register after probing for WMI.
[ 8548.887442] legion_wmi D320289E-8FEA-41E0-86F9-611D83151B5F: Register after probing for WMI.
[ 8548.887512] legion_laptop: Init keyboard backlight LED driver
[ 8548.887515] legion_laptop: ACPI evaluation error for: 8C5B9127-ECD4-4657-980F-851019F99CA5:1
[ 8548.887517] legion_laptop: Error for WMI method call to get keyboard brightness
[ 8548.887519] legion_laptop: Error reading keyboard brighntess
[ 8548.887520] legion PNP0C09:00: Init keyboard backlight LED driver failed. Skipping ...
[ 8548.887522] legion PNP0C09:00: legion_laptop loaded for this device```
danayer commented 1 year ago

Output of sudo cat /sys/kernel/debug/legion/fancurve:


EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
powermode: 0
ACPI powermode error: -5
ACPI powermode: 0
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
minifancurve feature enabled: 1
minifancurve on cool: error
lock fan controller: false
enable maximumfanspeed: false
enable maximumfanspeed status: 0
fan curve current point id: 0
fan curve points size: 0
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
=====================```
danayer commented 1 year ago

If you need more tests and outputs, write please. I will always be happy to help. And I apologize for my English.

johnfanv2 commented 1 year ago

This seems to be a new model. It has the same ID of the embedded controller as models for which it already works. Moreover, the above shows that rapid-charge feature already works. So I am very hopeful. However, existing models are all Legion models and not Ideapad models. So the following information would be useful.

Inspecting WMI entries

# Install required tools
sudo apt install fwts

# Create folder for all the new files
mkdir fwts_re
cd fwts_re
sudo fwts wmi - > fwts_wmi.log

Then upload files.

Disassembling ACPI tables

# Install requiered tools
sudo apt install acpica-tools
# Create folder for all the new files
mkdir acpi_re
cd acpi_re

# List ACPI tables and copy them
ls /sys/firmware/acpi/tables/
sudo cp --no-preserve=mode /sys/firmware/acpi/tables/*SDT* .

# Disassemble tables to output DSDT.dsl
iasl -e SSDT* -d DSDT

Then upload files.

Gathering WMI info in Windows

If you have Windows, then the following information are very very useful to make use of the ACPI methods. Open powershell as admin in Windows and run the following script. It will list all available lenovo WMI methods. Copy output to a file and upload.

$wmi_classes = Get-WmiObject -Namespace 'ROOT/WMI' -List -Class "*LENOVO*"
foreach ($wmi_class in $wmi_classes){
  Write-Host "########################################"
  Write-Host "########################################"
  Write-Host "########################################"
  Write-Host "Name:" $wmi_class.Name
  Write-Host "Class Name:" $wmi_class.Name 
  Write-Host "Class GUID:" $wmi_class.Qualifiers["guid"].Value
  Write-Host "Description:" $wmi_class.Methods.Count
  Write-Host "Methods:"
  foreach ($method in $wmi_class.Methods){
    Write-Host "Name:" $method.Name
    Write-Host "WmiMethodId:" $method.Qualifiers["WmiMethodId"].Value
    Write-Host "Class Name:" $wmi_class.Name 
    Write-Host "Class GUID:" $wmi_class.Qualifiers["guid"].Value
    Write-Host "Description:" $method.Qualifiers["Description"].Value
    Write-Host "Implemented:" $method.Qualifiers["Implemented"].Value
    Write-Host ""
  }
  Write-Host ""
}

Which features are the most useful for you?

danayer commented 1 year ago

Inspecting WMI entries

Results generated by fwts: Version V21.03.00 (2021-03-29 08:56:51).

Some of this work - Copyright (c) 1999 - 2021, Intel Corp. All rights reserved.
Some of this work - Copyright (c) 2010 - 2021, Canonical.
Some of this work - Copyright (c) 2016 - 2021, IBM.
Some of this work - Copyright (c) 2017 - 2021, ARM Ltd.

This test run on 13/04/23 at 15:57:47 on host Linux lenovo 6.2.9-300.fc38.x86_64
#1 SMP PREEMPT_DYNAMIC Thu Mar 30 22:32:58 UTC 2023 x86_64.

Command: "fwts wmi -".
Running tests: wmi.

wmi: Extract and analyse Windows Management Instrumentation (WMI).
--------------------------------------------------------------------------------
Test 1 of 1: Windows Management Instrumentation test.

\_SB_.WMI4._WDG (1 of 2)
  GUID: C3A03776-51AC-49AA-AD0F-F2F7D62C3F3C
  WMI Object:
    Flags          : 0x05 (Expensive | String)
    Object ID      : AD
    Instance       : 0x03

\_SB_.WMI4._WDG (2 of 2)
  GUID: 05901221-D566-11D1-B2F0-00A0C9062910
  WMI Object:
    Flags          : 0x00 (None)
    Object ID      : BD
    Instance       : 0x01

\_SB_.GZFD._WDG (1 of 14)
  GUID: 887B54E3-DDDC-4B2C-8B88-68A26A8835D0
  WMI Method:
    Flags          : 0x02 (Method)
    Object ID      : AA
    Instance       : 0x01
PASSED: Test 1, 887B54E3-DDDC-4B2C-8B88-68A26A8835D0 has associated method
\_SB_.GZFD.WMAA

\_SB_.GZFD._WDG (2 of 14)
  GUID: 887B54E1-DDDC-4B2C-8B88-68A26A8835D0
  WMI Object:
    Flags          : 0x01 (Expensive)
    Object ID      : A0
    Instance       : 0x01

\_SB_.GZFD._WDG (3 of 14)
  GUID: 887B54E2-DDDC-4B2C-8B88-68A26A8835D0
  WMI Object:
    Flags          : 0x01 (Expensive)
    Object ID      : A1
    Instance       : 0x02

\_SB_.GZFD._WDG (4 of 14)
  GUID: BFD42481-AEE3-4501-A107-AFB68425C5F8
  WMI Event:
    Flags          : 0x08 (Event)
    Notification ID: 0xd0
    Reserved       : 0x00
    Instance       : 0x01
FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID
BFD42481-AEE3-4501-A107-AFB68425C5F8 is unknown to the kernel, a driver may need
to be implemented for this GUID.
A WMI driver probably needs to be written for this WMI event. It can checked for
using: wmi_has_guid("BFD42481-AEE3-4501-A107-AFB68425C5F8"). One can install a
notify handler using
wmi_install_notify_handler("BFD42481-AEE3-4501-A107-AFB68425C5F8", handler,
NULL). http://lwn.net/Articles/391230 describes how to write an appropriate
driver.

\_SB_.GZFD._WDG (5 of 14)
  GUID: D062906B-12D4-4510-999D-4831EE80E985
  WMI Event:
    Flags          : 0x08 (Event)
    Notification ID: 0xd1
    Reserved       : 0x00
    Instance       : 0x01
FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID
D062906B-12D4-4510-999D-4831EE80E985 is unknown to the kernel, a driver may need
to be implemented for this GUID.

\_SB_.GZFD._WDG (6 of 14)
  GUID: BFD42481-AEE3-4502-A107-AFB68425C5F8
  WMI Event:
    Flags          : 0x08 (Event)
    Notification ID: 0xe0
    Reserved       : 0x00
    Instance       : 0x01
FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID
BFD42481-AEE3-4502-A107-AFB68425C5F8 is unknown to the kernel, a driver may need
to be implemented for this GUID.

\_SB_.GZFD._WDG (7 of 14)
  GUID: BC72A435-E8C1-4275-B3E2-D8B8074ABA59
  WMI Event:
    Flags          : 0x08 (Event)
    Notification ID: 0xe1
    Reserved       : 0x00
    Instance       : 0x01
FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID
BC72A435-E8C1-4275-B3E2-D8B8074ABA59 is unknown to the kernel, a driver may need
to be implemented for this GUID.

\_SB_.GZFD._WDG (8 of 14)
  GUID: 10AFC6D9-EA8B-4590-A2E7-1CD3C84BB4B1
  WMI Event:
    Flags          : 0x08 (Event)
    Notification ID: 0xe2
    Reserved       : 0x00
    Instance       : 0x01
FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID
10AFC6D9-EA8B-4590-A2E7-1CD3C84BB4B1 is unknown to the kernel, a driver may need
to be implemented for this GUID.

\_SB_.GZFD._WDG (9 of 14)
  GUID: D320289E-8FEA-41E0-86F9-611D83151B5F
  WMI Event:
    Flags          : 0x08 (Event)
    Notification ID: 0xe3
    Reserved       : 0x00
    Instance       : 0x01
FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID
D320289E-8FEA-41E0-86F9-611D83151B5F is unknown to the kernel, a driver may need
to be implemented for this GUID.

\_SB_.GZFD._WDG (10 of 14)
  GUID: D320289E-8FEA-41E1-86F9-611D83151B5F
  WMI Event:
    Flags          : 0x08 (Event)
    Notification ID: 0xe4
    Reserved       : 0x00
    Instance       : 0x01
FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID
D320289E-8FEA-41E1-86F9-611D83151B5F is unknown to the kernel, a driver may need
to be implemented for this GUID.

\_SB_.GZFD._WDG (11 of 14)
  GUID: D320289E-8FEA-41E0-86F9-711D83151B5F
  WMI Event:
    Flags          : 0x08 (Event)
    Notification ID: 0xe5
    Reserved       : 0x00
    Instance       : 0x01
FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID
D320289E-8FEA-41E0-86F9-711D83151B5F is unknown to the kernel, a driver may need
to be implemented for this GUID.

\_SB_.GZFD._WDG (12 of 14)
  GUID: D320289E-8FEA-41E0-86F9-811D83151B5F
  WMI Event:
    Flags          : 0x08 (Event)
    Notification ID: 0xe6
    Reserved       : 0x00
    Instance       : 0x01
FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID
D320289E-8FEA-41E0-86F9-811D83151B5F is unknown to the kernel, a driver may need
to be implemented for this GUID.

\_SB_.GZFD._WDG (13 of 14)
  GUID: D320289E-8FEA-41E0-86F9-911D83151B5F
  WMI Event:
    Flags          : 0x08 (Event)
    Notification ID: 0xe7
    Reserved       : 0x00
    Instance       : 0x01
FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID
D320289E-8FEA-41E0-86F9-911D83151B5F is unknown to the kernel, a driver may need
to be implemented for this GUID.

\_SB_.GZFD._WDG (14 of 14)
  GUID: 05901221-D566-11D1-B2F0-00A0C9062910
  WMI Object:
    Flags          : 0x00 (None)
    Object ID      : DD
    Instance       : 0x01

\_SB_.WMIL._WDG (1 of 3)
  GUID: 7F18ECB9-EDE6-4A4F-A7CA-B8DCF15FA1D3
  WMI Method:
    Flags          : 0x02 (Method)
    Object ID      : SK
    Instance       : 0x01
PASSED: Test 1, 7F18ECB9-EDE6-4A4F-A7CA-B8DCF15FA1D3 has associated method
\_SB_.WMIU.WMSK

\_SB_.WMIL._WDG (2 of 3)
  GUID: 1F649C73-D9C5-475A-A8C9-347306CD3329
  WMI Event:
    Flags          : 0x08 (Event)
    Notification ID: 0xd0
    Reserved       : 0x00
    Instance       : 0x01
FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID
1F649C73-D9C5-475A-A8C9-347306CD3329 is unknown to the kernel, a driver may need
to be implemented for this GUID.

\_SB_.WMIL._WDG (3 of 3)
  GUID: 05901221-D566-11D1-B2F0-00A0C9062910
  WMI Object:
    Flags          : 0x00 (None)
    Object ID      : DF
    Instance       : 0x01

\_SB_.WMIU._WDG (1 of 3)
  GUID: CE6C0974-0407-4F50-88BA-4FC3B6559AD8
  WMI Method:
    Flags          : 0x02 (Method)
    Object ID      : SK
    Instance       : 0x01
PASSED: Test 1, CE6C0974-0407-4F50-88BA-4FC3B6559AD8 has associated method
\_SB_.WMIU.WMSK

\_SB_.WMIU._WDG (2 of 3)
  GUID: 8FC0DE0C-B4E4-43FD-B0F3-8871711C1294
  WMI Event:
    Flags          : 0x08 (Event)
    Notification ID: 0xd0
    Reserved       : 0x00
    Instance       : 0x01
FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID
8FC0DE0C-B4E4-43FD-B0F3-8871711C1294 is unknown to the kernel, a driver may need
to be implemented for this GUID.

\_SB_.WMIU._WDG (3 of 3)
  GUID: 05901221-D566-11D1-B2F0-00A0C9062910
  WMI Object:
    Flags          : 0x00 (None)
    Object ID      : DA
    Instance       : 0x01

================================================================================
3 passed, 12 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
================================================================================

3 passed, 12 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.

Test Failure Summary
================================================================================

Critical failures: NONE

High failures: NONE

Medium failures: 12
 wmi: GUID BFD42481-AEE3-4501-A107-AFB68425C5F8 is unknown to the kernel, a driver may need to be implemented for this GUID.
 wmi: GUID D062906B-12D4-4510-999D-4831EE80E985 is unknown to the kernel, a driver may need to be implemented for this GUID.
 wmi: GUID BFD42481-AEE3-4502-A107-AFB68425C5F8 is unknown to the kernel, a driver may need to be implemented for this GUID.
 wmi: GUID BC72A435-E8C1-4275-B3E2-D8B8074ABA59 is unknown to the kernel, a driver may need to be implemented for this GUID.
 wmi: GUID 10AFC6D9-EA8B-4590-A2E7-1CD3C84BB4B1 is unknown to the kernel, a driver may need to be implemented for this GUID.
 wmi: GUID D320289E-8FEA-41E0-86F9-611D83151B5F is unknown to the kernel, a driver may need to be implemented for this GUID.
 wmi: GUID D320289E-8FEA-41E1-86F9-611D83151B5F is unknown to the kernel, a driver may need to be implemented for this GUID.
 wmi: GUID D320289E-8FEA-41E0-86F9-711D83151B5F is unknown to the kernel, a driver may need to be implemented for this GUID.
 wmi: GUID D320289E-8FEA-41E0-86F9-811D83151B5F is unknown to the kernel, a driver may need to be implemented for this GUID.
 wmi: GUID D320289E-8FEA-41E0-86F9-911D83151B5F is unknown to the kernel, a driver may need to be implemented for this GUID.
 wmi: GUID 1F649C73-D9C5-475A-A8C9-347306CD3329 is unknown to the kernel, a driver may need to be implemented for this GUID.
 wmi: GUID 8FC0DE0C-B4E4-43FD-B0F3-8871711C1294 is unknown to the kernel, a driver may need to be implemented for this GUID.

Low failures: NONE

Other failures: NONE

Test           |Pass |Fail |Abort|Warn |Skip |Info |
---------------+-----+-----+-----+-----+-----+-----+
wmi            |    3|   12|     |     |     |     |
---------------+-----+-----+-----+-----+-----+-----+
Total:         |    3|   12|    0|    0|    0|    0|
---------------+-----+-----+-----+-----+-----+-----+
danayer commented 1 year ago

Disassembling ACPI tables DSDT.txt

danayer commented 1 year ago

Now I will connect another SSD with Windows and send you the data with the latest test

danayer commented 1 year ago

Gathering WMI info in Windows.txt

danayer commented 1 year ago

it would be great if gnome power profiles daemon could switch Lenovo power profiles if possible.

danayer commented 1 year ago

Fn+Q works, but we don't have a multi-colored LED indicator to track the power mode, it only lights blue.

johnfanv2 commented 1 year ago

The files you provided look good. I guess it might work in a few days after I have done some changes to the driver.

If you press Fn+Q does the LED color change? How are you able to tell that the power mode changes with Fn + Q without the LED changing?

danayer commented 1 year ago

often you have to switch FN + Q in the game, and there the difference in performance is very visible, but in normal work, I just fly into the BIOS before starting the PC and see what my power profile is: D Then I change the profile as needed. Rarely, but I also use acpi_call

# echo '\_SB.PCI0.LPC0.EC0.SPMO' > /proc/acpi/call 
# cat /proc/acpi/call; printf '\n' 

As a result you get the value for the bit SPMO (either 0x0 - Intelligent Cooling , 0x1 - Extreme Performance or 0x2 - Battery Saving ).

But the Led color is lit only in blue, the color change when changing the power plan is not provided on my laptop model :(

danayer commented 1 year ago

The speed of the coolers changes depending on the power profile via FN + Q, and two-level backlighting also works (turn it on, make it brighter and turn it off using FN + Space), but it is displayed as a single-level backlight.

johnfanv2 commented 1 year ago

@danayer I added your model and made some changes. Please download the new version, compile again and load again.

You can also try to read or change the power mode using powerprofilesctl or powerprofilesctl set balanced etc. You have to restart the power-profile-deamon before it works, e.g. with systemctl restart power-profiles-daemon.service.

danayer commented 1 year ago

cat /sys/kernel/debug/legion/fancurve Battery Saving

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
powermode access method: 3
powermode error: 0
powermode: 1
EC powermode error: 0
EC powermode: 2
ACPI powermode error: -5
ACPI powermode: 0
WMI powermode error: 0
WMI powermode: 1
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight on/off: 0
WMI backlight: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 0
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
=====================

Intelligent Cooling

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
powermode access method: 3
powermode error: 0
powermode: 2
EC powermode error: 0
EC powermode: 0
ACPI powermode error: -5
ACPI powermode: 0
WMI powermode error: 0
WMI powermode: 2
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight on/off: 0
WMI backlight: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 0
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
=====================

Extreme Performance

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
powermode access method: 3
powermode error: 0
powermode: 3
EC powermode error: 0
EC powermode: 1
ACPI powermode error: -5
ACPI powermode: 0
WMI powermode error: 0
WMI powermode: 3
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight on/off: 0
WMI backlight: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 0
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
=====================
danayer commented 1 year ago

cat /sys/firmware/acpi/platform_profile Battery Saving quiet Intelligent Cooling balanced Extreme Performance performance

danayer commented 1 year ago

cat /sys/kernel/debug/legion/fancurve The backlight is off.

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
powermode access method: 3
powermode error: 0
powermode: 1
EC powermode error: 0
EC powermode: 2
ACPI powermode error: -5
ACPI powermode: 0
WMI powermode error: 0
WMI powermode: 1
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight on/off: 0
WMI backlight: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 0
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
=====================

First backlight level.

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
powermode access method: 3
powermode error: 0
powermode: 1
EC powermode error: 0
EC powermode: 2
ACPI powermode error: -5
ACPI powermode: 0
WMI powermode error: 0
WMI powermode: 1
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight on/off: 0
WMI backlight: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 0
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
=====================

Second level of backlight.

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
powermode access method: 3
powermode error: 0
powermode: 1
EC powermode error: 0
EC powermode: 2
ACPI powermode error: -5
ACPI powermode: 0
WMI powermode error: 0
WMI powermode: 1
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight on/off: 0
WMI backlight: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 0
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
=====================
danayer commented 1 year ago

I'm confused by errors in dmesg [ 1672.859407] legion_laptop: Error for WMI method call to get keyboard brightness output with sudo dmesg dmesg.txt

danayer commented 1 year ago

when trying to run sudo python/legion_linux/legion_gui.py an error occurs now

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Traceback (most recent call last):
  File "/home/danayer/LenovoLegionLinux/python/legion_linux/legion_gui.py", line 451, in <module>
    main()
  File "/home/danayer/LenovoLegionLinux/python/legion_linux/legion_gui.py", line 420, in main
    contr.init(read_from_hw=not do_not_excpect_hwmon)
  File "/home/danayer/LenovoLegionLinux/python/legion_linux/legion_gui.py", line 56, in init
    sync_checkbox_from_feature(
  File "/home/danayer/LenovoLegionLinux/python/legion_linux/legion_gui.py", line 16, in sync_checkbox_from_feature
    hw_value = feature.get()
               ^^^^^^^^^^^^^
  File "/home/danayer/LenovoLegionLinux/python/legion_linux/legion.py", line 156, in get
    invalue = self._read_file_int(self.filename)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/danayer/LenovoLegionLinux/python/legion_linux/legion.py", line 68, in _read_file_int
    return int(FileFeature._read_file_str(file_path))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/danayer/LenovoLegionLinux/python/legion_linux/legion.py", line 64, in _read_file_str
    return str(filepointer.read()).strip()
               ^^^^^^^^^^^^^^^^^^
OSError: [Errno 22] Invalid argument
danayer commented 1 year ago

after the reboot, the output changed slightly in sudo dmesg dmesg.txt

danayer commented 1 year ago

through the command sensors, it now sees the speed of the cooler, it depends on the mode, although it's strange, on a balanced mode, the speed is higher than on a productive one. Battery Saving

[danayer@lenovo ~]$ sensors
ath10k_hwmon-pci-0400
Adapter: PCI adapter
temp1:        +75.0°C  

legion_hwmon-isa-0000
Adapter: ISA adapter
Fan 1:           7936 RPM
Fan 2:           7967 RPM
CPU Temperature:  +39.0°C  
GPU Temperature:  +42.0°C  
IC Temperature:    +0.0°C  

nvme-pci-0200
Adapter: PCI adapter
Composite:    +36.9°C  (low  = -273.1°C, high = +74.8°C)
                       (crit = +84.8°C)

k10temp-pci-00c3
Adapter: PCI adapter
Tctl:         +68.0°C  

amdgpu-pci-0500
Adapter: PCI adapter
vddgfx:        1.27 V  
vddnb:       899.00 mV 
edge:         +52.0°C  
PPT:          19.00 W  

BAT0-acpi-0
Adapter: ACPI interface
in0:          12.10 V  

Intelligent Cooling

[danayer@lenovo ~]$ sensors
ath10k_hwmon-pci-0400
Adapter: PCI adapter
temp1:        +73.0°C  

legion_hwmon-isa-0000
Adapter: ISA adapter
Fan 1:           9216 RPM
Fan 2:           9252 RPM
CPU Temperature:  +39.0°C  
GPU Temperature:  +46.0°C  
IC Temperature:    +0.0°C  

nvme-pci-0200
Adapter: PCI adapter
Composite:    +36.9°C  (low  = -273.1°C, high = +74.8°C)
                       (crit = +84.8°C)

k10temp-pci-00c3
Adapter: PCI adapter
Tctl:         +71.8°C  

amdgpu-pci-0500
Adapter: PCI adapter
vddgfx:        1.26 V  
vddnb:       874.00 mV 
edge:         +51.0°C  
PPT:          16.00 W  

BAT0-acpi-0
Adapter: ACPI interface
in0:          12.10 V  

Extreme Performance

[danayer@lenovo ~]$ sensors
ath10k_hwmon-pci-0400
Adapter: PCI adapter
temp1:        +73.0°C  

legion_hwmon-isa-0000
Adapter: ISA adapter
Fan 1:           8960 RPM
Fan 2:           8995 RPM
CPU Temperature:  +39.0°C  
GPU Temperature:  +46.0°C  
IC Temperature:    +0.0°C  

nvme-pci-0200
Adapter: PCI adapter
Composite:    +36.9°C  (low  = -273.1°C, high = +74.8°C)
                       (crit = +84.8°C)

k10temp-pci-00c3
Adapter: PCI adapter
Tctl:         +75.8°C  

amdgpu-pci-0500
Adapter: PCI adapter
vddgfx:        1.30 V  
vddnb:       874.00 mV 
edge:         +51.0°C  
PPT:          31.00 W  

BAT0-acpi-0
Adapter: ACPI interface
in0:          12.10 V  
danayer commented 1 year ago

despite the fact that changes in the speed of the coolers have begun, there are no differences from the sudo cat /sys/kernel/debug/legion/fancurve that I gave you above. Lines 1 in 1, like there.

danayer commented 1 year ago

noticed that the sensors fall off from time to time

johnfanv2 commented 1 year ago
  1. It seems like power mode is working. Can you also change the power mode with the gnome GUI tools? If this works power profiles are done.
  2. Fan speed: Are you sure that the sensor values (fan speed and temperature) are correct? Fan speeds of 7000-9000 rpm are very high. The fan speed is never exactly constant but changes 1-5 rpm each second. Is it constant? I guess it takes the wrong values. I will prepare a new version of the driver to use another function to get them.
  3. Temperature: Do you think these are correct? Does the CPU temperature increase if you put the CPU under load. Try with sudo stress --cpu 10 --timeout 200 to load the CPU. Otherweise, I will prepare a new version of the driver to use another function to get the temperatures.
  4. GUI Exception: Currently, I have not disabled features that do not work for your model to find all features that do work. I uploaded a new version that should mark them red instead of throwing an error. Please test it.
danayer commented 1 year ago
  1. yes, the power profiles work perfectly, and without a power supply everything is correct, productive is not available without a power supply.
  2. 3 . yes, the speed of the coolers is indicated incorrectly, but it is not static, but the temperature is static. Снимок экрана от 2023-04-17 02-35-53
danayer commented 1 year ago
  1. yes, the program is starting now, thank you very much)

Снимок экрана от 2023-04-17 02-42-49

johnfanv2 commented 1 year ago

@danayer Could you please try the new version and check if fan speeds and temperatures are now ok? I just updated it. Please also give the output of sudo cat /sys/kernel/debug/legion/fancurve (once).

danayer commented 1 year ago
EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
temperature access method: 3
CPU temperature error: 0
CPU temperature: 0
CPU temperature EC error: 0
CPU temperature EC: 39
CPU temperature ACPI error: 0
CPU temperature ACPI: 90
CPU temperature WMI error: 0
CPU temperature WMI: 0
CPU temperature WMI2 error: -14
CPU temperature WMI2: 0
GPU temperature error: 0
GPU temperature: 0
GPU temperature EC error: 0
GPU temperature EC: 46
GPU temperature ACPI error: 0
GPU temperature ACPI: 56
GPU temperature WMI error: 0
GPU temperature WMI: 0
GPU temperature WMI2 error: -14
GPU temperature WMI2: 0
fan speed access method: 3
1 fanspeed error: 0
1 fanspeed: 4600
1 fanspeed EC error: 0
1 fanspeed EC: 8960
1 fanspeed ACPI error: 0
1 fanspeed ACPI: 4600
1 fanspeed WMI error: 0
1 fanspeed WMI: 4600
1 fanspeed WMI2 error: -14
1 fanspeed WMI2: 4600
2 fanspeed error: 0
2 fanspeed: 4400
2 fanspeed EC error: 0
2 fanspeed EC: 8995
2 fanspeed ACPI error: 0
2 fanspeed ACPI: 4400
2 fanspeed WMI error: 0
2 fanspeed WMI: 4400
2 fanspeed WMI2 error: -14
2 fanspeed WMI2: 4400
powermode access method: 3
powermode error: 0
powermode: 3
powermode EC error: 0
powermode EC: 1
powermode ACPI error: -5
powermode ACPI: 0
powermode WMI error: 0
powermode WMI: 3
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight 2 state: 0
WMI backlight 3 state: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 0
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
=====================
danayer commented 1 year ago

the speed of the cooler seems to be changing correctly now, I put it on a stress test, it is growing, and after the stress test, it began to fall, which I heard. so it's working now) Снимок экрана от 2023-04-17 03-45-03

danayer commented 1 year ago

but the temperature now shows 0 :(

danayer commented 1 year ago

Снимок экрана от 2023-04-17 03-49-35 although errors seem to be issued in sudo cat /sys/kernel/debug/legion/fancurve, it reads the rotation speed seems to be correct. (this is in idle mode on power saving mode)

danayer commented 1 year ago

sudo dmesg just in case) dmesg.txt

johnfanv2 commented 1 year ago

@danayer Please try the new version that I just pushed and check if temperatures are now correct.

danayer commented 1 year ago

now everything works perfectly) Снимок экрана от 2023-04-17 04-08-41

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
temperature access method: 2
CPU temperature error: 0
CPU temperature: 85
CPU temperature EC error: 0
CPU temperature EC: 39
CPU temperature ACPI error: 0
CPU temperature ACPI: 85
CPU temperature WMI error: 0
CPU temperature WMI: 0
CPU temperature WMI2 error: -14
CPU temperature WMI2: 0
GPU temperature error: 0
GPU temperature: 55
GPU temperature EC error: 0
GPU temperature EC: 46
GPU temperature ACPI error: 0
GPU temperature ACPI: 55
GPU temperature WMI error: 0
GPU temperature WMI: 0
GPU temperature WMI2 error: -14
GPU temperature WMI2: 0
fan speed access method: 3
1 fanspeed error: 0
1 fanspeed: 4600
1 fanspeed EC error: 0
1 fanspeed EC: 8960
1 fanspeed ACPI error: 0
1 fanspeed ACPI: 4600
1 fanspeed WMI error: 0
1 fanspeed WMI: 4600
1 fanspeed WMI2 error: -14
1 fanspeed WMI2: 4600
2 fanspeed error: 0
2 fanspeed: 4400
2 fanspeed EC error: 0
2 fanspeed EC: 8995
2 fanspeed ACPI error: 0
2 fanspeed ACPI: 4400
2 fanspeed WMI error: 0
2 fanspeed WMI: 4400
2 fanspeed WMI2 error: -14
2 fanspeed WMI2: 4400
powermode access method: 3
powermode error: 0
powermode: 3
powermode EC error: 0
powermode EC: 1
powermode ACPI error: -5
powermode ACPI: 0
powermode WMI error: 0
powermode WMI: 3
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight 2 state: 0
WMI backlight 3 state: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 0
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
=====================
danayer commented 1 year ago

the only thing that scares errors in sudo dmesg, is it okay? dmesg.txt

johnfanv2 commented 1 year ago

The errors should only occur when you call sudo cat /sys/kernel/debug/legion/fancurve. Initially, the error legion_laptop: Error reading keyboard brighntess etc. are ok. Here, it checks different methods. Some methods are not available on your model. Then nothing happens and it just displays an error.

johnfanv2 commented 1 year ago

@danayer Could you also provide the output of sudo cat /sys/kernel/debug/legion/ecmemory | hexdump -C? Please change the power mode and provide the output after each change. Then I can check if setting the fan curve is possible on your model.

danayer commented 1 year ago

Extreme Performance

00000000  00 01 00 00 00 00 00 01  00 00 10 00 00 20 20 20  |.............   |
00000010  00 00 80 00 07 00 35 01  00 01 01 00 00 01 00 00  |......5.........|
00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000040  00 00 00 00 00 00 00 00  00 00 00 00 83 51 00 00  |.............Q..|
00000050  00 00 00 26 00 00 20 00  00 00 00 00 00 00 00 00  |...&.. .........|
00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000080  00 00 00 00 08 00 00 00  c0 00 13 00 00 01 00 53  |...............S|
00000090  75 6e 77 6f 64 61 00 32  4c 31 39 44 33 50 46 34  |unwoda.2L19D3PF4|
000000a0  00 01 00 86 00 00 00 66  68 00 00 00 68 25 00 00  |.......fh...h%..|
000000b0  29 21 20 22 26 20 00 22  02 11 00 00 00 80 01 00  |)! "& ."........|
000000c0  00 00 00 0b ab 0f d2 2e  88 2c c6 11 2b 0f 49 00  |.........,..+.I.|
000000d0  00 00 00 00 00 00 00 19  4b 06 00 00 00 00 00 00  |........K.......|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 8e 00  |................|
000000f0  01 00 00 40 0f 51 64 32  00 00 00 00 00 00 00 00  |...@.Qd2........|
00000100  82 00 00 00 00 00 06 06  13 13 1e 13 1e 13 00 00  |................|
00000110  00 00 ff ff 9b 00 00 00  00 00 41 2a 2a 00 00 00  |..........A**...|
00000120  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000150  2c 32 3e 7f 7f 7f 7f 7f  2c 32 3e 7f 7f 7f 7f 7f  |,2>.....,2>.....|
00000160  00 00 00 00 7f 3a 1c 7f  3a 1a 7f 7f 00 7f 7f 00  |.....:..:.......|
00000170  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000190  00 29 2f 3a 3a 3a 3a 3a  00 29 2f 3a 3a 3a 3a 3a  |.)/:::::.)/:::::|
000001a0  00 10 1a 1c 1c 1c 1c 1c  00 0e 16 1a 1a 1a 1a 1a  |................|
000001b0  00 00 00 00 00 00 00 00  29 26 00 00 00 00 00 00  |........)&......|
000001c0  7f 7f 7f 7f 7f 7f 7f 7f  7f 7f 7f 7f 7f 7f 7f 7f  |................|
000001d0  00 7f 7f 7f 7f 7f 7f 7f  00 7f 7f 7f 7f 7f 7f 7f  |................|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 47 47  |..............GG|
00000200  00 00 00 00 00 00 00 00  00 00 00 00 00 04 00 00  |................|
00000210  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000250  00 00 00 00 00 00 00 00  aa 00 00 00 00 00 00 00  |................|
00000260  57 32 53 5a 30 38 45 30  46 41 42 00 00 00 00 00  |W2SZ08E0FAB.....|
00000270  88 13 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000280  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000300

Intelligent Cooling

00000000  00 00 00 00 00 00 00 01  00 00 10 00 00 20 20 20  |.............   |
00000010  00 00 80 00 07 00 35 01  00 01 01 00 00 00 00 00  |......5.........|
00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000040  00 00 00 00 00 00 00 00  00 00 00 00 83 51 00 00  |.............Q..|
00000050  00 00 00 28 00 00 20 00  00 00 00 00 00 00 00 00  |...(.. .........|
00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000080  00 00 00 00 08 00 00 00  c0 00 13 00 00 01 00 53  |...............S|
00000090  75 6e 77 6f 64 61 00 32  4c 31 39 44 33 50 46 34  |unwoda.2L19D3PF4|
000000a0  00 01 00 86 00 00 00 66  68 00 00 00 68 25 00 00  |.......fh...h%..|
000000b0  29 24 20 25 28 20 00 25  02 11 00 00 00 80 01 00  |)$ %( .%........|
000000c0  00 00 00 0b ab 0f d3 2e  88 2c c6 11 2b 0f 49 00  |.........,..+.I.|
000000d0  00 00 00 00 00 00 00 1a  4b 06 00 00 00 00 00 00  |........K.......|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 8e 00  |................|
000000f0  01 00 00 40 0f 51 64 32  00 00 00 00 00 00 00 00  |...@.Qd2........|
00000100  82 00 00 00 00 00 05 05  44 13 1e 13 1e 13 44 44  |........D.....DD|
00000110  00 00 ff ff 9a 00 00 00  00 00 41 2a 2a 00 00 00  |..........A**...|
00000120  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000140  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 01  |................|
00000150  2c 32 38 42 4e 51 54 7f  2c 32 38 42 4e 51 54 7f  |,28BNQT.,28BNQT.|
00000160  00 00 00 00 7f 50 2e 7f  50 2c 7f 3a 2e 7f 3a 2c  |.....P..P,.:..:,|
00000170  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000190  00 29 2f 34 3e 4a 4d 50  00 29 2f 34 3e 4a 4d 50  |.)/4>JMP.)/4>JMP|
000001a0  00 10 1a 1c 1f 24 27 2e  00 0e 16 1a 1d 22 25 2c  |.....$'......"%,|
000001b0  00 00 00 00 00 00 00 00  29 28 00 00 00 00 00 00  |........)(......|
000001c0  38 38 38 38 38 3b 3e 7f  38 38 38 38 38 3b 3e 7f  |88888;>.88888;>.|
000001d0  00 34 34 34 34 34 37 3a  00 34 34 34 34 34 37 3a  |.444447:.444447:|
000001e0  00 24 24 24 24 24 27 2e  00 22 22 22 22 22 25 2c  |.$$$$$'.."""""%,|
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 41 41  |..............AA|
00000200  00 00 00 00 00 00 00 00  00 00 00 00 00 04 00 00  |................|
00000210  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000230  00 00 00 00 00 00 00 00  00 00 00 00 00 01 00 00  |................|
00000240  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000250  00 00 00 00 00 00 00 00  aa 00 00 00 00 00 00 00  |................|
00000260  57 32 53 5a 30 38 45 30  46 41 42 00 00 00 00 00  |W2SZ08E0FAB.....|
00000270  88 13 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000280  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000300

Battery Saving

00000000  00 00 00 00 00 00 16 01  00 00 10 00 00 20 20 20  |.............   |
00000010  00 00 80 00 07 00 35 01  00 01 01 00 00 02 00 00  |......5.........|
00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000040  00 00 00 00 00 00 00 00  00 00 00 00 83 51 00 00  |.............Q..|
00000050  00 00 00 26 00 00 20 00  00 00 00 00 00 00 00 00  |...&.. .........|
00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000080  00 00 00 00 08 00 00 00  c0 00 13 00 00 01 00 53  |...............S|
00000090  75 6e 77 6f 64 61 00 32  4c 31 39 44 33 50 46 34  |unwoda.2L19D3PF4|
000000a0  00 01 00 86 00 00 00 66  68 00 00 00 68 25 00 00  |.......fh...h%..|
000000b0  28 23 20 24 26 20 00 24  02 11 04 00 00 80 01 00  |(# $& .$........|
000000c0  00 00 00 0b ab 0f d3 2e  88 2c c6 11 2b 0f 49 00  |.........,..+.I.|
000000d0  00 00 00 00 00 00 00 1a  4b 06 00 00 00 00 00 00  |........K.......|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 8e 00  |................|
000000f0  01 00 00 40 0f 51 64 32  00 00 00 00 00 00 12 00  |...@.Qd2........|
00000100  82 00 00 00 00 00 03 03  44 13 1e 13 1e 13 44 44  |........D.....DD|
00000110  00 00 ff ff 93 00 00 00  00 00 41 2a 2a 00 00 00  |..........A**...|
00000120  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000150  2c 32 3e 7f 7f 7f 7f 7f  2c 32 3e 7f 7f 7f 7f 7f  |,2>.....,2>.....|
00000160  00 00 00 00 7f 3a 1c 7f  3a 1a 7f 7f 00 7f 7f 00  |.....:..:.......|
00000170  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000190  00 29 2f 3a 3a 3a 3a 3a  00 29 2f 3a 3a 3a 3a 3a  |.)/:::::.)/:::::|
000001a0  00 10 1a 1c 1c 1c 1c 1c  00 0e 16 1a 1a 1a 1a 1a  |................|
000001b0  d1 08 60 07 10 0e 00 00  28 26 00 00 00 00 00 00  |..`.....(&......|
000001c0  7f 7f 7f 7f 7f 7f 7f 7f  7f 7f 7f 7f 7f 7f 7f 7f  |................|
000001d0  00 7f 7f 7f 7f 7f 7f 7f  00 7f 7f 7f 7f 7f 7f 7f  |................|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000200  00 00 00 00 00 00 00 00  00 00 00 00 00 04 00 00  |................|
00000210  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000230  00 00 00 00 00 00 00 00  00 00 00 00 00 01 00 00  |................|
00000240  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000250  00 00 00 00 00 00 00 00  aa 00 00 00 00 00 00 00  |................|
00000260  57 32 53 5a 30 38 45 30  46 41 42 00 00 00 00 00  |W2SZ08E0FAB.....|
00000270  88 13 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000280  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000300
johnfanv2 commented 1 year ago

@danayer I hope I made changes to allow you to change the fan curve, i.e. set the fan speed at each temperature. Could you use the new version and give me the output of sudo cat /sys/kernel/debug/legion/fancurve (for each power mode).

Could you check if the measured fan speed is the fan speed that corresponds the the temperatures in the fan curve table? You can also try changing the fan speeds or temperatures of the fan curve in the GUI and verify if the fan is controlled according to these values. When you change something the changes will not apply immediately but only if the temperature of the CPU or GPU changes to the next level.

danayer commented 1 year ago

Extreme Performance

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
temperature access method: 2
CPU temperature error: 0
CPU temperature: 41
CPU temperature EC error: 0
CPU temperature EC: 39
CPU temperature ACPI error: 0
CPU temperature ACPI: 41
CPU temperature WMI error: 0
CPU temperature WMI: 0
CPU temperature WMI2 error: -14
CPU temperature WMI2: 0
GPU temperature error: 0
GPU temperature: 39
GPU temperature EC error: 0
GPU temperature EC: 46
GPU temperature ACPI error: 0
GPU temperature ACPI: 39
GPU temperature WMI error: 0
GPU temperature WMI: 0
GPU temperature WMI2 error: -14
GPU temperature WMI2: 0
fan speed access method: 3
1 fanspeed error: 0
1 fanspeed: 0
1 fanspeed EC error: 0
1 fanspeed EC: 0
1 fanspeed ACPI error: 0
1 fanspeed ACPI: 0
1 fanspeed WMI error: 0
1 fanspeed WMI: 0
1 fanspeed WMI2 error: -14
1 fanspeed WMI2: 0
2 fanspeed error: 0
2 fanspeed: 0
2 fanspeed EC error: 0
2 fanspeed EC: 0
2 fanspeed ACPI error: 0
2 fanspeed ACPI: 0
2 fanspeed WMI error: 0
2 fanspeed WMI: 0
2 fanspeed WMI2 error: -14
2 fanspeed WMI2: 0
powermode access method: 3
powermode error: 0
powermode: 3
powermode EC error: 0
powermode EC: 0
powermode ACPI error: -5
powermode ACPI: 0
powermode WMI error: 0
powermode WMI: 3
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight 2 state: 0
WMI backlight 3 state: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 8
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
0    0   0   0   0   44  0   56  0   0
1600     1400    0   0   41  50  52  56  0   0
2600     2200    0   0   47  56  52  56  0   0
2800     2600    0   0   52  66  52  56  0   0
3100     2900    0   0   62  78  52  56  0   0
3500     3300    0   0   74  81  52  59  0   0
3900     3700    0   0   77  84  55  62  0   0
4600     4400    0   0   80  93  58  71  0   0
=====================

Intelligent Cooling

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
temperature access method: 2
CPU temperature error: 0
CPU temperature: 41
CPU temperature EC error: 0
CPU temperature EC: 39
CPU temperature ACPI error: 0
CPU temperature ACPI: 41
CPU temperature WMI error: 0
CPU temperature WMI: 0
CPU temperature WMI2 error: -14
CPU temperature WMI2: 0
GPU temperature error: 0
GPU temperature: 40
GPU temperature EC error: 0
GPU temperature EC: 46
GPU temperature ACPI error: 0
GPU temperature ACPI: 40
GPU temperature WMI error: 0
GPU temperature WMI: 0
GPU temperature WMI2 error: -14
GPU temperature WMI2: 0
fan speed access method: 3
1 fanspeed error: 0
1 fanspeed: 1600
1 fanspeed EC error: 0
1 fanspeed EC: 0
1 fanspeed ACPI error: 0
1 fanspeed ACPI: 1600
1 fanspeed WMI error: 0
1 fanspeed WMI: 1600
1 fanspeed WMI2 error: -14
1 fanspeed WMI2: 1600
2 fanspeed error: 0
2 fanspeed: 1400
2 fanspeed EC error: 0
2 fanspeed EC: 0
2 fanspeed ACPI error: 0
2 fanspeed ACPI: 1400
2 fanspeed WMI error: 0
2 fanspeed WMI: 1400
2 fanspeed WMI2 error: -14
2 fanspeed WMI2: 1400
powermode access method: 3
powermode error: 0
powermode: 2
powermode EC error: 0
powermode EC: 0
powermode ACPI error: -5
powermode ACPI: 0
powermode WMI error: 0
powermode WMI: 2
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight 2 state: 0
WMI backlight 3 state: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 8
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
0    0   0   0   0   44  0   56  0   0
1600     1400    0   0   41  50  52  56  0   0
2600     2200    0   0   47  56  52  56  0   0
2800     2600    0   0   52  66  52  56  0   0
3100     2900    0   0   62  78  52  56  0   0
3600     3400    0   0   74  81  52  59  0   0
3900     3700    0   0   77  84  55  62  0   0
4600     4400    0   0   80  127     58  127     0   0
=====================

Battery Saving

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
temperature access method: 2
CPU temperature error: 0
CPU temperature: 43
CPU temperature EC error: 0
CPU temperature EC: 0
CPU temperature ACPI error: 0
CPU temperature ACPI: 43
CPU temperature WMI error: 0
CPU temperature WMI: 0
CPU temperature WMI2 error: -14
CPU temperature WMI2: 0
GPU temperature error: 0
GPU temperature: 40
GPU temperature EC error: 0
GPU temperature EC: 0
GPU temperature ACPI error: 0
GPU temperature ACPI: 40
GPU temperature WMI error: 0
GPU temperature WMI: 0
GPU temperature WMI2 error: -14
GPU temperature WMI2: 0
fan speed access method: 3
1 fanspeed error: 0
1 fanspeed: 1600
1 fanspeed EC error: 0
1 fanspeed EC: 0
1 fanspeed ACPI error: 0
1 fanspeed ACPI: 1600
1 fanspeed WMI error: 0
1 fanspeed WMI: 1600
1 fanspeed WMI2 error: -14
1 fanspeed WMI2: 1600
2 fanspeed error: 0
2 fanspeed: 1400
2 fanspeed EC error: 0
2 fanspeed EC: 0
2 fanspeed ACPI error: 0
2 fanspeed ACPI: 1400
2 fanspeed WMI error: 0
2 fanspeed WMI: 1400
2 fanspeed WMI2 error: -14
2 fanspeed WMI2: 1400
powermode access method: 3
powermode error: 0
powermode: 1
powermode EC error: 0
powermode EC: 0
powermode ACPI error: -5
powermode ACPI: 0
powermode WMI error: 0
powermode WMI: 1
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight 2 state: 0
WMI backlight 3 state: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 8
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
0    0   0   0   0   44  0   127     0   0
1600     1400    0   0   41  50  127     127     0   0
2600     2200    0   0   47  62  127     127     0   0
2800     2600    0   0   58  127     127     127     0   0
2800     2600    0   0   58  127     127     127     0   0
2800     2600    0   0   58  127     127     127     0   0
2800     2600    0   0   58  127     127     127     0   0
2800     2600    0   0   58  127     127     127     0   0
=====================

it reads correctly, but when you try to change it through the application, when you click "apply to hw", it simply resets everything to default.

Снимок экрана от 2023-04-17 09-56-45

johnfanv2 commented 1 year ago

Can you change the fan speed only in the GUI or does it reset to default?

danayer commented 1 year ago

it reverts to the default value. I also tried following the instructions

# Go to folder LenovoLegionLinux and run it. It should output "Writing fan curve successfully!" if it finished successfully
sudo ./setmyfancurve.sh
# And check new fan curve
sudo cat/sys/kernel/debug/legion/fancurve

it is also wrapped by default

danayer commented 1 year ago

at the bottom there is an inscription in the application Снимок экрана от 2023-04-17 10-17-39

danayer commented 1 year ago

when you try to change this through the app they change visually, but when you click "apply to hw" it just returns everything to default. a more accurate description)

johnfanv2 commented 1 year ago

@danayer The red text at the bottom is always displayed in the GUI. It almost works. It remains to fix writing to the embedded controller. I created a new version with more logging. Please test the new version with sudo cat/sys/kernel/debug/legion/fancurve. Then provide the output of sudo dmesg.

danayer commented 1 year ago

Extreme Performance

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
temperature access method: 2
CPU temperature error: 0
CPU temperature: 49
CPU temperature EC error: 0
CPU temperature EC: 39
CPU temperature ACPI error: 0
CPU temperature ACPI: 49
CPU temperature WMI error: 0
CPU temperature WMI: 0
CPU temperature WMI2 error: -14
CPU temperature WMI2: 0
GPU temperature error: 0
GPU temperature: 41
GPU temperature EC error: 0
GPU temperature EC: 46
GPU temperature ACPI error: 0
GPU temperature ACPI: 41
GPU temperature WMI error: 0
GPU temperature WMI: 0
GPU temperature WMI2 error: -14
GPU temperature WMI2: 0
fan speed access method: 3
1 fanspeed error: 0
1 fanspeed: 2700
1 fanspeed EC error: 0
1 fanspeed EC: 0
1 fanspeed ACPI error: 0
1 fanspeed ACPI: 2700
1 fanspeed WMI error: 0
1 fanspeed WMI: 2700
1 fanspeed WMI2 error: -14
1 fanspeed WMI2: 2700
2 fanspeed error: 0
2 fanspeed: 2500
2 fanspeed EC error: 0
2 fanspeed EC: 0
2 fanspeed ACPI error: 0
2 fanspeed ACPI: 2500
2 fanspeed WMI error: 0
2 fanspeed WMI: 2500
2 fanspeed WMI2 error: -14
2 fanspeed WMI2: 2500
powermode access method: 3
powermode error: 0
powermode: 3
powermode EC error: 0
powermode EC: 0
powermode ACPI error: -5
powermode ACPI: 0
powermode WMI error: 0
powermode WMI: 3
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight 2 state: 0
WMI backlight 3 state: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 8
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
0    0   0   0   0   44  0   56  0   0
1600     1400    0   0   41  50  52  56  0   0
2600     2200    0   0   47  56  52  56  0   0
2800     2600    0   0   52  66  52  56  0   0
3100     2900    0   0   62  78  52  56  0   0
3500     3300    0   0   74  81  52  59  0   0
3900     3700    0   0   77  84  55  62  0   0
4600     4400    0   0   80  93  58  71  0   0
=====================

Intelligent Cooling

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
temperature access method: 2
CPU temperature error: 0
CPU temperature: 42
CPU temperature EC error: 0
CPU temperature EC: 39
CPU temperature ACPI error: 0
CPU temperature ACPI: 42
CPU temperature WMI error: 0
CPU temperature WMI: 0
CPU temperature WMI2 error: -14
CPU temperature WMI2: 0
GPU temperature error: 0
GPU temperature: 41
GPU temperature EC error: 0
GPU temperature EC: 46
GPU temperature ACPI error: 0
GPU temperature ACPI: 41
GPU temperature WMI error: 0
GPU temperature WMI: 0
GPU temperature WMI2 error: -14
GPU temperature WMI2: 0
fan speed access method: 3
1 fanspeed error: 0
1 fanspeed: 1700
1 fanspeed EC error: 0
1 fanspeed EC: 0
1 fanspeed ACPI error: 0
1 fanspeed ACPI: 1700
1 fanspeed WMI error: 0
1 fanspeed WMI: 1700
1 fanspeed WMI2 error: -14
1 fanspeed WMI2: 1700
2 fanspeed error: 0
2 fanspeed: 1500
2 fanspeed EC error: 0
2 fanspeed EC: 0
2 fanspeed ACPI error: 0
2 fanspeed ACPI: 1500
2 fanspeed WMI error: 0
2 fanspeed WMI: 1500
2 fanspeed WMI2 error: -14
2 fanspeed WMI2: 1500
powermode access method: 3
powermode error: 0
powermode: 2
powermode EC error: 0
powermode EC: 0
powermode ACPI error: -5
powermode ACPI: 0
powermode WMI error: 0
powermode WMI: 2
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight 2 state: 0
WMI backlight 3 state: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 8
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
0    0   0   0   0   44  0   56  0   0
1600     1400    0   0   41  50  52  56  0   0
2600     2200    0   0   47  56  52  56  0   0
2800     2600    0   0   52  66  52  56  0   0
3100     2900    0   0   62  78  52  56  0   0
3600     3400    0   0   74  81  52  59  0   0
3900     3700    0   0   77  84  55  62  0   0
4600     4400    0   0   80  127     58  127     0   0

Battery Saving

EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
temperature access method: 2
CPU temperature error: 0
CPU temperature: 43
CPU temperature EC error: 0
CPU temperature EC: 0
CPU temperature ACPI error: 0
CPU temperature ACPI: 43
CPU temperature WMI error: 0
CPU temperature WMI: 0
CPU temperature WMI2 error: -14
CPU temperature WMI2: 0
GPU temperature error: 0
GPU temperature: 40
GPU temperature EC error: 0
GPU temperature EC: 0
GPU temperature ACPI error: 0
GPU temperature ACPI: 40
GPU temperature WMI error: 0
GPU temperature WMI: 0
GPU temperature WMI2 error: -14
GPU temperature WMI2: 0
fan speed access method: 3
1 fanspeed error: 0
1 fanspeed: 1600
1 fanspeed EC error: 0
1 fanspeed EC: 0
1 fanspeed ACPI error: 0
1 fanspeed ACPI: 1600
1 fanspeed WMI error: 0
1 fanspeed WMI: 1600
1 fanspeed WMI2 error: -14
1 fanspeed WMI2: 1600
2 fanspeed error: 0
2 fanspeed: 1400
2 fanspeed EC error: 0
2 fanspeed EC: 0
2 fanspeed ACPI error: 0
2 fanspeed ACPI: 1400
2 fanspeed WMI error: 0
2 fanspeed WMI: 1400
2 fanspeed WMI2 error: -14
2 fanspeed WMI2: 1400
powermode access method: 3
powermode error: 0
powermode: 1
powermode EC error: 0
powermode EC: 0
powermode ACPI error: -5
powermode ACPI: 0
powermode WMI error: 0
powermode WMI: 1
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight 2 state: 0
WMI backlight 3 state: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 8
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
0    0   0   0   0   44  0   127     0   0
1600     1400    0   0   41  50  127     127     0   0
2600     2200    0   0   47  62  127     127     0   0
2800     2600    0   0   58  127     127     127     0   0
2800     2600    0   0   58  127     127     127     0   0
2800     2600    0   0   58  127     127     127     0   0
2800     2600    0   0   58  127     127     127     0   0
2800     2600    0   0   58  127     127     127     0   0
=====================

dmesg.txt

johnfanv2 commented 1 year ago

@danayer Sorry, I meant to say sudo ./setmyfancurve.sh instead of sudo cat/sys/kernel/debug/legion/fancurve. Run the script and please provide the output of dmesg.

danayer commented 1 year ago

sudo ./setmyfancurve.sh

MODEL
IdeaPad Gaming 3 15ARH05
BIOS
FCCN19WW

Using hwmon directory: /sys/module/legion_laptop/drivers/platform:legion/PNP0C09:00/hwmon/hwmon5
Writing fancurve succesful!
EC Chip ID: 8227
EC Chip Version: 2a4
legion_laptop features: fancurve powermode platformprofile platformprofilenotify minifancurve
legion_laptop ec_readonly: 0
ACPI CFG error: 0
ACPI CFG: 2081289494
temperature access method: 2
CPU temperature error: 0
CPU temperature: 52
CPU temperature EC error: 0
CPU temperature EC: 39
CPU temperature ACPI error: 0
CPU temperature ACPI: 52
CPU temperature WMI error: 0
CPU temperature WMI: 0
CPU temperature WMI2 error: -14
CPU temperature WMI2: 0
GPU temperature error: 0
GPU temperature: 41
GPU temperature EC error: 0
GPU temperature EC: 46
GPU temperature ACPI error: 0
GPU temperature ACPI: 41
GPU temperature WMI error: 0
GPU temperature WMI: 0
GPU temperature WMI2 error: -14
GPU temperature WMI2: 0
fan speed access method: 3
1 fanspeed error: 0
1 fanspeed: 2600
1 fanspeed EC error: 0
1 fanspeed EC: 0
1 fanspeed ACPI error: 0
1 fanspeed ACPI: 2600
1 fanspeed WMI error: 0
1 fanspeed WMI: 2600
1 fanspeed WMI2 error: -14
1 fanspeed WMI2: 2600
2 fanspeed error: 0
2 fanspeed: 2200
2 fanspeed EC error: 0
2 fanspeed EC: 0
2 fanspeed ACPI error: 0
2 fanspeed ACPI: 2200
2 fanspeed WMI error: 0
2 fanspeed WMI: 2200
2 fanspeed WMI2 error: -14
2 fanspeed WMI2: 2200
powermode access method: 3
powermode error: 0
powermode: 3
powermode EC error: 0
powermode EC: 0
powermode ACPI error: -5
powermode ACPI: 0
powermode WMI error: 0
powermode WMI: 3
has custom powermode: 1
ACPI rapidcharge error: 0
ACPI rapidcharge: 0
WMI backlight 2 state: 0
WMI backlight 3 state: -5
EC minifancurve feature enabled: 0
EC minifancurve on cool: error
EC lockfancontroller error: 0
EC lockfancontroller: false
EC fanfullspeed error: false
EC fanfullspeed status: 0
EC fan curve current point id: 0
EC fan curve points size: 8
Current fan curve in hardware (embedded controller):
rpm1|rpm2|acceleration|deceleration|cpu_min_temp|cpu_max_temp|gpu_min_temp|gpu_max_temp|ic_min_temp|ic_max_temp
0    0   0   0   0   44  0   56  0   0
1600     1400    0   0   41  50  52  56  0   0
2600     2200    0   0   47  56  52  56  0   0
2800     2600    0   0   52  66  52  56  0   0
3100     2900    0   0   62  78  52  56  0   0
3500     3300    0   0   74  81  52  59  0   0
3900     3700    0   0   77  84  55  62  0   0
4600     4400    0   0   80  93  58  71  0   0
=====================
Writing fancurve succesful!
MODEL
IdeaPad Gaming 3 15ARH05
BIOS
FCCN19WW

sudo dmesg dmesg.txt