lwfinger / rtw89

Driver for Realtek 8852AE, an 802.11ax device
GNU General Public License v2.0
1.24k stars 156 forks source link

how to use sign make install #74

Closed ghost closed 2 years ago

ghost commented 2 years ago

Rules 1.insert commands one at time 2.don't use root seasion use only sudo sudo apt-get update sudo apt-get install make gcc linux-headers-$(uname -r) build-essential git git clone https://github.com/lwfinger/rtw89.git (or v6) mkdir ~/mok && cd ~/mok openssl req -new -x509 -newkey rsa:2048 -keyout MOK.priv -outform DER -out MOK.der -nodes -days 36500 -subj "/CN=Custom MOK/" sudo mokutil --import MOK.der reboot blue screen>enroll mok>yes>keep the password you entered in sudo mokutil --import MOK.der>reboot cd rtw89 make /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 /home/$(echo $USER)/mok/MOK.priv /home/$(echo $USER)/mok/MOK.der rtw89core.ko /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 /home/$(echo $USER)/mok/MOK.priv /home/$(echo $USER)/mok/MOK.der rtw89pci.ko sudo make install reboot

petereth commented 2 years ago

What does dmesg say?

this


root@marlies-Legion-5-15ACH6H:/home/marlies# dmesg
[    0.000000] Linux version 5.13.0-22-generic (buildd@lgw01-amd64-012) (gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.37) #22-Ubuntu SMP Fri Nov 5 13:21:36 UTC 2021 (Ubuntu 5.13.0-22.22-generic 5.13.19)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.13.0-22-generic root=UUID=cb5cf3dd-3fa0-4be6-bd46-5154ea6de67d ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000099fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009a00000-0x0000000009dfffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f0f000-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-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe0fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042e2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000042e300000-0x000000042fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb53e2018-0xb5408857] usable ==> usable
[    0.000000] e820: update [mem 0xb53e2018-0xb5408857] 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-0x00000000099fffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009a00000-0x0000000009dfffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f0f000-0x00000000b53e2017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b53e2018-0x00000000b5408857] usable
[    0.000000] reserve setup_data: [mem 0x00000000b5408858-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-0x00000000cfffffff] 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 0x00000000fe000000-0x00000000fe0fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042e2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000042e300000-0x000000042fffffff] reserved
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0xcdffe000 ACPI 2.0=0xcdffe014 TPMFinalLog=0xcdf3f000 SMBIOS=0xcb70a000 SMBIOS 3.0=0xcb708000 MEMATTR=0xb5414018 ESRT=0xb54b7c18 MOKvar=0xb547c000 RNG=0xcb705c98 TPMEventLog=0xb5409018 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: LENOVO 82JU/LNVNB161216, BIOS GKCN44WW 08/30/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3293.843 MHz processor
[    0.000351] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000352] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000357] last_pfn = 0x42e300 max_arch_pfn = 0x400000000
[    0.001168] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001401] last_pfn = 0xce000 max_arch_pfn = 0x400000000
[    0.004572] esrt: Reserving ESRT space from 0x00000000b54b7c18 to 0x00000000b54b7c78.
[    0.004577] e820: update [mem 0xb54b7000-0xb54b7fff] usable ==> reserved
[    0.004586] e820: update [mem 0xb547c000-0xb547cfff] usable ==> reserved
[    0.004598] Using GB pages for direct mapping
[    0.004987] secureboot: Secure boot enabled
[    0.004988] RAMDISK: [mem 0x3d709000-0x3fffdfff]
[    0.004992] ACPI: Early table checksum verification disabled
[    0.004995] ACPI: RSDP 0x00000000CDFFE014 000024 (v02 LENOVO)
[    0.004998] ACPI: XSDT 0x00000000CDFC0188 000134 (v01 LENOVO CB-01    00000001      01000013)
[    0.005002] ACPI: FACP 0x00000000CDFE9000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005006] ACPI: DSDT 0x00000000CDFC9000 01901B (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005007] ACPI: FACS 0x00000000CDED5000 000040
[    0.005009] ACPI: UEFI 0x00000000CDF7E000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005011] ACPI: SSDT 0x00000000CDFFC000 000CA9 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005012] ACPI: SSDT 0x00000000CDFF4000 007229 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005014] ACPI: IVRS 0x00000000CDFF3000 0001A4 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005015] ACPI: SSDT 0x00000000CDFEF000 003A21 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005017] ACPI: SSDT 0x00000000CDFEE000 000472 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005018] ACPI: TPM2 0x00000000CDFED000 00004C (v04 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005020] ACPI: MSDM 0x00000000CDFEC000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005021] ACPI: ASF! 0x00000000CDFEB000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005023] ACPI: BOOT 0x00000000CDFEA000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005025] ACPI: HPET 0x00000000CDFE8000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005026] ACPI: APIC 0x00000000CDFE7000 000138 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005028] ACPI: MCFG 0x00000000CDFE6000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005029] ACPI: SLIC 0x00000000CDFE5000 000176 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005031] ACPI: WDAT 0x00000000CDFE4000 00017C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005032] ACPI: WDRT 0x00000000CDFE3000 000047 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005034] ACPI: SSDT 0x00000000CDFC8000 000080 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005035] ACPI: SSDT 0x00000000CDFC2000 005822 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005037] ACPI: SSDT 0x00000000CDFC1000 00005C (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005038] ACPI: SSDT 0x00000000CDFFD000 00005C (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005040] ACPI: SSDT 0x00000000CDFBF000 0000F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005041] ACPI: SSDT 0x00000000CDFBB000 003E88 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005043] ACPI: CRAT 0x00000000CDFBA000 000B68 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005044] ACPI: CDIT 0x00000000CDFB9000 000029 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005046] ACPI: SSDT 0x00000000CDFB8000 000139 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005047] ACPI: SSDT 0x00000000CDFB7000 00028D (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005049] ACPI: SSDT 0x00000000CDFB6000 00022A (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005051] ACPI: SSDT 0x00000000CDFB2000 0034AA (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005052] ACPI: FPDT 0x00000000CDFB1000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005054] ACPI: WSMT 0x00000000CDFAF000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005055] ACPI: SSDT 0x00000000CDFAE000 00007D (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005057] ACPI: SSDT 0x00000000CDFAD000 000517 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005058] ACPI: BGRT 0x00000000CDFB0000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005059] ACPI: Reserving FACP table memory at [mem 0xcdfe9000-0xcdfe910b]
[    0.005060] ACPI: Reserving DSDT table memory at [mem 0xcdfc9000-0xcdfe201a]
[    0.005061] ACPI: Reserving FACS table memory at [mem 0xcded5000-0xcded503f]
[    0.005062] ACPI: Reserving UEFI table memory at [mem 0xcdf7e000-0xcdf7e235]
[    0.005062] ACPI: Reserving SSDT table memory at [mem 0xcdffc000-0xcdffcca8]
[    0.005063] ACPI: Reserving SSDT table memory at [mem 0xcdff4000-0xcdffb228]
[    0.005063] ACPI: Reserving IVRS table memory at [mem 0xcdff3000-0xcdff31a3]
[    0.005064] ACPI: Reserving SSDT table memory at [mem 0xcdfef000-0xcdff2a20]
[    0.005064] ACPI: Reserving SSDT table memory at [mem 0xcdfee000-0xcdfee471]
[    0.005065] ACPI: Reserving TPM2 table memory at [mem 0xcdfed000-0xcdfed04b]
[    0.005065] ACPI: Reserving MSDM table memory at [mem 0xcdfec000-0xcdfec054]
[    0.005066] ACPI: Reserving ASF! table memory at [mem 0xcdfeb000-0xcdfeb0a4]
[    0.005066] ACPI: Reserving BOOT table memory at [mem 0xcdfea000-0xcdfea027]
[    0.005067] ACPI: Reserving HPET table memory at [mem 0xcdfe8000-0xcdfe8037]
[    0.005067] ACPI: Reserving APIC table memory at [mem 0xcdfe7000-0xcdfe7137]
[    0.005068] ACPI: Reserving MCFG table memory at [mem 0xcdfe6000-0xcdfe603b]
[    0.005068] ACPI: Reserving SLIC table memory at [mem 0xcdfe5000-0xcdfe5175]
[    0.005069] ACPI: Reserving WDAT table memory at [mem 0xcdfe4000-0xcdfe417b]
[    0.005069] ACPI: Reserving WDRT table memory at [mem 0xcdfe3000-0xcdfe3046]
[    0.005070] ACPI: Reserving SSDT table memory at [mem 0xcdfc8000-0xcdfc807f]
[    0.005070] ACPI: Reserving SSDT table memory at [mem 0xcdfc2000-0xcdfc7821]
[    0.005071] ACPI: Reserving SSDT table memory at [mem 0xcdfc1000-0xcdfc105b]
[    0.005071] ACPI: Reserving SSDT table memory at [mem 0xcdffd000-0xcdffd05b]
[    0.005072] ACPI: Reserving SSDT table memory at [mem 0xcdfbf000-0xcdfbf0f7]
[    0.005073] ACPI: Reserving SSDT table memory at [mem 0xcdfbb000-0xcdfbee87]
[    0.005073] ACPI: Reserving CRAT table memory at [mem 0xcdfba000-0xcdfbab67]
[    0.005074] ACPI: Reserving CDIT table memory at [mem 0xcdfb9000-0xcdfb9028]
[    0.005074] ACPI: Reserving SSDT table memory at [mem 0xcdfb8000-0xcdfb8138]
[    0.005075] ACPI: Reserving SSDT table memory at [mem 0xcdfb7000-0xcdfb728c]
[    0.005075] ACPI: Reserving SSDT table memory at [mem 0xcdfb6000-0xcdfb6229]
[    0.005076] ACPI: Reserving SSDT table memory at [mem 0xcdfb2000-0xcdfb54a9]
[    0.005076] ACPI: Reserving FPDT table memory at [mem 0xcdfb1000-0xcdfb1043]
[    0.005077] ACPI: Reserving WSMT table memory at [mem 0xcdfaf000-0xcdfaf027]
[    0.005077] ACPI: Reserving SSDT table memory at [mem 0xcdfae000-0xcdfae07c]
[    0.005078] ACPI: Reserving SSDT table memory at [mem 0xcdfad000-0xcdfad516]
[    0.005079] ACPI: Reserving BGRT table memory at [mem 0xcdfb0000-0xcdfb0037]
[    0.005090] ACPI: Local APIC address 0xfee00000
[    0.005134] No NUMA configuration found
[    0.005136] Faking a node at [mem 0x0000000000000000-0x000000042e2fffff]
[    0.005141] NODE_DATA(0) allocated [mem 0x42e2d6000-0x42e2fffff]
[    0.005338] Zone ranges:
[    0.005339]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005341]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005342]   Normal   [mem 0x0000000100000000-0x000000042e2fffff]
[    0.005342]   Device   empty
[    0.005343] Movable zone start for each node
[    0.005344] Early memory node ranges
[    0.005344]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.005345]   node   0: [mem 0x0000000000100000-0x00000000099fffff]
[    0.005346]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.005346]   node   0: [mem 0x0000000009f0f000-0x00000000bab68fff]
[    0.005347]   node   0: [mem 0x00000000bbd69000-0x00000000c9f7efff]
[    0.005347]   node   0: [mem 0x00000000cdfff000-0x00000000cdffffff]
[    0.005348]   node   0: [mem 0x0000000100000000-0x000000042e2fffff]
[    0.005349] Initmem setup node 0 [mem 0x0000000000001000-0x000000042e2fffff]
[    0.005350] On node 0 totalpages: 4156431
[    0.005351]   DMA zone: 64 pages used for memmap
[    0.005351]   DMA zone: 158 pages reserved
[    0.005352]   DMA zone: 3998 pages, LIFO batch:0
[    0.005352]   DMA32 zone: 12774 pages used for memmap
[    0.005353]   DMA32 zone: 817521 pages, LIFO batch:63
[    0.005354]   Normal zone: 52108 pages used for memmap
[    0.005354]   Normal zone: 3334912 pages, LIFO batch:63
[    0.005356] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.005368] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.005483] On node 0, zone DMA32: 1024 pages in unavailable ranges
[    0.008982] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.009327] On node 0, zone DMA32: 4608 pages in unavailable ranges
[    0.009430] On node 0, zone DMA32: 16512 pages in unavailable ranges
[    0.027446] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.027497] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.027879] ACPI: PM-Timer IO Port: 0x408
[    0.027881] ACPI: Local APIC address 0xfee00000
[    0.027887] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.027888] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.027889] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.027889] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.027889] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.027890] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.027890] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.027891] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.027891] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.027891] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.027892] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.027892] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.027893] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.027893] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.027893] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.027894] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.027906] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.027911] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.027912] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.027913] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.027914] ACPI: IRQ0 used by override.
[    0.027915] ACPI: IRQ9 used by override.
[    0.027916] Using ACPI (MADT) for SMP configuration information
[    0.027917] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.027925] e820: update [mem 0xb547d000-0xb54a1fff] usable ==> reserved
[    0.027934] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
[    0.027951] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.027953] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[    0.027953] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.027954] PM: hibernation: Registered nosave memory: [mem 0x09a00000-0x09dfffff]
[    0.027955] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0efff]
[    0.027956] PM: hibernation: Registered nosave memory: [mem 0xb53e2000-0xb53e2fff]
[    0.027957] PM: hibernation: Registered nosave memory: [mem 0xb5408000-0xb5408fff]
[    0.027958] PM: hibernation: Registered nosave memory: [mem 0xb547c000-0xb54a1fff]
[    0.027959] PM: hibernation: Registered nosave memory: [mem 0xb54b7000-0xb54b7fff]
[    0.027960] PM: hibernation: Registered nosave memory: [mem 0xbab69000-0xbbd68fff]
[    0.027961] PM: hibernation: Registered nosave memory: [mem 0xc9f7f000-0xccf7efff]
[    0.027962] PM: hibernation: Registered nosave memory: [mem 0xccf7f000-0xcdf7efff]
[    0.027962] PM: hibernation: Registered nosave memory: [mem 0xcdf7f000-0xcdffefff]
[    0.027963] PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
[    0.027964] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
[    0.027964] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.027964] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
[    0.027965] PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
[    0.027965] PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfdffffff]
[    0.027966] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe0fffff]
[    0.027966] PM: hibernation: Registered nosave memory: [mem 0xfe100000-0xfebfffff]
[    0.027966] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[    0.027967] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.027967] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.027967] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.027968] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.027968] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
[    0.027969] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
[    0.027969] PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedfffff]
[    0.027969] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.027970] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.027970] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.027971] [mem 0xd0000000-0xf7ffffff] available for PCI devices
[    0.027972] Booting paravirtualized kernel on bare hardware
[    0.027974] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.027980] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.028378] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.028383] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.028384] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.028410] Built 1 zonelists, mobility grouping on.  Total pages: 4091327
[    0.028410] Policy zone: Normal
[    0.028411] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.13.0-22-generic root=UUID=cb5cf3dd-3fa0-4be6-bd46-5154ea6de67d ro quiet splash vt.handoff=7
[    0.029700] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.030337] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.030372] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.055398] Memory: 16055700K/16625724K available (16393K kernel code, 3510K rwdata, 10504K rodata, 2860K init, 5768K bss, 569764K reserved, 0K cma-reserved)
[    0.055406] random: get_random_u64 called from kmem_cache_open+0x25/0x330 with crng_init=1
[    0.055472] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.055482] ftrace: allocating 49723 entries in 195 pages
[    0.069290] ftrace: allocated 195 pages with 4 groups
[    0.069381] rcu: Hierarchical RCU implementation.
[    0.069382] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.069384]  Rude variant of Tasks RCU enabled.
[    0.069384]  Tracing variant of Tasks RCU enabled.
[    0.069384] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.069385] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.071519] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.071783] random: crng done (trusting CPU's manufacturer)
[    0.071799] vt handoff: transparent VT on vt#7
[    0.071802] Console: colour dummy device 80x25
[    0.071812] printk: console [tty0] enabled
[    0.071821] ACPI: Core revision 20210331
[    0.072015] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.072032] APIC: Switch to symmetric I/O mode setup
[    0.072572] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.072574] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.072574] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.072575] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.072831] Switched APIC routing to physical flat.
[    0.073550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.092038] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7a945ce7b, max_idle_ns: 440795356303 ns
[    0.092044] Calibrating delay loop (skipped), value calculated using timer frequency.. 6587.68 BogoMIPS (lpj=13175372)
[    0.092046] pid_max: default: 32768 minimum: 301
[    0.096061] LSM: Security Framework initializing
[    0.096074] Yama: becoming mindful.
[    0.096089] AppArmor: AppArmor initialized
[    0.096112] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.096122] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.096266] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.096275] LVT offset 1 assigned for vector 0xf9
[    0.096282] LVT offset 2 assigned for vector 0xf4
[    0.096285] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.096286] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.096289] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.096290] Spectre V2 : Mitigation: Full AMD retpoline
[    0.096291] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.096291] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.096292] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.096293] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.096294] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.102377] Freeing SMP alternatives memory: 40K
[    0.211390] smpboot: CPU0: AMD Ryzen 5 5600H with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[    0.211509] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.211512] ... version:                0
[    0.211513] ... bit width:              48
[    0.211513] ... generic registers:      6
[    0.211514] ... value mask:             0000ffffffffffff
[    0.211514] ... max period:             00007fffffffffff
[    0.211515] ... fixed-purpose events:   0
[    0.211515] ... event mask:             000000000000003f
[    0.211556] rcu: Hierarchical SRCU implementation.
[    0.211880] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.211989] smp: Bringing up secondary CPUs ...
[    0.212041] x86: Booting SMP configuration:
[    0.212041] .... node  #0, CPUs:        #1
[    0.212041] TSC synchronization [CPU#0 -> CPU#1]:
[    0.212041] Measured 3688840274 cycles TSC warp between CPUs, turning off TSC clock.
[    0.212041] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.212041] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.212041]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.212276] smp: Brought up 1 node, 12 CPUs
[    0.212276] smpboot: Max logical packages: 2
[    0.212276] smpboot: Total of 12 processors activated (79052.23 BogoMIPS)
[    0.216101] devtmpfs: initialized
[    0.216101] x86/mm: Memory block size: 128MB
[    0.216690] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0efff] (61440 bytes)
[    0.216690] PM: Registering ACPI NVS region [mem 0xccf7f000-0xcdf7efff] (16777216 bytes)
[    0.216690] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.216690] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.216690] pinctrl core: initialized pinctrl subsystem
[    0.216690] PM: RTC time: 08:29:32, date: 2021-12-09
[    0.216690] NET: Registered protocol family 16
[    0.216690] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.216690] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.216746] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.216752] audit: initializing netlink subsys (disabled)
[    0.216756] audit: type=2000 audit(1639038572.144:1): state=initialized audit_enabled=0 res=1
[    0.216756] thermal_sys: Registered thermal governor 'fair_share'
[    0.216756] thermal_sys: Registered thermal governor 'bang_bang'
[    0.216756] thermal_sys: Registered thermal governor 'step_wise'
[    0.216756] thermal_sys: Registered thermal governor 'user_space'
[    0.216756] thermal_sys: Registered thermal governor 'power_allocator'
[    0.216756] EISA bus registered
[    0.216756] cpuidle: using governor ladder
[    0.216756] cpuidle: using governor menu
[    0.216756] Simple Boot Flag at 0x44 set to 0x1
[    0.216756] ACPI: bus type PCI registered
[    0.216756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.216756] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.216756] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.216756] PCI: Using configuration type 1 for base access
[    0.216929] Kprobes globally optimized
[    0.216932] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.216932] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.216932] ACPI: Added _OSI(Module Device)
[    0.216932] ACPI: Added _OSI(Processor Device)
[    0.216932] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.216932] ACPI: Added _OSI(Processor Aggregator Device)
[    0.216932] ACPI: Added _OSI(Linux-Dell-Video)
[    0.216932] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.216932] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.234946] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.PB2], AE_NOT_FOUND (20210331/dswload2-162)
[    0.234952] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210331/psobject-220)
[    0.234954] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.236068] ACPI: 16 ACPI AML tables successfully acquired and loaded
[    0.237470] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.239070] ACPI: EC: EC started
[    0.239071] ACPI: EC: interrupt blocked
[    0.243503] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.243505] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.243506] ACPI: Interpreter enabled
[    0.243518] ACPI: (supports S0 S3 S4 S5)
[    0.243519] ACPI: Using IOAPIC for interrupt routing
[    0.243646] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.244006] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.244638] ACPI: PM: Power Resource [PG00] (on)
[    0.265208] ACPI: PM: Power Resource [WRST] (on)
[    0.265827] ACPI: PM: Power Resource [BTPR] (on)
[    0.271036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.271040] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.271158] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.271263] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.271272] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.271503] PCI host bridge to bus 0000:00
[    0.271506] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.271507] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.271508] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.271508] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
[    0.271509] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.271510] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
[    0.271510] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
[    0.271511] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfeafffff window]
[    0.271511] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed811ff window]
[    0.271512] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
[    0.271512] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
[    0.271513] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
[    0.271514] pci_bus 0000:00: root bus resource [mem 0x450200000-0xfcffffffff window]
[    0.271522] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.271599] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.271675] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.271746] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.271792] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.271864] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.271910] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.271988] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.272058] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.272106] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.272175] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.272222] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.272300] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.272346] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.272422] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.272487] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.272505] pci 0000:00:08.1: enabling Extended Tags
[    0.272533] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.272603] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.272621] pci 0000:00:08.2: enabling Extended Tags
[    0.272647] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.272732] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.272847] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.272966] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[    0.273011] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[    0.273060] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[    0.273108] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[    0.273152] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[    0.273198] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[    0.273244] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[    0.273289] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[    0.273388] pci 0000:01:00.0: [10de:2560] type 00 class 0x030000
[    0.273397] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
[    0.273405] pci 0000:01:00.0: reg 0x14: [mem 0xfa00000000-0xfbffffffff 64bit pref]
[    0.273413] pci 0000:01:00.0: reg 0x1c: [mem 0xfc00000000-0xfc01ffffff 64bit pref]
[    0.273418] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.273424] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.273436] pci 0000:01:00.0: BAR 1: assigned to efifb
[    0.273472] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.273536] 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 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.273653] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
[    0.273661] pci 0000:01:00.1: reg 0x10: [mem 0xd1000000-0xd1003fff]
[    0.273765] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.273767] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.273770] pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
[    0.273772] pci 0000:00:01.1:   bridge window [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[    0.273908] pci 0000:02:00.0: [15b7:5008] type 00 class 0x010802
[    0.273923] pci 0000:02:00.0: reg 0x10: [mem 0xd1900000-0xd1903fff 64bit]
[    0.273944] pci 0000:02:00.0: reg 0x20: [mem 0xd1904000-0xd19040ff 64bit]
[    0.274090] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.274093] pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
[    0.274138] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.274152] pci 0000:03:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.274169] pci 0000:03:00.0: reg 0x18: [mem 0xd1804000-0xd1804fff 64bit]
[    0.274180] pci 0000:03:00.0: reg 0x20: [mem 0xd1800000-0xd1803fff 64bit]
[    0.274261] pci 0000:03:00.0: supports D1 D2
[    0.274262] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.274380] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.274382] pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
[    0.274384] pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
[    0.274437] pci 0000:04:00.0: [10ec:8852] type 00 class 0x028000
[    0.274454] pci 0000:04:00.0: reg 0x10: [io  0x1000-0x10ff]
[    0.274476] pci 0000:04:00.0: reg 0x18: [mem 0xd1700000-0xd17fffff 64bit]
[    0.274587] pci 0000:04:00.0: supports D1 D2
[    0.274588] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.274717] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.274719] pci 0000:00:02.2:   bridge window [io  0x1000-0x1fff]
[    0.274721] pci 0000:00:02.2:   bridge window [mem 0xd1700000-0xd17fffff]
[    0.274982] pci 0000:05:00.0: [144d:a808] type 00 class 0x010802
[    0.274997] pci 0000:05:00.0: reg 0x10: [mem 0xd1600000-0xd1603fff 64bit]
[    0.275168] pci 0000:00:02.4: PCI bridge to [bus 05]
[    0.275172] pci 0000:00:02.4:   bridge window [mem 0xd1600000-0xd16fffff]
[    0.275225] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
[    0.275250] pci 0000:06:00.0: enabling Extended Tags
[    0.275314] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.275352] pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
[    0.275363] pci 0000:06:00.2: reg 0x18: [mem 0xd1400000-0xd14fffff]
[    0.275372] pci 0000:06:00.2: reg 0x24: [mem 0xd1548000-0xd1549fff]
[    0.275377] pci 0000:06:00.2: enabling Extended Tags
[    0.275447] pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
[    0.275456] pci 0000:06:00.3: reg 0x10: [mem 0xd1200000-0xd12fffff 64bit]
[    0.275477] pci 0000:06:00.3: enabling Extended Tags
[    0.275504] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.275551] pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
[    0.275560] pci 0000:06:00.4: reg 0x10: [mem 0xd1300000-0xd13fffff 64bit]
[    0.275581] pci 0000:06:00.4: enabling Extended Tags
[    0.275608] pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
[    0.275656] pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
[    0.275662] pci 0000:06:00.5: reg 0x10: [mem 0xd1500000-0xd153ffff]
[    0.275681] pci 0000:06:00.5: enabling Extended Tags
[    0.275707] pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
[    0.275753] pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
[    0.275760] pci 0000:06:00.6: reg 0x10: [mem 0xd1540000-0xd1547fff]
[    0.275778] pci 0000:06:00.6: enabling Extended Tags
[    0.275803] pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
[    0.275861] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.275865] pci 0000:00:08.1:   bridge window [mem 0xd1200000-0xd15fffff]
[    0.275902] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
[    0.275927] pci 0000:07:00.0: reg 0x24: [mem 0xd1101000-0xd11017ff]
[    0.275934] pci 0000:07:00.0: enabling Extended Tags
[    0.275993] pci 0000:07:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.276025] pci 0000:07:00.1: [1022:7901] type 00 class 0x010601
[    0.276052] pci 0000:07:00.1: reg 0x24: [mem 0xd1100000-0xd11007ff]
[    0.276059] pci 0000:07:00.1: enabling Extended Tags
[    0.276129] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.276132] pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.276721] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.276722] ACPI: PCI: Interrupt link LNKA disabled
[    0.276776] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.276777] ACPI: PCI: Interrupt link LNKB disabled
[    0.276816] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.276817] ACPI: PCI: Interrupt link LNKC disabled
[    0.276869] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.276869] ACPI: PCI: Interrupt link LNKD disabled
[    0.276916] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.276917] ACPI: PCI: Interrupt link LNKE disabled
[    0.276954] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.276954] ACPI: PCI: Interrupt link LNKF disabled
[    0.276991] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.276991] ACPI: PCI: Interrupt link LNKG disabled
[    0.277028] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.277029] ACPI: PCI: Interrupt link LNKH disabled
[    0.279099] acpi LNXPOWER:02: Turning OFF
[    0.279103] acpi LNXPOWER:01: Turning OFF
[    0.279143] ACPI: EC: interrupt unblocked
[    0.279144] ACPI: EC: event unblocked
[    0.279148] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.279149] ACPI: EC: GPE=0x3
[    0.279149] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    0.279151] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    0.279194] iommu: Default domain type: Translated 
[    0.279194] SCSI subsystem initialized
[    0.279194] libata version 3.00 loaded.
[    0.279194] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.279194] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.279194] pci 0000:01:00.0: vgaarb: setting as boot device
[    0.279194] vgaarb: loaded
[    0.279194] ACPI: bus type USB registered
[    0.279194] usbcore: registered new interface driver usbfs
[    0.279194] usbcore: registered new interface driver hub
[    0.279194] usbcore: registered new device driver usb
[    0.285173] pps_core: LinuxPPS API ver. 1 registered
[    0.285175] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.285176] PTP clock support registered
[    0.285187] EDAC MC: Ver: 3.0.0
[    0.285187] Registered efivars operations
[    0.285187] NetLabel: Initializing
[    0.285187] NetLabel:  domain hash size = 128
[    0.285187] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.285187] NetLabel:  unlabeled traffic allowed by default
[    0.285187] PCI: Using ACPI for IRQ routing
[    0.285946] PCI: pci_cache_line_size set to 64 bytes
[    0.286261] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.286262] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.286263] e820: reserve RAM buffer [mem 0x09a00000-0x0bffffff]
[    0.286264] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    0.286264] e820: reserve RAM buffer [mem 0xb53e2018-0xb7ffffff]
[    0.286265] e820: reserve RAM buffer [mem 0xb547c000-0xb7ffffff]
[    0.286266] e820: reserve RAM buffer [mem 0xb54b7000-0xb7ffffff]
[    0.286266] e820: reserve RAM buffer [mem 0xbab69000-0xbbffffff]
[    0.286267] e820: reserve RAM buffer [mem 0xc9f7f000-0xcbffffff]
[    0.286267] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
[    0.286268] e820: reserve RAM buffer [mem 0x42e300000-0x42fffffff]
[    0.288045] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.288047] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.290302] clocksource: Switched to clocksource hpet
[    0.293439] VFS: Disk quotas dquot_6.6.0
[    0.293453] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.293514] AppArmor: AppArmor Filesystem Enabled
[    0.293538] pnp: PnP ACPI init
[    0.293633] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.293635] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.293636] system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
[    0.293639] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.293761] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.293772] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
[    0.293791] system 00:03: [io  0x0400-0x04cf] could not be reserved
[    0.293792] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.293793] system 00:03: [io  0x04d6] has been reserved
[    0.293793] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.293794] system 00:03: [io  0x0c14] has been reserved
[    0.293795] system 00:03: [io  0x0c50-0x0c52] has been reserved
[    0.293795] system 00:03: [io  0x0c6c] has been reserved
[    0.293796] system 00:03: [io  0x0c6f] has been reserved
[    0.293796] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[    0.293798] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.293837] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.293839] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.294680] pnp: PnP ACPI: found 5 devices
[    0.300531] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.300600] NET: Registered protocol family 2
[    0.300915] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.302121] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.302218] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.302356] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.302403] TCP: Hash tables configured (established 131072 bind 65536)
[    0.302468] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.302500] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.302533] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.302578] NET: Registered protocol family 1
[    0.302582] NET: Registered protocol family 44
[    0.302584] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.302593] pci 0000:01:00.0: BAR 6: assigned [mem 0xd1080000-0xd10fffff pref]
[    0.302595] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.302596] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.302598] pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
[    0.302600] pci 0000:00:01.1:   bridge window [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[    0.302603] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.302605] pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
[    0.302608] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.302609] pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
[    0.302611] pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
[    0.302614] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.302616] pci 0000:00:02.2:   bridge window [io  0x1000-0x1fff]
[    0.302617] pci 0000:00:02.2:   bridge window [mem 0xd1700000-0xd17fffff]
[    0.302621] pci 0000:00:02.4: PCI bridge to [bus 05]
[    0.302622] pci 0000:00:02.4:   bridge window [mem 0xd1600000-0xd16fffff]
[    0.302627] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.302629] pci 0000:00:08.1:   bridge window [mem 0xd1200000-0xd15fffff]
[    0.302632] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.302634] pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.302637] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.302638] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.302639] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000cffff window]
[    0.302640] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff window]
[    0.302640] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
[    0.302641] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf7ffffff window]
[    0.302641] pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfeafffff window]
[    0.302642] pci_bus 0000:00: resource 11 [mem 0xfed45000-0xfed811ff window]
[    0.302643] pci_bus 0000:00: resource 12 [mem 0xfed81900-0xfed81fff window]
[    0.302643] pci_bus 0000:00: resource 13 [mem 0xfedc0000-0xfedc0fff window]
[    0.302644] pci_bus 0000:00: resource 14 [mem 0xfedc6000-0xfedc6fff window]
[    0.302644] pci_bus 0000:00: resource 15 [mem 0x450200000-0xfcffffffff window]
[    0.302645] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.302646] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd10fffff]
[    0.302646] pci_bus 0000:01: resource 2 [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[    0.302647] pci_bus 0000:02: resource 1 [mem 0xd1900000-0xd19fffff]
[    0.302647] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.302648] pci_bus 0000:03: resource 1 [mem 0xd1800000-0xd18fffff]
[    0.302649] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.302649] pci_bus 0000:04: resource 1 [mem 0xd1700000-0xd17fffff]
[    0.302650] pci_bus 0000:05: resource 1 [mem 0xd1600000-0xd16fffff]
[    0.302650] pci_bus 0000:06: resource 1 [mem 0xd1200000-0xd15fffff]
[    0.302651] pci_bus 0000:07: resource 1 [mem 0xd1100000-0xd11fffff]
[    0.302735] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.303020] pci 0000:06:00.3: extending delay after power-on from D3hot to 20 msec
[    0.457442] pci 0000:06:00.3: quirk_usb_early_handoff+0x0/0x120 took 150799 usecs
[    0.457448] pci 0000:06:00.4: extending delay after power-on from D3hot to 20 msec
[    0.470170] pci 0000:06:00.4: quirk_usb_early_handoff+0x0/0x120 took 12418 usecs
[    0.470179] PCI: CLS 64 bytes, default 64
[    0.470187] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.470221] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.470222] pci 0000:00:00.2: PCI INT A: not connected
[    0.470224] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.470227] Trying to unpack rootfs image as initramfs...
[    0.470235] pci 0000:00:01.0: Adding to iommu group 0
[    0.470240] pci 0000:00:01.1: Adding to iommu group 1
[    0.470246] pci 0000:00:01.2: Adding to iommu group 2
[    0.470255] pci 0000:00:02.0: Adding to iommu group 3
[    0.470260] pci 0000:00:02.1: Adding to iommu group 4
[    0.470265] pci 0000:00:02.2: Adding to iommu group 5
[    0.470270] pci 0000:00:02.4: Adding to iommu group 6
[    0.470279] pci 0000:00:08.0: Adding to iommu group 7
[    0.470284] pci 0000:00:08.1: Adding to iommu group 7
[    0.470289] pci 0000:00:08.2: Adding to iommu group 7
[    0.470297] pci 0000:00:14.0: Adding to iommu group 8
[    0.470302] pci 0000:00:14.3: Adding to iommu group 8
[    0.470318] pci 0000:00:18.0: Adding to iommu group 9
[    0.470323] pci 0000:00:18.1: Adding to iommu group 9
[    0.470327] pci 0000:00:18.2: Adding to iommu group 9
[    0.470332] pci 0000:00:18.3: Adding to iommu group 9
[    0.470338] pci 0000:00:18.4: Adding to iommu group 9
[    0.470343] pci 0000:00:18.5: Adding to iommu group 9
[    0.470348] pci 0000:00:18.6: Adding to iommu group 9
[    0.470353] pci 0000:00:18.7: Adding to iommu group 9
[    0.470361] pci 0000:01:00.0: Adding to iommu group 10
[    0.470367] pci 0000:01:00.1: Adding to iommu group 10
[    0.470372] pci 0000:02:00.0: Adding to iommu group 11
[    0.470378] pci 0000:03:00.0: Adding to iommu group 12
[    0.470385] pci 0000:04:00.0: Adding to iommu group 13
[    0.470391] pci 0000:05:00.0: Adding to iommu group 14
[    0.470402] pci 0000:06:00.0: Adding to iommu group 7
[    0.470405] pci 0000:06:00.2: Adding to iommu group 7
[    0.470407] pci 0000:06:00.3: Adding to iommu group 7
[    0.470410] pci 0000:06:00.4: Adding to iommu group 7
[    0.470413] pci 0000:06:00.5: Adding to iommu group 7
[    0.470416] pci 0000:06:00.6: Adding to iommu group 7
[    0.470419] pci 0000:07:00.0: Adding to iommu group 7
[    0.470422] pci 0000:07:00.1: Adding to iommu group 7
[    0.472652] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.472655] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.472660] AMD-Vi: Interrupt remapping enabled
[    0.472660] AMD-Vi: Virtual APIC enabled
[    0.472661] AMD-Vi: X2APIC enabled
[    0.473013] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.473014] software IO TLB: mapped [mem 0x00000000c5044000-0x00000000c9044000] (64MB)
[    0.473047] amd_uncore: 4  amd_df counters detected
[    0.473050] amd_uncore: 6  amd_l3 counters detected
[    0.473426] LVT offset 0 assigned for vector 0x400
[    0.473657] perf: AMD IBS detected (0x000003ff)
[    0.473660] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.474033] Initialise system trusted keyrings
[    0.474040] Key type blacklist registered
[    0.474087] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.474562] zbud: loaded
[    0.474708] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.474826] fuse: init (API version 7.34)
[    0.474944] integrity: Platform Keyring initialized
[    0.477510] Key type asymmetric registered
[    0.477510] Asymmetric key parser 'x509' registered
[    0.477516] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.477548] io scheduler mq-deadline registered
[    0.478251] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.478339] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[    0.478426] pcieport 0000:00:02.1: PME: Signaling with IRQ 28
[    0.478506] pcieport 0000:00:02.2: PME: Signaling with IRQ 29
[    0.478585] pcieport 0000:00:02.4: PME: Signaling with IRQ 30
[    0.478658] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[    0.478815] pcieport 0000:00:08.2: PME: Signaling with IRQ 32
[    0.478876] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.478909] efifb: probing for efifb
[    0.478919] efifb: showing boot graphics
[    0.480393] efifb: framebuffer at 0xfa00000000, using 8640k, total 8640k
[    0.480394] efifb: mode is 1920x1080x32, linelength=8192, pages=1
[    0.480395] efifb: scrolling: redraw
[    0.480395] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.480427] fbcon: Deferring console take-over
[    0.480428] fb0: EFI VGA frame buffer device
[    0.481506] ACPI: AC: AC Adapter [ADP0] (on-line)
[    0.481540] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.481550] ACPI: button: Power Button [PWRB]
[    0.481566] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.481574] ACPI: button: Lid Switch [LID0]
[    0.481585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.481610] ACPI: button: Power Button [PWRF]
[    0.481644] Monitor-Mwait will be used to enter C-1 state
[    0.481646] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.481713] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.481953] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.482751] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.482901] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.483073] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.483227] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.483393] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.483599] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[    0.483784] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[    0.483966] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[    0.484134] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[    0.484513] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.485743] Linux agpgart interface v0.103
[    0.580389] ACPI: battery: Slot [BAT0] (battery present)
[    0.684363] loop: module loaded
[    0.684804] libphy: Fixed MDIO Bus: probed
[    0.684807] tun: Universal TUN/TAP device driver, 1.6
[    0.684913] PPP generic driver version 2.4.2
[    0.685149] VFIO - User Level meta-driver version: 0.3
[    0.685361] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.685366] ehci-pci: EHCI PCI platform driver
[    0.685381] ehci-platform: EHCI generic platform driver
[    0.685387] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.685391] ohci-pci: OHCI PCI platform driver
[    0.685396] ohci-platform: OHCI generic platform driver
[    0.685402] uhci_hcd: USB Universal Host Controller Interface driver
[    0.685437] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[    0.685439] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.686482] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.686778] mousedev: PS/2 mouse device common for all mice
[    0.686890] rtc_cmos 00:01: RTC can wake from S4
[    0.687062] rtc_cmos 00:01: registered as rtc0
[    0.687244] rtc_cmos 00:01: setting system clock to 2021-12-09T08:29:32 UTC (1639038572)
[    0.687269] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.687279] i2c /dev entries driver
[    0.687404] device-mapper: uevent: version 1.0.3
[    0.687441] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.687461] platform eisa.0: Probing EISA bus 0
[    0.687462] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.687463] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.687464] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.687465] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.687465] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.687466] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.687466] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.687466] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.687467] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.687467] platform eisa.0: EISA: Detected 0 cards
[    0.687824] ledtrig-cpu: registered to indicate activity on CPUs
[    0.687833] EFI Variables Facility v0.08 2004-May-17
[    0.690039] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.691872] drop_monitor: Initializing network drop monitor service
[    0.691963] NET: Registered protocol family 10
[    0.726068] Freeing initrd memory: 41940K
[    0.730637] Segment Routing with IPv6
[    0.730667] NET: Registered protocol family 17
[    0.730742] Key type dns_resolver registered
[    0.731646] microcode: CPU0: patch_level=0x0a50000c
[    0.731659] microcode: CPU1: patch_level=0x0a50000c
[    0.731683] microcode: CPU2: patch_level=0x0a50000c
[    0.731703] microcode: CPU3: patch_level=0x0a50000c
[    0.731724] microcode: CPU4: patch_level=0x0a50000c
[    0.731733] microcode: CPU5: patch_level=0x0a50000c
[    0.731757] microcode: CPU6: patch_level=0x0a50000c
[    0.731777] microcode: CPU7: patch_level=0x0a50000c
[    0.731801] microcode: CPU8: patch_level=0x0a50000c
[    0.731821] microcode: CPU9: patch_level=0x0a50000c
[    0.731834] microcode: CPU10: patch_level=0x0a50000c
[    0.731858] microcode: CPU11: patch_level=0x0a50000c
[    0.731919] microcode: Microcode Update Driver: v2.2.
[    0.732245] resctrl: L3 allocation detected
[    0.732247] resctrl: L3DATA allocation detected
[    0.732248] resctrl: L3CODE allocation detected
[    0.732248] resctrl: MB allocation detected
[    0.732248] resctrl: L3 monitoring detected
[    0.732253] IPI shorthand broadcast: enabled
[    0.732435] registered taskstats version 1
[    0.732445] Loading compiled-in X.509 certificates
[    0.732969] Loaded X.509 cert 'Build time autogenerated kernel key: ce406c7367be3ae37fb43834ccc4450015dabf87'
[    0.733271] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.733561] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.733562] blacklist: Loading compiled-in revocation X.509 certificates
[    0.733573] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.733834] zswap: loaded using pool lzo/zbud
[    0.734261] Key type ._fscrypt registered
[    0.734263] Key type .fscrypt registered
[    0.734263] Key type fscrypt-provisioning registered
[    0.734938] Key type trusted registered
[    0.736309] Key type encrypted registered
[    0.736311] AppArmor: AppArmor sha1 policy hashing enabled
[    0.737350] integrity: Loading X.509 certificate: UEFI:db
[    0.737371] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.737372] integrity: Loading X.509 certificate: UEFI:db
[    0.737382] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.737382] integrity: Loading X.509 certificate: UEFI:db
[    0.737389] integrity: Loaded X.509 cert 'GKLegtion560Y560PY760: 643ea7559c9cb8ac4c6fbf74a625fe62'
[    0.737389] integrity: Loading X.509 certificate: UEFI:db
[    0.737390] integrity: Problem loading X.509 certificate -65
[    0.737392] integrity: Error adding keys to platform keyring UEFI:db
[    0.739791] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.739994] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.739998] Loading compiled-in module X.509 certificates
[    0.740420] Loaded X.509 cert 'Build time autogenerated kernel key: ce406c7367be3ae37fb43834ccc4450015dabf87'
[    0.740424] ima: Allocated hash algorithm: sha1
[    0.753087] ima: No architecture policies found
[    0.753105] evm: Initialising EVM extended attributes:
[    0.753106] evm: security.selinux
[    0.753107] evm: security.SMACK64
[    0.753107] evm: security.SMACK64EXEC
[    0.753108] evm: security.SMACK64TRANSMUTE
[    0.753108] evm: security.SMACK64MMAP
[    0.753109] evm: security.apparmor
[    0.753109] evm: security.ima
[    0.753110] evm: security.capability
[    0.753110] evm: HMAC attrs: 0x1
[    0.753491] PM:   Magic number: 1:486:472
[    0.753494] PM:   hash matches drivers/base/power/main.c:905
[    0.753563] acpi LNXSYSTM:00: hash matches
[    0.754824] RAS: Correctable Errors collector initialized.
[    0.754831] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[    0.754835] Unstable clock detected, switching default tracing clock to "global"
If you want to keep using the local clock, then add:
"trace_clock=local"
on the kernel command line
[    0.755843] Freeing unused decrypted memory: 2036K
[    0.756199] Freeing unused kernel image (initmem) memory: 2860K
[    0.792375] Write protecting the kernel read-only data: 30720k
[    0.793139] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.793696] Freeing unused kernel image (rodata/data gap) memory: 1784K
[    0.817152] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.817163] Run /init as init process
[    0.817164]   with arguments:
[    0.817166]     /init
[    0.817167]     splash
[    0.817168]   with environment:
[    0.817169]     HOME=/
[    0.817169]     TERM=linux
[    0.817170]     BOOT_IMAGE=/boot/vmlinuz-5.13.0-22-generic
[    0.908889] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xff00, revision 15
[    0.908893] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    0.909050] hid: raw HID events driver (C) Jiri Kosina
[    0.910073] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xff20
[    0.910155] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    0.910161] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 1
[    0.910249] xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.910498] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    0.910506] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    0.910508] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
[    0.910510] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.910534] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    0.910535] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.910536] usb usb1: Product: xHCI Host Controller
[    0.910537] usb usb1: Manufacturer: Linux 5.13.0-22-generic xhci-hcd
[    0.910537] usb usb1: SerialNumber: 0000:06:00.3
[    0.910669] r8169 0000:03:00.0: enabling device (0000 -> 0003)
[    0.910708] hub 1-0:1.0: USB hub found
[    0.910717] hub 1-0:1.0: 4 ports detected
[    0.911019] ahci 0000:07:00.0: version 3.0
[    0.911620] nvme nvme0: pci function 0000:02:00.0
[    0.911710] nvme nvme1: pci function 0000:05:00.0
[    0.912018] ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.912021] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.912792] scsi host0: ahci
[    0.912842] ata1: SATA max UDMA/133 abar m2048@0xd1101000 port 0xd1101100 irq 45
[    0.913050] ahci 0000:07:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.913053] ahci 0000:07:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.913168] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.913181] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    0.913182] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.913184] usb usb2: Product: xHCI Host Controller
[    0.913184] usb usb2: Manufacturer: Linux 5.13.0-22-generic xhci-hcd
[    0.913185] usb usb2: SerialNumber: 0000:06:00.3
[    0.913193] scsi host1: ahci
[    0.913220] ata2: SATA max UDMA/133 abar m2048@0xd1100000 port 0xd1100100 irq 51
[    0.913337] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    0.913368] hub 2-0:1.0: USB hub found
[    0.913376] hub 2-0:1.0: 2 ports detected
[    0.913844] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    0.913848] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 3
[    0.913932] xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.914181] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    0.914183] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
[    0.914186] xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.914203] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    0.914205] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.914206] usb usb3: Product: xHCI Host Controller
[    0.914207] usb usb3: Manufacturer: Linux 5.13.0-22-generic xhci-hcd
[    0.914208] usb usb3: SerialNumber: 0000:06:00.4
[    0.914313] hub 3-0:1.0: USB hub found
[    0.914318] hub 3-0:1.0: 4 ports detected
[    0.914856] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.914872] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    0.914874] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.914875] usb usb4: Product: xHCI Host Controller
[    0.914876] usb usb4: Manufacturer: Linux 5.13.0-22-generic xhci-hcd
[    0.914877] usb usb4: SerialNumber: 0000:06:00.4
[    0.914951] hub 4-0:1.0: USB hub found
[    0.914955] hub 4-0:1.0: 2 ports detected
[    0.916931] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    0.917446] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    0.923216] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    0.923216] acpi device:01: registered as cooling_device12
[    0.923257] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input4
[    0.923380] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.923421] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20210331/psargs-330)

[ 0.923427] Initialized Local Variables for Method [_BCM]: [ 0.923428] Local0: 0000000097c55933 Integer 00000000000000FF [ 0.923431] Local1: 00000000d5d9fc50 Integer 0000000000000000

[ 0.923434] Initialized Arguments for Method [_BCM]: (1 arguments defined for method invocation) [ 0.923434] Arg0: 00000000201f38f3 Integer 0000000000000064

[ 0.923436] ACPI Error: Aborting method _SB.PCI0.GP17.VGA.LCD._BCM due to previous error (AE_NOTFOUND) (20210331/psparse-529) [ 0.923440] ACPI: _SB.PCI0.GP17.VGA.LCD: _BCM evaluation failed [ 0.923465] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/LNXVIDEO:01/input/input5 [ 0.926053] libphy: r8169: probed [ 0.926238] r8169 0000:03:00.0 eth0: RTL8168h/8111h, 38:f3:ab:a4:41:2f, XID 541, IRQ 61 [ 0.926242] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko] [ 0.927485] nvme nvme0: allocated 32 MiB host memory buffer. [ 0.929000] nvme nvme1: Shutdown timeout set to 10 seconds [ 0.929910] r8169 0000:03:00.0 eno1: renamed from eth0 [ 0.930126] nvme nvme0: 16/0/0 default/read/poll queues [ 0.933313] nvme0n1: p1 p2 p3 p4 [ 0.933418] nvme nvme1: 16/0/0 default/read/poll queues [ 0.935535] nvme1n1: p1 p2 [ 1.094022] input: MSFT0001:00 06CB:CE2D Mouse as /devices/platform/AMDI0010:01/i2c-0/i2c-MSFT0001:00/0018:06CB:CE2D.0001/input/input6 [ 1.094324] input: MSFT0001:00 06CB:CE2D Touchpad as /devices/platform/AMDI0010:01/i2c-0/i2c-MSFT0001:00/0018:06CB:CE2D.0001/input/input7 [ 1.095150] hid-generic 0018:06CB:CE2D.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0001:00 06CB:CE2D] on i2c-MSFT0001:00 [ 1.227728] ata2: SATA link down (SStatus 0 SControl 300) [ 1.228039] ata1: SATA link down (SStatus 0 SControl 300) [ 1.248088] usb 1-2: new high-speed USB device number 2 using xhci_hcd [ 1.248134] usb 3-4: new full-speed USB device number 2 using xhci_hcd [ 1.401307] usb 1-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=71.00 [ 1.401312] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.401315] usb 1-2: Product: USB2.1 Hub [ 1.401316] usb 1-2: Manufacturer: GenesysLogic [ 1.415272] usb 3-4: New USB device found, idVendor=0bda, idProduct=4852, bcdDevice= 0.00 [ 1.415278] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.415280] usb 3-4: Product: Bluetooth Radio [ 1.415282] usb 3-4: Manufacturer: Realtek [ 1.415284] usb 3-4: SerialNumber: 00e04c000001 [ 1.455025] hub 1-2:1.0: USB hub found [ 1.455574] hub 1-2:1.0: 3 ports detected [ 1.524608] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd [ 1.547660] usb 2-2: New USB device found, idVendor=05e3, idProduct=0620, bcdDevice=71.00 [ 1.547664] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.547665] usb 2-2: Product: USB3.2 Hub [ 1.547666] usb 2-2: Manufacturer: GenesysLogic [ 1.567023] hub 2-2:1.0: USB hub found [ 1.567429] hub 2-2:1.0: 3 ports detected [ 1.568037] usb: port power management may be unreliable [ 1.672119] usb 1-3: new high-speed USB device number 3 using xhci_hcd [ 1.832261] usb 1-3: New USB device found, idVendor=5986, idProduct=212b, bcdDevice=56.15 [ 1.832269] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.832273] usb 1-3: Product: Integrated Camera [ 1.832275] usb 1-3: Manufacturer: SunplusIT Inc [ 1.924121] usb 1-2.1: new low-speed USB device number 4 using xhci_hcd [ 2.064769] usb 1-2.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00 [ 2.064779] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.064783] usb 1-2.1: Product: USB Optical Mouse [ 2.064785] usb 1-2.1: Manufacturer: Logitech [ 2.176120] usb 1-4: new full-speed USB device number 5 using xhci_hcd [ 2.368711] usb 1-4: New USB device found, idVendor=048d, idProduct=c101, bcdDevice= 7.00 [ 2.368720] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.368724] usb 1-4: Product: ITE Device(8910) [ 2.368726] usb 1-4: Manufacturer: ITE Tech. Inc. [ 2.388983] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-2/1-2.1/1-2.1:1.0/0003:046D:C077.0002/input/input9 [ 2.389505] hid-generic 0003:046D:C077.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:06:00.3-2.1/input0 [ 2.405267] input: ITE Tech. Inc. ITE Device(8910) Keyboard as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-4/1-4:1.0/0003:048D:C101.0003/input/input10 [ 2.440120] usb 1-2.3: new low-speed USB device number 6 using xhci_hcd [ 2.464426] input: ITE Tech. Inc. ITE Device(8910) Wireless Radio Control as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-4/1-4:1.0/0003:048D:C101.0003/input/input11 [ 2.464946] hid-generic 0003:048D:C101.0003: input,hiddev0,hidraw2: USB HID v1.10 Keyboard [ITE Tech. Inc. ITE Device(8910)] on usb-0000:06:00.3-4/input0 [ 2.465107] usbcore: registered new interface driver usbhid [ 2.465112] usbhid: USB HID core driver [ 2.583690] usb 1-2.3: New USB device found, idVendor=045e, idProduct=0750, bcdDevice= 1.10 [ 2.583699] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.583703] usb 1-2.3: Product: Wired Keyboard 600 [ 2.583705] usb 1-2.3: Manufacturer: Microsoft [ 2.700237] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-2/1-2.3/1-2.3:1.0/0003:045E:0750.0004/input/input12 [ 2.760522] microsoft 0003:045E:0750.0004: input,hidraw3: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 600] on usb-0000:06:00.3-2.3/input0 [ 2.760940] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-2/1-2.3/1-2.3:1.1/0003:045E:0750.0005/input/input13 [ 2.820553] microsoft 0003:045E:0750.0005: input,hidraw4: USB HID v1.11 Device [Microsoft Wired Keyboard 600] on usb-0000:06:00.3-2.3/input1 [ 2.873023] fbcon: Taking over console [ 2.873081] Console: switching to colour frame buffer device 240x67 [ 2.883108] EXT4-fs (nvme1n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 2.932968] systemd[1]: Inserted module 'autofs4' [ 2.949881] systemd[1]: systemd 248.3-1ubuntu8 running in system mode. (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS -OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 2.972533] systemd[1]: Detected architecture x86-64. [ 2.973011] systemd[1]: Hostname set to . [ 2.974033] Lockdown: systemd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7 [ 3.034816] systemd[1]: /etc/systemd/system/teamviewerd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/teamviewerd.pid → /run/teamviewerd.pid; please update the unit file accordingly. [ 3.044630] systemd[1]: /etc/systemd/system/anydesk.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/anydesk.pid → /run/anydesk.pid; please update the unit file accordingly. [ 3.048720] systemd[1]: Queued start job for default target Graphical Interface. [ 3.049770] systemd[1]: Created slice system-modprobe.slice. [ 3.049962] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 3.050096] systemd[1]: Created slice User and Session Slice. [ 3.050149] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 3.050268] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 3.050322] systemd[1]: Reached target User and Group Name Lookups. [ 3.050345] systemd[1]: Reached target Remote File Systems. [ 3.050362] systemd[1]: Reached target Slices. [ 3.050390] systemd[1]: Reached target Local Verity Integrity Protected Volumes. [ 3.050598] systemd[1]: Listening on Syslog Socket. [ 3.050661] systemd[1]: Listening on fsck to fsckd communication Socket. [ 3.050699] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 3.050804] systemd[1]: Listening on Journal Audit Socket. [ 3.050856] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.050919] systemd[1]: Listening on Journal Socket. [ 3.051093] systemd[1]: Listening on udev Control Socket. [ 3.051150] systemd[1]: Listening on udev Kernel Socket. [ 3.051581] systemd[1]: Mounting Huge Pages File System... [ 3.052328] systemd[1]: Mounting POSIX Message Queue File System... [ 3.052835] systemd[1]: Mounting Kernel Debug File System... [ 3.053429] systemd[1]: Mounting Kernel Trace File System... [ 3.054753] systemd[1]: Starting Journal Service... [ 3.055668] systemd[1]: Starting Set the console keyboard layout... [ 3.056172] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 3.056563] systemd[1]: Starting Load Kernel Module configfs... [ 3.056911] systemd[1]: Starting Load Kernel Module drm... [ 3.057249] systemd[1]: Starting Load Kernel Module fuse... [ 3.057681] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 3.057815] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 3.058654] systemd[1]: Starting Load Kernel Modules... [ 3.058985] systemd[1]: Starting Remount Root and Kernel File Systems... [ 3.059357] systemd[1]: Starting Coldplug All udev Devices... [ 3.059711] systemd[1]: Starting Uncomplicated firewall... [ 3.061420] systemd[1]: Mounted Huge Pages File System. [ 3.061496] systemd[1]: Mounted POSIX Message Queue File System. [ 3.061561] systemd[1]: Mounted Kernel Debug File System. [ 3.061611] systemd[1]: Mounted Kernel Trace File System. [ 3.061952] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 3.062389] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 3.062519] systemd[1]: Finished Load Kernel Module configfs. [ 3.062641] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 3.062757] systemd[1]: Finished Load Kernel Module fuse. [ 3.062938] systemd[1]: Finished Uncomplicated firewall. [ 3.063467] systemd[1]: Mounting FUSE Control File System... [ 3.063947] systemd[1]: Mounting Kernel Configuration File System... [ 3.065591] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 3.065749] systemd[1]: Finished Load Kernel Module drm. [ 3.065843] systemd[1]: Mounted FUSE Control File System. [ 3.065892] systemd[1]: Mounted Kernel Configuration File System. [ 3.067067] lp: driver loaded but no devices found [ 3.067356] EXT4-fs (nvme1n1p2): re-mounted. Opts: errors=remount-ro. Quota mode: none. [ 3.067874] systemd[1]: Finished Remount Root and Kernel File Systems. [ 3.068631] systemd[1]: Activating swap /swapfile... [ 3.068949] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 3.068987] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 3.069099] ppdev: user-space parallel port driver [ 3.069454] systemd[1]: Starting Load/Save Random Seed... [ 3.069859] systemd[1]: Starting Create System Users... [ 3.074847] systemd[1]: Finished Create System Users. [ 3.075357] systemd[1]: Starting Create Static Device Nodes in /dev... [ 3.081784] systemd[1]: Finished Create Static Device Nodes in /dev. [ 3.082827] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 3.083861] systemd[1]: Finished Set the console keyboard layout. [ 3.083937] systemd[1]: Reached target Local File Systems (Pre). [ 3.085299] systemd[1]: Mounting Mount unit for bare, revision 5... [ 3.085921] systemd[1]: Mounting Mount unit for core, revision 11743... [ 3.086387] systemd[1]: Mounting Mount unit for core, revision 11993... [ 3.087200] loop0: detected capacity change from 0 to 203648 [ 3.087247] systemd[1]: Mounting Mount unit for core20, revision 1242... [ 3.087700] systemd[1]: Mounting Mount unit for core20, revision 1270... [ 3.088773] systemd[1]: Mounting Mount unit for firefox, revision 731... [ 3.089339] systemd[1]: Mounting Mount unit for firefox, revision 747... [ 3.089909] systemd[1]: Mounting Mount unit for gnome-3-38-2004, revision 76... [ 3.090364] systemd[1]: Mounting Mount unit for gnome-3-38-2004, revision 87... [ 3.090914] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1519... [ 3.091459] systemd[1]: Mounting Mount unit for snap-store, revision 557... [ 3.091873] systemd[1]: Mounting Mount unit for snap-store, revision 558... [ 3.092677] systemd[1]: Finished Load Kernel Modules. [ 3.092977] systemd[1]: Finished Load/Save Random Seed. [ 3.093061] systemd[1]: Condition check resulted in First Boot Complete being skipped. [ 3.093514] systemd[1]: Starting Apply Kernel Variables... [ 3.095479] systemd[1]: Started Journal Service. [ 3.098492] systemd-journald[336]: Received client request to flush runtime journal. [ 3.120456] Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k SSFS [ 3.125403] loop1: detected capacity change from 0 to 8 [ 3.164532] loop2: detected capacity change from 0 to 203424 [ 3.164753] loop3: detected capacity change from 0 to 507712 [ 3.200590] loop4: detected capacity change from 0 to 111048 [ 3.232621] loop5: detected capacity change from 0 to 133552 [ 3.232891] loop6: detected capacity change from 0 to 313256 [ 3.238345] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input14 [ 3.238388] ideapad_acpi VPC2004:00: Keyboard backlight control not available [ 3.246207] ccp 0000:06:00.2: enabling device (0000 -> 0002) [ 3.246388] ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS. [ 3.246756] snd_rn_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002) [ 3.249382] ideapad_acpi VPC2004:00: DYTC interface is not available [ 3.256539] ccp 0000:06:00.2: tee enabled [ 3.256543] ccp 0000:06:00.2: psp enabled [ 3.263724] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 3.264071] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 3.264118] Bluetooth: Core ver 2.22 [ 3.264148] NET: Registered protocol family 31 [ 3.264149] Bluetooth: HCI device and connection manager initialized [ 3.264152] Bluetooth: HCI socket layer initialized [ 3.264155] Bluetooth: L2CAP socket layer initialized [ 3.264163] Bluetooth: SCO socket layer initialized [ 3.268532] loop7: detected capacity change from 0 to 111080 [ 3.278040] pstore: Using crash dump compression: deflate [ 3.278053] pstore: Registered efi as persistent store backend [ 3.302400] mc: Linux media interface: v0.10 [ 3.303055] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer [ 3.303057] RAPL PMU: hw unit of domain package 2^-16 Joules [ 3.303063] usbcore: registered new interface driver btusb [ 3.308264] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000a lmp_ver=0b lmp_subver=8852 [ 3.310234] Bluetooth: hci0: RTL: rom_version status=0 version=1 [ 3.310240] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_fw.bin [ 3.311296] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_config.bin [ 3.311465] Bluetooth: hci0: RTL: cfg_sz 6, total sz 46195 [ 3.311649] videodev: Linux video capture interface: v2.00 [ 3.312637] cryptd: max_cpu_qlen set to 1000 [ 3.322682] AVX2 version of gcm_enc/dec engaged. [ 3.322778] AES CTR mode by8 optimization enabled [ 3.323090] usb 1-3: Found UVC 1.00 device Integrated Camera (5986:212b) [ 3.333247] loop8: detected capacity change from 0 to 126784 [ 3.352167] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-3/1-3:1.0/input/input15 [ 3.450789] Lockdown: systemd-udevd: unsigned module loading is restricted; see man kernel_lockdown.7 [ 3.487911] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002) [ 3.488002] snd_hda_intel 0000:01:00.1: Disabling MSI [ 3.488007] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client [ 3.488082] snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002) [ 3.503898] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC287: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 3.503902] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 3.503903] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 3.503904] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0 [ 3.503905] snd_hda_codec_realtek hdaudioC1D0: inputs: [ 3.503905] snd_hda_codec_realtek hdaudioC1D0: Mic=0x19 [ 3.503906] snd_hda_codec_realtek hdaudioC1D0: Internal Mic=0x12 [ 3.505747] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input16 [ 3.549276] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input22 [ 3.563632] Lockdown: systemd-udevd: unsigned module loading is restricted; see man kernel_lockdown.7 [ 3.565228] kvm: Nested Virtualization enabled [ 3.565232] SVM: kvm: Nested Paging enabled [ 3.565242] SVM: Virtual VMLOAD VMSAVE supported [ 3.565242] SVM: Virtual GIF supported [ 3.680380] usbcore: registered new interface driver uvcvideo [ 3.681970] MCE: In-kernel MCE decoding enabled. [ 3.682681] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input17 [ 3.682712] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input23 [ 3.682729] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input18 [ 3.682774] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input19 [ 3.682808] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input20 [ 3.682840] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input21 [ 3.692185] input: MSFT0001:00 06CB:CE2D Mouse as /devices/platform/AMDI0010:01/i2c-0/i2c-MSFT0001:00/0018:06CB:CE2D.0001/input/input24 [ 3.692360] input: MSFT0001:00 06CB:CE2D Touchpad as /devices/platform/AMDI0010:01/i2c-0/i2c-MSFT0001:00/0018:06CB:CE2D.0001/input/input25 [ 3.692543] hid-multitouch 0018:06CB:CE2D.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0001:00 06CB:CE2D] on i2c-MSFT0001:00 [ 3.708277] Bluetooth: hci0: RTL: fw version 0xd9a91d69 [ 3.779495] Lockdown: systemd-udevd: unsigned module loading is restricted; see man kernel_lockdown.7 [ 3.784413] loop9: detected capacity change from 0 to 312000 [ 3.847771] intel_rapl_common: Found RAPL domain package [ 3.847774] intel_rapl_common: Found RAPL domain core [ 3.908901] loop10: detected capacity change from 0 to 496320 [ 3.984893] loop11: detected capacity change from 0 to 126632 [ 4.040566] audit: type=1400 audit(1639038575.852:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=641 comm="apparmor_parser" [ 4.040571] audit: type=1400 audit(1639038575.852:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=639 comm="apparmor_parser" [ 4.040597] audit: type=1400 audit(1639038575.852:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=632 comm="apparmor_parser" [ 4.041480] audit: type=1400 audit(1639038575.852:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=633 comm="apparmor_parser" [ 4.041483] audit: type=1400 audit(1639038575.852:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=633 comm="apparmor_parser" [ 4.041485] audit: type=1400 audit(1639038575.852:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=638 comm="apparmor_parser" [ 4.041522] audit: type=1400 audit(1639038575.852:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=636 comm="apparmor_parser" [ 4.041525] audit: type=1400 audit(1639038575.852:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=636 comm="apparmor_parser" [ 4.041527] audit: type=1400 audit(1639038575.852:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=636 comm="apparmor_parser" [ 4.190260] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 4.190262] Bluetooth: BNEP filters: protocol multicast [ 4.190265] Bluetooth: BNEP socket layer initialized [ 4.196348] process '/usr/bin/anydesk' started with executable stack [ 4.273136] NET: Registered protocol family 38 [ 4.284167] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC) [ 4.320454] loop12: detected capacity change from 0 to 8 [ 4.480623] r8169 0000:03:00.0 eno1: Link is Down [ 6.143503] r8169 0000:03:00.0 eno1: Link is Up - 100Mbps/Full - flow control off [ 6.143535] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready [ 6.302697] kauditd_printk_skb: 31 callbacks suppressed [ 6.302700] audit: type=1400 audit(1639038578.112:42): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=885 comm="cups-browsed" capability=23 capname="sys_nice" [ 14.300954] Lockdown: Xorg: raw io port access is restricted; see man kernel_lockdown.7 [ 15.392821] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7 [ 15.488576] rfkill: input handler disabled [ 42.477706] rfkill: input handler enabled [ 42.620823] Lockdown: Xorg: raw io port access is restricted; see man kernel_lockdown.7 [ 42.961435] Bluetooth: RFCOMM TTY layer initialized [ 42.961442] Bluetooth: RFCOMM socket layer initialized [ 42.961448] Bluetooth: RFCOMM ver 1.11 [ 43.623134] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7 [ 43.940814] rfkill: input handler disabled [ 44.033605] audit: type=1400 audit(1639038615.844:43): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1982 comm="snap-confine" capability=4 capname="fsetid" [ 45.128721] audit: type=1326 audit(1639038616.938:44): auid=1000 uid=1000 gid=1000 ses=4 subj=snap.snap-store.ubuntu-software pid=1982 comm="snap-store" exe="/snap/snap-store/558/usr/bin/snap-store" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7ff5550f489d code=0x50000 [ 46.326082] audit: type=1107 audit(1639038618.135:45): pid=681 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=1982 label="snap.snap-store.ubuntu-software" peer_pid=692 peer_label="unconfined" exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?' [ 46.326463] audit: type=1107 audit(1639038618.135:46): pid=681 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=1982 label="snap.snap-store.ubuntu-software" peer_pid=692 peer_label="unconfined" exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?' [ 46.337827] audit: type=1107 audit(1639038618.147:47): pid=681 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=1982 label="snap.snap-store.ubuntu-software" peer_pid=692 peer_label="unconfined" exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?' [ 46.337989] audit: type=1107 audit(1639038618.147:48): pid=681 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=1982 label="snap.snap-store.ubuntu-software" peer_pid=692 peer_label="unconfined" exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?' [ 46.698116] audit: type=1400 audit(1639038618.506:49): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=1982 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0 [ 64.273867] audit: type=1326 audit(1639038636.084:50): auid=1000 uid=1000 gid=1000 ses=4 subj=snap.snap-store.ubuntu-software pid=1982 comm="pool-org.gnome." exe="/snap/snap-store/558/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7ff5550eb4fb code=0x50000 [ 2056.119919] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7 [ 2077.625924] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7 [10995.991679] perf: interrupt took too long (2507 > 2500), lowering kernel.perf_event_max_sample_rate to 79750 [13920.042968] perf: interrupt took too long (3329 > 3133), lowering kernel.perf_event_max_sample_rate to 60000 [20374.213297] audit: type=1400 audit(1639058946.022:51): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=15837 comm="snap-confine" capability=39 capname="bpf" [20374.213341] audit: type=1400 audit(1639058946.022:52): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=15837 comm="snap-confine" capability=12 capname="net_admin" [20374.213346] audit: type=1400 audit(1639058946.022:53): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=15837 comm="snap-confine" capability=38 capname="perfmon" [20374.215001] audit: type=1400 audit(1639058946.022:54): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=15837 comm="snap-confine" capability=4 capname="fsetid" [20385.676236] audit: type=1326 audit(1639058957.486:55): auid=1000 uid=1000 gid=1000 ses=4 subj=snap.firefox.firefox pid=15837 comm="GeckoMain" exe="/snap/firefox/747/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f34d25e089d code=0x50000 [28908.562040] audit: type=1326 audit(1639067480.369:56): auid=1000 uid=1000 gid=1000 ses=4 subj=snap.snap-store.ubuntu-software pid=1982 comm="snap-store" exe="/snap/snap-store/558/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7ff5550eb4fb code=0x50000 [41966.521020] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7 [43207.003446] audit: type=1400 audit(1639081778.812:57): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/sys/kernel/osrelease" pid=780 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 [43207.003498] audit: type=1400 audit(1639081778.812:58): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/1/environ" pid=780 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 [43207.003535] audit: type=1400 audit(1639081778.812:59): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/cmdline" pid=780 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 root@marlies-Legion-5-15ACH6H:/home/marlies#

lwfinger commented 2 years ago

When I ask what dmesg has to say, I usually mean concerning the error. If I want the whole thing, I will ask for that.

The error is [ 2056.119919] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7 [ 2077.625924] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7

You are using secure boot and HAVE NOT signed the modules before installing them.

petereth commented 2 years ago

When I ask what dmesg has to say, I usually mean concerning the error. If I want the whole thing, I will ask for that.

The error is [ 2056.119919] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7 [ 2077.625924] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7

You are using secure boot and HAVE NOT signed the modules before installing them.

thank you for the info! how to I sign it right? thx

lwfinger commented 2 years ago

What do you think we have been trying to tell you!!

petereth commented 2 years ago

What do you think we have been trying to tell you!!

you tell me

sudo ./sign-file sha256 MOK.priv MOK.der rtw89core.ko sudo ./sign-file sha256 MOK.priv MOK.der rtw89pci.ko sudo make install

And reboot your system. You should have the MOK.priv / der files inside rtw89 directory already. Reboot, when prompt on your bios enrolle the key with the password you used on input. Profit.

but I do not come into the bios enrolle

is there another way?

thx

petereth commented 2 years ago

if I turn off: using secure boot is there a better way? thx

lwfinger commented 2 years ago

Absolutely, but you will not be able to boot Windows 11.

I think you failed to accept the key one time when you rebooted. Once you do that, you will never see the prompt again. There is a way to recover, but I will let you find that.

lwfinger commented 2 years ago

The Makefile has been updated to fix the signing problems.

petereth commented 2 years ago

The Makefile has been updated to fix the signing problems.

thank you very much

now are these steps ok?

'sudo apt-get update' 'sudo apt-get install make gcc linux-headers-$(uname -r) build-essential git' 'git clone https://github.com/lwfinger/rtw89.git' (or v6) 'mkdir ~/mok && cd ~/mok' 'openssl req -new -x509 -newkey rsa:2048 -keyout MOK.priv -outform DER -out MOK.der -nodes -days 36500 -subj "/CN=Custom MOK/"' 'sudo mokutil --import MOK.der' 'reboot'

'cd rtw89' 'make' '/usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 /home/username/mok/MOK.priv /home/usename/mok/MOK.der rtw89core.ko' '/usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 /home/username/mok/MOK.priv /home/username/mok/MOK.der rtw89pci.ko' 'sudo make install' 'reboot'

lwfinger commented 2 years ago

I do not know about the apt-get. That is distro specific; however the README.md has specific instructions for Ubuntu and Fedora users.

For the rest, you can clone the repo if you do not already have it. DO NOT USE v6 or v7. Branch main is the one to use!!!!!

After it is cloned, do 'make' followed by 'sudo make sign-install' if you want signed modules. For the unsigned case, use 'sudo make install'. Then reboot. If you are using signed modules, pay careful attention to the reboot. If you get the blue MOK screen, be sure to accept the key(s).

petereth commented 2 years ago

I do not know about the apt-get. That is distro specific; however the README.md has specific instructions for Ubuntu and Fedora users.

For the rest, you can clone the repo if you do not already have it. DO NOT USE v6 or v7. Branch main is the one to use!!!!!

After it is cloned, do 'make' followed by 'sudo make sign-install' if you want signed modules. For the unsigned case, use 'sudo make install'. Then reboot. If you are using signed modules, pay careful attention to the reboot. If you get the blue MOK screen, be sure to accept the key(s).

ok so for my Ubuntu 21.10 installation on the Lenovo Legion 5, R5-5600H

first I remove the old rtw89 folder : sudo rm -rf rtw89

after installing

signed modules: git clone https://github.com/lwfinger/rtw89.git cd rtw89 make sudo make sign-install

unsigned: git clone https://github.com/lwfinger/rtw89.git cd rtw89 make sudo make install

and in signed version I have to find out why the keyboard from the Lenovo Legion 5, R5-5600H: https://unix.stackexchange.com/questions/608217/keyboard-does-not-work-in-mokmanager-during-key-enrollment

hope it get it work

lwfinger commented 2 years ago

YOU DO NOT HAVE TO DO BOTH SIGNED AND UNSIGNED MAKES. The signed version is ONLY if you are doing secure boot!!!!!!!!!!!!!!!!!!!!

petereth commented 2 years ago

YOU DO NOT HAVE TO DO BOTH SIGNED AND UNSIGNED MAKES. The signed version is ONLY if you are doing secure boot!!!!!!!!!!!!!!!!!!!!

yes I understand, I only put that here for remember if I remove the secure boot if I bring the keyboard after the signed installing not to work!

thank you for help

petereth commented 2 years ago

thank you all for helping, without secure boot the installation works well!

really thank you :)

bernat-pujol commented 6 months ago

Hi,

I have been following the steps and after the reboot and blue screen, when I do the make, I get an error saying: fw.c:2429:22: error: too few arguments to function: 'ieee80211_beacon_fet_tim' skb_beacon = ieee802_beacon_get_tim(rtwdev->hw, vif, &tim_offset,

This is just cloned from the git repo, so I do not understand why wouldn't this work? If any specification needed, let me know.

lwfinger commented 6 months ago

Why did you jump on this issue that has nothing to do with your problem? Go back to the other issue.