You are not logged in.

#1 2020-10-04 15:44:47

alulord
Member
Registered: 2020-10-04
Posts: 2

[SOLVED] Sluggish Ryzen 7 + RTX 2060 laptop + Xorg (Asus TUF506IV)

Hi, I have a problem with arch on my laptop, that (I guess) lies somewhere in amdgpu driver. I'm am able to get it working ok, but the graphics using integrated gpu is sluggish and Xorg is eating too much cpu (~20%). This can be mainly seen in Alacritty (which is gpu accelerated) where, when I type, the letters are lagging, cpu goes up, fans are ramping up...

System info:

OS: Arch Linux x86_64
Host: TUF Gaming FA506IV_FX506IV 1.0
Kernel: 5.8.13-AMD
Uptime: 50 mins
Packages: 1125 (pacman)
Shell: zsh 5.8
Resolution: 1920x1080
WM: i3
Theme: Arc-Dark [GTK2/3]
Icons: Green-Maia [GTK2/3]
Terminal: alacritty
CPU: AMD Ryzen 7 4800H with Radeon Graphics (16) @ 2.900GHz
GPU: NVIDIA GeForce RTX 2060 Mobile
GPU: AMD ATI 05:00.0 Renoir
Memory: 1475MiB / 15427MiB

Xorg configs (current, tried it without xorg.conf, without options):

Section "Device"
     Identifier "AMD"
     Driver "amdgpu"
     Option "TearFree" "true"
     Option "Accel" "true"
     BusId "PCI:5:0:0"
EndSection

Xorg logs: https://gist.github.com/alulord/6a2757b … bd39e11118

dmesg logs: https://gist.github.com/alulord/374def0 … b7a5f87aaa


What I tried:

  • install amdgpu from here https://wiki.archlinux.org/index.php/AMDGPU

  • install amdgpu-pro from here https://wiki.archlinux.org/index.php/AMDGPU and https://wiki.archlinux.org/index.php/AMDGPU_PRO

  • adding amdgpu to mkinitcpio modules and setting kernel parameter amdgpu.cik_support=1

  • using amdgpu with proprietary nvidia drivers from here https://www.reddit.com/r/archlinux/comm … pu_nvidia/. In this case it was still sluggish, but when I run alacritty with prime-run alacritty, then it run ok. (that's why I'm suspecting amd drivers). But I was a bit affraid to have TERM=prime-run alacritty and it wouldn't solve problems with xorg

  • trying to run proprietary amd drivers together with nvidia drivers (which didn't work and since proprietary amd drivers didn't work alone, I didn't push it too hard)

  • trying to install linux-amd with linux-amd-headers (running it currently)

  • updating bios to latest version, trying to disable one or other gpu in bios, but the bios on this is shit with almost no options

  • trying wayland with sway, which worked but had other problems (mainly I want unified setup on pc's and need to screen share in work)

  • trying fedora and manjaro, which worked ok

  • possibly some config/package combinations which I don't even remember

My goals here would be (from best case to worst):

  • run hybrid mode, with ok internal gpu and possibility to run stuff on nvidia on demand

  • run on internal gpu (I don't game on that pc and battery life is more important)

  • run on dedicated gpu

  • ?

Closest thing, I've seen is this post https://bbs.archlinux.org/viewtopic.php?id=257847 but it's not very live and I don't care all that much about hybrid mode, so I created my own post

Last edited by alulord (2020-10-07 10:55:11)

Offline

#2 2020-10-05 11:30:03

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

Re: [SOLVED] Sluggish Ryzen 7 + RTX 2060 laptop + Xorg (Asus TUF506IV)

dmesg shows several error messages related to drm.

[    1.951306] [drm:dm_helpers_dp_write_dpcd [amdgpu]] *ERROR* Failed to find connector for link!

[    2.706863] [drm:dpcd_set_source_specific_data [amdgpu]] *ERROR* Error in DP aux read transaction, not writing source specific data
[    2.818010] [drm] Failed to add display topology, DTM TA is not initialized.

There are also errors wrt usb ports and xorg log also shows problems with usb devices .

Any idea what device "COMPANY USB Device Consumer Control" is ?
please post lsusb -tv .

Try removing usb connected devices like mice, keyboards, hubs , docks etc.

Which kernel version did fedora and manjaro use ?

sidenote :
amdgpu.cik_support=1 is meant for older chipsets.
On your ryzen 7 4800H / renoir chipset it will have zero effect.


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


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

Offline

#3 2020-10-07 10:53:10

alulord
Member
Registered: 2020-10-04
Posts: 2

Re: [SOLVED] Sluggish Ryzen 7 + RTX 2060 laptop + Xorg (Asus TUF506IV)

Thanks for the reply (and the sidenote). I tried clean install (exactly the same, since I'm doing it with ansible) and it works now after >1 month. So my only guess is something got updated which fixed it (not sure what). Anyway, the errors are still  there. If somebody will be interested, here is new dmesg logs

[    0.000000] Linux version 5.8.13-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Thu, 01 Oct 2020 20:40:35 +0000
[    0.000000] Command line: rd.luks.name=3209f837-a869-4bb4-b7a9-4c38f0fbfa62=system root=UUID=b611a027-7498-4872-9c60-59fe171b69c6 rootflags=rw,subvol=root rw initrd=amd-ucode.img libahci.ignore_sss=1 quiet splash loglevel=3 rd.udev.log_priority=3 vt.global_cursor_default=0 initrd=\initramfs-linux.img
[    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-0x0000000009bfefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009bff000-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-0x00000000ab4d6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ab4d7000-0x00000000ac9f0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ac9f1000-0x00000000aca40fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000aca41000-0x00000000acbf1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000acbf2000-0x00000000ad5fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ad5ff000-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 0xa7574018-0xa7583257] usable ==> usable
[    0.000000] e820: update [mem 0xa7574018-0xa7583257] usable ==> usable
[    0.000000] e820: update [mem 0xa7566018-0xa7573457] usable ==> usable
[    0.000000] e820: update [mem 0xa7566018-0xa7573457] 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-0x0000000009bfefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009bff000-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-0x00000000a7566017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a7566018-0x00000000a7573457] usable
[    0.000000] reserve setup_data: [mem 0x00000000a7573458-0x00000000a7574017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a7574018-0x00000000a7583257] usable
[    0.000000] reserve setup_data: [mem 0x00000000a7583258-0x00000000ab4d6fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ab4d7000-0x00000000ac9f0fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ac9f1000-0x00000000aca40fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000aca41000-0x00000000acbf1fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000acbf2000-0x00000000ad5fefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ad5ff000-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=0xaca40000 ACPI 2.0=0xaca40014 TPMFinalLog=0xacbac000 SMBIOS=0xad402000 SMBIOS 3.0=0xad401000 MEMATTR=0xa7609418 ESRT=0xaa3ee818 RNG=0xad44e998 TPMEventLog=0xa75a1018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. TUF Gaming FA506IV_FX506IV/FA506IV, BIOS FA506IV.311 09/11/2020
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2894.579 MHz processor
[    0.000211] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000211] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000215] last_pfn = 0x42f340 max_arch_pfn = 0x400000000
[    0.000219] MTRR default type: uncachable
[    0.000219] MTRR fixed ranges enabled:
[    0.000220]   00000-9FFFF write-back
[    0.000221]   A0000-DFFFF uncachable
[    0.000221]   E0000-FFFFF write-protect
[    0.000221] MTRR variable ranges enabled:
[    0.000222]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000223]   1 base 000080000000 mask FFFFE0000000 write-back
[    0.000223]   2 base 0000A0000000 mask FFFFF0000000 write-back
[    0.000224]   3 disabled
[    0.000224]   4 disabled
[    0.000224]   5 disabled
[    0.000224]   6 disabled
[    0.000225]   7 disabled
[    0.000225] TOM2: 0000000450000000 aka 17664M
[    0.000403] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000483] e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved
[    0.000488] last_pfn = 0xae000 max_arch_pfn = 0x400000000
[    0.003687] esrt: Reserving ESRT space from 0x00000000aa3ee818 to 0x00000000aa3ee850.
[    0.003696] e820: update [mem 0xaa3ee000-0xaa3eefff] usable ==> reserved
[    0.003742] check: Scanning 1 areas for low memory corruption
[    0.003747] Using GB pages for direct mapping
[    0.004331] Secure boot disabled
[    0.004332] RAMDISK: [mem 0x7e95f000-0x7fff5fff]
[    0.004338] ACPI: Early table checksum verification disabled
[    0.004341] ACPI: RSDP 0x00000000ACA40014 000024 (v02 _ASUS_)
[    0.004343] ACPI: XSDT 0x00000000ACA3F728 0000E4 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.004347] ACPI: FACP 0x00000000ACA34000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.004350] ACPI: DSDT 0x00000000ACA29000 00A09F (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[    0.004352] ACPI: FACS 0x00000000ACBAA000 000040
[    0.004353] ACPI: MSDM 0x00000000ACA3E000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
[    0.004355] ACPI: SSDT 0x00000000ACA36000 007216 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.004356] ACPI: IVRS 0x00000000ACA35000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
[    0.004358] ACPI: FIDT 0x00000000ACA28000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.004360] ACPI: MCFG 0x00000000ACA27000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[    0.004361] ACPI: HPET 0x00000000ACA26000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
[    0.004362] ACPI: VFCT 0x00000000ACA18000 00D484 (v01 _ASUS_ Notebook 00000001 AMD  31504F47)
[    0.004364] ACPI: BGRT 0x00000000ACA17000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.004365] ACPI: TPM2 0x00000000ACA16000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.004367] ACPI: SSDT 0x00000000ACA12000 0039F4 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004368] ACPI: CRAT 0x00000000ACA11000 000F28 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004370] ACPI: CDIT 0x00000000ACA10000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004371] ACPI: SSDT 0x00000000ACA0F000 0000B9 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.004373] ACPI: SSDT 0x00000000ACA0E000 000D37 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.004374] ACPI: SSDT 0x00000000ACA0C000 0010A5 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.004376] ACPI: SSDT 0x00000000ACA0B000 000A92 (v01 AsusQO Nv18dGPU 00000001 INTL 20120913)
[    0.004377] ACPI: SSDT 0x00000000ACA07000 0030C8 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.004379] ACPI: WSMT 0x00000000ACA06000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.004380] ACPI: APIC 0x00000000ACA05000 0000DE (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.004382] ACPI: SSDT 0x00000000ACA04000 00007D (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.004383] ACPI: SSDT 0x00000000ACA03000 000517 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.004385] ACPI: SSDT 0x00000000ACA02000 0006DB (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.004386] ACPI: FPDT 0x00000000ACA01000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.004391] ACPI: Local APIC address 0xfee00000
[    0.004430] No NUMA configuration found
[    0.004431] Faking a node at [mem 0x0000000000000000-0x000000042f33ffff]
[    0.004433] NODE_DATA(0) allocated [mem 0x42f33c000-0x42f33ffff]
[    0.004456] Zone ranges:
[    0.004457]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004458]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004458]   Normal   [mem 0x0000000100000000-0x000000042f33ffff]
[    0.004459]   Device   empty
[    0.004459] Movable zone start for each node
[    0.004460] Early memory node ranges
[    0.004460]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.004461]   node   0: [mem 0x0000000000100000-0x0000000009bfefff]
[    0.004461]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.004461]   node   0: [mem 0x000000000a20d000-0x00000000ab4d6fff]
[    0.004462]   node   0: [mem 0x00000000ad5ff000-0x00000000adffffff]
[    0.004462]   node   0: [mem 0x0000000100000000-0x000000042f33ffff]
[    0.004570] Zeroed struct page in unavailable ranges: 21079 pages
[    0.004571] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f33ffff]
[    0.004572] On node 0 totalpages: 4042153
[    0.004573]   DMA zone: 64 pages used for memmap
[    0.004573]   DMA zone: 26 pages reserved
[    0.004574]   DMA zone: 3999 pages, LIFO batch:0
[    0.004587]   DMA32 zone: 10924 pages used for memmap
[    0.004588]   DMA32 zone: 699082 pages, LIFO batch:63
[    0.009049]   Normal zone: 52173 pages used for memmap
[    0.009051]   Normal zone: 3339072 pages, LIFO batch:63
[    0.031916] ACPI: PM-Timer IO Port: 0x808
[    0.031919] ACPI: Local APIC address 0xfee00000
[    0.031924] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.031936] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.031940] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    0.031941] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.031942] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.031943] ACPI: IRQ0 used by override.
[    0.031944] ACPI: IRQ9 used by override.
[    0.031945] Using ACPI (MADT) for SMP configuration information
[    0.031946] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.031959] e820: update [mem 0xa9fcb000-0xa9ff9fff] usable ==> reserved
[    0.031967] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.031983] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.031984] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.031985] PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x09ffffff]
[    0.031986] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20cfff]
[    0.031987] PM: hibernation: Registered nosave memory: [mem 0xa7566000-0xa7566fff]
[    0.031988] PM: hibernation: Registered nosave memory: [mem 0xa7573000-0xa7573fff]
[    0.031988] PM: hibernation: Registered nosave memory: [mem 0xa7574000-0xa7574fff]
[    0.031989] PM: hibernation: Registered nosave memory: [mem 0xa7583000-0xa7583fff]
[    0.031990] PM: hibernation: Registered nosave memory: [mem 0xa9fcb000-0xa9ff9fff]
[    0.031991] PM: hibernation: Registered nosave memory: [mem 0xaa3ee000-0xaa3eefff]
[    0.031992] PM: hibernation: Registered nosave memory: [mem 0xab4d7000-0xac9f0fff]
[    0.031993] PM: hibernation: Registered nosave memory: [mem 0xac9f1000-0xaca40fff]
[    0.031993] PM: hibernation: Registered nosave memory: [mem 0xaca41000-0xacbf1fff]
[    0.031993] PM: hibernation: Registered nosave memory: [mem 0xacbf2000-0xad5fefff]
[    0.031994] PM: hibernation: Registered nosave memory: [mem 0xae000000-0xafffffff]
[    0.031995] PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xefffffff]
[    0.031995] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.031995] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfcffffff]
[    0.031996] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xffffffff]
[    0.031997] [mem 0xb0000000-0xefffffff] available for PCI devices
[    0.031998] Booting paravirtualized kernel on bare hardware
[    0.032001] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.035396] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.035917] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.035923] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.035924] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.035942] Built 1 zonelists, mobility grouping on.  Total pages: 3978966
[    0.035943] Policy zone: Normal
[    0.035944] Kernel command line: rd.luks.name=3209f837-a869-4bb4-b7a9-4c38f0fbfa62=system root=UUID=b611a027-7498-4872-9c60-59fe171b69c6 rootflags=rw,subvol=root rw initrd=amd-ucode.img libahci.ignore_sss=1 quiet splash loglevel=3 rd.udev.log_priority=3 vt.global_cursor_default=0 initrd=\initramfs-linux.img
[    0.037623] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.038453] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.038490] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.070387] Memory: 15699476K/16168612K available (14339K kernel code, 1480K rwdata, 7916K rodata, 1644K init, 3024K bss, 469136K reserved, 0K cma-reserved)
[    0.070394] random: get_random_u64 called from __kmem_cache_create+0x3e/0x600 with crng_init=0
[    0.070512] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.070527] ftrace: allocating 40118 entries in 157 pages
[    0.083109] ftrace: allocated 157 pages with 5 groups
[    0.083208] rcu: Preemptible hierarchical RCU implementation.
[    0.083208] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.083209] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.083209] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.083210] 	Trampoline variant of Tasks RCU enabled.
[    0.083210] 	Rude variant of Tasks RCU enabled.
[    0.083211] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.083212] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.085148] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.085485] Console: colour dummy device 80x25
[    0.085487] printk: console [tty0] enabled
[    0.085499] ACPI: Core revision 20200528
[    0.085649] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.085664] APIC: Switch to symmetric I/O mode setup
[    0.086332] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.086333] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.086333] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.086334] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.182132] Switched APIC routing to physical flat.
[    0.182704] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.198998] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29b941abc06, max_idle_ns: 440795205205 ns
[    0.199001] Calibrating delay loop (skipped), value calculated using timer frequency.. 5791.37 BogoMIPS (lpj=9648596)
[    0.199002] pid_max: default: 32768 minimum: 301
[    0.201353] LSM: Security Framework initializing
[    0.201359] Yama: becoming mindful.
[    0.201429] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.201476] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.201736] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.201786] LVT offset 1 assigned for vector 0xf9
[    0.201888] LVT offset 2 assigned for vector 0xf4
[    0.201913] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.201914] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.201918] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.201919] Spectre V2 : Mitigation: Full AMD retpoline
[    0.201920] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.201920] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.201922] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.201922] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.201924] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.202202] Freeing SMP alternatives memory: 32K
[    0.309987] smpboot: CPU0: AMD Ryzen 7 4800H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.310071] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.310075] ... version:                0
[    0.310076] ... bit width:              48
[    0.310076] ... generic registers:      6
[    0.310076] ... value mask:             0000ffffffffffff
[    0.310076] ... max period:             00007fffffffffff
[    0.310077] ... fixed-purpose events:   0
[    0.310077] ... event mask:             000000000000003f
[    0.310113] rcu: Hierarchical SRCU implementation.
[    0.310628] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.310763] smp: Bringing up secondary CPUs ...
[    0.310858] x86: Booting SMP configuration:
[    0.310859] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.344556] smp: Brought up 1 node, 16 CPUs
[    0.344556] smpboot: Max logical packages: 1
[    0.344556] smpboot: Total of 16 processors activated (92663.96 BogoMIPS)
[    0.346053] devtmpfs: initialized
[    0.346053] x86/mm: Memory block size: 128MB
[    0.346342] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20cfff] (53248 bytes)
[    0.346342] PM: Registering ACPI NVS region [mem 0xaca41000-0xacbf1fff] (1773568 bytes)
[    0.346342] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.346342] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.346342] pinctrl core: initialized pinctrl subsystem
[    0.346342] PM: RTC time: 10:44:41, date: 2020-10-07
[    0.346342] thermal_sys: Registered thermal governor 'fair_share'
[    0.346342] thermal_sys: Registered thermal governor 'bang_bang'
[    0.346342] thermal_sys: Registered thermal governor 'step_wise'
[    0.346342] thermal_sys: Registered thermal governor 'user_space'
[    0.346342] thermal_sys: Registered thermal governor 'power_allocator'
[    0.346342] NET: Registered protocol family 16
[    0.346367] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.346527] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.346705] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.346720] audit: initializing netlink subsys (disabled)
[    0.349021] audit: type=2000 audit(1602067481.169:1): state=initialized audit_enabled=0 res=1
[    0.349213] cpuidle: using governor ladder
[    0.349213] cpuidle: using governor menu
[    0.349213] ACPI: bus type PCI registered
[    0.349213] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.349323] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.349339] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.349339] PCI: Using configuration type 1 for base access
[    0.352713] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.352713] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.355759] ACPI: Added _OSI(Module Device)
[    0.355760] ACPI: Added _OSI(Processor Device)
[    0.355761] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.355762] ACPI: Added _OSI(Processor Aggregator Device)
[    0.355763] ACPI: Added _OSI(Linux-Dell-Video)
[    0.355763] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.355764] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.363706] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND (20200528/dswload2-162)
[    0.363709] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200528/psobject-220)
[    0.363710] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.366216] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.367350] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.368970] ACPI: EC: EC started
[    0.368970] ACPI: EC: interrupt blocked
[    0.369046] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.369047] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.369047] ACPI: Interpreter enabled
[    0.369058] ACPI: (supports S0 S3 S4 S5)
[    0.369059] ACPI: Using IOAPIC for interrupt routing
[    0.369219] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.369288] ACPI: Enabled 6 GPEs in block 00 to 1F
[    0.369742] ACPI: Power Resource [WRST] (on)
[    0.370121] ACPI: Power Resource [P0S0] (on)
[    0.370138] ACPI: Power Resource [P3S0] (on)
[    0.370199] ACPI: Power Resource [P0S1] (on)
[    0.370216] ACPI: Power Resource [P3S1] (on)
[    0.370798] ACPI: Power Resource [PG00] (on)
[    0.373324] ACPI: Power Resource [PRWL] (on)
[    0.373409] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.373409] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.373409] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.373409] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.373409] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.373409] PCI host bridge to bus 0000:00
[    0.373409] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.373409] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.373409] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.373409] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.373409] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.373409] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.373409] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfebfffff window]
[    0.373409] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.373409] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.373409] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.373409] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.373409] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.373416] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.373473] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.373554] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.373608] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.373632] pci 0000:00:02.1: enabling Extended Tags
[    0.373666] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.373740] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.373764] pci 0000:00:02.2: enabling Extended Tags
[    0.373797] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.373875] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.373899] pci 0000:00:02.4: enabling Extended Tags
[    0.373933] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.374008] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.374063] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.374085] pci 0000:00:08.1: enabling Extended Tags
[    0.374109] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.374172] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.374194] pci 0000:00:08.2: enabling Extended Tags
[    0.374218] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.374299] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.374411] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.374525] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.374561] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.375687] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.375723] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.375760] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.375795] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.375830] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.375865] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.375970] pci 0000:01:00.0: [10de:1f15] type 00 class 0x030000
[    0.375989] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.375997] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.376004] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.376009] pci 0000:01:00.0: reg 0x24: [io  0xf000-0xf07f]
[    0.376013] pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.376064] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.376129] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.376239] pci 0000:01:00.1: [10de:10f9] type 00 class 0x040300
[    0.376251] pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.376363] pci 0000:01:00.2: [10de:1ada] type 00 class 0x0c0330
[    0.376380] pci 0000:01:00.2: reg 0x10: [mem 0xc2000000-0xc203ffff 64bit pref]
[    0.376394] pci 0000:01:00.2: reg 0x1c: [mem 0xc2040000-0xc204ffff 64bit pref]
[    0.376441] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
[    0.376496] pci 0000:01:00.3: [10de:1adb] type 00 class 0x0c8000
[    0.376508] pci 0000:01:00.3: reg 0x10: [mem 0xfc084000-0xfc084fff]
[    0.376567] pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
[    0.376656] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.376659] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.376660] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.376662] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
[    0.376700] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.376724] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.376745] pci 0000:02:00.0: reg 0x18: [mem 0xfc904000-0xfc904fff 64bit]
[    0.376758] pci 0000:02:00.0: reg 0x20: [mem 0xfc900000-0xfc903fff 64bit]
[    0.376839] pci 0000:02:00.0: supports D1 D2
[    0.376839] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.376956] pci 0000:00:02.1: PCI bridge to [bus 02]
[    0.376959] pci 0000:00:02.1:   bridge window [io  0xe000-0xefff]
[    0.376960] pci 0000:00:02.1:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.377006] pci 0000:03:00.0: [10ec:c822] type 00 class 0x028000
[    0.377034] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.377056] pci 0000:03:00.0: reg 0x18: [mem 0xfc800000-0xfc80ffff 64bit]
[    0.377160] pci 0000:03:00.0: supports D1 D2
[    0.377161] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.377304] pci 0000:00:02.2: PCI bridge to [bus 03]
[    0.377306] pci 0000:00:02.2:   bridge window [io  0xd000-0xdfff]
[    0.377308] pci 0000:00:02.2:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.377443] pci 0000:04:00.0: [8086:f1a8] type 00 class 0x010802
[    0.377469] pci 0000:04:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.377658] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.377661] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.377716] pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
[    0.377731] pci 0000:05:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.377737] pci 0000:05:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.377741] pci 0000:05:00.0: reg 0x20: [io  0xc000-0xc0ff]
[    0.377746] pci 0000:05:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
[    0.377753] pci 0000:05:00.0: enabling Extended Tags
[    0.377759] pci 0000:05:00.0: BAR 0: assigned to efifb
[    0.377794] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.377861] pci 0000:05:00.1: [1002:1637] type 00 class 0x040300
[    0.377870] pci 0000:05:00.1: reg 0x10: [mem 0xfc5c8000-0xfc5cbfff]
[    0.377888] pci 0000:05:00.1: enabling Extended Tags
[    0.377913] pci 0000:05:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.377960] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
[    0.377974] pci 0000:05:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
[    0.377983] pci 0000:05:00.2: reg 0x24: [mem 0xfc5cc000-0xfc5cdfff]
[    0.377988] pci 0000:05:00.2: enabling Extended Tags
[    0.378058] pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
[    0.378070] pci 0000:05:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[    0.378091] pci 0000:05:00.3: enabling Extended Tags
[    0.378118] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.378162] pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
[    0.378174] pci 0000:05:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.378194] pci 0000:05:00.4: enabling Extended Tags
[    0.378221] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.378265] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
[    0.378274] pci 0000:05:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
[    0.378292] pci 0000:05:00.5: enabling Extended Tags
[    0.378318] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[    0.378360] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
[    0.378368] pci 0000:05:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
[    0.378387] pci 0000:05:00.6: enabling Extended Tags
[    0.378411] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[    0.378480] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.378482] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.378484] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.378486] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.378517] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
[    0.378540] pci 0000:06:00.0: reg 0x24: [mem 0xfc601000-0xfc6017ff]
[    0.378546] pci 0000:06:00.0: enabling Extended Tags
[    0.378627] pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
[    0.378648] pci 0000:06:00.1: reg 0x24: [mem 0xfc600000-0xfc6007ff]
[    0.378654] pci 0000:06:00.1: enabling Extended Tags
[    0.378729] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.378732] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.379082] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.379124] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.379159] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.379202] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.379241] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.379274] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.379306] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.379339] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.379949] ACPI: EC: interrupt unblocked
[    0.379950] ACPI: EC: event unblocked
[    0.379958] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.379958] ACPI: EC: GPE=0x3
[    0.379959] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.379959] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.379998] iommu: Default domain type: Translated 
[    0.380005] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.380005] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.380005] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.380005] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.380005] pci 0000:05:00.0: vgaarb: setting as boot device
[    0.380005] vgaarb: loaded
[    0.380005] SCSI subsystem initialized
[    0.380005] libata version 3.00 loaded.
[    0.380005] ACPI: bus type USB registered
[    0.380005] usbcore: registered new interface driver usbfs
[    0.380005] usbcore: registered new interface driver hub
[    0.380005] usbcore: registered new device driver usb
[    0.383079] pps_core: LinuxPPS API ver. 1 registered
[    0.383080] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.383082] PTP clock support registered
[    0.383094] EDAC MC: Ver: 3.0.0
[    0.383196] Registered efivars operations
[    0.383196] NetLabel: Initializing
[    0.383196] NetLabel:  domain hash size = 128
[    0.383196] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.383196] NetLabel:  unlabeled traffic allowed by default
[    0.383196] PCI: Using ACPI for IRQ routing
[    0.387373] PCI: pci_cache_line_size set to 64 bytes
[    0.387441] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.387442] e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
[    0.387442] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.387443] e820: reserve RAM buffer [mem 0xa7566018-0xa7ffffff]
[    0.387443] e820: reserve RAM buffer [mem 0xa7574018-0xa7ffffff]
[    0.387444] e820: reserve RAM buffer [mem 0xa9fcb000-0xabffffff]
[    0.387444] e820: reserve RAM buffer [mem 0xaa3ee000-0xabffffff]
[    0.387445] e820: reserve RAM buffer [mem 0xab4d7000-0xabffffff]
[    0.387445] e820: reserve RAM buffer [mem 0xae000000-0xafffffff]
[    0.387445] e820: reserve RAM buffer [mem 0x42f340000-0x42fffffff]
[    0.387448] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.387448] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.389013] clocksource: Switched to clocksource tsc-early
[    0.396274] VFS: Disk quotas dquot_6.6.0
[    0.396287] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.396348] pnp: PnP ACPI init
[    0.396467] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.396470] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.396542] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.396567] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.396725] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.396726] system 00:03: [io  0x040b] has been reserved
[    0.396727] system 00:03: [io  0x04d6] has been reserved
[    0.396727] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.396728] system 00:03: [io  0x0c14] has been reserved
[    0.396729] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.396730] system 00:03: [io  0x0c52] has been reserved
[    0.396731] system 00:03: [io  0x0c6c] has been reserved
[    0.396731] system 00:03: [io  0x0c6f] has been reserved
[    0.396732] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.396732] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.396733] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.396734] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.396734] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.396735] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.396736] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.396736] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.396737] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.396737] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.396738] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.396739] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.396740] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.396741] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.396741] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.396742] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.396743] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.396745] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.397164] pnp: PnP ACPI: found 4 devices
[    0.404527] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.404636] NET: Registered protocol family 2
[    0.404856] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.404993] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.405371] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.405561] TCP: Hash tables configured (established 131072 bind 65536)
[    0.405912] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.405984] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.406116] NET: Registered protocol family 1
[    0.406122] NET: Registered protocol family 44
[    0.406148] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.406152] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.406157] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.406160] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc20fffff 64bit pref]
[    0.406165] pci 0000:00:02.1: PCI bridge to [bus 02]
[    0.406167] pci 0000:00:02.1:   bridge window [io  0xe000-0xefff]
[    0.406171] pci 0000:00:02.1:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.406177] pci 0000:00:02.2: PCI bridge to [bus 03]
[    0.406179] pci 0000:00:02.2:   bridge window [io  0xd000-0xdfff]
[    0.406183] pci 0000:00:02.2:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.406191] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.406194] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.406202] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.406204] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.406208] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.406211] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.406216] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.406219] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.406228] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.406230] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.406231] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.406233] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.406235] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.406237] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.406239] pci_bus 0000:00: resource 10 [mem 0xb0000000-0xfebfffff window]
[    0.406240] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.406242] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.406244] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.406246] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc20fffff 64bit pref]
[    0.406248] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.406249] pci_bus 0000:02: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.406251] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.406253] pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.406254] pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.406256] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.406258] pci_bus 0000:05: resource 1 [mem 0xfc200000-0xfc5fffff]
[    0.406259] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.406261] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.406464] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.406479] pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
[    0.406675] pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
[    0.406696] pci 0000:05:00.1: D0 power state depends on 0000:05:00.0
[    0.406818] PCI: CLS 64 bytes, default 64
[    0.406851] Trying to unpack rootfs image as initramfs...
[    0.616875] Freeing initrd memory: 23132K
[    0.616905] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.617013] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.617014] pci 0000:00:00.2: PCI INT A: not connected
[    0.617043] pci 0000:00:01.0: Adding to iommu group 0
[    0.617053] pci 0000:00:01.1: Adding to iommu group 1
[    0.617067] pci 0000:00:02.0: Adding to iommu group 2
[    0.617075] pci 0000:00:02.1: Adding to iommu group 3
[    0.617082] pci 0000:00:02.2: Adding to iommu group 4
[    0.617090] pci 0000:00:02.4: Adding to iommu group 5
[    0.617106] pci 0000:00:08.0: Adding to iommu group 6
[    0.617114] pci 0000:00:08.1: Adding to iommu group 6
[    0.617121] pci 0000:00:08.2: Adding to iommu group 6
[    0.617132] pci 0000:00:14.0: Adding to iommu group 7
[    0.617137] pci 0000:00:14.3: Adding to iommu group 7
[    0.617163] pci 0000:00:18.0: Adding to iommu group 8
[    0.617168] pci 0000:00:18.1: Adding to iommu group 8
[    0.617174] pci 0000:00:18.2: Adding to iommu group 8
[    0.617180] pci 0000:00:18.3: Adding to iommu group 8
[    0.617186] pci 0000:00:18.4: Adding to iommu group 8
[    0.617192] pci 0000:00:18.5: Adding to iommu group 8
[    0.617198] pci 0000:00:18.6: Adding to iommu group 8
[    0.617205] pci 0000:00:18.7: Adding to iommu group 8
[    0.617230] pci 0000:01:00.0: Adding to iommu group 9
[    0.617244] pci 0000:01:00.1: Adding to iommu group 9
[    0.617259] pci 0000:01:00.2: Adding to iommu group 9
[    0.617274] pci 0000:01:00.3: Adding to iommu group 9
[    0.617282] pci 0000:02:00.0: Adding to iommu group 10
[    0.617291] pci 0000:03:00.0: Adding to iommu group 11
[    0.617300] pci 0000:04:00.0: Adding to iommu group 12
[    0.617308] pci 0000:05:00.0: Adding to iommu group 6
[    0.617313] pci 0000:05:00.1: Adding to iommu group 6
[    0.617318] pci 0000:05:00.2: Adding to iommu group 6
[    0.617323] pci 0000:05:00.3: Adding to iommu group 6
[    0.617328] pci 0000:05:00.4: Adding to iommu group 6
[    0.617333] pci 0000:05:00.5: Adding to iommu group 6
[    0.617339] pci 0000:05:00.6: Adding to iommu group 6
[    0.617343] pci 0000:06:00.0: Adding to iommu group 6
[    0.617349] pci 0000:06:00.1: Adding to iommu group 6
[    0.618604] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.618606] pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
[    0.618606]  PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.618608] AMD-Vi: Interrupt remapping enabled
[    0.618608] AMD-Vi: Virtual APIC enabled
[    0.618609] AMD-Vi: X2APIC enabled
[    0.618802] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.620830] amd_uncore: AMD NB counters detected
[    0.620837] amd_uncore: AMD LLC counters detected
[    0.622347] LVT offset 0 assigned for vector 0x400
[    0.623080] perf: AMD IBS detected (0x000003ff)
[    0.623087] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.623117] check: Scanning for low memory corruption every 60 seconds
[    0.623416] Initialise system trusted keyrings
[    0.623431] Key type blacklist registered
[    0.623513] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.624134] zbud: loaded
[    0.626865] Key type asymmetric registered
[    0.626867] Asymmetric key parser 'x509' registered
[    0.626873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.626924] io scheduler mq-deadline registered
[    0.626925] io scheduler kyber registered
[    0.626939] io scheduler bfq registered
[    0.627541] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.627625] pcieport 0000:00:02.1: PME: Signaling with IRQ 27
[    0.627697] pcieport 0000:00:02.2: PME: Signaling with IRQ 28
[    0.627766] pcieport 0000:00:02.4: PME: Signaling with IRQ 29
[    0.627841] pcieport 0000:00:08.1: PME: Signaling with IRQ 30
[    0.627948] pcieport 0000:00:08.2: PME: Signaling with IRQ 31
[    0.628011] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.628056] efifb: probing for efifb
[    0.628099] efifb: framebuffer at 0xd0000000, using 8100k, total 8100k
[    0.628099] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.628099] efifb: scrolling: redraw
[    0.628100] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.628159] fbcon: Deferring console take-over
[    0.628160] fb0: EFI VGA frame buffer device
[    0.628207] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.628220] ACPI: Power Button [PWRB]
[    0.628245] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.628253] ACPI: Sleep Button [SLPB]
[    0.628267] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.628286] ACPI: Lid Switch [LID0]
[    0.628302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.628314] ACPI: Power Button [PWRF]
[    0.628362] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.628536] acpi device:11: registered as cooling_device0
[    0.628558] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/LNXVIDEO:00/input/input4
[    0.628608] Monitor-Mwait will be used to enter C-1 state
[    0.628625] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    0.628790] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    0.628854] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    0.628899] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    0.628964] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    0.629155] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    0.629388] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    0.629662] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    0.629805] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    0.630050] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    0.630170] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    0.630324] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    0.630469] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[    0.630706] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[    0.630797] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[    0.630878] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[    0.631270] ACPI: Invalid passive threshold
[    0.631290] ACPI: Invalid active0 threshold
[    0.631334] ACPI BIOS Error (bug): Could not resolve symbol [\_TZ.THRM._SCP.CTYP], AE_NOT_FOUND (20200528/psargs-330)
[    0.631338] ACPI Error: Aborting method \_TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20200528/psparse-529)
[    0.631407] thermal LNXTHERM:00: registered as thermal_zone0
[    0.631408] ACPI: Thermal Zone [THRM] (34 C)
[    0.631620] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.632127] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.633881] nvme nvme0: pci function 0000:04:00.0
[    0.633918] ahci 0000:06:00.0: version 3.0
[    0.633993] ahci 0000:06:00.0: enabling device (0000 -> 0002)
[    0.634206] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.634208] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.634499] scsi host0: ahci
[    0.634546] ata1: SATA max UDMA/133 abar m2048@0xfc601000 port 0xfc601100 irq 35
[    0.634564] ahci 0000:06:00.1: enabling device (0000 -> 0002)
[    0.634692] ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.634694] ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.634940] scsi host1: ahci
[    0.634984] ata2: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600100 irq 37
[    0.635022] usbcore: registered new interface driver usbserial_generic
[    0.635024] usbserial: USB Serial support registered for generic
[    0.635046] rtc_cmos 00:01: RTC can wake from S4
[    0.635274] rtc_cmos 00:01: registered as rtc0
[    0.635333] rtc_cmos 00:01: setting system clock to 2020-10-07T10:44:41 UTC (1602067481)
[    0.635360] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.635764] ledtrig-cpu: registered to indicate activity on CPUs
[    0.635919] drop_monitor: Initializing network drop monitor service
[    0.636045] NET: Registered protocol family 10
[    0.640953] Segment Routing with IPv6
[    0.640954] RPL Segment Routing with IPv6
[    0.640974] NET: Registered protocol family 17
[    0.643014] microcode: CPU0: patch_level=0x08600104
[    0.643032] microcode: CPU1: patch_level=0x08600104
[    0.643035] microcode: CPU2: patch_level=0x08600104
[    0.643042] microcode: CPU3: patch_level=0x08600104
[    0.643080] microcode: CPU4: patch_level=0x08600104
[    0.643092] microcode: CPU5: patch_level=0x08600104
[    0.643112] microcode: CPU6: patch_level=0x08600104
[    0.643125] microcode: CPU7: patch_level=0x08600104
[    0.643150] microcode: CPU8: patch_level=0x08600104
[    0.643170] microcode: CPU9: patch_level=0x08600104
[    0.643192] microcode: CPU10: patch_level=0x08600104
[    0.643206] microcode: CPU11: patch_level=0x08600104
[    0.643230] microcode: CPU12: patch_level=0x08600104
[    0.643243] microcode: CPU13: patch_level=0x08600104
[    0.643275] microcode: CPU14: patch_level=0x08600104
[    0.643290] microcode: CPU15: patch_level=0x08600104
[    0.643347] microcode: Microcode Update Driver: v2.2.
[    0.643784] resctrl: L3 allocation detected
[    0.643785] resctrl: L3DATA allocation detected
[    0.643785] resctrl: L3CODE allocation detected
[    0.643786] resctrl: MB allocation detected
[    0.643786] resctrl: L3 monitoring detected
[    0.643789] IPI shorthand broadcast: enabled
[    0.643801] sched_clock: Marking stable (550108992, 93661219)->(647053093, -3282882)
[    0.643974] registered taskstats version 1
[    0.643983] Loading compiled-in X.509 certificates
[    0.646108] nvme nvme0: 8/0/0 default/read/poll queues
[    0.646339] Loaded X.509 cert 'Build time autogenerated kernel key: 65ffbe7aae84dcdfecfb2c43cc155c8e5e23c456'
[    0.646619] zswap: loaded using pool lz4/z3fold
[    0.646997] Key type ._fscrypt registered
[    0.646998] Key type .fscrypt registered
[    0.646998] Key type fscrypt-provisioning registered
[    0.647044]  nvme0n1: p1 p2 p3
[    0.647448] PM:   Magic number: 8:294:729
[    0.647631] RAS: Correctable Errors collector initialized.
[    1.386921] ata1: SATA link down (SStatus 0 SControl 300)
[    1.388291] ata2: SATA link down (SStatus 0 SControl 300)
[    1.390140] Freeing unused decrypted memory: 2040K
[    1.390438] Freeing unused kernel image (initmem) memory: 1644K
[    1.390440] Write protecting the kernel read-only data: 24576k
[    1.390913] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    1.391040] Freeing unused kernel image (rodata/data gap) memory: 276K
[    1.413264] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.413270] Run /init as init process
[    1.413271]   with arguments:
[    1.413271]     /init
[    1.413272]     splash
[    1.413272]   with environment:
[    1.413272]     HOME=/
[    1.413273]     TERM=linux
[    1.421507] systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    1.438825] systemd[1]: Detected architecture x86-64.
[    1.438830] systemd[1]: Running in initial RAM disk.
[    1.456881] systemd[1]: Initializing machine ID from random generator.
[    1.477489] systemd[1]: /usr/local/lib/systemd/system/plymouth-start.service:15: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[    1.480248] systemd[1]: Queued start job for default target Initrd Default Target.
[    1.481124] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
[    1.481181] systemd[1]: Reached target Local File Systems.
[    1.481190] systemd[1]: Reached target Slices.
[    1.481206] systemd[1]: Reached target Swap.
[    1.481214] systemd[1]: Reached target Timers.
[    1.481293] systemd[1]: Listening on Journal Audit Socket.
[    1.481334] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.481367] systemd[1]: Listening on Journal Socket.
[    1.481406] systemd[1]: Listening on udev Control Socket.
[    1.481442] systemd[1]: Listening on udev Kernel Socket.
[    1.481455] systemd[1]: Reached target Sockets.
[    1.482010] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    1.482031] systemd[1]: Condition check resulted in Tell Plymouth To Write Out Runtime Data being skipped.
[    1.483064] systemd[1]: Starting Journal Service...
[    1.483780] systemd[1]: Starting Load Kernel Modules...
[    1.484383] systemd[1]: Starting Coldplug All udev Devices...
[    1.484911] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    1.485762] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.489491] systemd[1]: Finished Load Kernel Modules.
[    1.491782] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.493128] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.532819] systemd[1]: Finished Coldplug All udev Devices.
[    1.658628] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29b941abc06, max_idle_ns: 440795205205 ns
[    1.658682] clocksource: Switched to clocksource tsc
[    1.695056] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    1.695154] audit: type=1130 audit(1602067482.556:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.695723] systemd[1]: Starting Show Plymouth Boot Screen...
[    1.698091] systemd[1]: Received SIGRTMIN+20 from PID 258 (plymouthd).
[    1.710976] systemd[1]: Started Show Plymouth Boot Screen.
[    1.711117] audit: type=1130 audit(1602067482.573:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-start comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.711281] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch being skipped.
[    1.711418] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
[    1.711504] systemd[1]: Reached target Paths.
[    1.718863] systemd[1]: Started Journal Service.
[    1.719000] audit: type=1130 audit(1602067482.580:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.721070] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.721073] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.721363] battery: ACPI: Battery Slot [BAT1] (battery present)
[    1.724319] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.730455] ccp 0000:05:00.2: enabling device (0000 -> 0002)
[    1.730702] ccp 0000:05:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    1.733155] xhci_hcd 0000:01:00.2: xHCI Host Controller
[    1.733167] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 1
[    1.733820] xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
[    1.734117] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    1.734120] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.734124] usb usb1: Product: xHCI Host Controller
[    1.734127] usb usb1: Manufacturer: Linux 5.8.13-arch1-1 xhci-hcd
[    1.734130] usb usb1: SerialNumber: 0000:01:00.2
[    1.734527] hub 1-0:1.0: USB hub found
[    1.734548] hub 1-0:1.0: 2 ports detected
[    1.735231] xhci_hcd 0000:01:00.2: xHCI Host Controller
[    1.735238] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 2
[    1.735245] xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
[    1.735285] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.735340] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    1.735344] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.735347] usb usb2: Product: xHCI Host Controller
[    1.735350] usb usb2: Manufacturer: Linux 5.8.13-arch1-1 xhci-hcd
[    1.735352] usb usb2: SerialNumber: 0000:01:00.2
[    1.735562] hub 2-0:1.0: USB hub found
[    1.735579] hub 2-0:1.0: 4 ports detected
[    1.736793] cryptd: max_cpu_qlen set to 1000
[    1.741033] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.741055] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 3
[    1.741141] ccp 0000:05:00.2: tee enabled
[    1.741150] ccp 0000:05:00.2: psp enabled
[    1.741190] xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
[    1.741857] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    1.741861] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.741864] usb usb3: Product: xHCI Host Controller
[    1.741867] usb usb3: Manufacturer: Linux 5.8.13-arch1-1 xhci-hcd
[    1.741870] usb usb3: SerialNumber: 0000:05:00.3
[    1.742114] hub 3-0:1.0: USB hub found
[    1.742129] hub 3-0:1.0: 4 ports detected
[    1.743349] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.743356] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 4
[    1.743361] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.743392] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.743445] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    1.743448] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.743450] usb usb4: Product: xHCI Host Controller
[    1.743453] usb usb4: Manufacturer: Linux 5.8.13-arch1-1 xhci-hcd
[    1.743456] usb usb4: SerialNumber: 0000:05:00.3
[    1.743653] hub 4-0:1.0: USB hub found
[    1.743665] hub 4-0:1.0: 2 ports detected
[    1.744616] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    1.744624] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 5
[    1.744735] xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
[    1.745287] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    1.745291] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.745293] usb usb5: Product: xHCI Host Controller
[    1.745296] usb usb5: Manufacturer: Linux 5.8.13-arch1-1 xhci-hcd
[    1.745299] usb usb5: SerialNumber: 0000:05:00.4
[    1.745474] hub 5-0:1.0: USB hub found
[    1.745485] hub 5-0:1.0: 4 ports detected
[    1.745917] AVX2 version of gcm_enc/dec engaged.
[    1.745920] AES CTR mode by8 optimization enabled
[    1.746689] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    1.746696] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 6
[    1.746703] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.746734] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.746788] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    1.746791] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.746795] usb usb6: Product: xHCI Host Controller
[    1.746798] usb usb6: Manufacturer: Linux 5.8.13-arch1-1 xhci-hcd
[    1.746802] usb usb6: SerialNumber: 0000:05:00.4
[    1.746995] hub 6-0:1.0: USB hub found
[    1.747009] hub 6-0:1.0: 2 ports detected
[    1.774417] device-mapper: uevent: version 1.0.3
[    1.774924] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    1.776432] random: systemd-cryptse: uninitialized urandom read (4 bytes read)
[    1.786475] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    1.790490] audit: type=1130 audit(1602067482.653:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-ask-password-plymouth comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    2.075936] usb 5-1: new full-speed USB device number 2 using xhci_hcd
[    2.075962] usb 3-4: new high-speed USB device number 2 using xhci_hcd
[    2.238071] usb 5-1: New USB device found, idVendor=13d3, idProduct=3548, bcdDevice= 0.00
[    2.238078] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.238081] usb 5-1: Product: Bluetooth Radio 
[    2.238083] usb 5-1: Manufacturer: Realtek 
[    2.238084] usb 5-1: SerialNumber: 00e04c000001
[    2.244948] usb 3-4: New USB device found, idVendor=13d3, idProduct=56a2, bcdDevice=19.02
[    2.244956] usb 3-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.244957] usb 3-4: Product: USB2.0 HD UVC WebCam
[    2.244958] usb 3-4: Manufacturer: Azurewave
[    2.244958] usb 3-4: SerialNumber: 0x0001
[    2.375929] usb 5-2: new full-speed USB device number 3 using xhci_hcd
[    2.533190] usb 5-2: New USB device found, idVendor=09da, idProduct=f643, bcdDevice=43.b9
[    2.533196] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.533199] usb 5-2: Product: USB Device
[    2.533201] usb 5-2: Manufacturer: COMPANY
[    2.554321] hid: raw HID events driver (C) Jiri Kosina
[    2.578661] usbcore: registered new interface driver usbhid
[    2.578665] usbhid: USB HID core driver
[    2.582435] input: COMPANY USB Device as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb5/5-2/5-2:1.0/0003:09DA:F643.0001/input/input6
[    2.640982] hid-generic 0003:09DA:F643.0001: input,hidraw0: USB HID v1.11 Keyboard [COMPANY USB Device] on usb-0000:05:00.4-2/input0
[    2.641177] input: COMPANY USB Device as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb5/5-2/5-2:1.1/0003:09DA:F643.0002/input/input7
[    2.641292] hid-generic 0003:09DA:F643.0002: input,hidraw1: USB HID v1.11 Mouse [COMPANY USB Device] on usb-0000:05:00.4-2/input1
[    2.641601] input: COMPANY USB Device Keyboard as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb5/5-2/5-2:1.2/0003:09DA:F643.0003/input/input8
[    2.696073] input: COMPANY USB Device System Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb5/5-2/5-2:1.2/0003:09DA:F643.0003/input/input9
[    2.696140] input: COMPANY USB Device Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb5/5-2/5-2:1.2/0003:09DA:F643.0003/input/input10
[    2.696173] input: COMPANY USB Device as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb5/5-2/5-2:1.2/0003:09DA:F643.0003/input/input11
[    2.696775] hid-generic 0003:09DA:F643.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [COMPANY USB Device] on usb-0000:05:00.4-2/input2
[    9.729515] random: plymouthd: uninitialized urandom read (8 bytes read)
[    9.729589] random: plymouthd: uninitialized urandom read (8 bytes read)
[    9.729633] random: plymouthd: uninitialized urandom read (8 bytes read)
[   17.648727] Key type encrypted registered
[   17.650455] random: systemd-cryptse: uninitialized urandom read (2 bytes read)
[   17.722331] raid6: avx2x4   gen() 29399 MB/s
[   17.778997] raid6: avx2x4   xor()  8932 MB/s
[   17.835665] raid6: avx2x2   gen() 30120 MB/s
[   17.892331] raid6: avx2x2   xor() 24125 MB/s
[   17.948997] raid6: avx2x1   gen() 25706 MB/s
[   18.005663] raid6: avx2x1   xor() 18915 MB/s
[   18.062331] raid6: sse2x4   gen() 16327 MB/s
[   18.118997] raid6: sse2x4   xor()  7738 MB/s
[   18.175664] raid6: sse2x2   gen() 16681 MB/s
[   18.232330] raid6: sse2x2   xor() 12929 MB/s
[   18.288998] raid6: sse2x1   gen() 14136 MB/s
[   18.345664] raid6: sse2x1   xor() 10110 MB/s
[   18.345665] raid6: using algorithm avx2x2 gen() 30120 MB/s
[   18.345665] raid6: .... xor() 24125 MB/s, rmw enabled
[   18.345666] raid6: using avx2x2 recovery algorithm
[   18.346915] xor: automatically using best checksumming function   avx       
[   18.373822] Btrfs loaded, crc32c=crc32c-intel
[   18.376561] BTRFS: device label system devid 1 transid 922 /dev/dm-0 scanned by systemd-udevd (432)
[   18.387473] audit: type=1130 audit(1602067499.250:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-cryptsetup@system comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[   18.391961] audit: type=1130 audit(1602067499.253:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[   18.403617] BTRFS info (device dm-0): disk space caching is enabled
[   18.403618] BTRFS info (device dm-0): has skinny extents
[   18.409379] BTRFS info (device dm-0): enabling ssd optimizations
[   18.418195] audit: type=1334 audit(1602067499.280:8): prog-id=4 op=UNLOAD
[   18.418199] audit: type=1334 audit(1602067499.280:9): prog-id=3 op=UNLOAD
[   18.418273] audit: type=1334 audit(1602067499.280:10): prog-id=6 op=UNLOAD
[   18.418427] audit: type=1334 audit(1602067499.280:11): prog-id=5 op=UNLOAD
[   18.444160] audit: type=1334 audit(1602067499.306:12): prog-id=7 op=LOAD
[   18.444489] audit: type=1334 audit(1602067499.306:13): prog-id=8 op=LOAD
[   18.445774] audit: type=1334 audit(1602067499.310:14): prog-id=9 op=LOAD
[   18.445944] audit: type=1334 audit(1602067499.310:15): prog-id=10 op=LOAD
[   18.557369] random: fast init done
[   18.615508] systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   18.634008] systemd[1]: Detected architecture x86-64.
[   18.635180] systemd[1]: Set hostname to <aluwork>.
[   18.718575] systemd[1]: /usr/lib/systemd/system/plymouth-start.service:15: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[   18.727926] systemd[1]: initrd-switch-root.service: Current command vanished from the unit file, execution of the command list won't be resumed.
[   18.746871] systemd[1]: initrd-switch-root.service: Succeeded.
[   18.747122] systemd[1]: Stopped Switch Root.
[   18.747288] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   18.747565] systemd[1]: Created slice system-getty.slice.
[   18.747822] systemd[1]: Created slice system-modprobe.slice.
[   18.748033] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   18.748206] systemd[1]: Created slice User and Session Slice.
[   18.748227] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch being skipped.
[   18.748262] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   18.748385] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   18.748426] systemd[1]: Stopped target Switch Root.
[   18.748441] systemd[1]: Stopped target Initrd File Systems.
[   18.748452] systemd[1]: Stopped target Initrd Root File System.
[   18.748482] systemd[1]: Reached target Remote File Systems.
[   18.748496] systemd[1]: Reached target Slices.
[   18.748546] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   18.749210] systemd[1]: Listening on LVM2 metadata daemon socket.
[   18.749286] systemd[1]: Listening on LVM2 poll daemon socket.
[   18.750255] systemd[1]: Listening on Process Core Dump Socket.
[   18.750976] systemd[1]: Listening on udev Control Socket.
[   18.751078] systemd[1]: Listening on udev Kernel Socket.
[   18.751767] systemd[1]: Mounting Huge Pages File System...
[   18.752419] systemd[1]: Mounting POSIX Message Queue File System...
[   18.753373] systemd[1]: Mounting Kernel Debug File System...
[   18.754400] systemd[1]: Mounting Kernel Trace File System...
[   18.755605] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   18.756570] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   18.757481] systemd[1]: Starting Load Kernel Module drm...
[   18.757685] systemd[1]: plymouth-switch-root.service: Succeeded.
[   18.758115] systemd[1]: Stopped Plymouth switch root service.
[   18.758552] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   18.758662] systemd[1]: systemd-cryptsetup@system.service: Succeeded.
[   18.758791] systemd[1]: Stopped systemd-cryptsetup@system.service.
[   18.758905] systemd[1]: systemd-fsck-root.service: Succeeded.
[   18.759339] systemd[1]: Stopped File System Check on Root Device.
[   18.759444] systemd[1]: Stopped Journal Service.
[   18.760962] systemd[1]: Starting Journal Service...
[   18.762235] systemd[1]: Starting Load Kernel Modules...
[   18.763330] systemd[1]: Starting Remount Root and Kernel File Systems...
[   18.763369] random: lvm: uninitialized urandom read (4 bytes read)
[   18.763418] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[   18.764322] systemd[1]: Starting Coldplug All udev Devices...
[   18.765553] systemd[1]: Starting Setup Virtual Console...
[   18.766099] Linux agpgart interface v0.103
[   18.766647] systemd[1]: sysroot.mount: Succeeded.
[   18.767272] systemd[1]: Mounted Huge Pages File System.
[   18.767521] systemd[1]: Mounted POSIX Message Queue File System.
[   18.767747] systemd[1]: Mounted Kernel Debug File System.
[   18.767919] systemd[1]: Mounted Kernel Trace File System.
[   18.768622] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   18.771154] systemd[1]: Finished Remount Root and Kernel File Systems.
[   18.771574] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[   18.772190] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   18.773483] systemd[1]: Starting Load/Save Random Seed...
[   18.773680] systemd[1]: Condition check resulted in Create System Users being skipped.
[   18.774085] Asymmetric key parser 'pkcs8' registered
[   18.775385] systemd[1]: Starting Create Static Device Nodes in /dev...
[   18.792207] systemd[1]: Finished Create Static Device Nodes in /dev.
[   18.794583] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[   18.795355] systemd[1]: Finished Setup Virtual Console.
[   18.797293] vboxdrv: loading out-of-tree module taints kernel.
[   18.797517] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[   18.803408] vboxdrv: Found 16 processor cores
[   18.809544] systemd[1]: modprobe@drm.service: Succeeded.
[   18.809997] systemd[1]: Finished Load Kernel Module drm.
[   18.825973] vboxdrv: TSC mode is Invariant, tentative frequency 2894579922 Hz
[   18.825975] vboxdrv: Successfully loaded version 6.1.14 (interface 0x002e0000)
[   18.827971] VBoxNetAdp: Successfully started.
[   18.830259] VBoxNetFlt: Successfully started.
[   18.831806] systemd[1]: Finished Load Kernel Modules.
[   18.832113] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[   18.833286] systemd[1]: Mounting Kernel Configuration File System...
[   18.834702] systemd[1]: Starting Apply Kernel Variables...
[   18.837560] systemd[1]: Mounted Kernel Configuration File System.
[   18.839063] systemd[1]: Finished Coldplug All udev Devices.
[   18.841609] systemd[1]: Finished Apply Kernel Variables.
[   18.993826] systemd[1]: Started Journal Service.
[   19.069367] random: crng init done
[   19.130532] ACPI: AC Adapter [ACAD] (off-line)
[   19.136140] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input12
[   19.141286] acpi_cpufreq: overriding BIOS provided _PSD data
[   19.153026] i2c_hid i2c-ELAN1203:00: supply vdd not found, using dummy regulator
[   19.153081] i2c_hid i2c-ELAN1203:00: supply vddl not found, using dummy regulator
[   19.233266] nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
[   19.234275] snd_pci_acp3x 0000:05:00.5: enabling device (0000 -> 0002)
[   19.234452] snd_pci_acp3x 0000:05:00.5: Invalid ACP audio mode : 1
[   19.341250] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   19.341256] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   19.341376] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   19.429335] input: PC Speaker as /devices/platform/pcspkr/input/input13
[   19.429787] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   19.429956] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[   19.429967] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[   19.430363] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   19.430367] RAPL PMU: hw unit of domain package 2^-16 Joules
[   19.439094] asus_wmi: ASUS WMI generic driver loaded
[   19.443232] asus_wmi: Initialization: 0x1
[   19.443445] asus_wmi: BIOS WMI version: 8.1
[   19.443624] asus_wmi: SFUN value: 0x4a0061
[   19.443629] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   19.443632] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   19.471900] input: ELAN1203:00 04F3:307A Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0004/input/input14
[   19.472078] input: ELAN1203:00 04F3:307A Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0004/input/input15
[   19.472230] hid-generic 0018:04F3:307A.0004: input,hidraw3: I2C HID v1.00 Mouse [ELAN1203:00 04F3:307A] on i2c-ELAN1203:00
[   19.476607] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input16
[   19.496114] battery: new extension: ASUS Battery Extension
[   19.571778] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   19.575918] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   19.577556] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   19.577561] cfg80211: failed to load regulatory.db
[   19.587849] libphy: r8169: probed
[   19.588086] r8169 0000:02:00.0 eth0: RTL8168h/8111h, a8:5e:45:37:bd:0d, XID 541, IRQ 74
[   19.588090] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[   19.678658] kvm: Nested Virtualization enabled
[   19.678677] SVM: kvm: Nested Paging enabled
[   19.678679] SVM: Virtual VMLOAD VMSAVE supported
[   19.678679] SVM: Virtual GIF supported
[   19.688938] MCE: In-kernel MCE decoding enabled.
[   19.700865] EDAC amd64: F17h_M60h detected (node 0).
[   19.700952] EDAC amd64: Node 0: DRAM ECC disabled.
[   19.711789] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[   19.711895] snd_hda_intel 0000:01:00.1: Disabling MSI
[   19.711902] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   19.712048] snd_hda_intel 0000:05:00.1: enabling device (0000 -> 0002)
[   19.712101] snd_hda_intel 0000:05:00.1: Handle vga_switcheroo audio client
[   19.712225] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[   19.820772] EDAC amd64: F17h_M60h detected (node 0).
[   19.820870] EDAC amd64: Node 0: DRAM ECC disabled.
[   19.827678] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card1/input17
[   19.827921] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input18
[   19.827972] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input19
[   19.828019] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input20
[   19.828067] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input21
[   19.920327] ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200528/nsarguments-59)
[   19.921946] EDAC amd64: F17h_M60h detected (node 0).
[   19.922008] EDAC amd64: Node 0: DRAM ECC disabled.
[   19.924367] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   19.924373] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   19.924376] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   19.924379] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[   19.924381] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[   19.924384] snd_hda_codec_realtek hdaudioC2D0:      Headset Mic=0x19
[   19.924386] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[   19.924509] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[   19.924528] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.GPP0.PEGP handle
[   19.924572] nouveau 0000:01:00.0: enabling device (0000 -> 0003)
[   19.924797] checking generic (d0000000 7e9000) vs hw (fb000000 1000000)
[   19.924801] checking generic (d0000000 7e9000) vs hw (b0000000 10000000)
[   19.924803] checking generic (d0000000 7e9000) vs hw (c0000000 2000000)
[   19.924942] nouveau 0000:01:00.0: NVIDIA TU106 (166000a1)
[   19.925545] rtw_8822ce 0000:03:00.0: enabling device (0000 -> 0003)
[   19.927758] rtw_8822ce 0000:03:00.0: Firmware version 9.9.0, H2C version 15
[   19.928043] rtw_8822ce 0000:03:00.0: Firmware version 9.9.0, H2C version 15
[   19.940150] BTRFS info (device dm-0): device fsid b611a027-7498-4872-9c60-59fe171b69c6 devid 1 moved old:/dev/mapper/system new:/dev/dm-0
[   19.941004] BTRFS info (device dm-0): device fsid b611a027-7498-4872-9c60-59fe171b69c6 devid 1 moved old:/dev/dm-0 new:/dev/mapper/system
[   20.011655] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input22
[   20.014193] EDAC amd64: F17h_M60h detected (node 0).
[   20.014259] EDAC amd64: Node 0: DRAM ECC disabled.
[   20.015017] [drm] amdgpu kernel modesetting enabled.
[   20.015053] vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[   20.016465] r8169 0000:02:00.0 enp2s0: renamed from eth0
[   20.016701] ATPX version 1, functions 0x00000201
[   20.016837] ATPX Hybrid Graphics
[   20.017119] Virtual CRAT table created for CPU
[   20.017142] amdgpu: Topology: Add CPU node
[   20.017443] checking generic (d0000000 7e9000) vs hw (d0000000 10000000)
[   20.017445] fb0: switching to amdgpudrmfb from EFI VGA
[   20.017553] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[   20.017642] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[   20.017875] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x1043:0x1E21 0xC6).
[   20.017881] amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[   20.018097] [drm] register mmio base: 0xFC500000
[   20.018100] [drm] register mmio size: 524288
[   20.018105] [drm] PCIE atomic ops is not supported
[   20.018114] [drm] add ip block number 0 <soc15_common>
[   20.018118] [drm] add ip block number 1 <gmc_v9_0>
[   20.018120] [drm] add ip block number 2 <vega10_ih>
[   20.018123] [drm] add ip block number 3 <psp>
[   20.018125] [drm] add ip block number 4 <smu>
[   20.018128] [drm] add ip block number 5 <gfx_v9_0>
[   20.018131] [drm] add ip block number 6 <sdma_v4_0>
[   20.018134] [drm] add ip block number 7 <dm>
[   20.018136] [drm] add ip block number 8 <vcn_v2_0>
[   20.018139] [drm] add ip block number 9 <jpeg_v2_0>
[   20.019809] amdgpu: ATOM BIOS: 113-RENOIR-025
[   20.020229] nouveau 0000:01:00.0: bios: version 90.06.59.00.3a
[   20.020800] [drm] VCN decode is enabled in VM mode
[   20.020802] [drm] VCN encode is enabled in VM mode
[   20.020805] [drm] JPEG decode is enabled in VM mode
[   20.020873] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   20.020887] amdgpu 0000:05:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[   20.020891] amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[   20.020898] amdgpu 0000:05:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[   20.020906] [drm] Detected VRAM RAM=512M, BAR=512M
[   20.020909] [drm] RAM width 128bits DDR4
[   20.021026] [TTM] Zone  kernel: Available graphics memory: 7928580 KiB
[   20.021029] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[   20.021031] [TTM] Initializing pool allocator
[   20.021042] [TTM] Initializing DMA pool allocator
[   20.021143] [drm] amdgpu: 512M of VRAM memory ready
[   20.021150] [drm] amdgpu: 3072M of GTT memory ready.
[   20.021155] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   20.021356] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[   20.035574] nouveau 0000:01:00.0: fb: 6144 MiB GDDR6
[   20.039987] [drm] Loading DMUB firmware via PSP: version=0x00000000
[   20.042537] [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17
[   20.042569] [drm] PSP loading VCN firmware
[   20.064091] vga_switcheroo: enabled
[   20.064124] nouveau 0000:01:00.0: DRM: VRAM: 6144 MiB
[   20.064128] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[   20.064133] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[   20.064137] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[   20.064141] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[   20.064145] nouveau 0000:01:00.0: DRM: DCB version 4.1
[   20.064149] nouveau 0000:01:00.0: DRM: DCB outp 00: 04804f76 04600010
[   20.064154] nouveau 0000:01:00.0: DRM: DCB outp 01: 04804f72 00020010
[   20.064158] nouveau 0000:01:00.0: DRM: DCB conn 04: 01000446
[   20.064885] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[   20.076369] input: ELAN1203:00 04F3:307A Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0004/input/input23
[   20.076522] input: ELAN1203:00 04F3:307A Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0004/input/input24
[   20.076721] hid-multitouch 0018:04F3:307A.0004: input,hidraw3: I2C HID v1.00 Mouse [ELAN1203:00 04F3:307A] on i2c-ELAN1203:00
[   20.089062] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
[   20.089203] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   20.123816] EDAC amd64: F17h_M60h detected (node 0).
[   20.123868] EDAC amd64: Node 0: DRAM ECC disabled.
[   20.125814] Adding 8387580k swap on /dev/mapper/swap.  Priority:-2 extents:1 across:8387580k SSFS
[   20.137687] mousedev: PS/2 mouse device common for all mice
[   20.142551] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[   20.144341] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[   20.159222] acp_pdm_mach acp_pdm_mach.0: snd_soc_register_card(acp) failed: -517
[   20.159421] acp_pdm_mach acp_pdm_mach.0: dmic-hifi <-> acp_rn_pdm_dma.0 mapping ok
[   20.195708] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[   20.314696] EDAC amd64: F17h_M60h detected (node 0).
[   20.314738] EDAC amd64: Node 0: DRAM ECC disabled.
[   20.410695] EDAC amd64: F17h_M60h detected (node 0).
[   20.410757] EDAC amd64: Node 0: DRAM ECC disabled.
[   20.494945] EDAC amd64: F17h_M60h detected (node 0).
[   20.495020] EDAC amd64: Node 0: DRAM ECC disabled.
[   20.574409] EDAC amd64: F17h_M60h detected (node 0).
[   20.574468] EDAC amd64: Node 0: DRAM ECC disabled.
[   20.671749] EDAC amd64: F17h_M60h detected (node 0).
[   20.671836] EDAC amd64: Node 0: DRAM ECC disabled.
[   20.744805] [drm] reserve 0x400000 from 0xf41fc00000 for PSP TMR
[   20.753712] EDAC amd64: F17h_M60h detected (node 0).
[   20.753765] EDAC amd64: Node 0: DRAM ECC disabled.
[   20.757124] mc: Linux media interface: v0.10
[   20.762399] Bluetooth: Core ver 2.22
[   20.762421] NET: Registered protocol family 31
[   20.762422] Bluetooth: HCI device and connection manager initialized
[   20.762426] Bluetooth: HCI socket layer initialized
[   20.762428] Bluetooth: L2CAP socket layer initialized
[   20.762431] Bluetooth: SCO socket layer initialized
[   20.812790] videodev: Linux video capture interface: v2.00
[   20.829728] EDAC amd64: F17h_M60h detected (node 0).
[   20.829786] EDAC amd64: Node 0: DRAM ECC disabled.
[   20.910882] EDAC amd64: F17h_M60h detected (node 0).
[   20.910964] EDAC amd64: Node 0: DRAM ECC disabled.
[   20.922980] usbcore: registered new interface driver btusb
[   20.924728] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[   20.926717] Bluetooth: hci0: RTL: rom_version status=0 version=3
[   20.926724] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[   20.927608] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[   20.927681] Bluetooth: hci0: RTL: cfg_sz 6, total sz 31422
[   20.942596] amdgpu: SMU is initialized successfully!
[   20.943951] [drm] kiq ring mec 2 pipe 1 q 0
[   20.944472] [drm] Display Core initialized with v3.2.84!
[   20.957395] [drm] DMUB hardware initialized: version=0x01000000
[   20.974108] [drm:dm_helpers_dp_write_dpcd [amdgpu]] *ERROR* Failed to find connector for link!
[   20.974231] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (13d3:56a2)
[   20.974353] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   20.974355] Bluetooth: BNEP filters: protocol multicast
[   20.974358] Bluetooth: BNEP socket layer initialized
[   20.974763] EDAC amd64: F17h_M60h detected (node 0).
[   20.974808] EDAC amd64: Node 0: DRAM ECC disabled.
[   20.981184] uvcvideo 3-4:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
[   20.981190] uvcvideo 3-4:1.0: Entity type for entity Extension 4 was not initialized!
[   20.981193] uvcvideo 3-4:1.0: Entity type for entity Processing 2 was not initialized!
[   20.981195] uvcvideo 3-4:1.0: Entity type for entity Camera 1 was not initialized!
[   20.981291] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb3/3-4/3-4:1.0/input/input25
[   20.981466] snd_hda_intel 0000:05:00.1: bound 0000:05:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   20.981467] usbcore: registered new interface driver uvcvideo
[   20.981469] USB Video Class driver (1.1.1)
[   21.014396] nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
[   21.014401] ucsi_ccg 1-0008: i2c_transfer failed -110
[   21.014403] ucsi_ccg 1-0008: ucsi_ccg_init failed - -110
[   21.014410] ucsi_ccg: probe of 1-0008 failed with error -110
[   21.017349] EDAC amd64: F17h_M60h detected (node 0).
[   21.017413] EDAC amd64: Node 0: DRAM ECC disabled.
[   21.056597] EDAC amd64: F17h_M60h detected (node 0).
[   21.056659] EDAC amd64: Node 0: DRAM ECC disabled.
[   21.066738] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   21.077564] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   21.077790] [drm] JPEG decode initialized successfully.
[   21.079488] kfd kfd: Allocated 3969056 bytes on gart
[   21.080203] Virtual CRAT table created for GPU
[   21.080479] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[   21.080482] kfd kfd: added device 1002:1636
[   21.080484] amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 7
[   21.081064] [drm] fb mappable at 0x430C80000
[   21.081065] [drm] vram apper at 0x430000000
[   21.081066] [drm] size 8294400
[   21.081066] [drm] fb depth is 24
[   21.081067] [drm]    pitch is 7680
[   21.081140] fbcon: amdgpudrmfb (fb0) is primary device
[   21.081141] fbcon: Deferring console take-over
[   21.081143] amdgpu 0000:05:00.0: fb0: amdgpudrmfb frame buffer device
[   21.112518] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   21.112523] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   21.112525] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   21.112527] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   21.112529] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   21.112531] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   21.112533] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   21.112535] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   21.112537] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   21.112539] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   21.112541] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   21.112542] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   21.112544] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   21.112546] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   21.112548] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   21.119568] [drm] Initialized amdgpu 3.38.0 20150101 for 0000:05:00.0 on minor 0
[   21.125722] 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)
[   21.149865] ------------[ cut here ]------------
[   21.150040] WARNING: CPU: 12 PID: 1605 at drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:2546 dc_link_set_backlight_level+0x8a/0xf0 [amdgpu]
[   21.150041] Modules linked in: bnep uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common overlay btusb videodev btrtl btbcm btintel ip6t_REJECT bluetooth mc nf_reject_ipv6 ip6table_filter ecdh_generic ip6t_rpfilter ecc ip6table_raw crc16 ip6_tables ipt_REJECT nf_reject_ipv4 xt_tcpudp xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter nls_iso8859_1 nls_cp437 vfat fat joydev snd_soc_dmic snd_acp3x_pdm_dma snd_acp3x_rn mousedev snd_soc_core snd_compress ac97_bus hid_multitouch snd_pcm_dmaengine ucsi_ccg amdgpu rtw88_8822ce rtw88_8822c snd_hda_codec_realtek rtw88_pci snd_hda_codec_generic nouveau ledtrig_audio snd_hda_codec_hdmi rtw88_core snd_hda_intel snd_intel_dspcfg snd_hda_codec edac_mce_amd gpu_sched mxm_wmi mac80211 kvm_amd i2c_algo_bit snd_hda_core ttm snd_hwdep drm_kms_helper kvm snd_pcm cfg80211 r8169 cec snd_timer asus_nb_wmi rc_core asus_wmi irqbypass snd input_leds syscopyarea sp5100_tco pcspkr k10temp rapl ucsi_acpi sysfillrect
[   21.150088]  sparse_keymap realtek rfkill typec_ucsi i2c_piix4 wmi_bmof sysimgblt snd_rn_pci_acp3x libphy snd_pci_acp3x libarc4 fb_sys_fops soundcore i2c_nvidia_gpu typec tpm_crb tpm_tis tpm_tis_core i2c_hid acpi_cpufreq evdev asus_wireless pinctrl_amd mac_hid ac vboxnetflt(OE) vboxnetadp(OE) drm vboxdrv(OE) pkcs8_key_parser crypto_user agpgart ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq dm_crypt cbc encrypted_keys trusted tpm hid_generic usbhid hid serio_raw atkbd libps2 dm_mod crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel crypto_simd cryptd glue_helper xhci_pci xhci_pci_renesas ccp xhci_hcd rng_core wmi i8042 battery serio
[   21.150132] CPU: 12 PID: 1605 Comm: systemd-backlig Tainted: G           OE     5.8.13-arch1-1 #1
[   21.150133] Hardware name: ASUSTeK COMPUTER INC. TUF Gaming FA506IV_FX506IV/FA506IV, BIOS FA506IV.311 09/11/2020
[   21.150300] RIP: 0010:dc_link_set_backlight_level+0x8a/0xf0 [amdgpu]
[   21.150304] Code: 30 03 00 00 31 c0 48 8d 96 c0 01 00 00 48 8b 0a 48 85 c9 74 06 48 3b 59 08 74 20 83 c0 01 48 81 c2 c8 04 00 00 83 f8 06 75 e3 <0f> 0b 45 31 e4 5b 44 89 e0 5d 41 5c 41 5d 41 5e c3 48 98 48 69 c0
[   21.150305] RSP: 0018:ffffaef680c5bdf0 EFLAGS: 00010246
[   21.150308] RAX: 0000000000000006 RBX: ffff938f59f17000 RCX: 0000000000000000
[   21.150309] RDX: ffff938f99b21e70 RSI: ffff938f99b20000 RDI: 0000000000000000
[   21.150310] RBP: ffff938f99cf0000 R08: 00000000000000ff R09: 000000000000000a
[   21.150312] R10: 000000000000000a R11: f000000000000000 R12: 000000000000ff01
[   21.150313] R13: 0000000000000000 R14: 000000000000ffff R15: ffff938f678a0020
[   21.150316] FS:  00007f755171d000(0000) GS:ffff938f9f900000(0000) knlGS:0000000000000000
[   21.150317] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   21.150319] CR2: 0000564077ed7978 CR3: 0000000419d30000 CR4: 0000000000340ee0
[   21.150320] Call Trace:
[   21.150500]  amdgpu_dm_backlight_update_status+0xb4/0xc0 [amdgpu]
[   21.150506]  backlight_device_set_brightness+0x7e/0x130
[   21.150510]  brightness_store+0x63/0x80
[   21.150515]  kernfs_fop_write+0xce/0x1b0
[   21.150519]  vfs_write+0xc7/0x1f0
[   21.150521]  ksys_write+0x67/0xe0
[   21.150526]  do_syscall_64+0x44/0x70
[   21.150530]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   21.150532] RIP: 0033:0x7f7552537f67
[   21.150534] Code: 0d 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7 0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 48 89 54 24 18 48 89 74 24
[   21.150535] RSP: 002b:00007fff630cb0a8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[   21.150537] RAX: ffffffffffffffda RBX: 0000000000000004 RCX: 00007f7552537f67
[   21.150538] RDX: 0000000000000004 RSI: 00007fff630cb190 RDI: 0000000000000004
[   21.150539] RBP: 00007fff630cb190 R08: 0000000000000000 R09: 0000000000000000
[   21.150540] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000004
[   21.150541] R13: 0000564077ec13c0 R14: 0000000000000004 R15: 00007f755260a720
[   21.150546] ---[ end trace 1ceea8bc69e1a82b ]---
[   21.203843] Bluetooth: hci0: RTL: fw version 0x09993aa1
[   21.269169] r8169 0000:02:00.0 enp2s0: Link is Down
[   21.311515] NET: Registered protocol family 38
[   22.204874] rtw_8822ce 0000:03:00.0: start vif 00:08:ca:54:e5:9c on port 0
[   22.206138] rtw_8822ce 0000:03:00.0: stop vif 00:08:ca:54:e5:9c on port 0
[   22.426468] rtw_8822ce 0000:03:00.0: start vif de:42:f4:0f:5c:e4 on port 0
[   25.888921] kauditd_printk_skb: 100 callbacks suppressed
[   25.888925] audit: type=1101 audit(1602067506.747:116): pid=1569 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="alulord" exe="/usr/bin/login" hostname=aluwork addr=? terminal=tty1 res=success'
[   25.890347] audit: type=1103 audit(1602067506.750:117): pid=1569 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock,pam_gnome_keyring acct="alulord" exe="/usr/bin/login" hostname=aluwork addr=? terminal=tty1 res=success'
[   25.890472] audit: type=1006 audit(1602067506.750:118): pid=1569 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   25.919804] audit: type=1130 audit(1602067506.780:119): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.932787] audit: type=1101 audit(1602067506.793:120): pid=1630 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="alulord" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.932915] audit: type=1103 audit(1602067506.793:121): pid=1630 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="alulord" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   25.933025] audit: type=1006 audit(1602067506.793:122): pid=1630 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   25.934582] audit: type=1105 audit(1602067506.793:123): pid=1630 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alulord" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.945221] audit: type=1334 audit(1602067506.803:124): prog-id=23 op=LOAD
[   25.945229] audit: type=1334 audit(1602067506.803:125): prog-id=23 op=UNLOAD
[   26.084362] fbcon: Taking over console
[   26.654378] [drm:dpcd_set_source_specific_data [amdgpu]] *ERROR* Error in DP aux read transaction, not writing source specific data
[   26.764600] [drm] Failed to add display topology, DTM TA is not initialized.
[   26.769954] Console: switching to colour frame buffer device 240x67
[   29.271105] fuse: init (API version 7.31)
[   29.914924] Bluetooth: RFCOMM TTY layer initialized
[   29.914932] Bluetooth: RFCOMM socket layer initialized
[   29.914940] Bluetooth: RFCOMM ver 1.11
[   30.547769] rtw_8822ce 0000:03:00.0: stop vif de:42:f4:0f:5c:e4 on port 0
[   30.772702] rtw_8822ce 0000:03:00.0: start vif 00:08:ca:54:e5:9c on port 0
[   33.108151] kauditd_printk_skb: 39 callbacks suppressed
[   33.108154] audit: type=1131 audit(1602067513.967:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   34.783879] wlan0: authenticate with 04:92:26:45:3e:1c
[   35.224192] wlan0: send auth to 04:92:26:45:3e:1c (try 1/3)
[   35.227576] wlan0: authenticated
[   35.229091] wlan0: associate with 04:92:26:45:3e:1c (try 1/3)
[   35.234336] wlan0: RX AssocResp from 04:92:26:45:3e:1c (capab=0x911 status=0 aid=5)
[   35.234373] rtw_8822ce 0000:03:00.0: sta 04:92:26:45:3e:1c joined with macid 0
[   35.234749] wlan0: associated
[   35.300775] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 04:92:26:45:3e:1c
[   35.362976] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   36.571428] audit: type=1130 audit(1602067517.430:162): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.552062] nouveau 0000:01:00.0: fifo: fault 09 [PHYS_WRITE] at 000000017fef0000 engine c0 [BAR2] client 08 [HUB/HOST_CPU_NB] reason 0d [REGION_VIOLATION] on channel -1 [0000000000 unknown]
[   38.579402] nouveau 0000:01:00.0: fifo: fault 09 [PHYS_WRITE] at 000000017fef0000 engine c0 [BAR2] client 08 [HUB/HOST_CPU_NB] reason 0d [REGION_VIOLATION] on channel -1 [0000000000 unknown]
[   38.679728] ------------[ cut here ]------------
[   38.679733] nouveau 0000:01:00.0: timeout
[   38.679812] WARNING: CPU: 0 PID: 299 at drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:247 nvkm_falcon_v1_wait_for_halt+0xe2/0xf0 [nouveau]
[   38.679812] Modules linked in: ccm rfcomm fuse cmac algif_hash algif_skcipher af_alg bnep uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common overlay btusb videodev btrtl btbcm btintel ip6t_REJECT bluetooth mc nf_reject_ipv6 ip6table_filter ecdh_generic ip6t_rpfilter ecc ip6table_raw crc16 ip6_tables ipt_REJECT nf_reject_ipv4 xt_tcpudp xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter nls_iso8859_1 nls_cp437 vfat fat joydev snd_soc_dmic snd_acp3x_pdm_dma snd_acp3x_rn mousedev snd_soc_core snd_compress ac97_bus hid_multitouch snd_pcm_dmaengine ucsi_ccg amdgpu rtw88_8822ce rtw88_8822c snd_hda_codec_realtek rtw88_pci snd_hda_codec_generic nouveau ledtrig_audio snd_hda_codec_hdmi rtw88_core snd_hda_intel snd_intel_dspcfg snd_hda_codec edac_mce_amd gpu_sched mxm_wmi mac80211 kvm_amd i2c_algo_bit snd_hda_core ttm snd_hwdep drm_kms_helper kvm snd_pcm cfg80211 r8169 cec snd_timer asus_nb_wmi rc_core asus_wmi irqbypass snd input_leds syscopyarea
[   38.679847]  sp5100_tco pcspkr k10temp rapl ucsi_acpi sysfillrect sparse_keymap realtek rfkill typec_ucsi i2c_piix4 wmi_bmof sysimgblt snd_rn_pci_acp3x libphy snd_pci_acp3x libarc4 fb_sys_fops soundcore i2c_nvidia_gpu typec tpm_crb tpm_tis tpm_tis_core i2c_hid acpi_cpufreq evdev asus_wireless pinctrl_amd mac_hid ac vboxnetflt(OE) vboxnetadp(OE) drm vboxdrv(OE) pkcs8_key_parser crypto_user agpgart ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq dm_crypt cbc encrypted_keys trusted tpm hid_generic usbhid hid serio_raw atkbd libps2 dm_mod crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel crypto_simd cryptd glue_helper xhci_pci xhci_pci_renesas ccp xhci_hcd rng_core wmi i8042 battery serio
[   38.679889] CPU: 0 PID: 299 Comm: kworker/0:2 Tainted: G        W  OE     5.8.13-arch1-1 #1
[   38.679890] Hardware name: ASUSTeK COMPUTER INC. TUF Gaming FA506IV_FX506IV/FA506IV, BIOS FA506IV.311 09/11/2020
[   38.679898] Workqueue: pm pm_runtime_work
[   38.679927] RIP: 0010:nvkm_falcon_v1_wait_for_halt+0xe2/0xf0 [nouveau]
[   38.679930] Code: 8b 40 10 48 8b 78 10 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 70 82 84 e9 4c 89 e2 48 c7 c7 44 6b 24 c1 48 89 c6 e8 d4 c6 21 e9 <0f> 0b eb aa e8 a5 81 b8 e9 0f 1f 44 00 00 0f 1f 44 00 00 41 54 be
[   38.679931] RSP: 0018:ffffaef6810f3a48 EFLAGS: 00010286
[   38.679933] RAX: 0000000000000000 RBX: ffffffffffffff92 RCX: 0000000000000000
[   38.679933] RDX: 0000000000000001 RSI: ffffffffab56ad7f RDI: 00000000ffffffff
[   38.679934] RBP: ffff938f96125858 R08: 0000000000000552 R09: 0000000000000003
[   38.679934] R10: 0000000000000000 R11: 0000000000000001 R12: ffff938f9c5599d0
[   38.679935] R13: 0000000000000000 R14: 0000000000000000 R15: ffff938f9ae9bc00
[   38.679937] FS:  0000000000000000(0000) GS:ffff938f9f600000(0000) knlGS:0000000000000000
[   38.679937] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   38.679938] CR2: 00007fa4eb0c3000 CR3: 00000003fe260000 CR4: 0000000000340ef0
[   38.679939] Call Trace:
[   38.679975]  gm200_acr_hsfw_boot+0xc3/0x160 [nouveau]
[   38.680013]  ? gp100_ram_init+0x12b/0x260 [nouveau]
[   38.680044]  nvkm_acr_hsf_boot+0x85/0xe0 [nouveau]
[   38.680073]  tu102_acr_init+0x15/0x30 [nouveau]
[   38.680102]  nvkm_acr_load+0x4c/0x100 [nouveau]
[   38.680130]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   38.680135]  ? ktime_get+0x38/0xa0
[   38.680177]  nvkm_device_init+0x10b/0x190 [nouveau]
[   38.680216]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   38.680244]  nvkm_object_init+0x3e/0x100 [nouveau]
[   38.680273]  nvkm_object_init+0x6f/0x100 [nouveau]
[   38.680300]  nvkm_object_init+0x6f/0x100 [nouveau]
[   38.680342]  nouveau_do_resume+0x29/0xd0 [nouveau]
[   38.680383]  nouveau_pmops_runtime_resume+0x7a/0x170 [nouveau]
[   38.680389]  pci_pm_runtime_resume+0xaa/0xc0
[   38.680391]  ? pci_pm_freeze_noirq+0x110/0x110
[   38.680393]  __rpm_callback+0x7b/0x130
[   38.680396]  ? pci_pm_freeze_noirq+0x110/0x110
[   38.680397]  rpm_callback+0x1f/0x70
[   38.680399]  ? pci_pm_freeze_noirq+0x110/0x110
[   38.680400]  rpm_resume+0x5d7/0x820
[   38.680404]  ? wait_woken+0x80/0x80
[   38.680406]  rpm_get_suppliers+0x5d/0xf0
[   38.680408]  ? pci_pm_freeze_noirq+0x110/0x110
[   38.680409]  __rpm_callback+0x112/0x130
[   38.680411]  ? pci_pm_freeze_noirq+0x110/0x110
[   38.680412]  rpm_callback+0x1f/0x70
[   38.680413]  ? pci_pm_freeze_noirq+0x110/0x110
[   38.680415]  rpm_resume+0x5d7/0x820
[   38.680417]  pm_runtime_work+0x6c/0xa0
[   38.680420]  process_one_work+0x1da/0x3d0
[   38.680422]  worker_thread+0x4d/0x3d0
[   38.680424]  ? rescuer_thread+0x410/0x410
[   38.680426]  kthread+0x142/0x160
[   38.680427]  ? __kthread_bind_mask+0x60/0x60
[   38.680431]  ret_from_fork+0x22/0x30
[   38.680434] ---[ end trace 1ceea8bc69e1a82c ]---
[   38.680439] nouveau 0000:01:00.0: acr: AHESASC binary failed
[   38.680441] nouveau 0000:01:00.0: acr: init failed, -110
[   38.680628] nouveau 0000:01:00.0: init failed with -110
[   38.680630] nouveau: systemd-logind[1135]:00000000:00000080: init failed with -110
[   38.680632] nouveau: DRM-master:00000000:00000000: init failed with -110
[   38.680634] nouveau: DRM-master:00000000:00000000: init failed with -110
[   38.680636] nouveau 0000:01:00.0: DRM: Client resume failed with error: -110
[   38.680638] nouveau 0000:01:00.0: DRM: resume failed with: -110
[   38.741008] audit: type=1130 audit(1602067519.600:163): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   39.045474] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   39.051117] Bridge firewalling registered
[   39.067612] audit: type=1325 audit(1602067519.927:164): table=nat family=2 entries=0 op=register pid=2520 comm="modprobe"
[   39.114785] audit: type=1325 audit(1602067519.973:165): table=nat family=2 entries=5 op=replace pid=2542 comm="iptables"
[   39.118221] audit: type=1325 audit(1602067519.977:166): table=filter family=2 entries=17 op=replace pid=2544 comm="iptables"
[   39.121747] audit: type=1325 audit(1602067519.980:167): table=filter family=2 entries=19 op=replace pid=2546 comm="iptables"
[   39.125865] audit: type=1325 audit(1602067519.987:168): table=filter family=2 entries=21 op=replace pid=2548 comm="iptables"
[   39.128383] audit: type=1325 audit(1602067519.987:169): table=filter family=2 entries=23 op=replace pid=2550 comm="iptables"
[   39.132013] audit: type=1325 audit(1602067519.990:170): table=filter family=2 entries=24 op=replace pid=2552 comm="iptables"
[   39.133975] audit: type=1325 audit(1602067519.993:171): table=filter family=2 entries=25 op=replace pid=2553 comm="iptables"
[   39.148066] Initializing XFRM netlink socket
[   39.178841] audit: type=1325 audit(1602067520.037:172): table=nat family=2 entries=7 op=replace pid=2560 comm="iptables"
[   39.426788] process 'docker/tmp/qemu-check686907248/check' started with executable stack
[   49.101103] kauditd_printk_skb: 36 callbacks suppressed
[   49.101107] audit: type=1131 audit(1602067529.960:209): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   51.154445] audit: type=1131 audit(1602067531.950:210): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   51.381934] audit: type=1334 audit(1602067532.161:211): prog-id=22 op=UNLOAD
[   51.381943] audit: type=1334 audit(1602067532.161:212): prog-id=21 op=UNLOAD
[   61.223403] audit: type=1131 audit(1602067541.765:213): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   71.410114] audit: type=1131 audit(1602067551.952:214): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   71.444415] audit: type=1334 audit(1602067551.989:215): prog-id=33 op=UNLOAD
[   71.444430] audit: type=1334 audit(1602067551.989:216): prog-id=32 op=UNLOAD
[   80.390513] ucsi_acpi USBC000:00: PPM init failed (-110)
[  100.513163] audit: type=1130 audit(1602067581.056:217): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lowbatt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  100.513170] audit: type=1131 audit(1602067581.056:218): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lowbatt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

That  "COMPANY USB Device Consumer Control" would be dongle for my bloody mouse  (it' the only usb I have connected now)

Offline

Board footer

Powered by FluxBB