HP Omen 15-ENxxxx (2020) AMD

TL;DR: siehe "Fazit" unten.

xxx = to do / to check

Hardware

BIOS

Ubuntu 20.04.1 64bit

Die Hardware (Ryzen 4000, HP Omen 15-EN AMD Serie an sich) ist noch recht neu, daher braucht man auch einen sehr neuen Kernel, Firmware, usw.

Firmware

amd64-microcode 3.20191218.1ubuntu1 und linux-firmware 1.187.4 sind standardmaessig installiert.

Kernel

Default-Kernel 20.04.1

/!\ Default-Kernel Ubuntu 20.04.1 ist 5.4 und daher relativ alt. Er reicht aber für die Installation, danach sollte man auf >= 5.8 gehen.

Direkt nach Installation: Linux omen15 5.4.0-53-generic #59-Ubuntu SMP Wed Oct 21 09:38:44 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Bald gibt es dann auch 20.04.2 mit Kernel 5.8.

Edge-Kernel

"Edge-Kernel" (kurz: EK): Linux omen15 5.8.0-28-generic #30~20.04.1-Ubuntu SMP Thu Nov 5 20:57:40 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

/!\ Wichtig: Kernel >= 5.8 installieren, z.B. den Edge-Kernel. Dieser ist aus den Standard-APT-Quellen verfügbar als linux-generic-hwe-20.04-edge.

Grafik

/!\ Beim Booten vom U2004 Installmedium Kernel-Parameter "nomodeset" angeben, sonst haengt es sich auf.

/!\ Dann nvidia-driver-455 installieren und nomodeset wieder entfernen.

xxx Funktioniert ein externes Display / Dual-Head-Setup?

Helligkeits-Steuerung tut nicht direkt nach Installation: Tasten heller/dunkler funktionieren, Helligkeit aendert sich aber nicht.

/!\ Nach Installation nvidia-driver und ohne nomodeset tut die Helligkeits-Steuerung.

glxgears mit EK: 1060 fps, glmark2 Score: 6312

Umschaltung Grafik <-> Console funktioniert problemlos mit EK.

Text-Console scrollt schnell mit EK.

Dualhead Setup

Wenn man einen externen Monitor zusammen mit dem internen Display betreiben will, funktioniert die Default-Konfiguration von U 20.04.1 nicht!

# /etc/X11/xorg.conf.d/10-amdgpu.conf
Section "OutputClass"
    Identifier "AMDgpu"
    MatchDriver "amdgpu"
    Driver "amdgpu"
    Option "PrimaryGPU" "no"
EndSection

# /etc/X11/xorg.conf.d/10-amdgpu.conf
Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    Option "PrimaryGPU" "yes"
    ModulePath "/usr/lib/x86_64-linux-gnu/nvidia/xorg"
EndSection

Mit o.g. zusätzlich erzeugten Dateien (und ohne /etc/X11/xorg.conf) funktionierten 2 Bildschirme, auch via die ThinkPad USB-C Dock Gen2.

/!\ Wenn man versucht, Primary umzutauschen, funktioniert es mit 2 Bildschirmen nicht mehr, beide dunkel.

Nachtrag: so richtig stabil ist es auch mit den o.g. 2 Configs nicht. Manchmal klemmt es nach dem graphischen Login. Habe den Eindruck, dass es etwas stabiler ist, wenn man erst sich einloggt und dann erst den ext. Bildschirm anschliesst.

TODO: ausprobieren:

Sound

EK: Sound-Ausgabe Lautsprecher und internes Mikrofon tun (pavucontrol).

Sound-Ausgabe auf Kopfhörer via 3.5mm Klinke funktioniert.

xxx Funktioniert ein Headset an der 3.5mm-Buchse (sowohl Mikrofon als auch Kopfhörer)?

Webcam

Funktioniert mit EK (Test mit "cheese").

WiFi

Funktioniert, direkt nach Installation, ebenso mit EK.

LAN

EK: funktioniert!

LAN-Buchse: mit Link- und Activity-LED.

Bluetooth

Funktioniert mit EK.

USB

USB-A und USB-C Anschlüsse: funktionieren.

Max. Durchsatz USB-C: 760 MB/s (von schneller SSD gelesen)

Tastatur

Mit EK: Fn-Tasten tun.

Mit EK: Caps-Lock LED verhält sich normal (toggle ein/aus).

Spezialfunktions-Tasten "Calculator" (oberhalb Ziffernblock) funktionieren.

Touchpad

Direkt nach Installation und mit EK: tut.

SDcard-Reader

EK: Funktioniert (große SDCard, für Mini/MicroSD braucht man nen Adapter).

SSD

Funktioniert. Da es eine PCIe/NVME-SSD ist, kann man nur mit UEFI booten. Geraet scheint auch anderweitig kein Legacy-Boot zu koennen.

=== START OF INFORMATION SECTION ===
Model Number:                       SAMSUNG MZVLB512HBJQ-000H1
Firmware Version:                   HPS0NEXF
...

Supported Power States
St Op     Max   Active     Idle   RL RT WL WT  Ent_Lat  Ex_Lat
 0 +     8.00W       -        -    0  0  0  0        0       0
 1 +     6.30W       -        -    1  1  1  1        0       0
 2 +     3.50W       -        -    2  2  2  2        0       0
 3 -   0.0700W       -        -    3  3  3  3      210    1200
 4 -   0.0050W       -        -    4  4  4  4     2000    8000
...

$ sudo dd if=/dev/nvme0n1 of=/dev/null bs=32M count=1000
33554432000 Bytes (34 GB, 31 GiB) kopiert, 12,6231 s, 2,7 GB/s

Suspend / Wake-Up

Mit EK, nvidia-driver, ohne nomodeset: tut!

Leistungsaufnahme / Power-Saving

Mit EK zeigt powertop:

/!\ Davon sind ca. 3W die Tastaturbeleuchtung (alles weiss)!!!

dmesg

[    0.000000] Linux version 5.8.0-33-generic (buildd@lgw01-amd64-010) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #36~20.04.1-Ubuntu SMP Wed Dec 9 17:01:13 UTC 2020 (Ubuntu 5.8.0-33.36~20.04.1-generic 5.8.17)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.8.0-33-generic root=UUID=e9883973-713a-4e3e-898c-e5edbd172d2b ro quiet splash nomodeset 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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009eeffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009ef0000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20d000-0x00000000a6f9efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a6f9f000-0x00000000a711cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a711d000-0x00000000a7187fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000a7188000-0x00000000a733bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a733c000-0x00000000acdfdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000acdfe000-0x00000000adffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xa3fef018-0xa400f057] usable ==> usable
[    0.000000] e820: update [mem 0xa3fef018-0xa400f057] usable ==> usable
[    0.000000] e820: update [mem 0xa358e018-0xa359b457] usable ==> usable
[    0.000000] e820: update [mem 0xa358e018-0xa359b457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009eeffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009ef0000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20d000-0x00000000a358e017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a358e018-0x00000000a359b457] usable
[    0.000000] reserve setup_data: [mem 0x00000000a359b458-0x00000000a3fef017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a3fef018-0x00000000a400f057] usable
[    0.000000] reserve setup_data: [mem 0x00000000a400f058-0x00000000a6f9efff] usable
[    0.000000] reserve setup_data: [mem 0x00000000a6f9f000-0x00000000a711cfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a711d000-0x00000000a7187fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000a7188000-0x00000000a733bfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000a733c000-0x00000000acdfdfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000acdfe000-0x00000000adffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xa7187000 ACPI 2.0=0xa7187014 SMBIOS=0xacc06000 SMBIOS 3.0=0xacc05000 MEMATTR=0xa612d118 ESRT=0xa5f13818 RNG=0xacc41f98 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: HP OMEN Laptop 15-en0xxx/8786, BIOS F.07 09/16/2020
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2894.570 MHz processor
[    0.000134] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000135] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000139] last_pfn = 0x42f340 max_arch_pfn = 0x400000000
[    0.000142] MTRR default type: uncachable
[    0.000143] MTRR fixed ranges enabled:
[    0.000143]   00000-9FFFF write-back
[    0.000144]   A0000-DFFFF uncachable
[    0.000144]   E0000-FFFFF write-protect
[    0.000145] MTRR variable ranges enabled:
[    0.000146]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000146]   1 base 000080000000 mask FFFFE0000000 write-back
[    0.000147]   2 base 0000A0000000 mask FFFFF0000000 write-back
[    0.000147]   3 disabled
[    0.000147]   4 disabled
[    0.000148]   5 disabled
[    0.000148]   6 disabled
[    0.000148]   7 disabled
[    0.000149] TOM2: 0000000450000000 aka 17664M
[    0.000338] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000407] e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved
[    0.000416] last_pfn = 0xae000 max_arch_pfn = 0x400000000
[    0.003583] esrt: Reserving ESRT space from 0x00000000a5f13818 to 0x00000000a5f13850.
[    0.003591] e820: update [mem 0xa5f13000-0xa5f13fff] usable ==> reserved
[    0.003632] check: Scanning 1 areas for low memory corruption
[    0.003636] Using GB pages for direct mapping
[    0.004137] secureboot: Secure boot disabled
[    0.004138] RAMDISK: [mem 0x3a358000-0x3d485fff]
[    0.004144] ACPI: Early table checksum verification disabled
[    0.004147] ACPI: RSDP 0x00000000A7187014 000024 (v02 HPQOEM)
[    0.004149] ACPI: XSDT 0x00000000A7186728 0000EC (v01 HPQOEM SLIC-MPC 01072009 AMI  01000013)
[    0.004153] ACPI: FACP 0x00000000A717B000 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.004156] ACPI: DSDT 0x00000000A7164000 0160F4 (v02 HPQOEM 8786     01072009 ACPI 20120913)
[    0.004158] ACPI: FACS 0x00000000A7322000 000040
[    0.004159] ACPI: SDEV 0x00000000A7185000 00014E (v01 HPQOEM 8786     00000000 HP   00000000)
[    0.004161] ACPI: SSDT 0x00000000A717D000 007216 (v02 HPQOEM 8786     00000002 ACPI 04000000)
[    0.004163] ACPI: IVRS 0x00000000A717C000 0001A4 (v02 HPQOEM 8786     00000001 HP   00000000)
[    0.004164] ACPI: FIDT 0x00000000A7163000 00009C (v01 HPQOEM 8786     01072009 HP   00010013)
[    0.004166] ACPI: MCFG 0x00000000A7162000 00003C (v01 HPQOEM 8786     01072009 HP   00010013)
[    0.004167] ACPI: HPET 0x00000000A7161000 000038 (v01 HPQOEM 8786     01072009 HP   00000005)
[    0.004169] ACPI: SSDT 0x00000000A7160000 000228 (v01 HPQOEM 8786     00000001 ACPI 20120913)
[    0.004170] ACPI: VFCT 0x00000000A7152000 00D484 (v01 HPQOEM 8786     00000001 HP   31504F47)
[    0.004172] ACPI: SSDT 0x00000000A7151000 000050 (v01 HPQOEM 8786     00000001 ACPI 20120913)
[    0.004174] ACPI: SSDT 0x00000000A714D000 0039F4 (v01 HPQOEM 8786     00000001 ACPI 00000001)
[    0.004175] ACPI: CRAT 0x00000000A714C000 000F28 (v01 HPQOEM 8786     00000001 HP   00000001)
[    0.004177] ACPI: CDIT 0x00000000A714B000 000029 (v01 HPQOEM 8786     00000001 HP   00000001)
[    0.004178] ACPI: SSDT 0x00000000A714A000 0000B9 (v01 HPQOEM 8786     00000001 ACPI 20120913)
[    0.004180] ACPI: SSDT 0x00000000A7149000 000C78 (v01 HPQOEM 8786     00000001 ACPI 20120913)
[    0.004181] ACPI: SSDT 0x00000000A7147000 0010AC (v01 HPQOEM 8786     00000001 ACPI 20120913)
[    0.004183] ACPI: SSDT 0x00000000A7146000 000D87 (v01 HPQOEM 8786     00000001 ACPI 20120913)
[    0.004184] ACPI: SSDT 0x00000000A7142000 0030C8 (v01 HPQOEM 8786     00000001 ACPI 20120913)
[    0.004186] ACPI: WSMT 0x00000000A7141000 000028 (v01 HPQOEM 8786     01072009 HP   00010013)
[    0.004187] ACPI: APIC 0x00000000A7140000 0000DE (v03 HPQOEM 8786     01072009 HP   00010013)
[    0.004189] ACPI: SSDT 0x00000000A713F000 00007D (v01 HPQOEM 8786     00000001 ACPI 20120913)
[    0.004190] ACPI: SSDT 0x00000000A713E000 000517 (v01 HPQOEM 8786     00000001 ACPI 20120913)
[    0.004192] ACPI: SSDT 0x00000000A713D000 00082C (v01 HPQOEM 8786     00000001 ACPI 20120913)
[    0.004193] ACPI: FPDT 0x00000000A713C000 000044 (v01 HPQOEM 8786     01072009 HP   01000013)
[    0.004195] ACPI: BGRT 0x00000000A713B000 000038 (v01 HPQOEM 8786     01072009 HP   00010013)
[    0.004199] ACPI: Local APIC address 0xfee00000
[    0.004307] No NUMA configuration found
[    0.004307] Faking a node at [mem 0x0000000000000000-0x000000042f33ffff]
[    0.004314] NODE_DATA(0) allocated [mem 0x42f316000-0x42f33ffff]
[    0.004526] Zone ranges:
[    0.004527]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004528]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004528]   Normal   [mem 0x0000000100000000-0x000000042f33ffff]
[    0.004529]   Device   empty
[    0.004529] Movable zone start for each node
[    0.004530] Early memory node ranges
[    0.004531]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.004531]   node   0: [mem 0x0000000000100000-0x0000000009eeffff]
[    0.004532]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.004532]   node   0: [mem 0x000000000a20d000-0x00000000a6f9efff]
[    0.004532]   node   0: [mem 0x00000000acdfe000-0x00000000adffffff]
[    0.004533]   node   0: [mem 0x0000000100000000-0x000000042f33ffff]
[    0.004740] Zeroed struct page in unavailable ranges: 35997 pages
[    0.004742] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f33ffff]
[    0.004742] On node 0 totalpages: 4027235
[    0.004743]   DMA zone: 64 pages used for memmap
[    0.004743]   DMA zone: 26 pages reserved
[    0.004744]   DMA zone: 3999 pages, LIFO batch:0
[    0.004757]   DMA32 zone: 10691 pages used for memmap
[    0.004757]   DMA32 zone: 684164 pages, LIFO batch:63
[    0.009079]   Normal zone: 52173 pages used for memmap
[    0.009081]   Normal zone: 3339072 pages, LIFO batch:63
[    0.034427] ACPI: PM-Timer IO Port: 0x808
[    0.034431] ACPI: Local APIC address 0xfee00000
[    0.034438] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.034452] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.034458] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    0.034459] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.034461] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.034462] ACPI: IRQ0 used by override.
[    0.034462] ACPI: IRQ9 used by override.
[    0.034464] Using ACPI (MADT) for SMP configuration information
[    0.034465] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.034481] e820: update [mem 0xa3fcc000-0xa3febfff] usable ==> reserved
[    0.034491] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.034511] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.034512] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.034513] PM: hibernation: Registered nosave memory: [mem 0x09ef0000-0x09ffffff]
[    0.034514] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20cfff]
[    0.034515] PM: hibernation: Registered nosave memory: [mem 0xa358e000-0xa358efff]
[    0.034516] PM: hibernation: Registered nosave memory: [mem 0xa359b000-0xa359bfff]
[    0.034517] PM: hibernation: Registered nosave memory: [mem 0xa3fcc000-0xa3febfff]
[    0.034517] PM: hibernation: Registered nosave memory: [mem 0xa3fef000-0xa3feffff]
[    0.034518] PM: hibernation: Registered nosave memory: [mem 0xa400f000-0xa400ffff]
[    0.034519] PM: hibernation: Registered nosave memory: [mem 0xa5f13000-0xa5f13fff]
[    0.034520] PM: hibernation: Registered nosave memory: [mem 0xa6f9f000-0xa711cfff]
[    0.034521] PM: hibernation: Registered nosave memory: [mem 0xa711d000-0xa7187fff]
[    0.034521] PM: hibernation: Registered nosave memory: [mem 0xa7188000-0xa733bfff]
[    0.034521] PM: hibernation: Registered nosave memory: [mem 0xa733c000-0xacdfdfff]
[    0.034522] PM: hibernation: Registered nosave memory: [mem 0xae000000-0xafffffff]
[    0.034522] PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xefffffff]
[    0.034523] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.034523] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfcffffff]
[    0.034523] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xffffffff]
[    0.034525] [mem 0xb0000000-0xefffffff] available for PCI devices
[    0.034527] Booting paravirtualized kernel on bare hardware
[    0.034530] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.034537] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.035550] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.035559] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.035560] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.035589] Built 1 zonelists, mobility grouping on.  Total pages: 3964281
[    0.035590] Policy zone: Normal
[    0.035591] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.8.0-33-generic root=UUID=e9883973-713a-4e3e-898c-e5edbd172d2b ro quiet splash nomodeset vt.handoff=7
[    0.035654] You have booted with nomodeset. This means your GPU drivers are DISABLED
[    0.035655] Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
[    0.035655] Unless you actually understand what nomodeset does, you should reboot without enabling it
[    0.038480] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.039957] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.040007] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.071318] Memory: 15599320K/16108940K available (14339K kernel code, 2563K rwdata, 5356K rodata, 2636K init, 4900K bss, 509620K reserved, 0K cma-reserved)
[    0.071325] random: get_random_u64 called from kmem_cache_open+0x2d/0x410 with crng_init=1
[    0.071441] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.071453] ftrace: allocating 46177 entries in 181 pages
[    0.081971] ftrace: allocated 181 pages with 5 groups
[    0.082070] rcu: Hierarchical RCU implementation.
[    0.082071] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.082071]  Trampoline variant of Tasks RCU enabled.
[    0.082072]  Rude variant of Tasks RCU enabled.
[    0.082072]  Tracing variant of Tasks RCU enabled.
[    0.082072] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.082073] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.084005] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.084373] random: crng done (trusting CPU's manufacturer)
[    0.084398] vt handoff: transparent VT on vt#7
[    0.084402] Console: colour dummy device 80x25
[    0.084407] printk: console [tty0] enabled
[    0.084426] ACPI: Core revision 20200528
[    0.084621] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.084641] APIC: Switch to symmetric I/O mode setup
[    0.085378] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.085379] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.085380] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.085380] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.182527] Switched APIC routing to physical flat.
[    0.183098] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.200639] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29b9392badc, max_idle_ns: 440795202126 ns
[    0.200645] Calibrating delay loop (skipped), value calculated using timer frequency.. 5789.14 BogoMIPS (lpj=11578280)
[    0.200647] pid_max: default: 32768 minimum: 301
[    0.202809] LSM: Security Framework initializing
[    0.202821] Yama: becoming mindful.
[    0.202856] AppArmor: AppArmor initialized
[    0.202972] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.203014] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.203305] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.203361] LVT offset 1 assigned for vector 0xf9
[    0.203466] LVT offset 2 assigned for vector 0xf4
[    0.203492] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.203492] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.203496] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.203497] Spectre V2 : Mitigation: Full AMD retpoline
[    0.203498] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.203498] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.203500] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.203500] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.203501] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.203800] Freeing SMP alternatives memory: 40K
[    0.317559] smpboot: CPU0: AMD Ryzen 7 4800H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.317676] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.317680] ... version:                0
[    0.317681] ... bit width:              48
[    0.317681] ... generic registers:      6
[    0.317681] ... value mask:             0000ffffffffffff
[    0.317681] ... max period:             00007fffffffffff
[    0.317682] ... fixed-purpose events:   0
[    0.317682] ... event mask:             000000000000003f
[    0.317710] rcu: Hierarchical SRCU implementation.
[    0.318400] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.318533] smp: Bringing up secondary CPUs ...
[    0.318618] x86: Booting SMP configuration:
[    0.318619] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8
[    0.334949] TSC synchronization [CPU#0 -> CPU#8]:
[    0.334950] Measured 4524 cycles TSC warp between CPUs, turning off TSC clock.
[    0.334950] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.336708]   #9 #10 #11 #12 #13 #14 #15
[    0.336914] smp: Brought up 1 node, 16 CPUs
[    0.336914] smpboot: Max logical packages: 1
[    0.336914] smpboot: Total of 16 processors activated (92626.24 BogoMIPS)
[    0.340685] devtmpfs: initialized
[    0.340685] x86/mm: Memory block size: 128MB
[    0.341299] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20cfff] (53248 bytes)
[    0.341299] PM: Registering ACPI NVS region [mem 0xa7188000-0xa733bfff] (1785856 bytes)
[    0.341301] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.341301] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.341301] pinctrl core: initialized pinctrl subsystem
[    0.341301] PM: RTC time: 17:46:06, date: 2020-12-23
[    0.341301] thermal_sys: Registered thermal governor 'fair_share'
[    0.341301] thermal_sys: Registered thermal governor 'bang_bang'
[    0.341301] thermal_sys: Registered thermal governor 'step_wise'
[    0.341301] thermal_sys: Registered thermal governor 'user_space'
[    0.341301] thermal_sys: Registered thermal governor 'power_allocator'
[    0.341301] NET: Registered protocol family 16
[    0.341301] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.341301] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.341424] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.341437] audit: initializing netlink subsys (disabled)
[    0.341455] audit: type=2000 audit(1608745566.164:1): state=initialized audit_enabled=0 res=1
[    0.341455] EISA bus registered
[    0.341455] cpuidle: using governor ladder
[    0.341455] cpuidle: using governor menu
[    0.341455] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.341455] ACPI: bus type PCI registered
[    0.341455] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.341455] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.341455] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.341455] PCI: Using configuration type 1 for base access
[    0.345071] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.345071] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.348713] ACPI: Added _OSI(Module Device)
[    0.348714] ACPI: Added _OSI(Processor Device)
[    0.348714] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.348714] ACPI: Added _OSI(Processor Aggregator Device)
[    0.348715] ACPI: Added _OSI(Linux-Dell-Video)
[    0.348716] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.348716] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.358743] ACPI BIOS Error (bug): Failure creating named object [\SMIB], AE_ALREADY_EXISTS (20200528/dsfield-637)
[    0.358748] ACPI Warning: NsLookup: Type mismatch on SMIB (Integer), searching for (RegionField) (20200528/nsaccess-697)
[    0.360298] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND (20200528/dswload2-162)
[    0.360301] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200528/psobject-220)
[    0.360302] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.361964] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.363187] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.364899] ACPI: EC: EC started
[    0.364900] ACPI: EC: interrupt blocked
[    0.800658] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.800660] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.800660] ACPI: Interpreter enabled
[    0.800672] ACPI: (supports S0 S3 S4 S5)
[    0.800673] ACPI: Using IOAPIC for interrupt routing
[    0.800847] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.801108] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.802195] ACPI: Power Resource [P0S0] (on)
[    0.802214] ACPI: Power Resource [P3S0] (on)
[    0.802276] ACPI: Power Resource [P0S1] (on)
[    0.802294] ACPI: Power Resource [P3S1] (on)
[    0.804013] ACPI: Power Resource [PG00] (on)
[    0.806626] ACPI: Power Resource [PRWL] (on)
[    0.809069] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.809073] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.809201] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.809325] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.809325] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.809334] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.809561] PCI host bridge to bus 0000:00
[    0.809563] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.809563] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.809564] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.809564] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.809565] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.809565] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.809566] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfebfffff window]
[    0.809567] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.809567] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.809573] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.809650] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.809729] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.809782] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.809849] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.809930] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.809955] pci 0000:00:01.2: enabling Extended Tags
[    0.809988] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.810062] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.810115] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.810139] pci 0000:00:02.1: enabling Extended Tags
[    0.810172] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.810247] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.810303] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.810377] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.810401] pci 0000:00:02.4: enabling Extended Tags
[    0.810434] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.810507] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.810559] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.810581] pci 0000:00:08.1: enabling Extended Tags
[    0.810605] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.810666] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.810688] pci 0000:00:08.2: enabling Extended Tags
[    0.810712] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.810791] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.810905] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.811017] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.811051] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.811088] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.811122] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.811157] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.811190] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.811227] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.811263] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.811369] pci 0000:01:00.0: [10de:2191] type 00 class 0x030000
[    0.811392] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.811402] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.811412] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.811419] pci 0000:01:00.0: reg 0x24: [io  0xf000-0xf07f]
[    0.811426] pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.811482] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.811557] pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.811663] pci 0000:01:00.1: [10de:1aeb] type 00 class 0x040300
[    0.811677] pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.811797] pci 0000:01:00.2: [10de:1aec] type 00 class 0x0c0330
[    0.811816] pci 0000:01:00.2: reg 0x10: [mem 0xc2000000-0xc203ffff 64bit pref]
[    0.811832] pci 0000:01:00.2: reg 0x1c: [mem 0xc2040000-0xc204ffff 64bit pref]
[    0.811884] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
[    0.811938] pci 0000:01:00.3: [10de:1aed] type 00 class 0x0c8000
[    0.811952] pci 0000:01:00.3: reg 0x10: [mem 0xfc084000-0xfc084fff]
[    0.812018] pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
[    0.812106] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.812109] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.812111] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.812113] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
[    0.812162] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.812184] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.812200] pci 0000:02:00.0: reg 0x18: [mem 0xfca04000-0xfca04fff 64bit]
[    0.812211] pci 0000:02:00.0: reg 0x20: [mem 0xfca00000-0xfca03fff 64bit]
[    0.812289] pci 0000:02:00.0: supports D1 D2
[    0.812290] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.812414] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.812416] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.812418] pci 0000:00:01.2:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.812659] pci 0000:03:00.0: [10ec:c822] type 00 class 0x028000
[    0.812687] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.812709] pci 0000:03:00.0: reg 0x18: [mem 0xfc900000-0xfc90ffff 64bit]
[    0.812816] pci 0000:03:00.0: supports D1 D2
[    0.812817] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.813146] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.813148] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.813149] pci 0000:00:02.1:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.816322] pci 0000:04:00.0: [17a0:9750] type 00 class 0x080501
[    0.816359] pci 0000:04:00.0: reg 0x10: [mem 0xfc800000-0xfc800fff]
[    0.816769] pci 0000:04:00.0: supports D1 D2
[    0.816770] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.820071] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.820074] pci 0000:00:02.2:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.820336] pci 0000:05:00.0: [144d:a808] type 00 class 0x010802
[    0.820358] pci 0000:05:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.820532] pci 0000:00:02.4: PCI bridge to [bus 05]
[    0.820535] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.820587] pci 0000:06:00.0: [1002:1636] type 00 class 0x030000
[    0.820602] pci 0000:06:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.820608] pci 0000:06:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.820612] pci 0000:06:00.0: reg 0x20: [io  0xc000-0xc0ff]
[    0.820616] pci 0000:06:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
[    0.820623] pci 0000:06:00.0: enabling Extended Tags
[    0.820629] pci 0000:06:00.0: BAR 0: assigned to efifb
[    0.820666] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.820730] pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
[    0.820744] pci 0000:06:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
[    0.820752] pci 0000:06:00.2: reg 0x24: [mem 0xfc5c8000-0xfc5c9fff]
[    0.820758] pci 0000:06:00.2: enabling Extended Tags
[    0.820829] pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
[    0.820841] pci 0000:06:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[    0.820861] pci 0000:06:00.3: enabling Extended Tags
[    0.820888] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.820930] pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
[    0.820942] pci 0000:06:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.820962] pci 0000:06:00.4: enabling Extended Tags
[    0.820989] pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
[    0.821038] pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
[    0.821047] pci 0000:06:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
[    0.821065] pci 0000:06:00.5: enabling Extended Tags
[    0.821089] pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
[    0.821130] pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
[    0.821139] pci 0000:06:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
[    0.821157] pci 0000:06:00.6: enabling Extended Tags
[    0.821182] pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
[    0.821241] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.821243] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.821244] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.821246] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.821276] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
[    0.821305] pci 0000:07:00.0: reg 0x24: [mem 0xfc601000-0xfc6017ff]
[    0.821312] pci 0000:07:00.0: enabling Extended Tags
[    0.821393] pci 0000:07:00.1: [1022:7901] type 00 class 0x010601
[    0.821421] pci 0000:07:00.1: reg 0x24: [mem 0xfc600000-0xfc6007ff]
[    0.821427] pci 0000:07:00.1: enabling Extended Tags
[    0.821499] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.821501] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.821875] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.821916] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.821950] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.821993] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.822031] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.822063] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.822095] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.822126] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.824647] ACPI: EC: interrupt unblocked
[    0.824647] ACPI: EC: event unblocked
[    0.824647] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.824647] ACPI: EC: GPE=0x3
[    0.824647] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.824647] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.824663] iommu: Default domain type: Translated 
[    0.824768] SCSI subsystem initialized
[    0.824795] libata version 3.00 loaded.
[    0.824805] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.824805] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.824805] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.824805] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.824805] pci 0000:06:00.0: vgaarb: setting as boot device
[    0.824805] vgaarb: loaded
[    0.824805] ACPI: bus type USB registered
[    0.824805] usbcore: registered new interface driver usbfs
[    0.824805] usbcore: registered new interface driver hub
[    0.824805] usbcore: registered new device driver usb
[    0.825600] pps_core: LinuxPPS API ver. 1 registered
[    0.825600] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.825600] PTP clock support registered
[    0.825600] EDAC MC: Ver: 3.0.0
[    0.828907] Registered efivars operations
[    0.828907] NetLabel: Initializing
[    0.828907] NetLabel:  domain hash size = 128
[    0.828907] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.828907] NetLabel:  unlabeled traffic allowed by default
[    0.828907] PCI: Using ACPI for IRQ routing
[    0.832221] PCI: pci_cache_line_size set to 64 bytes
[    0.836355] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.836356] e820: reserve RAM buffer [mem 0x09ef0000-0x0bffffff]
[    0.836356] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.836357] e820: reserve RAM buffer [mem 0xa358e018-0xa3ffffff]
[    0.836357] e820: reserve RAM buffer [mem 0xa3fcc000-0xa3ffffff]
[    0.836357] e820: reserve RAM buffer [mem 0xa3fef018-0xa3ffffff]
[    0.836358] e820: reserve RAM buffer [mem 0xa5f13000-0xa7ffffff]
[    0.836358] e820: reserve RAM buffer [mem 0xa6f9f000-0xa7ffffff]
[    0.836359] e820: reserve RAM buffer [mem 0xae000000-0xafffffff]
[    0.836359] e820: reserve RAM buffer [mem 0x42f340000-0x42fffffff]
[    0.836689] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.836691] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.842036] clocksource: Switched to clocksource hpet
[    0.849077] VFS: Disk quotas dquot_6.6.0
[    0.849090] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.849165] AppArmor: AppArmor Filesystem Enabled
[    0.849195] pnp: PnP ACPI init
[    0.849328] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.849331] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.849394] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.849415] pnp 00:02: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[    0.849574] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.849574] system 00:03: [io  0x040b] has been reserved
[    0.849575] system 00:03: [io  0x04d6] has been reserved
[    0.849576] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.849576] system 00:03: [io  0x0c14] has been reserved
[    0.849577] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.849578] system 00:03: [io  0x0c52] has been reserved
[    0.849578] system 00:03: [io  0x0c6c] has been reserved
[    0.849579] system 00:03: [io  0x0c6f] has been reserved
[    0.849579] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.849580] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.849581] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.849581] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.849582] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.849582] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.849583] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.849584] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.849584] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.849585] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.849586] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.849587] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.849587] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.849588] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.849589] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.849589] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.849590] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.849592] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.850241] pnp: PnP ACPI: found 4 devices
[    0.857898] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.858021] NET: Registered protocol family 2
[    0.858319] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.858435] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.858808] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.858951] TCP: Hash tables configured (established 131072 bind 65536)
[    0.859168] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.859240] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.859360] NET: Registered protocol family 1
[    0.859366] NET: Registered protocol family 44
[    0.859393] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.859397] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.859402] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.859405] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
[    0.859410] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.859413] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.859416] pci 0000:00:01.2:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.859422] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.859425] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.859428] pci 0000:00:02.1:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.859434] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.859438] pci 0000:00:02.2:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.859443] pci 0000:00:02.4: PCI bridge to [bus 05]
[    0.859447] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.859454] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.859456] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.859459] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.859462] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.859467] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.859470] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.859478] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.859480] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.859482] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.859483] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.859485] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.859487] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.859489] pci_bus 0000:00: resource 10 [mem 0xb0000000-0xfebfffff window]
[    0.859491] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.859493] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.859494] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.859496] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc20fffff 64bit pref]
[    0.859498] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.859500] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.859502] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.859503] pci_bus 0000:03: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.859505] pci_bus 0000:04: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.859507] pci_bus 0000:05: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.859508] pci_bus 0000:06: resource 0 [io  0xc000-0xcfff]
[    0.859510] pci_bus 0000:06: resource 1 [mem 0xfc200000-0xfc5fffff]
[    0.859512] pci_bus 0000:06: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.859514] pci_bus 0000:07: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.859726] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.859793] pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
[    0.860069] pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
[    0.863966] PCI: CLS 64 bytes, default 64
[    0.864020] Trying to unpack rootfs image as initramfs...
[    0.946786] Freeing initrd memory: 50360K
[    0.946811] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.946905] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.946906] pci 0000:00:00.2: PCI INT A: not connected
[    0.946938] pci 0000:00:01.0: Adding to iommu group 0
[    0.946946] pci 0000:00:01.1: Adding to iommu group 1
[    0.946954] pci 0000:00:01.2: Adding to iommu group 2
[    0.946968] pci 0000:00:02.0: Adding to iommu group 3
[    0.946976] pci 0000:00:02.1: Adding to iommu group 4
[    0.946987] pci 0000:00:02.2: Adding to iommu group 5
[    0.946995] pci 0000:00:02.4: Adding to iommu group 6
[    0.947010] pci 0000:00:08.0: Adding to iommu group 7
[    0.947019] pci 0000:00:08.1: Adding to iommu group 7
[    0.947026] pci 0000:00:08.2: Adding to iommu group 7
[    0.947036] pci 0000:00:14.0: Adding to iommu group 8
[    0.947042] pci 0000:00:14.3: Adding to iommu group 8
[    0.947065] pci 0000:00:18.0: Adding to iommu group 9
[    0.947071] pci 0000:00:18.1: Adding to iommu group 9
[    0.947078] pci 0000:00:18.2: Adding to iommu group 9
[    0.947083] pci 0000:00:18.3: Adding to iommu group 9
[    0.947089] pci 0000:00:18.4: Adding to iommu group 9
[    0.947097] pci 0000:00:18.5: Adding to iommu group 9
[    0.947103] pci 0000:00:18.6: Adding to iommu group 9
[    0.947108] pci 0000:00:18.7: Adding to iommu group 9
[    0.947134] pci 0000:01:00.0: Adding to iommu group 10
[    0.947152] pci 0000:01:00.1: Adding to iommu group 10
[    0.947168] pci 0000:01:00.2: Adding to iommu group 10
[    0.947183] pci 0000:01:00.3: Adding to iommu group 10
[    0.947191] pci 0000:02:00.0: Adding to iommu group 11
[    0.947199] pci 0000:03:00.0: Adding to iommu group 12
[    0.947207] pci 0000:04:00.0: Adding to iommu group 13
[    0.947215] pci 0000:05:00.0: Adding to iommu group 14
[    0.947224] pci 0000:06:00.0: Adding to iommu group 7
[    0.947229] pci 0000:06:00.2: Adding to iommu group 7
[    0.947233] pci 0000:06:00.3: Adding to iommu group 7
[    0.947238] pci 0000:06:00.4: Adding to iommu group 7
[    0.947243] pci 0000:06:00.5: Adding to iommu group 7
[    0.947247] pci 0000:06:00.6: Adding to iommu group 7
[    0.947252] pci 0000:07:00.0: Adding to iommu group 7
[    0.947256] pci 0000:07:00.1: Adding to iommu group 7
[    0.948693] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.948694] pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
[    0.948695]  PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.948696] AMD-Vi: Interrupt remapping enabled
[    0.948696] AMD-Vi: Virtual APIC enabled
[    0.948697] AMD-Vi: X2APIC enabled
[    0.948874] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.949494] amd_uncore: AMD NB counters detected
[    0.949497] amd_uncore: AMD LLC counters detected
[    0.950469] LVT offset 0 assigned for vector 0x400
[    0.950947] perf: AMD IBS detected (0x000003ff)
[    0.950959] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.950994] check: Scanning for low memory corruption every 60 seconds
[    0.951420] Initialise system trusted keyrings
[    0.951437] Key type blacklist registered
[    0.951501] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.952225] zbud: loaded
[    0.952397] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.952567] fuse: init (API version 7.31)
[    0.953051] integrity: Platform Keyring initialized
[    0.955450] Key type asymmetric registered
[    0.955451] Asymmetric key parser 'x509' registered
[    0.955458] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.955511] io scheduler mq-deadline registered
[    0.959607] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.959768] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[    0.959911] pcieport 0000:00:02.1: PME: Signaling with IRQ 28
[    0.960050] pcieport 0000:00:02.2: PME: Signaling with IRQ 29
[    0.960191] pcieport 0000:00:02.4: PME: Signaling with IRQ 30
[    0.960340] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[    0.960660] pcieport 0000:00:08.2: PME: Signaling with IRQ 32
[    0.960810] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.960906] efifb: probing for efifb
[    0.965242] efifb: showing boot graphics
[    0.966416] efifb: framebuffer at 0xd0000000, using 8100k, total 8100k
[    0.966417] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.966417] efifb: scrolling: redraw
[    0.966418] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.966471] fbcon: Deferring console take-over
[    0.966472] fb0: EFI VGA frame buffer device
[    1.026146] ACPI: AC Adapter [ACAD] (on-line)
[    1.026236] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.026271] ACPI: Power Button [PWRB]
[    1.026326] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    1.026346] ACPI: Lid Switch [LID]
[    1.026390] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.026444] ACPI: Power Button [PWRF]
[    1.026548] Monitor-Mwait will be used to enter C-1 state
[    1.026575] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    1.026956] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    1.027077] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    1.027330] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    1.027507] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    1.028003] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    1.028244] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    1.028448] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    1.028936] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    1.029381] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    1.029585] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    1.030061] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    1.030341] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[    1.030924] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[    1.031206] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[    1.031718] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[    1.035747] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P000 (20200528/dspkginit-438)
[    1.035752] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P001 (20200528/dspkginit-438)
[    1.035753] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P002 (20200528/dspkginit-438)
[    1.035755] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P003 (20200528/dspkginit-438)
[    1.035756] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P004 (20200528/dspkginit-438)
[    1.035757] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P005 (20200528/dspkginit-438)
[    1.035759] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P006 (20200528/dspkginit-438)
[    1.035760] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P007 (20200528/dspkginit-438)
[    1.035761] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P008 (20200528/dspkginit-438)
[    1.035762] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P009 (20200528/dspkginit-438)
[    1.035764] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P00A (20200528/dspkginit-438)
[    1.035765] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P00B (20200528/dspkginit-438)
[    1.035766] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P00C (20200528/dspkginit-438)
[    1.035767] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P00D (20200528/dspkginit-438)
[    1.035769] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P00E (20200528/dspkginit-438)
[    1.035770] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P00F (20200528/dspkginit-438)
[    1.035775] ACPI: Invalid passive threshold
[    1.037852] thermal LNXTHERM:00: registered as thermal_zone0
[    1.037854] ACPI: Thermal Zone [THRM] (55 C)
[    1.038218] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.040174] Linux agpgart interface v0.103
[    1.047364] loop: module loaded
[    1.047564] libphy: Fixed MDIO Bus: probed
[    1.047564] tun: Universal TUN/TAP device driver, 1.6
[    1.047583] PPP generic driver version 2.4.2
[    1.047624] VFIO - User Level meta-driver version: 0.3
[    1.047764] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.047766] ehci-pci: EHCI PCI platform driver
[    1.047780] ehci-platform: EHCI generic platform driver
[    1.047788] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.047789] ohci-pci: OHCI PCI platform driver
[    1.047793] ohci-platform: OHCI generic platform driver
[    1.047796] uhci_hcd: USB Universal Host Controller Interface driver
[    1.047835] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.047836] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.050657] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.050778] mousedev: PS/2 mouse device common for all mice
[    1.050904] rtc_cmos 00:01: RTC can wake from S4
[    1.051086] rtc_cmos 00:01: registered as rtc0
[    1.051218] rtc_cmos 00:01: setting system clock to 2020-12-23T17:46:07 UTC (1608745567)
[    1.051257] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.051268] i2c /dev entries driver
[    1.051382] device-mapper: uevent: version 1.0.3
[    1.051439] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    1.051469] platform eisa.0: Probing EISA bus 0
[    1.051472] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.051473] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.051473] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.051474] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.051475] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.051475] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.051476] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.051476] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.051477] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.051477] platform eisa.0: EISA: Detected 0 cards
[    1.052123] ledtrig-cpu: registered to indicate activity on CPUs
[    1.052132] EFI Variables Facility v0.08 2004-May-17
[    1.055037] drop_monitor: Initializing network drop monitor service
[    1.055204] NET: Registered protocol family 10
[    1.059558] Segment Routing with IPv6
[    1.059589] NET: Registered protocol family 17
[    1.059669] Key type dns_resolver registered
[    1.061393] microcode: CPU0: patch_level=0x08600103
[    1.061463] microcode: CPU1: patch_level=0x08600103
[    1.061470] microcode: CPU2: patch_level=0x08600103
[    1.061481] microcode: CPU3: patch_level=0x08600103
[    1.061488] microcode: CPU4: patch_level=0x08600103
[    1.061499] microcode: CPU5: patch_level=0x08600103
[    1.061514] microcode: CPU6: patch_level=0x08600103
[    1.061526] microcode: CPU7: patch_level=0x08600103
[    1.061546] microcode: CPU8: patch_level=0x08600103
[    1.061563] microcode: CPU9: patch_level=0x08600103
[    1.061592] microcode: CPU10: patch_level=0x08600103
[    1.061611] microcode: CPU11: patch_level=0x08600103
[    1.061614] microcode: CPU12: patch_level=0x08600103
[    1.061625] microcode: CPU13: patch_level=0x08600103
[    1.061657] microcode: CPU14: patch_level=0x08600103
[    1.061675] microcode: CPU15: patch_level=0x08600103
[    1.061797] microcode: Microcode Update Driver: v2.2.
[    1.062230] resctrl: L3 allocation detected
[    1.062231] resctrl: L3DATA allocation detected
[    1.062231] resctrl: L3CODE allocation detected
[    1.062231] resctrl: MB allocation detected
[    1.062232] resctrl: L3 monitoring detected
[    1.062235] IPI shorthand broadcast: enabled
[    1.062316] registered taskstats version 1
[    1.062324] Loading compiled-in X.509 certificates
[    1.062831] Loaded X.509 cert 'Build time autogenerated kernel key: 7c721aebe6f525711943b76e93986d811d0990e3'
[    1.062876] zswap: loaded using pool lzo/zbud
[    1.063185] Key type ._fscrypt registered
[    1.063186] Key type .fscrypt registered
[    1.063186] Key type fscrypt-provisioning registered
[    1.065051] Key type encrypted registered
[    1.065058] AppArmor: AppArmor sha1 policy hashing enabled
[    1.065160] integrity: Loading X.509 certificate: UEFI:MokListRT
[    1.065207] integrity: Loaded X.509 cert 'SomeOrg: shim: a01ee84e9b37ace407961cc468c5909447878469'
[    1.065207] integrity: Loading X.509 certificate: UEFI:MokListRT
[    1.065576] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    1.065783] ima: No TPM chip found, activating TPM-bypass!
[    1.065793] ima: Allocated hash algorithm: sha1
[    1.065799] ima: No architecture policies found
[    1.065813] evm: Initialising EVM extended attributes:
[    1.065813] evm: security.selinux
[    1.065814] evm: security.SMACK64
[    1.065814] evm: security.SMACK64EXEC
[    1.065815] evm: security.SMACK64TRANSMUTE
[    1.065815] evm: security.SMACK64MMAP
[    1.065816] evm: security.apparmor
[    1.065816] evm: security.ima
[    1.065817] evm: security.capability
[    1.065817] evm: HMAC attrs: 0x1
[    1.066468] PM:   Magic number: 0:805:795
[    1.067066] acpi_cpufreq: overriding BIOS provided _PSD data
[    1.067683] RAS: Correctable Errors collector initialized.
[    1.067694] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    1.140735] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.143038] battery: ACPI: Battery Slot [BAT0] (battery present)
[    1.144842] Freeing unused decrypted memory: 2040K
[    1.145500] Freeing unused kernel image (initmem) memory: 2636K
[    1.145502] Write protecting the kernel read-only data: 22528k
[    1.146018] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    1.146272] Freeing unused kernel image (rodata/data gap) memory: 788K
[    1.170067] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.170101] Run /init as init process
[    1.170102]   with arguments:
[    1.170103]     /init
[    1.170103]     splash
[    1.170103]   with environment:
[    1.170104]     HOME=/
[    1.170104]     TERM=linux
[    1.170105]     BOOT_IMAGE=/boot/vmlinuz-5.8.0-33-generic
[    1.393167] hid: raw HID events driver (C) Jiri Kosina
[    1.398418] i2c_hid i2c-SYNA32A5:00: supply vdd not found, using dummy regulator
[    1.398429] i2c_hid i2c-SYNA32A5:00: supply vddl not found, using dummy regulator
[    1.398688] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    1.399170] acpi device:04: registered as cooling_device16
[    1.399220] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input4
[    1.402241] nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
[    1.404127] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.404133] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[    1.404421] xhci_hcd 0000:01:00.2: xHCI Host Controller
[    1.404425] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 1
[    1.405024] xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
[    1.405122] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.405123] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.405186] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    1.405187] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.405188] usb usb1: Product: xHCI Host Controller
[    1.405189] usb usb1: Manufacturer: Linux 5.8.0-33-generic xhci-hcd
[    1.405190] usb usb1: SerialNumber: 0000:01:00.2
[    1.405253] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    1.405294] hub 1-0:1.0: USB hub found
[    1.405301] hub 1-0:1.0: 2 ports detected
[    1.405559] xhci_hcd 0000:01:00.2: xHCI Host Controller
[    1.405562] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 2
[    1.405564] xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
[    1.405584] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.405603] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    1.405603] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.405604] usb usb2: Product: xHCI Host Controller
[    1.405605] usb usb2: Manufacturer: Linux 5.8.0-33-generic xhci-hcd
[    1.405606] usb usb2: SerialNumber: 0000:01:00.2
[    1.405677] sdhci: Secure Digital Host Controller Interface driver
[    1.405678] sdhci: Copyright(c) Pierre Ossman
[    1.405681] hub 2-0:1.0: USB hub found
[    1.405690] hub 2-0:1.0: 4 ports detected
[    1.406134] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.406139] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
[    1.406227] xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
[    1.406247] ahci 0000:07:00.0: version 3.0
[    1.406375] ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.406377] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.406382] nvme nvme0: pci function 0000:05:00.0
[    1.406998] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    1.406999] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.407000] usb usb3: Product: xHCI Host Controller
[    1.407001] usb usb3: Manufacturer: Linux 5.8.0-33-generic xhci-hcd
[    1.407002] usb usb3: SerialNumber: 0000:06:00.3
[    1.407013] scsi host0: ahci
[    1.407075] ata1: SATA max UDMA/133 abar m2048@0xfc601000 port 0xfc601100 irq 49
[    1.407089] hub 3-0:1.0: USB hub found
[    1.407102] hub 3-0:1.0: 4 ports detected
[    1.407279] ahci 0000:07:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.407280] ahci 0000:07:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.407355] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.407358] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 4
[    1.407360] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.407372] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.407389] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    1.407390] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.407390] usb usb4: Product: xHCI Host Controller
[    1.407391] usb usb4: Manufacturer: Linux 5.8.0-33-generic xhci-hcd
[    1.407392] usb usb4: SerialNumber: 0000:06:00.3
[    1.407469] hub 4-0:1.0: USB hub found
[    1.407477] hub 4-0:1.0: 2 ports detected
[    1.407484] scsi host1: ahci
[    1.407616] ata2: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600100 irq 53
[    1.407741] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.407744] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
[    1.407832] xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
[    1.408100] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    1.408101] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.408102] usb usb5: Product: xHCI Host Controller
[    1.408102] usb usb5: Manufacturer: Linux 5.8.0-33-generic xhci-hcd
[    1.408103] usb usb5: SerialNumber: 0000:06:00.4
[    1.408184] hub 5-0:1.0: USB hub found
[    1.408190] hub 5-0:1.0: 4 ports detected
[    1.408399] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.408402] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 6
[    1.408404] xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.408415] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.408432] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    1.408433] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.408434] usb usb6: Product: xHCI Host Controller
[    1.408435] usb usb6: Manufacturer: Linux 5.8.0-33-generic xhci-hcd
[    1.408435] usb usb6: SerialNumber: 0000:06:00.4
[    1.408497] hub 6-0:1.0: USB hub found
[    1.408501] hub 6-0:1.0: 2 ports detected
[    1.409847] sdhci-pci 0000:04:00.0: SDHCI controller found [17a0:9750] (rev 1)
[    1.422461] sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
[    1.438568] nvme nvme0: missing or invalid SUBNQN field.
[    1.438587] nvme nvme0: Shutdown timeout set to 8 seconds
[    1.445112] libphy: r8169: probed
[    1.448457] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 30:24:a9:7f:13:27, XID 541, IRQ 63
[    1.448459] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.448496] mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
[    1.460667] nvme nvme0: 16/0/0 default/read/poll queues
[    1.464610]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[    1.478906] r8169 0000:02:00.0 eno1: renamed from eth0
[    1.581319] input: SYNA32A5:00 06CB:CE17 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-SYNA32A5:00/0018:06CB:CE17.0001/input/input5
[    1.581649] input: SYNA32A5:00 06CB:CE17 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-SYNA32A5:00/0018:06CB:CE17.0001/input/input6
[    1.581786] hid-generic 0018:06CB:CE17.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA32A5:00 06CB:CE17] on i2c-SYNA32A5:00
[    1.722156] ata1: SATA link down (SStatus 0 SControl 300)
[    1.722259] ata2: SATA link down (SStatus 0 SControl 300)
[    1.744948] usb 3-3: new high-speed USB device number 2 using xhci_hcd
[    1.919749] usb 3-3: New USB device found, idVendor=30c9, idProduct=000e, bcdDevice= 0.02
[    1.919753] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.919756] usb 3-3: Product: HP Wide Vision HD Camera
[    1.919757] usb 3-3: Manufacturer: DJKANA1BIE7P2Y
[    2.083243] usb 3-4: new full-speed USB device number 3 using xhci_hcd
[    2.270872] usb 3-4: New USB device found, idVendor=0bda, idProduct=b00c, bcdDevice= 0.00
[    2.270877] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.270880] usb 3-4: Product: 802.11ac WLAN Adapter
[    2.270882] usb 3-4: Manufacturer: Realtek
[    2.270883] usb 3-4: SerialNumber: 00e04c000001
[    2.361645] fbcon: Taking over console
[    2.361735] Console: switching to colour frame buffer device 240x67
[    2.366968] EXT4-fs (nvme0n1p8): mounted filesystem with ordered data mode. Opts: (null)
[    2.443754] systemd[1]: Inserted module 'autofs4'
[    2.461662] systemd[1]: systemd 245.4-4ubuntu3.2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    2.480790] systemd[1]: Detected architecture x86-64.
[    2.515688] systemd[1]: Set hostname to <omen15>.
[    2.564120] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[    2.597981] systemd[1]: Created slice system-modprobe.slice.
[    2.598130] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.598237] systemd[1]: Created slice User and Session Slice.
[    2.598279] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.598390] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.598435] systemd[1]: Reached target User and Group Name Lookups.
[    2.598455] systemd[1]: Reached target Remote File Systems.
[    2.598469] systemd[1]: Reached target Slices.
[    2.598913] systemd[1]: Listening on Syslog Socket.
[    2.598962] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.598994] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.599086] systemd[1]: Listening on Journal Audit Socket.
[    2.599133] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.599187] systemd[1]: Listening on Journal Socket.
[    2.599238] systemd[1]: Listening on udev Control Socket.
[    2.599278] systemd[1]: Listening on udev Kernel Socket.
[    2.599795] systemd[1]: Mounting Huge Pages File System...
[    2.600215] systemd[1]: Mounting POSIX Message Queue File System...
[    2.600868] systemd[1]: Mounting Kernel Debug File System...
[    2.601658] systemd[1]: Mounting Kernel Trace File System...
[    2.602980] systemd[1]: Starting Journal Service...
[    2.603652] systemd[1]: Starting Set the console keyboard layout...
[    2.604560] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    2.605451] systemd[1]: Starting Load Kernel Module drm...
[    2.605799] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    2.605839] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.606800] systemd[1]: Starting Load Kernel Modules...
[    2.607535] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.608041] systemd[1]: Starting udev Coldplug all Devices...
[    2.608600] systemd[1]: Starting Uncomplicated firewall...
[    2.609859] systemd[1]: Mounted Huge Pages File System.
[    2.610053] systemd[1]: Mounted POSIX Message Queue File System.
[    2.610143] systemd[1]: Mounted Kernel Debug File System.
[    2.610305] systemd[1]: Mounted Kernel Trace File System.
[    2.610648] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.611743] systemd[1]: Finished Uncomplicated firewall.
[    2.614851] EXT4-fs (nvme0n1p8): re-mounted. Opts: errors=remount-ro
[    2.615661] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.616343] systemd[1]: Activating swap /swapfile...
[    2.616596] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.616635] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    2.617279] lp: driver loaded but no devices found
[    2.617302] systemd[1]: Starting Load/Save Random Seed...
[    2.618098] systemd[1]: Starting Create System Users...
[    2.618812] systemd[1]: modprobe@drm.service: Succeeded.
[    2.619253] systemd[1]: Finished Load Kernel Module drm.
[    2.620023] ppdev: user-space parallel port driver
[    2.622686] systemd[1]: Finished Load Kernel Modules.
[    2.623961] systemd[1]: Mounting FUSE Control File System...
[    2.625108] systemd[1]: Mounting Kernel Configuration File System...
[    2.626053] systemd[1]: Starting Apply Kernel Variables...
[    2.627577] systemd[1]: Mounted FUSE Control File System.
[    2.627666] systemd[1]: Mounted Kernel Configuration File System.
[    2.629247] systemd[1]: Finished Load/Save Random Seed.
[    2.629587] systemd[1]: Finished Create System Users.
[    2.630532] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.636632] systemd[1]: Finished Apply Kernel Variables.
[    2.639758] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.640617] systemd[1]: Starting udev Kernel Device Manager...
[    2.650265] systemd[1]: Finished Set the console keyboard layout.
[    2.650370] systemd[1]: Reached target Local File Systems (Pre).
[    2.651569] systemd[1]: Mounting Mount unit for core18, revision 1880...
[    2.652265] systemd[1]: Mounting Mount unit for gnome-3-34-1804, revision 36...
[    2.652798] Adding 2087644k swap on /swapfile.  Priority:-2 extents:6 across:2251484k SSFS
[    2.653666] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1506...
[    2.655287] systemd[1]: Mounting Mount unit for snap-store, revision 467...
[    2.656399] systemd[1]: Mounting Mount unit for snapd, revision 8542...
[    2.656459] systemd[1]: Activated swap /swapfile.
[    2.656676] systemd[1]: Reached target Swap.
[    2.682329] systemd[1]: Started Journal Service.
[    2.688781] systemd-journald[360]: Received client request to flush runtime journal.
[    2.823835] snd_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
[    2.823985] snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 0
[    2.825080] ccp 0000:06:00.2: enabling device (0000 -> 0002)
[    2.825322] ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    2.832306] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.832436] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.835470] ccp 0000:06:00.2: tee enabled
[    2.835474] ccp 0000:06:00.2: psp enabled
[    2.888890] mc: Linux media interface: v0.10
[    2.889971] pstore: Using crash dump compression: deflate
[    2.889994] pstore: Registered efi as persistent store backend
[    2.893632] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    2.893635] RAPL PMU: hw unit of domain package 2^-16 Joules
[    2.895067] input: HP WMI hotkeys as /devices/virtual/input/input8
[    2.897824] Bluetooth: Core ver 2.22
[    2.897856] NET: Registered protocol family 31
[    2.897858] Bluetooth: HCI device and connection manager initialized
[    2.897870] Bluetooth: HCI socket layer initialized
[    2.897873] Bluetooth: L2CAP socket layer initialized
[    2.897879] Bluetooth: SCO socket layer initialized
[    2.900988] videodev: Linux video capture interface: v2.00
[    2.902482] cryptd: max_cpu_qlen set to 1000
[    2.904485] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    2.907632] AVX2 version of gcm_enc/dec engaged.
[    2.907633] AES CTR mode by8 optimization enabled
[    2.914652] uvcvideo: Found UVC 1.00 device HP Wide Vision HD Camera (30c9:000e)
[    2.921439] usbcore: registered new interface driver btusb
[    2.926065] rtw_8822ce 0000:03:00.0: enabling device (0000 -> 0003)
[    2.926706] rtw_8822ce 0000:03:00.0: Firmware version 7.3.0, H2C version 14
[    2.926754] rtw_8822ce 0000:03:00.0: Firmware version 7.3.0, H2C version 14
[    2.937441] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[    2.938046] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    2.939432] Bluetooth: hci0: RTL: rom_version status=0 version=3
[    2.939435] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[    2.939748] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[    2.939852] Bluetooth: hci0: RTL: cfg_sz 6, total sz 31422
[    2.943147] input: HP Wide Vision HD Camera: HP Wi as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb3/3-3/3-3:1.0/input/input9
[    2.952650] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    2.953650] rtw_8822ce 0000:03:00.0 wlo1: renamed from wlan0
[    3.196519] nvidia: loading out-of-tree module taints kernel.
[    3.196542] nvidia: module license 'NVIDIA' taints kernel.
[    3.196543] Disabling lock debugging due to kernel taint
[    3.197025] snd_hda_intel 0000:01:00.1: Disabling MSI
[    3.197038] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    3.197297] snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
[    3.201823] kvm: Nested Virtualization enabled
[    3.201856] SVM: kvm: Nested Paging enabled
[    3.201857] SVM: Virtual VMLOAD VMSAVE supported
[    3.201858] SVM: Virtual GIF supported
[    3.216968] acp_pdm_mach acp_pdm_mach.0: dmic-hifi <-> acp_rn_pdm_dma.0 mapping ok
[    3.217447] Bluetooth: hci0: RTL: fw version 0x09993aa1
[    3.217821] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    3.219466] MCE: In-kernel MCE decoding enabled.
[    3.221103] EDAC amd64: F17h_M60h detected (node 0).
[    3.221152] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.253777] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input10
[    3.255169] nvidia-nvlink: Nvlink Core is being initialized, major device number 511
[    3.255680] nvidia 0000:01:00.0: enabling device (0002 -> 0003)
[    3.255810] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    3.301829] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  450.80.02  Wed Sep 23 01:13:39 UTC 2020
[    3.325235] usbcore: registered new interface driver uvcvideo
[    3.325238] USB Video Class driver (1.1.1)
[    3.325547] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input11
[    3.325694] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input12
[    3.325877] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input13
[    3.326012] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input14
[    3.326150] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input15
[    3.333075] input: SYNA32A5:00 06CB:CE17 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-SYNA32A5:00/0018:06CB:CE17.0001/input/input16
[    3.333250] input: SYNA32A5:00 06CB:CE17 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-SYNA32A5:00/0018:06CB:CE17.0001/input/input17
[    3.333335] hid-multitouch 0018:06CB:CE17.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA32A5:00 06CB:CE17] on i2c-SYNA32A5:00
[    3.362588] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC245: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[    3.362644] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.362651] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    3.362696] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.362700] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.362703] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    3.363940] EDAC amd64: F17h_M60h detected (node 0).
[    3.364034] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.367652] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  450.80.02  Wed Sep 23 00:48:09 UTC 2020
[    3.374046] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    3.374049] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    3.389698] nvidia-uvm: Loaded the UVM driver, major device number 509.
[    3.407630] audit: type=1400 audit(1608745569.852:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=723 comm="apparmor_parser"
[    3.408691] audit: type=1400 audit(1608745569.856:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=724 comm="apparmor_parser"
[    3.415559] audit: type=1400 audit(1608745569.860:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=727 comm="apparmor_parser"
[    3.428121] audit: type=1400 audit(1608745569.872:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=735 comm="apparmor_parser"
[    3.429889] audit: type=1400 audit(1608745569.876:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=722 comm="apparmor_parser"
[    3.431200] audit: type=1400 audit(1608745569.876:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=728 comm="apparmor_parser"
[    3.432115] audit: type=1400 audit(1608745569.876:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=728 comm="apparmor_parser"
[    3.441581] audit: type=1400 audit(1608745569.888:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=737 comm="apparmor_parser"
[    3.442311] audit: type=1400 audit(1608745569.888:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=737 comm="apparmor_parser"
[    3.485666] EDAC amd64: F17h_M60h detected (node 0).
[    3.485708] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.485821] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input19
[    3.485912] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input20
[    3.573733] EDAC amd64: F17h_M60h detected (node 0).
[    3.573786] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.662241] EDAC amd64: F17h_M60h detected (node 0).
[    3.662290] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.741254] EDAC amd64: F17h_M60h detected (node 0).
[    3.741301] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.813617] EDAC amd64: F17h_M60h detected (node 0).
[    3.813664] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.826721] nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
[    3.826730] ucsi_ccg 1-0008: i2c_transfer failed -110
[    3.826733] ucsi_ccg 1-0008: ucsi_ccg_init failed - -110
[    3.826743] ucsi_ccg: probe of 1-0008 failed with error -110
[    3.893826] EDAC amd64: F17h_M60h detected (node 0).
[    3.893879] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.953798] EDAC amd64: F17h_M60h detected (node 0).
[    3.953849] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.037740] EDAC amd64: F17h_M60h detected (node 0).
[    4.037787] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.141382] EDAC amd64: F17h_M60h detected (node 0).
[    4.141428] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.217133] EDAC amd64: F17h_M60h detected (node 0).
[    4.217174] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.313333] EDAC amd64: F17h_M60h detected (node 0).
[    4.313385] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.373618] EDAC amd64: F17h_M60h detected (node 0).
[    4.373657] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.413719] EDAC amd64: F17h_M60h detected (node 0).
[    4.413775] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.449716] EDAC amd64: F17h_M60h detected (node 0).
[    4.449763] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.516796] kauditd_printk_skb: 17 callbacks suppressed
[    6.516799] audit: type=1400 audit(1608745572.964:28): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice" pid=732 comm="apparmor_parser"
[    6.518504] audit: type=1400 audit(1608745572.964:29): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice//gpg" pid=732 comm="apparmor_parser"
[    6.831208] audit: type=1400 audit(1608745573.276:30): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/8542/usr/lib/snapd/snap-confine" pid=781 comm="apparmor_parser"
[    6.831850] audit: type=1400 audit(1608745573.276:31): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/8542/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=781 comm="apparmor_parser"
[    6.853468] audit: type=1400 audit(1608745573.300:32): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.snap-store.ubuntu-software" pid=784 comm="apparmor_parser"
[    6.871955] audit: type=1400 audit(1608745573.316:33): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.snap-store.snap-store" pid=783 comm="apparmor_parser"
[    6.883570] audit: type=1400 audit(1608745573.328:34): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.snap-store.ubuntu-software-local-file" pid=785 comm="apparmor_parser"
[    7.025049] audit: type=1400 audit(1608745573.472:35): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.snap-store" pid=782 comm="apparmor_parser"
[    7.175387] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.175388] Bluetooth: BNEP filters: protocol multicast
[    7.175393] Bluetooth: BNEP socket layer initialized
[    7.182445] NET: Registered protocol family 38
[    7.191659] audit: type=1400 audit(1608745573.636:36): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=876 comm="cups-browsed" capability=23  capname="sys_nice"
[    7.272711] Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
[    7.453029] r8169 0000:02:00.0 eno1: Link is Down
[    7.979105] ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200528/nsarguments-59)
[    8.554402] rtw_8822ce 0000:03:00.0: start vif 18:47:3d:1d:c4:1b on port 0
[   10.406602] rfkill: input handler disabled
[   12.689410] wlo1: authenticate with 46:d9:e7:fb:d6:fb
[   13.223869] wlo1: send auth to 46:d9:e7:fb:d6:fb (try 1/3)
[   13.229516] wlo1: authenticated
[   13.232802] wlo1: associate with 46:d9:e7:fb:d6:fb (try 1/3)
[   13.237226] wlo1: RX AssocResp from 46:d9:e7:fb:d6:fb (capab=0x411 status=0 aid=1)
[   13.237256] rtw_8822ce 0000:03:00.0: sta 46:d9:e7:fb:d6:fb joined with macid 0
[   13.237567] wlo1: associated
[   13.265287] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[   15.462787] rfkill: input handler enabled
[   15.894246] Bluetooth: RFCOMM TTY layer initialized
[   15.894253] Bluetooth: RFCOMM socket layer initialized
[   15.894259] Bluetooth: RFCOMM ver 1.11
[   17.365424] rfkill: input handler disabled
[  154.192552] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[  154.197416] JFS: nTxBlock = 8192, nTxLock = 65536
[  154.210349] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[  154.229328] QNX4 filesystem 0.2.3 registered.
[  154.304909] raid6: avx2x4   gen() 34794 MB/s
[  154.376685] raid6: avx2x4   xor()  9762 MB/s
[  154.445077] raid6: avx2x2   gen() 34691 MB/s
[  154.515010] raid6: avx2x2   xor() 23381 MB/s
[  154.580679] raid6: avx2x1   gen() 29710 MB/s
[  154.648903] raid6: avx2x1   xor() 18401 MB/s
[  154.717067] raid6: sse2x4   gen() 17674 MB/s
[  154.784888] raid6: sse2x4   xor()  9165 MB/s
[  154.856902] raid6: sse2x2   gen() 19655 MB/s
[  154.924898] raid6: sse2x2   xor() 12086 MB/s
[  154.993069] raid6: sse2x1   gen() 15520 MB/s
[  155.064687] raid6: sse2x1   xor()  9287 MB/s
[  155.064688] raid6: using algorithm avx2x4 gen() 34794 MB/s
[  155.064688] raid6: .... xor() 9762 MB/s, rmw enabled
[  155.064689] raid6: using avx2x2 recovery algorithm
[  155.069193] xor: automatically using best checksumming function   avx       
[  155.084144] Btrfs loaded, crc32c=crc32c-intel
[  171.494266] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
[  171.494269] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
[  223.951670] systemd[1]: systemd 245.4-4ubuntu3.3 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[  223.974735] systemd[1]: Detected architecture x86-64.
[  224.010382] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[  224.194387] systemd-journald[360]: Received SIGTERM from PID 1 (systemd).
[  224.194423] systemd[1]: Stopping Journal Service...
[  224.213883] systemd[1]: systemd-journald.service: Succeeded.
[  224.214455] systemd[1]: Stopped Journal Service.
[  224.218664] systemd[1]: Starting Journal Service...
[  224.276700] systemd[1]: Started Journal Service.
[  224.285052] systemd-journald[34721]: Received client request to flush runtime journal.
[  225.399299] audit: type=1400 audit(1608745791.843:37): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=34838 comm="apparmor_parser"
[  225.418439] audit: type=1400 audit(1608745791.863:38): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=34838 comm="apparmor_parser"
[  226.426438] audit: type=1400 audit(1608745792.869:39): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/snapd/8542/usr/lib/snapd/snap-confine" pid=34941 comm="apparmor_parser"
[  226.472807] audit: type=1400 audit(1608745792.917:40): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/snapd/8542/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=34941 comm="apparmor_parser"
[  226.472937] audit: type=1400 audit(1608745792.917:41): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.snap-store" pid=34942 comm="apparmor_parser"
[  226.473130] audit: type=1400 audit(1608745792.917:42): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.snap-store.ubuntu-software-local-file" pid=34945 comm="apparmor_parser"
[  226.473194] audit: type=1400 audit(1608745792.917:43): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.snap-store.ubuntu-software" pid=34944 comm="apparmor_parser"
[  226.473339] audit: type=1400 audit(1608745792.917:44): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.snap-store.snap-store" pid=34943 comm="apparmor_parser"
[  226.881315] audit: type=1400 audit(1608745793.329:45): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/8542/usr/lib/snapd/snap-confine" pid=34998 comm="apparmor_parser"
[  226.881321] audit: type=1400 audit(1608745793.329:46): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/8542/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=34998 comm="apparmor_parser"
[  241.797808] wlo1: deauthenticating from 46:d9:e7:fb:d6:fb by local choice (Reason: 3=DEAUTH_LEAVING)
[  241.824775] rtw_8822ce 0000:03:00.0: sta 46:d9:e7:fb:d6:fb with macid 0 left
[  241.826826] wlo1: authenticate with 46:d9:e7:fb:d6:fb
[  242.116814] wlo1: send auth to 46:d9:e7:fb:d6:fb (try 1/3)
[  242.120112] wlo1: authenticated
[  242.120687] wlo1: associate with 46:d9:e7:fb:d6:fb (try 1/3)
[  242.126695] wlo1: RX AssocResp from 46:d9:e7:fb:d6:fb (capab=0x411 status=0 aid=1)
[  242.126719] rtw_8822ce 0000:03:00.0: sta 46:d9:e7:fb:d6:fb joined with macid 0
[  242.127014] wlo1: associated
[ 1754.561793] kauditd_printk_skb: 4 callbacks suppressed
[ 1754.561795] audit: type=1400 audit(1608747321.008:51): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.chromium.hook.configure" pid=52051 comm="apparmor_parser"
[ 1754.568676] audit: type=1400 audit(1608747321.012:52): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.chromium.chromium" pid=52050 comm="apparmor_parser"
[ 1754.568859] audit: type=1400 audit(1608747321.016:53): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.chromium.chromedriver" pid=52049 comm="apparmor_parser"
[ 1754.570233] audit: type=1400 audit(1608747321.016:54): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.chromium" pid=52048 comm="apparmor_parser"
[ 1756.675898] audit: type=1400 audit(1608747323.119:55): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/8542/usr/lib/snapd/snap-confine" pid=52211 comm="apparmor_parser"
[ 1756.675904] audit: type=1400 audit(1608747323.119:56): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/8542/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=52211 comm="apparmor_parser"
[ 1756.805484] audit: type=1400 audit(1608747323.251:57): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.chromium.hook.configure" pid=52216 comm="apparmor_parser"
[ 1757.171009] audit: type=1400 audit(1608747323.615:58): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.chromium" pid=52213 comm="apparmor_parser"
[ 1757.490743] audit: type=1400 audit(1608747323.935:59): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.chromium.chromedriver" pid=52214 comm="apparmor_parser"
[ 1757.507608] audit: type=1400 audit(1608747323.951:60): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.chromium.chromium" pid=52215 comm="apparmor_parser"
[ 4187.070739] rfkill: input handler enabled
[ 4187.070859] rfkill: input handler disabled
[ 4505.881350] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
[ 4505.881356] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.

Fazit

Mit ein paar Kniffen (s.o.), funktioniert Ubuntu 20.04.1 gut auf dem HP Omen 15-EN.

LinuxHardware/NoteBooks/HP/Omen_15-EN (zuletzt geändert am 2021-01-06 11:45:03 durch ThomasWaldmann)