You are not logged in.

#1 2022-05-07 15:33:31

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

SOLVED Analog audio line out broken in LTS kernel

I have three desktop systems running the LTS kernel and recently I noticed that the analog audio line out is not working on any of them. They all have the Gnome Shell running and in settings I can select USB, digital or HDMI but not analog line out. I was able to use dmesg to gather the information below.


My main system is an AMD Ryzen 7 with a Realtek ALC 887:

sudo dmesg | grep [Aa]udio

[    0.368589] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    1.733440] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
[    1.785621] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card0/input3
[    1.785650] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card0/input4
[    2.708609] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    3.472325] usbcore: registered new interface driver snd-usb-audio

My old system is an AMD FX-8350 with a Realteck ALC 892:   

sudo dmesg | grep [Aa]udio

[    0.376543] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    5.511345] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    5.511351] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.511354] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    5.511356] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    5.511358] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
[    5.511360] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    5.511362] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    5.511363] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    5.511365] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a

I also have an Intel i7 system with a Realtek ALC 1220P with no audio line out. This system is currently dismantled.

The information above makes we wonder if there is a bug in _OSI(Linux-Lenovo-NV-HDMI-Audio).

Any thoughts?

Last edited by lenhuppe (2022-05-13 23:52:03)


Why do we drive on the parkway and then park in the driveway?

Offline

#2 2022-05-08 11:53:23

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

Re: SOLVED Analog audio line out broken in LTS kernel

lenhuppe wrote:

The information above makes we wonder if there is a bug in _OSI(Linux-Lenovo-NV-HDMI-Audio).

Probably not, as I have similar entries and no issues with sound on pure alsa / lxqt / stock kernel system.

please post the output of

aplay --list-devices --list-pcms

(aplay comes with alsa-utils)


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 2022-05-08 21:21:13

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED Analog audio line out broken in LTS kernel

Lone_Wolf wrote:
lenhuppe wrote:

The information above makes we wonder if there is a bug in _OSI(Linux-Lenovo-NV-HDMI-Audio).

Probably not, as I have similar entries and no issues with sound on pure alsa / lxqt / stock kernel system.

please post the output of

aplay --list-devices --list-pcms

(aplay comes with alsa-utils)

Initially it said nothing at all becasue alsa-utils was not installed. After installing I got the following:

aplay --list-devices --list-pcms

null
    Discard all samples (playback) or generate zero samples (capture)
lavrate
    Rate Converter Plugin Using Libav/FFmpeg Library
samplerate
    Rate Converter Plugin Using Samplerate Library
speexrate
    Rate Converter Plugin Using Speex Resampler
jack
    JACK Audio Connection Kit
oss
    Open Sound System
pipewire
    PipeWire Sound Server
pulse
    PulseAudio Sound Server
speex
    Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)
upmix
    Plugin for channel upmix (4,6,8)
vdownmix
    Plugin for channel downmix (stereo) with a simple spacialization
default
    Default ALSA Output (currently PulseAudio Sound Server)
hdmi:CARD=Generic,DEV=0
    HD-Audio Generic, HDMI 0
    HDMI Audio Output
hdmi:CARD=Generic,DEV=1
    HD-Audio Generic, HDMI 1
    HDMI Audio Output
usbstream:CARD=Generic
    HD-Audio Generic
    USB Stream Output
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Generic [HD-Audio Generic], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Why do we drive on the parkway and then park in the driveway?

Offline

#4 2022-05-09 08:28:12

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

Re: SOLVED Analog audio line out broken in LTS kernel

that output misses a lot, posssibly  a firmware problem.

post lspci -k and full dmesg from one of the systems.


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


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

Offline

#5 2022-05-09 10:45:35

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED Analog audio line out broken in LTS kernel

Lone_Wolf wrote:

that output misses a lot, posssibly  a firmware problem.

post lspci -k and full dmesg from one of the systems.

This is my AMD Ryzen 7 system with a Realtek ALC 887:

sudo lspci -k

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne Root Complex
	Subsystem: ASUSTeK Computer Inc. Device 87e1
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne IOMMU
	Subsystem: ASUSTeK Computer Inc. Device 87e1
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
	DeviceName:  Onboard IGD
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: pcieport
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: pcieport
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: pcieport
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 51)
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
	Subsystem: ASUSTeK Computer Inc. Device 87e1
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 3
	Kernel driver in use: k10temp
	Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 7
01:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset USB 3.1 XHCI Controller
	Subsystem: ASMedia Technology Inc. ASM1042A USB 3.0 Host Controller
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
01:00.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset Switch Upstream Port
	Subsystem: ASMedia Technology Inc. Device 0201
	Kernel driver in use: pcieport
02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 43ea
	Subsystem: ASMedia Technology Inc. Device 3308
	Kernel driver in use: pcieport
02:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 43ea
	Subsystem: ASMedia Technology Inc. Device 3308
	Kernel driver in use: pcieport
02:08.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 43ea
	Subsystem: ASMedia Technology Inc. Device 3308
	Kernel driver in use: pcieport
02:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 43ea
	Subsystem: ASMedia Technology Inc. Device 3308
	Kernel driver in use: pcieport
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
	Subsystem: Samsung Electronics Co Ltd SSD 970 EVO Plus 1TB
	Kernel driver in use: nvme
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
	Subsystem: ASUSTeK Computer Inc. PRIME B450M-A Motherboard
	Kernel driver in use: r8169
	Kernel modules: r8169
07:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
	Subsystem: Samsung Electronics Co Ltd SSD 970 EVO Plus 1TB
	Kernel driver in use: nvme
08:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev d8)
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu
08:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
08:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: ccp
	Kernel modules: ccp
08:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
08:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

sudo dmesg

[    0.000000] Linux version 5.15.37-1-lts (linux-lts@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP Sun, 01 May 2022 15:44:53 +0000
[    0.000000] Command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img zfs=zroot/ROOT/default rw
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000c3556fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c3557000-0x00000000c38affff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c38b0000-0x00000000c3a13fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000c3a14000-0x00000000c513ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000c5140000-0x00000000c6bfefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c6bff000-0x00000000c7ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c8000000-0x00000000caffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cf000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd500000-0x00000000fd5fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000080e2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000080e300000-0x000000082fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb744e018-0xb745c067] usable ==> usable
[    0.000000] e820: update [mem 0xb744e018-0xb745c067] usable ==> usable
[    0.000000] e820: update [mem 0xb7440018-0xb744d657] usable ==> usable
[    0.000000] e820: update [mem 0xb7440018-0xb744d657] 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-0x0000000009d1efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20f000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000b7440017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7440018-0x00000000b744d657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b744d658-0x00000000b744e017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b744e018-0x00000000b745c067] usable
[    0.000000] reserve setup_data: [mem 0x00000000b745c068-0x00000000c3556fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c3557000-0x00000000c38affff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c38b0000-0x00000000c3a13fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000c3a14000-0x00000000c513ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000c5140000-0x00000000c6bfefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c6bff000-0x00000000c7ffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c8000000-0x00000000caffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cf000000-0x00000000cfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd500000-0x00000000fd5fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000080e2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000080e300000-0x000000082fffffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xc3a13000 ACPI 2.0=0xc3a13014 SMBIOS=0xc6a06000 SMBIOS 3.0=0xc6a05000 MEMATTR=0xc0033018 ESRT=0xc1c4ed98 RNG=0xc6a37b18 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUS System Product Name/PRIME B550-PLUS, BIOS 2003 03/10/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3999.885 MHz processor
[    0.000013] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000015] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000021] last_pfn = 0x80e300 max_arch_pfn = 0x400000000
[    0.000222] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000424] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.000432] last_pfn = 0xc8000 max_arch_pfn = 0x400000000
[    0.003817] esrt: Reserving ESRT space from 0x00000000c1c4ed98 to 0x00000000c1c4edd0.
[    0.003823] e820: update [mem 0xc1c4e000-0xc1c4efff] usable ==> reserved
[    0.003839] Using GB pages for direct mapping
[    0.004414] Secure boot disabled
[    0.004414] RAMDISK: [mem 0x7f35d000-0x7fff2fff]
[    0.004418] ACPI: Early table checksum verification disabled
[    0.004421] ACPI: RSDP 0x00000000C3A13014 000024 (v02 ALASKA)
[    0.004424] ACPI: XSDT 0x00000000C3A12728 0000DC (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004429] ACPI: FACP 0x00000000C3A03000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.004433] ACPI: DSDT 0x00000000C39F7000 00B576 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.004435] ACPI: FACS 0x00000000C4125000 000040
[    0.004437] ACPI: IVRS 0x00000000C3A11000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.004440] ACPI: SSDT 0x00000000C3A09000 007229 (v02 AMD    Artic    00000002 MSFT 04000000)
[    0.004442] ACPI: SSDT 0x00000000C3A05000 003AAF (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.004444] ACPI: SSDT 0x00000000C3A04000 000221 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.004446] ACPI: FIDT 0x00000000C39F6000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004448] ACPI: FPDT 0x00000000C38F8000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004451] ACPI: MCFG 0x00000000C39F4000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.004453] ACPI: HPET 0x00000000C39F3000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.004455] ACPI: VFCT 0x00000000C39E4000 00D684 (v01 ALASKA A M I    00000001 AMD  31504F47)
[    0.004457] ACPI: BGRT 0x00000000C39E3000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004459] ACPI: WPBT 0x00000000C3909000 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
[    0.004461] ACPI: SSDT 0x00000000C3907000 001C44 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.004463] ACPI: CRAT 0x00000000C3906000 000F28 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004465] ACPI: CDIT 0x00000000C3905000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004467] ACPI: HEST 0x00000000C3904000 0001EC (v01 AMD    AMD HEST 00000001 AMD  00000001)
[    0.004470] ACPI: SSDT 0x00000000C3903000 000D53 (v01 AMD    ArticIG2 00000001 INTL 20120913)
[    0.004472] ACPI: SSDT 0x00000000C3901000 0010AC (v01 AMD    ArticTPX 00000001 INTL 20120913)
[    0.004474] ACPI: SSDT 0x00000000C38FD000 00381A (v01 AMD    ArticN   00000001 INTL 20120913)
[    0.004476] ACPI: WSMT 0x00000000C38FC000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004478] ACPI: APIC 0x00000000C38FB000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.004480] ACPI: SSDT 0x00000000C38FA000 00007D (v01 AMD    ArticDIS 00000001 INTL 20120913)
[    0.004482] ACPI: SSDT 0x00000000C38F9000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
[    0.004484] ACPI: Reserving FACP table memory at [mem 0xc3a03000-0xc3a03113]
[    0.004485] ACPI: Reserving DSDT table memory at [mem 0xc39f7000-0xc3a02575]
[    0.004486] ACPI: Reserving FACS table memory at [mem 0xc4125000-0xc412503f]
[    0.004487] ACPI: Reserving IVRS table memory at [mem 0xc3a11000-0xc3a110cf]
[    0.004487] ACPI: Reserving SSDT table memory at [mem 0xc3a09000-0xc3a10228]
[    0.004488] ACPI: Reserving SSDT table memory at [mem 0xc3a05000-0xc3a08aae]
[    0.004489] ACPI: Reserving SSDT table memory at [mem 0xc3a04000-0xc3a04220]
[    0.004489] ACPI: Reserving FIDT table memory at [mem 0xc39f6000-0xc39f609b]
[    0.004490] ACPI: Reserving FPDT table memory at [mem 0xc38f8000-0xc38f8043]
[    0.004491] ACPI: Reserving MCFG table memory at [mem 0xc39f4000-0xc39f403b]
[    0.004491] ACPI: Reserving HPET table memory at [mem 0xc39f3000-0xc39f3037]
[    0.004492] ACPI: Reserving VFCT table memory at [mem 0xc39e4000-0xc39f1683]
[    0.004493] ACPI: Reserving BGRT table memory at [mem 0xc39e3000-0xc39e3037]
[    0.004493] ACPI: Reserving WPBT table memory at [mem 0xc3909000-0xc390903b]
[    0.004494] ACPI: Reserving SSDT table memory at [mem 0xc3907000-0xc3908c43]
[    0.004495] ACPI: Reserving CRAT table memory at [mem 0xc3906000-0xc3906f27]
[    0.004495] ACPI: Reserving CDIT table memory at [mem 0xc3905000-0xc3905028]
[    0.004496] ACPI: Reserving HEST table memory at [mem 0xc3904000-0xc39041eb]
[    0.004497] ACPI: Reserving SSDT table memory at [mem 0xc3903000-0xc3903d52]
[    0.004498] ACPI: Reserving SSDT table memory at [mem 0xc3901000-0xc39020ab]
[    0.004498] ACPI: Reserving SSDT table memory at [mem 0xc38fd000-0xc3900819]
[    0.004499] ACPI: Reserving WSMT table memory at [mem 0xc38fc000-0xc38fc027]
[    0.004500] ACPI: Reserving APIC table memory at [mem 0xc38fb000-0xc38fb15d]
[    0.004500] ACPI: Reserving SSDT table memory at [mem 0xc38fa000-0xc38fa07c]
[    0.004501] ACPI: Reserving SSDT table memory at [mem 0xc38f9000-0xc38f90be]
[    0.004551] No NUMA configuration found
[    0.004552] Faking a node at [mem 0x0000000000000000-0x000000080e2fffff]
[    0.004555] NODE_DATA(0) allocated [mem 0x80e2fc000-0x80e2fffff]
[    0.004594] Zone ranges:
[    0.004595]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004596]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004597]   Normal   [mem 0x0000000100000000-0x000000080e2fffff]
[    0.004598]   Device   empty
[    0.004599] Movable zone start for each node
[    0.004600] Early memory node ranges
[    0.004600]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.004601]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.004602]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.004602]   node   0: [mem 0x000000000a20f000-0x000000000affffff]
[    0.004603]   node   0: [mem 0x000000000b020000-0x00000000c3556fff]
[    0.004604]   node   0: [mem 0x00000000c6bff000-0x00000000c7ffffff]
[    0.004605]   node   0: [mem 0x0000000100000000-0x000000080e2fffff]
[    0.004608] Initmem setup node 0 [mem 0x0000000000001000-0x000000080e2fffff]
[    0.004611] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.004626] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.004762] On node 0, zone DMA32: 737 pages in unavailable ranges
[    0.004776] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.009563] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.009728] On node 0, zone DMA32: 13992 pages in unavailable ranges
[    0.057572] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.057753] ACPI: PM-Timer IO Port: 0x808
[    0.057760] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.057772] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.057777] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    0.057778] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.057780] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.057782] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.057783] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.057792] e820: update [mem 0xbfc29000-0xbfd1cfff] usable ==> reserved
[    0.057802] smpboot: Allowing 32 CPUs, 16 hotplug CPUs
[    0.057832] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.057834] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.057836] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x09ffffff]
[    0.057837] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.057839] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.057840] PM: hibernation: Registered nosave memory: [mem 0xb7440000-0xb7440fff]
[    0.057842] PM: hibernation: Registered nosave memory: [mem 0xb744d000-0xb744dfff]
[    0.057843] PM: hibernation: Registered nosave memory: [mem 0xb744e000-0xb744efff]
[    0.057844] PM: hibernation: Registered nosave memory: [mem 0xb745c000-0xb745cfff]
[    0.057846] PM: hibernation: Registered nosave memory: [mem 0xbfc29000-0xbfd1cfff]
[    0.057847] PM: hibernation: Registered nosave memory: [mem 0xc1c4e000-0xc1c4efff]
[    0.057849] PM: hibernation: Registered nosave memory: [mem 0xc3557000-0xc38affff]
[    0.057849] PM: hibernation: Registered nosave memory: [mem 0xc38b0000-0xc3a13fff]
[    0.057850] PM: hibernation: Registered nosave memory: [mem 0xc3a14000-0xc513ffff]
[    0.057850] PM: hibernation: Registered nosave memory: [mem 0xc5140000-0xc6bfefff]
[    0.057852] PM: hibernation: Registered nosave memory: [mem 0xc8000000-0xcaffffff]
[    0.057852] PM: hibernation: Registered nosave memory: [mem 0xcb000000-0xceffffff]
[    0.057853] PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xcfffffff]
[    0.057853] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xefffffff]
[    0.057854] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.057854] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfd0fffff]
[    0.057855] PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
[    0.057855] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd4fffff]
[    0.057856] PM: hibernation: Registered nosave memory: [mem 0xfd500000-0xfd5fffff]
[    0.057856] PM: hibernation: Registered nosave memory: [mem 0xfd600000-0xfe9fffff]
[    0.057857] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.057857] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.057858] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.057858] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.057859] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.057859] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.057860] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.057860] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.057861] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.057861] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.057862] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.057862] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.057863] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.057863] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.057864] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.057864] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.057865] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.057865] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[    0.057866] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.057867] [mem 0xd0000000-0xefffffff] available for PCI devices
[    0.057868] Booting paravirtualized kernel on bare hardware
[    0.057870] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.061587] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:32 nr_node_ids:1
[    0.063089] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[    0.063100] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
[    0.063102] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.063109] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.063144] Built 1 zonelists, mobility grouping on.  Total pages: 8074146
[    0.063146] Policy zone: Normal
[    0.063147] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img zfs=zroot/ROOT/default rw
[    0.063183] Unknown kernel command line parameters "zfs=zroot/ROOT/default", will be passed to user space.
[    0.063184] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.063185] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.063186] printk: log_buf_len min size: 131072 bytes
[    0.063364] printk: log_buf_len: 262144 bytes
[    0.063365] printk: early log buf free: 112720(85%)
[    0.066429] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.067939] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.068243] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.133028] Memory: 32045228K/32809884K available (14344K kernel code, 2061K rwdata, 10760K rodata, 1984K init, 3760K bss, 764396K reserved, 0K cma-reserved)
[    0.133035] random: get_random_u64 called from __kmem_cache_create+0x2a/0x530 with crng_init=0
[    0.133256] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.133271] ftrace: allocating 44195 entries in 173 pages
[    0.144226] ftrace: allocated 173 pages with 5 groups
[    0.144481] rcu: Hierarchical RCU implementation.
[    0.144482] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[    0.144483] 	Rude variant of Tasks RCU enabled.
[    0.144483] 	Tracing variant of Tasks RCU enabled.
[    0.144484] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.144484] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.147028] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[    0.147311] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.147453] Console: colour dummy device 80x25
[    0.147464] printk: console [tty0] enabled
[    0.147512] ACPI: Core revision 20210730
[    0.147689] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.147706] APIC: Switch to symmetric I/O mode setup
[    0.148571] Switched APIC routing to physical flat.
[    0.149162] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.197716] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x734fe155529, max_idle_ns: 881590676580 ns
[    0.197724] Calibrating delay loop (skipped), value calculated using timer frequency.. 7999.77 BogoMIPS (lpj=39998850)
[    0.197727] pid_max: default: 32768 minimum: 301
[    0.199585] LSM: Security Framework initializing
[    0.199599] landlock: Up and running.
[    0.199600] Yama: becoming mindful.
[    0.199609] LSM support for eBPF active
[    0.199751] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.199852] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.200246] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.200302] LVT offset 1 assigned for vector 0xf9
[    0.200406] LVT offset 2 assigned for vector 0xf4
[    0.200431] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.200432] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.200437] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.200439] Spectre V2 : Mitigation: Retpolines
[    0.200440] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.200440] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.200442] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.200442] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.200444] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.205478] Freeing SMP alternatives memory: 36K
[    0.328093] smpboot: CPU0: AMD Ryzen 7 PRO 4750G with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.328238] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.328243] ... version:                0
[    0.328243] ... bit width:              48
[    0.328244] ... generic registers:      6
[    0.328244] ... value mask:             0000ffffffffffff
[    0.328245] ... max period:             00007fffffffffff
[    0.328246] ... fixed-purpose events:   0
[    0.328246] ... event mask:             000000000000003f
[    0.328334] rcu: Hierarchical SRCU implementation.
[    0.328737] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.328993] smp: Bringing up secondary CPUs ...
[    0.329072] x86: Booting SMP configuration:
[    0.329073] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.359926] smp: Brought up 1 node, 16 CPUs
[    0.359926] smpboot: Max logical packages: 2
[    0.359926] smpboot: Total of 16 processors activated (127996.32 BogoMIPS)
[    0.359926] devtmpfs: initialized
[    0.359926] x86/mm: Memory block size: 128MB
[    0.359926] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    0.359926] ACPI: PM: Registering ACPI NVS region [mem 0xc3a14000-0xc513ffff] (24297472 bytes)
[    0.359926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.359926] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.359926] pinctrl core: initialized pinctrl subsystem
[    0.359926] PM: RTC time: 03:31:08, date: 2022-05-09
[    0.359926] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.359926] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.359926] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.359926] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.359926] audit: initializing netlink subsys (disabled)
[    0.359926] audit: type=2000 audit(1652067068.210:1): state=initialized audit_enabled=0 res=1
[    0.359926] thermal_sys: Registered thermal governor 'fair_share'
[    0.359926] thermal_sys: Registered thermal governor 'bang_bang'
[    0.359926] thermal_sys: Registered thermal governor 'step_wise'
[    0.359926] thermal_sys: Registered thermal governor 'user_space'
[    0.359926] thermal_sys: Registered thermal governor 'power_allocator'
[    0.367735] cpuidle: using governor ladder
[    0.367742] cpuidle: using governor menu
[    0.367759] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[    0.367766] ACPI: bus type PCI registered
[    0.367768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.367837] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.367841] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.367851] PCI: Using configuration type 1 for base access
[    0.369115] Kprobes globally optimized
[    0.369119] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.369119] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.369119] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.369119] ACPI: Added _OSI(Module Device)
[    0.369119] ACPI: Added _OSI(Processor Device)
[    0.369119] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.369119] ACPI: Added _OSI(Processor Aggregator Device)
[    0.369119] ACPI: Added _OSI(Linux-Dell-Video)
[    0.369119] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.369119] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.380550] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.381671] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.383734] ACPI: Interpreter enabled
[    0.383747] ACPI: PM: (supports S0 S3 S4 S5)
[    0.383748] ACPI: Using IOAPIC for interrupt routing
[    0.384026] HEST: Table parsing has been initialized.
[    0.384027] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.384332] ACPI: Enabled 4 GPEs in block 00 to 1F
[    0.390629] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.390634] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.390805] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[    0.390969] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.390977] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.391214] PCI host bridge to bus 0000:00
[    0.391215] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.391217] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.391218] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.391219] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.391220] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.391221] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.391221] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfcffffff window]
[    0.391222] pci_bus 0000:00: root bus resource [mem 0x830000000-0x7fffffffff window]
[    0.391223] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.391262] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.391365] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.391452] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.391529] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.391614] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.391634] pci 0000:00:02.1: enabling Extended Tags
[    0.391663] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.391756] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.391776] pci 0000:00:02.2: enabling Extended Tags
[    0.391804] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.391887] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.391972] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.391990] pci 0000:00:08.1: enabling Extended Tags
[    0.392016] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.392129] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.392259] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.392380] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.392433] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.392483] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.392533] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.392586] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.392636] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.392686] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.392736] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.392835] pci 0000:01:00.0: [1022:43ee] type 00 class 0x0c0330
[    0.392851] pci 0000:01:00.0: reg 0x10: [mem 0xfce00000-0xfce07fff 64bit]
[    0.392888] pci 0000:01:00.0: enabling Extended Tags
[    0.392937] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.393031] pci 0000:01:00.2: [1022:43e9] type 01 class 0x060400
[    0.393070] pci 0000:01:00.2: enabling Extended Tags
[    0.393112] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.393174] pci 0000:00:02.1: PCI bridge to [bus 01-06]
[    0.393177] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    0.393179] pci 0000:00:02.1:   bridge window [mem 0xfcc00000-0xfcefffff]
[    0.393286] pci 0000:02:00.0: [1022:43ea] type 01 class 0x060400
[    0.393329] pci 0000:02:00.0: enabling Extended Tags
[    0.393377] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.393472] pci 0000:02:04.0: [1022:43ea] type 01 class 0x060400
[    0.393515] pci 0000:02:04.0: enabling Extended Tags
[    0.393563] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.393656] pci 0000:02:08.0: [1022:43ea] type 01 class 0x060400
[    0.393699] pci 0000:02:08.0: enabling Extended Tags
[    0.393747] pci 0000:02:08.0: PME# supported from D3hot D3cold
[    0.393840] pci 0000:02:09.0: [1022:43ea] type 01 class 0x060400
[    0.393883] pci 0000:02:09.0: enabling Extended Tags
[    0.393931] pci 0000:02:09.0: PME# supported from D3hot D3cold
[    0.394012] pci 0000:01:00.2: PCI bridge to [bus 02-06]
[    0.394016] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.394019] pci 0000:01:00.2:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.394055] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.394128] pci 0000:04:00.0: [144d:a808] type 00 class 0x010802
[    0.394154] pci 0000:04:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff 64bit]
[    0.394449] pci 0000:02:04.0: PCI bridge to [bus 04]
[    0.394455] pci 0000:02:04.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.394493] pci 0000:02:08.0: PCI bridge to [bus 05]
[    0.394573] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
[    0.394599] pci 0000:06:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.394635] pci 0000:06:00.0: reg 0x18: [mem 0xfcc04000-0xfcc04fff 64bit]
[    0.394657] pci 0000:06:00.0: reg 0x20: [mem 0xfcc00000-0xfcc03fff 64bit]
[    0.394804] pci 0000:06:00.0: supports D1 D2
[    0.394805] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.394967] pci 0000:02:09.0: PCI bridge to [bus 06]
[    0.394972] pci 0000:02:09.0:   bridge window [io  0xf000-0xffff]
[    0.394974] pci 0000:02:09.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.395040] pci 0000:07:00.0: [144d:a808] type 00 class 0x010802
[    0.395055] pci 0000:07:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit]
[    0.395220] pci 0000:00:02.2: PCI bridge to [bus 07]
[    0.395224] pci 0000:00:02.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.395296] pci 0000:08:00.0: [1002:1636] type 00 class 0x030000
[    0.395306] pci 0000:08:00.0: reg 0x10: [mem 0x7fe0000000-0x7fefffffff 64bit pref]
[    0.395313] pci 0000:08:00.0: reg 0x18: [mem 0x7ff0000000-0x7ff01fffff 64bit pref]
[    0.395318] pci 0000:08:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.395322] pci 0000:08:00.0: reg 0x24: [mem 0xfcb00000-0xfcb7ffff]
[    0.395330] pci 0000:08:00.0: enabling Extended Tags
[    0.395339] pci 0000:08:00.0: BAR 0: assigned to efifb
[    0.395373] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.395403] pci 0000:08:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.395458] pci 0000:08:00.1: [1002:1637] type 00 class 0x040300
[    0.395464] pci 0000:08:00.1: reg 0x10: [mem 0xfcb80000-0xfcb83fff]
[    0.395483] pci 0000:08:00.1: enabling Extended Tags
[    0.395508] pci 0000:08:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.395566] pci 0000:08:00.2: [1022:15df] type 00 class 0x108000
[    0.395578] pci 0000:08:00.2: reg 0x18: [mem 0xfca00000-0xfcafffff]
[    0.395586] pci 0000:08:00.2: reg 0x24: [mem 0xfcb84000-0xfcb85fff]
[    0.395593] pci 0000:08:00.2: enabling Extended Tags
[    0.395675] pci 0000:08:00.3: [1022:1639] type 00 class 0x0c0330
[    0.395684] pci 0000:08:00.3: reg 0x10: [mem 0xfc900000-0xfc9fffff 64bit]
[    0.395706] pci 0000:08:00.3: enabling Extended Tags
[    0.395732] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[    0.395794] pci 0000:08:00.4: [1022:1639] type 00 class 0x0c0330
[    0.395804] pci 0000:08:00.4: reg 0x10: [mem 0xfc800000-0xfc8fffff 64bit]
[    0.395825] pci 0000:08:00.4: enabling Extended Tags
[    0.395852] pci 0000:08:00.4: PME# supported from D0 D3hot D3cold
[    0.395909] pci 0000:00:08.1: PCI bridge to [bus 08]
[    0.395911] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.395913] pci 0000:00:08.1:   bridge window [mem 0xfc800000-0xfcbfffff]
[    0.395915] pci 0000:00:08.1:   bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref]
[    0.396374] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.396417] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.396455] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.396501] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.396543] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.396578] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.396613] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.396647] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.397251] iommu: Default domain type: Translated 
[    0.397252] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.397261] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.397261] pci 0000:08:00.0: vgaarb: bridge control possible
[    0.397261] pci 0000:08:00.0: vgaarb: setting as boot device
[    0.397261] vgaarb: loaded
[    0.397261] SCSI subsystem initialized
[    0.397261] libata version 3.00 loaded.
[    0.397261] ACPI: bus type USB registered
[    0.397261] usbcore: registered new interface driver usbfs
[    0.397261] usbcore: registered new interface driver hub
[    0.397261] usbcore: registered new device driver usb
[    0.397261] pps_core: LinuxPPS API ver. 1 registered
[    0.397261] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.397261] PTP clock support registered
[    0.397261] EDAC MC: Ver: 3.0.0
[    0.397261] Registered efivars operations
[    0.397747] NetLabel: Initializing
[    0.397748] NetLabel:  domain hash size = 128
[    0.397748] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.397757] NetLabel:  unlabeled traffic allowed by default
[    0.397759] PCI: Using ACPI for IRQ routing
[    0.401764] PCI: pci_cache_line_size set to 64 bytes
[    0.401813] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    0.401815] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.401815] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.401816] e820: reserve RAM buffer [mem 0xb7440018-0xb7ffffff]
[    0.401817] e820: reserve RAM buffer [mem 0xb744e018-0xb7ffffff]
[    0.401817] e820: reserve RAM buffer [mem 0xbfc29000-0xbfffffff]
[    0.401818] e820: reserve RAM buffer [mem 0xc1c4e000-0xc3ffffff]
[    0.401819] e820: reserve RAM buffer [mem 0xc3557000-0xc3ffffff]
[    0.401819] e820: reserve RAM buffer [mem 0x80e300000-0x80fffffff]
[    0.401823] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.401823] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.401823] clocksource: Switched to clocksource tsc-early
[    0.403830] VFS: Disk quotas dquot_6.6.0
[    0.403850] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.403922] pnp: PnP ACPI init
[    0.404023] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.404069] system 00:01: [mem 0x810000000-0x82fffffff window] has been reserved
[    0.404228] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.404230] system 00:03: [io  0x0200-0x021f] has been reserved
[    0.404547] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.404548] system 00:04: [io  0x040b] has been reserved
[    0.404550] system 00:04: [io  0x04d6] has been reserved
[    0.404551] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.404552] system 00:04: [io  0x0c14] has been reserved
[    0.404552] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.404553] system 00:04: [io  0x0c52] has been reserved
[    0.404554] system 00:04: [io  0x0c6c] has been reserved
[    0.404555] system 00:04: [io  0x0c6f] has been reserved
[    0.404556] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.404557] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.404558] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.404558] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.404559] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.404560] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.404561] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.404563] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.404564] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.404566] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.404567] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.404568] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.404569] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.405152] pnp: PnP ACPI: found 5 devices
[    0.410434] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.410483] NET: Registered PF_INET protocol family
[    0.410665] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.411663] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.411840] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.412121] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.412190] TCP: Hash tables configured (established 262144 bind 65536)
[    0.412339] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.412422] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.412498] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.412592] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.412596] NET: Registered PF_XDP protocol family
[    0.412610] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.412627] pci 0000:02:04.0: PCI bridge to [bus 04]
[    0.412631] pci 0000:02:04.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.412637] pci 0000:02:08.0: PCI bridge to [bus 05]
[    0.412647] pci 0000:02:09.0: PCI bridge to [bus 06]
[    0.412649] pci 0000:02:09.0:   bridge window [io  0xf000-0xffff]
[    0.412652] pci 0000:02:09.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.412659] pci 0000:01:00.2: PCI bridge to [bus 02-06]
[    0.412660] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.412664] pci 0000:01:00.2:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.412670] pci 0000:00:02.1: PCI bridge to [bus 01-06]
[    0.412671] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    0.412673] pci 0000:00:02.1:   bridge window [mem 0xfcc00000-0xfcefffff]
[    0.412677] pci 0000:00:02.2: PCI bridge to [bus 07]
[    0.412679] pci 0000:00:02.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.412684] pci 0000:00:08.1: PCI bridge to [bus 08]
[    0.412685] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.412687] pci 0000:00:08.1:   bridge window [mem 0xfc800000-0xfcbfffff]
[    0.412689] pci 0000:00:08.1:   bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref]
[    0.412693] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.412694] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.412695] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.412696] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.412697] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.412698] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.412699] pci_bus 0000:00: resource 10 [mem 0xd0000000-0xfcffffff window]
[    0.412700] pci_bus 0000:00: resource 11 [mem 0x830000000-0x7fffffffff window]
[    0.412701] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.412702] pci_bus 0000:01: resource 1 [mem 0xfcc00000-0xfcefffff]
[    0.412703] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.412704] pci_bus 0000:02: resource 1 [mem 0xfcc00000-0xfcdfffff]
[    0.412705] pci_bus 0000:04: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.412706] pci_bus 0000:06: resource 0 [io  0xf000-0xffff]
[    0.412707] pci_bus 0000:06: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.412708] pci_bus 0000:07: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.412708] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    0.412709] pci_bus 0000:08: resource 1 [mem 0xfc800000-0xfcbfffff]
[    0.412710] pci_bus 0000:08: resource 2 [mem 0x7fe0000000-0x7ff01fffff 64bit pref]
[    0.412974] pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
[    0.412979] pci 0000:08:00.3: extending delay after power-on from D3hot to 20 msec
[    0.413185] pci 0000:08:00.4: extending delay after power-on from D3hot to 20 msec
[    0.413239] PCI: CLS 64 bytes, default 64
[    0.413248] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.413274] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.413275] pci 0000:00:00.2: PCI INT A: not connected
[    0.413276] Trying to unpack rootfs image as initramfs...
[    0.413289] pci 0000:00:01.0: Adding to iommu group 0
[    0.413298] pci 0000:00:02.0: Adding to iommu group 1
[    0.413304] pci 0000:00:02.1: Adding to iommu group 2
[    0.413310] pci 0000:00:02.2: Adding to iommu group 3
[    0.413319] pci 0000:00:08.0: Adding to iommu group 4
[    0.413324] pci 0000:00:08.1: Adding to iommu group 4
[    0.413333] pci 0000:00:14.0: Adding to iommu group 5
[    0.413338] pci 0000:00:14.3: Adding to iommu group 5
[    0.413356] pci 0000:00:18.0: Adding to iommu group 6
[    0.413361] pci 0000:00:18.1: Adding to iommu group 6
[    0.413366] pci 0000:00:18.2: Adding to iommu group 6
[    0.413371] pci 0000:00:18.3: Adding to iommu group 6
[    0.413376] pci 0000:00:18.4: Adding to iommu group 6
[    0.413381] pci 0000:00:18.5: Adding to iommu group 6
[    0.413386] pci 0000:00:18.6: Adding to iommu group 6
[    0.413391] pci 0000:00:18.7: Adding to iommu group 6
[    0.413400] pci 0000:01:00.0: Adding to iommu group 7
[    0.413406] pci 0000:01:00.2: Adding to iommu group 7
[    0.413409] pci 0000:02:00.0: Adding to iommu group 7
[    0.413413] pci 0000:02:04.0: Adding to iommu group 7
[    0.413416] pci 0000:02:08.0: Adding to iommu group 7
[    0.413419] pci 0000:02:09.0: Adding to iommu group 7
[    0.413423] pci 0000:04:00.0: Adding to iommu group 7
[    0.413425] pci 0000:06:00.0: Adding to iommu group 7
[    0.413432] pci 0000:07:00.0: Adding to iommu group 8
[    0.413444] pci 0000:08:00.0: Adding to iommu group 4
[    0.413447] pci 0000:08:00.1: Adding to iommu group 4
[    0.413450] pci 0000:08:00.2: Adding to iommu group 4
[    0.413455] pci 0000:08:00.3: Adding to iommu group 4
[    0.413458] pci 0000:08:00.4: Adding to iommu group 4
[    0.415107] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.415110] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.415114] AMD-Vi: Interrupt remapping enabled
[    0.415114] AMD-Vi: Virtual APIC enabled
[    0.415115] AMD-Vi: X2APIC enabled
[    0.415224] software IO TLB: tearing down default memory pool
[    0.415957] LVT offset 0 assigned for vector 0x400
[    0.416078] perf: AMD IBS detected (0x000003ff)
[    0.416092] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.417694] Initialise system trusted keyrings
[    0.417706] Key type blacklist registered
[    0.417740] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.418516] zbud: loaded
[    0.421094] Key type asymmetric registered
[    0.421095] Asymmetric key parser 'x509' registered
[    0.421108] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.421142] io scheduler mq-deadline registered
[    0.421143] io scheduler kyber registered
[    0.421168] io scheduler bfq registered
[    0.422161] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.422239] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.422254] ACPI: button: Power Button [PWRB]
[    0.422273] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.422300] ACPI: button: Power Button [PWRF]
[    0.422740] GHES: Failed to enable APEI firmware first mode.
[    0.422790] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.423568] Non-volatile memory driver v1.3
[    0.423569] Linux agpgart interface v0.103
[    0.423599] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    0.424302] nvme 0000:04:00.0: platform quirk: setting simple suspend
[    0.424322] nvme nvme0: pci function 0000:04:00.0
[    0.424336] nvme 0000:07:00.0: platform quirk: setting simple suspend
[    0.424353] nvme nvme1: pci function 0000:07:00.0
[    0.424396] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.424400] ehci-pci: EHCI PCI platform driver
[    0.424406] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.424408] ohci-pci: OHCI PCI platform driver
[    0.424413] uhci_hcd: USB Universal Host Controller Interface driver
[    0.424435] usbcore: registered new interface driver usbserial_generic
[    0.424440] usbserial: USB Serial support registered for generic
[    0.424490] rtc_cmos 00:02: RTC can wake from S4
[    0.424717] rtc_cmos 00:02: registered as rtc0
[    0.424745] rtc_cmos 00:02: setting system clock to 2022-05-09T03:31:08 UTC (1652067068)
[    0.424757] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.424883] ledtrig-cpu: registered to indicate activity on CPUs
[    0.425014] efifb: probing for efifb
[    0.425021] efifb: framebuffer at 0x7fe0000000, using 3072k, total 3072k
[    0.425022] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.425023] efifb: scrolling: redraw
[    0.425023] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.425044] fbcon: Deferring console take-over
[    0.425044] fb0: EFI VGA frame buffer device
[    0.425058] hid: raw HID events driver (C) Jiri Kosina
[    0.425104] drop_monitor: Initializing network drop monitor service
[    0.425150] Initializing XFRM netlink socket
[    0.425219] NET: Registered PF_INET6 protocol family
[    0.440338] nvme nvme0: missing or invalid SUBNQN field.
[    0.440350] nvme nvme0: Shutdown timeout set to 8 seconds
[    0.445902] nvme nvme1: missing or invalid SUBNQN field.
[    0.445917] nvme nvme1: Shutdown timeout set to 8 seconds
[    0.467917] nvme nvme0: 32/0/0 default/read/poll queues
[    0.472062]  nvme0n1: p1 p2
[    0.473562] nvme nvme1: 32/0/0 default/read/poll queues
[    0.477609]  nvme1n1: p1 p2
[    0.483878] Freeing initrd memory: 12888K
[    0.486348] Segment Routing with IPv6
[    0.486350] RPL Segment Routing with IPv6
[    0.486359] In-situ OAM (IOAM) with IPv6
[    0.486380] NET: Registered PF_PACKET protocol family
[    0.486998] microcode: CPU0: patch_level=0x08600106
[    0.487004] microcode: CPU1: patch_level=0x08600106
[    0.487008] microcode: CPU2: patch_level=0x08600106
[    0.487012] microcode: CPU3: patch_level=0x08600106
[    0.487017] microcode: CPU4: patch_level=0x08600106
[    0.487022] microcode: CPU5: patch_level=0x08600106
[    0.487024] microcode: CPU6: patch_level=0x08600106
[    0.487028] microcode: CPU7: patch_level=0x08600106
[    0.487032] microcode: CPU8: patch_level=0x08600106
[    0.487036] microcode: CPU9: patch_level=0x08600106
[    0.487039] microcode: CPU10: patch_level=0x08600106
[    0.487042] microcode: CPU11: patch_level=0x08600106
[    0.487046] microcode: CPU12: patch_level=0x08600106
[    0.487049] microcode: CPU13: patch_level=0x08600106
[    0.487053] microcode: CPU14: patch_level=0x08600106
[    0.487056] microcode: CPU15: patch_level=0x08600106
[    0.487058] microcode: Microcode Update Driver: v2.2.
[    0.487158] resctrl: L3 allocation detected
[    0.487159] resctrl: MB allocation detected
[    0.487159] resctrl: L3 monitoring detected
[    0.487162] IPI shorthand broadcast: enabled
[    0.487170] sched_clock: Marking stable (486682282, 469911)->(613719294, -126567101)
[    0.487475] registered taskstats version 1
[    0.487630] Loading compiled-in X.509 certificates
[    0.489881] Loaded X.509 cert 'Build time autogenerated kernel key: c30a0eca64a7a2c2102782b05aa96398745d33df'
[    0.490751] zswap: loaded using pool lz4/z3fold
[    0.491266] Key type ._fscrypt registered
[    0.491267] Key type .fscrypt registered
[    0.491268] Key type fscrypt-provisioning registered
[    0.491491] PM:   Magic number: 6:462:512
[    0.491653] RAS: Correctable Errors collector initialized.
[    0.492499] Freeing unused decrypted memory: 2036K
[    0.492729] Freeing unused kernel image (initmem) memory: 1984K
[    0.536475] Write protecting the kernel read-only data: 28672k
[    0.537034] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.537419] Freeing unused kernel image (rodata/data gap) memory: 1528K
[    0.567311] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.567317] rodata_test: all tests were successful
[    0.567338] Run /init as init process
[    0.567339]   with arguments:
[    0.567341]     /init
[    0.567342]   with environment:
[    0.567342]     HOME=/
[    0.567343]     TERM=linux
[    0.567343]     zfs=zroot/ROOT/default
[    0.573811] fbcon: Taking over console
[    0.573860] Console: switching to colour frame buffer device 128x48
[    0.638293] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    0.638299] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    0.693589] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    0.693951] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.693954] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.693955] usb usb1: Product: xHCI Host Controller
[    0.693956] usb usb1: Manufacturer: Linux 5.15.37-1-lts xhci-hcd
[    0.693957] usb usb1: SerialNumber: 0000:01:00.0
[    0.694052] hub 1-0:1.0: USB hub found
[    0.694071] hub 1-0:1.0: 10 ports detected
[    0.697808] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    0.697811] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    0.697813] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.697854] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.697875] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.697877] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.697878] usb usb2: Product: xHCI Host Controller
[    0.697879] usb usb2: Manufacturer: Linux 5.15.37-1-lts xhci-hcd
[    0.697880] usb usb2: SerialNumber: 0000:01:00.0
[    0.697932] hub 2-0:1.0: USB hub found
[    0.697940] hub 2-0:1.0: 4 ports detected
[    0.699648] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    0.699651] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
[    0.699731] xhci_hcd 0000:08:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.700005] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.700007] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.700008] usb usb3: Product: xHCI Host Controller
[    0.700008] usb usb3: Manufacturer: Linux 5.15.37-1-lts xhci-hcd
[    0.700009] usb usb3: SerialNumber: 0000:08:00.3
[    0.700065] hub 3-0:1.0: USB hub found
[    0.700076] hub 3-0:1.0: 4 ports detected
[    0.700180] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    0.700182] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
[    0.700183] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.700196] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.700216] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.700217] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.700218] usb usb4: Product: xHCI Host Controller
[    0.700219] usb usb4: Manufacturer: Linux 5.15.37-1-lts xhci-hcd
[    0.700220] usb usb4: SerialNumber: 0000:08:00.3
[    0.700273] hub 4-0:1.0: USB hub found
[    0.700279] hub 4-0:1.0: 2 ports detected
[    0.700379] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    0.700383] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 5
[    0.700462] xhci_hcd 0000:08:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.700720] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.700721] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.700722] usb usb5: Product: xHCI Host Controller
[    0.700723] usb usb5: Manufacturer: Linux 5.15.37-1-lts xhci-hcd
[    0.700723] usb usb5: SerialNumber: 0000:08:00.4
[    0.700775] hub 5-0:1.0: USB hub found
[    0.700782] hub 5-0:1.0: 4 ports detected
[    0.700914] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    0.700916] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 6
[    0.700917] xhci_hcd 0000:08:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.700930] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.700950] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.700951] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.700952] usb usb6: Product: xHCI Host Controller
[    0.700953] usb usb6: Manufacturer: Linux 5.15.37-1-lts xhci-hcd
[    0.700954] usb usb6: SerialNumber: 0000:08:00.4
[    0.701006] hub 6-0:1.0: USB hub found
[    0.701011] hub 6-0:1.0: 2 ports detected
[    0.774273] spl: loading out-of-tree module taints kernel.
[    0.774318] spl: module verification failed: signature and/or required key missing - tainting kernel
[    0.775298] znvpair: module license 'CDDL' taints kernel.
[    0.775299] Disabling lock debugging due to kernel taint
[    0.883826] ZFS: Loaded module v2.1.4-1, ZFS pool version 5000, ZFS filesystem version 5
[    0.977121] random: fast init done
[    0.989903] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    0.989914] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    1.161875] random: crng init done
[    1.161904] systemd[1]: Successfully credited entropy passed from boot loader.
[    1.163213] systemd[1]: systemd 250.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    1.172841] usb 3-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=32.98
[    1.172844] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.172845] usb 3-1: Product: USB2.0 Hub
[    1.196535] systemd[1]: Detected architecture x86-64.
[    1.197119] systemd[1]: Hostname set to <archie>.
[    1.212633] hub 3-1:1.0: USB hub found
[    1.213215] hub 3-1:1.0: 4 ports detected
[    1.277388] systemd[812]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[    1.309014] usb 1-2: New USB device found, idVendor=0d8c, idProduct=013c, bcdDevice= 1.00
[    1.309019] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.309020] usb 1-2: Product: USB PnP Sound Device
[    1.309021] usb 1-2: Manufacturer: C-Media Electronics Inc.      
[    1.331173] systemd[1]: Queued start job for default target Graphical Interface.
[    1.331864] systemd[1]: Created slice Slice /system/getty.
[    1.332137] systemd[1]: Created slice Slice /system/modprobe.
[    1.332337] systemd[1]: Created slice Slice /system/systemd-fsck.
[    1.332478] systemd[1]: Created slice User and Session Slice.
[    1.332556] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.332612] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.332746] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.332804] systemd[1]: Reached target Local Encrypted Volumes.
[    1.332838] systemd[1]: Reached target Login Prompts.
[    1.332867] systemd[1]: Reached target Local Integrity Protected Volumes.
[    1.332909] systemd[1]: Reached target Remote File Systems.
[    1.332937] systemd[1]: Reached target Slice Units.
[    1.332973] systemd[1]: Reached target Swaps.
[    1.333004] systemd[1]: Reached target Local Verity Protected Volumes.
[    1.333087] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.333437] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.334217] systemd[1]: Listening on Process Core Dump Socket.
[    1.334453] systemd[1]: Listening on Journal Audit Socket.
[    1.334535] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.334612] systemd[1]: Listening on Journal Socket.
[    1.334712] systemd[1]: Listening on Network Service Netlink Socket.
[    1.335148] systemd[1]: Listening on udev Control Socket.
[    1.335222] systemd[1]: Listening on udev Kernel Socket.
[    1.335742] systemd[1]: Mounting Huge Pages File System...
[    1.336225] systemd[1]: Mounting POSIX Message Queue File System...
[    1.336676] systemd[1]: Mounting Kernel Debug File System...
[    1.337106] systemd[1]: Mounting Kernel Trace File System...
[    1.337753] systemd[1]: Mounting Temporary Directory /tmp...
[    1.338442] systemd[1]: Starting Create List of Static Device Nodes...
[    1.338968] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.339502] systemd[1]: Starting Load Kernel Module configfs...
[    1.340068] systemd[1]: Starting Load Kernel Module drm...
[    1.340656] systemd[1]: Starting Load Kernel Module fuse...
[    1.340757] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    1.341784] systemd[1]: Starting Journal Service...
[    1.342931] systemd[1]: Starting Load Kernel Modules...
[    1.343880] systemd[1]: Starting Generate network units from Kernel command line...
[    1.344862] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.345410] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    1.346060] systemd[1]: Starting Coldplug All udev Devices...
[    1.347383] systemd[1]: Mounted Huge Pages File System.
[    1.347995] systemd[1]: Mounted POSIX Message Queue File System.
[    1.348448] systemd[1]: Mounted Kernel Debug File System.
[    1.348467] fuse: init (API version 7.34)
[    1.348877] systemd[1]: Mounted Kernel Trace File System.
[    1.349305] systemd[1]: Mounted Temporary Directory /tmp.
[    1.349823] systemd[1]: Finished Create List of Static Device Nodes.
[    1.350271] audit: type=1130 audit(1652067069.420:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.350441] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    1.350532] systemd[1]: Finished Load Kernel Module configfs.
[    1.350928] audit: type=1130 audit(1652067069.420:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.350935] audit: type=1131 audit(1652067069.420:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.351078] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    1.351159] systemd[1]: Finished Load Kernel Module drm.
[    1.351537] audit: type=1130 audit(1652067069.420:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.351543] audit: type=1131 audit(1652067069.420:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.351653] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    1.351731] systemd[1]: Finished Load Kernel Module fuse.
[    1.352176] audit: type=1130 audit(1652067069.420:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.352184] audit: type=1131 audit(1652067069.420:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.352334] systemd[1]: Finished Generate network units from Kernel command line.
[    1.352690] audit: type=1130 audit(1652067069.420:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-network-generator comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.352798] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.353165] audit: type=1130 audit(1652067069.420:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.353267] systemd[1]: Reached target Preparation for Network.
[    1.354198] systemd[1]: Mounting FUSE Control File System...
[    1.355187] systemd[1]: Mounting Kernel Configuration File System...
[    1.355592] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    1.356162] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    1.356687] systemd[1]: Starting Load/Save Random Seed...
[    1.357090] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    1.357547] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.358415] systemd[1]: Finished Load Kernel Modules.
[    1.359220] systemd[1]: Mounted FUSE Control File System.
[    1.359678] systemd[1]: Mounted Kernel Configuration File System.
[    1.360907] systemd[1]: Starting Apply Kernel Variables...
[    1.364618] systemd[1]: Finished Load/Save Random Seed.
[    1.365077] systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    1.365298] systemd[1]: Finished Apply Kernel Variables.
[    1.377171] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.378540] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.380110] systemd[1]: Started Journal Service.
[    1.383782] systemd-journald[859]: Received client request to flush runtime journal.
[    1.417749] tsc: Refined TSC clocksource calibration: 3999.982 MHz
[    1.417760] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x73509a60902, max_idle_ns: 881591008494 ns
[    1.417787] clocksource: Switched to clocksource tsc
[    1.436164] acpi_cpufreq: overriding BIOS provided _PSD data
[    1.458721] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.458780] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.458822] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.458902] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.467753] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    1.472358] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.472364] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.473253] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    1.482026] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.483319] ccp 0000:08:00.2: enabling device (0000 -> 0002)
[    1.483505] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    1.483916] ccp 0000:08:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    1.484894] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    1.485401] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.486071] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    1.486076] cfg80211: failed to load regulatory.db
[    1.488118] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    1.490640] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    1.494066] ccp 0000:08:00.2: tee enabled
[    1.494071] ccp 0000:08:00.2: psp enabled
[    1.508996] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    1.509000] RAPL PMU: hw unit of domain package 2^-16 Joules
[    1.512605] cryptd: max_cpu_qlen set to 1000
[    1.523343] AVX2 version of gcm_enc/dec engaged.
[    1.523383] AES CTR mode by8 optimization enabled
[    1.539282] r8169 0000:06:00.0 eth0: RTL8168h/8111h, fc:34:97:a5:0e:46, XID 541, IRQ 130
[    1.539288] r8169 0000:06:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.547738] usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
[    1.652305] snd_hda_intel 0000:08:00.1: enabling device (0000 -> 0002)
[    1.652387] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
[    1.656330] r8169 0000:06:00.0 enp6s0: renamed from eth0
[    1.707245] usb 3-1.1: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=30.00
[    1.707253] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.707254] usb 3-1.1: Product: USB Receiver
[    1.707255] usb 3-1.1: Manufacturer: Logitech
[    1.736053] [drm] amdgpu kernel modesetting enabled.
[    1.745848] amdgpu: Virtual CRAT table created for CPU
[    1.745883] amdgpu: Topology: Add CPU node
[    1.746091] checking generic (7fe0000000 300000) vs hw (7fe0000000 10000000)
[    1.746095] checking generic (7fe0000000 300000) vs hw (7fe0000000 10000000)
[    1.746097] fb0: switching to amdgpu from EFI VGA
[    1.747550] Console: switching to colour dummy device 80x25
[    1.747908] amdgpu 0000:08:00.0: vgaarb: deactivate vga console
[    1.748195] amdgpu 0000:08:00.0: enabling device (0006 -> 0007)
[    1.748394] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x1043:0x87E1 0xD8).
[    1.748401] amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    1.748439] [drm] register mmio base: 0xFCB00000
[    1.748440] [drm] register mmio size: 524288
[    1.748443] [drm] PCIE atomic ops is not supported
[    1.749879] [drm] add ip block number 0 <soc15_common>
[    1.749886] [drm] add ip block number 1 <gmc_v9_0>
[    1.749887] [drm] add ip block number 2 <vega10_ih>
[    1.749889] [drm] add ip block number 3 <psp>
[    1.749890] [drm] add ip block number 4 <smu>
[    1.749893] [drm] add ip block number 5 <gfx_v9_0>
[    1.749895] [drm] add ip block number 6 <sdma_v4_0>
[    1.749898] [drm] add ip block number 7 <dm>
[    1.749900] [drm] add ip block number 8 <vcn_v2_0>
[    1.749902] [drm] add ip block number 9 <jpeg_v2_0>
[    1.749983] amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from VFCT
[    1.749990] amdgpu: ATOM BIOS: 113-RENOIR-033
[    1.753091] [drm] VCN decode is enabled in VM mode
[    1.753095] [drm] VCN encode is enabled in VM mode
[    1.753096] [drm] JPEG decode is enabled in VM mode
[    1.753142] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    1.753150] amdgpu 0000:08:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    1.753153] amdgpu 0000:08:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    1.753155] amdgpu 0000:08:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    1.753162] [drm] Detected VRAM RAM=512M, BAR=512M
[    1.753163] [drm] RAM width 128bits DDR4
[    1.753217] [drm] amdgpu: 512M of VRAM memory ready
[    1.753218] [drm] amdgpu: 3072M of GTT memory ready.
[    1.753224] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    1.753318] [drm] PCIE GART of 1024M enabled.
[    1.753319] [drm] PTB located at 0x000000F400900000
[    1.764851] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card0/input3
[    1.764888] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card0/input4
[    1.767756] Generic FE-GE Realtek PHY r8169-0-600:00: attached PHY driver (mii_bus:phy_addr=r8169-0-600:00, irq=MAC)
[    1.771015] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[    1.787965] [drm] Loading DMUB firmware via PSP: version=0x0101001F
[    1.806493] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[    1.806504] amdgpu 0000:08:00.0: amdgpu: Will use PSP to load VCN firmware
[    1.823989] usb 1-6: config 1 has an invalid interface number: 2 but max is 1
[    1.823993] usb 1-6: config 1 has no interface number 1
[    1.836030] usb 1-6: New USB device found, idVendor=0b05, idProduct=1939, bcdDevice= 1.00
[    1.836032] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.836033] usb 1-6: Product: AURA LED Controller
[    1.836034] usb 1-6: Manufacturer: AsusTek Computer Inc.
[    1.836035] usb 1-6: SerialNumber: 9876543210
[    1.887729] usb 3-1.2: new full-speed USB device number 4 using xhci_hcd
[    1.997726] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    2.037239] usb 3-1.2: New USB device found, idVendor=0665, idProduct=6000, bcdDevice= 0.97
[    2.037242] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.037243] usb 3-1.2: Product: Gaming keyboard
[    2.037244] usb 3-1.2: Manufacturer: EST
[    2.217222] usb 1-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
[    2.217225] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.217226] usb 1-7: Product: USB2.0 Hub
[    2.225229] hub 1-7:1.0: USB hub found
[    2.229211] hub 1-7:1.0: 4 ports detected
[    2.427724] usb 1-9: new full-speed USB device number 5 using xhci_hcd
[    2.507021] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    2.547861] r8169 0000:06:00.0 enp6s0: Link is Down
[    2.590067] amdgpu 0000:08:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    2.598647] amdgpu 0000:08:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    2.598648] amdgpu 0000:08:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    2.598929] amdgpu 0000:08:00.0: amdgpu: SMU is initialized successfully!
[    2.600196] [drm] kiq ring mec 2 pipe 1 q 0
[    2.601024] [drm] Display Core initialized with v3.2.149!
[    2.601465] [drm] DMUB hardware initialized: version=0x0101001F
[    2.626629] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    2.708440] asus_wmi: ASUS WMI generic driver loaded
[    2.715440] asus_wmi: Initialization: 0x0
[    2.715463] asus_wmi: BIOS WMI version: 0.9
[    2.715588] asus_wmi: SFUN value: 0x0
[    2.715590] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    2.716213] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input5
[    2.719918] input: C-Media Electronics Inc.       USB PnP Sound Device as /devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-2/1-2:1.3/0003:0D8C:013C.0001/input/input6
[    2.739320] kvm: Nested Virtualization enabled
[    2.739323] SVM: kvm: Nested Paging enabled
[    2.739335] SVM: Virtual VMLOAD VMSAVE supported
[    2.739336] SVM: Virtual GIF supported
[    2.749749] MCE: In-kernel MCE decoding enabled.
[    2.755413] EDAC amd64: MCT channel count: 2
[    2.755448] EDAC MC0: Giving out device to module amd64_edac controller F17h_M60h: DEV 0000:00:18.3 (INTERRUPT)
[    2.755450] EDAC amd64: F17h_M60h detected (node 0).
[    2.755452] EDAC MC: UMC0 chip selects:
[    2.755453] EDAC amd64: MC: 0:     0MB 1:     0MB
[    2.755454] EDAC amd64: MC: 2: 16384MB 3:     0MB
[    2.755456] EDAC MC: UMC1 chip selects:
[    2.755457] EDAC amd64: MC: 0:     0MB 1:     0MB
[    2.755457] EDAC amd64: MC: 2: 16384MB 3:     0MB
[    2.755458] EDAC amd64: using x8 syndromes.
[    2.755465] EDAC PCI0: Giving out device to module amd64_edac controller EDAC PCI controller: DEV 0000:00:18.0 (POLLED)
[    2.755467] AMD64 EDAC driver v3.5.0
[    2.764705] intel_rapl_common: Found RAPL domain package
[    2.764709] intel_rapl_common: Found RAPL domain core
[    2.787814] hid-generic 0003:0D8C:013C.0001: input,hidraw0: USB HID v1.00 Device [C-Media Electronics Inc.       USB PnP Sound Device] on usb-0000:01:00.0-2/input3
[    2.789013] usb 1-9: New USB device found, idVendor=051d, idProduct=0002, bcdDevice= 0.90
[    2.789018] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.789020] usb 1-9: Product: Back-UPS RS 1500MS FW:952.e3 .D USB FW:e3     
[    2.789021] usb 1-9: Manufacturer: American Power Conversion
[    2.789022] usb 1-9: SerialNumber: 3B1832X29631  
[    2.790352] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.1/3-1.1:1.0/0003:046D:C52F.0002/input/input7
[    2.790382] hid-generic 0003:046D:C52F.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:08:00.3-1.1/input0
[    2.794372] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C52F.0003/input/input8
[    2.820369] hid-generic 0003:051D:0002.0004: hiddev96,hidraw2: USB HID v1.00 Device [American Power Conversion Back-UPS RS 1500MS FW:952.e3 .D USB FW:e3     ] on usb-0000:01:00.0-9/input0
[    2.857774] hid-generic 0003:046D:C52F.0003: input,hiddev97,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:08:00.3-1.1/input1
[    2.864825] hid-generic 0003:0B05:1939.0005: hiddev98,hidraw4: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:01:00.0-6/input2
[    2.868360] input: EST Gaming keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:0665:6000.0006/input/input11
[    2.925969] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    2.925988] [drm] JPEG decode initialized successfully.
[    2.927066] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    2.937861] hid-generic 0003:0665:6000.0006: input,hidraw5: USB HID v1.11 Keyboard [EST Gaming keyboard] on usb-0000:08:00.3-1.2/input0
[    2.941504] input: EST Gaming keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:0665:6000.0007/input/input12
[    2.967741] usb 1-10: new high-speed USB device number 6 using xhci_hcd
[    3.007787] hid-generic 0003:0665:6000.0007: input,hidraw6: USB HID v1.11 Device [EST Gaming keyboard] on usb-0000:08:00.3-1.2/input1
[    3.010584] memmap_init_zone_device initialised 131072 pages in 0ms
[    3.010597] amdgpu: HMM registered 512MB device memory
[    3.010651] amdgpu: SRAT table not found
[    3.010653] amdgpu: Virtual CRAT table created for GPU
[    3.010735] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[    3.010740] kfd kfd: amdgpu: added device 1002:1636
[    3.010879] amdgpu 0000:08:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[    3.011356] input: EST Gaming keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.2/3-1.2:1.2/0003:0665:6000.0008/input/input13
[    3.015075] [drm] fb mappable at 0x810CD2000
[    3.015076] [drm] vram apper at 0x810000000
[    3.015076] [drm] size 33177600
[    3.015077] [drm] fb depth is 24
[    3.015077] [drm]    pitch is 15360
[    3.015121] fbcon: amdgpudrmfb (fb0) is primary device
[    3.077813] hid-generic 0003:0665:6000.0008: input,hidraw7: USB HID v1.11 Keyboard [EST Gaming keyboard] on usb-0000:08:00.3-1.2/input2
[    3.077839] usbcore: registered new interface driver usbhid
[    3.077840] usbhid: USB HID core driver
[    3.166229] usb 1-10: New USB device found, idVendor=04b8, idProduct=014a, bcdDevice= 1.00
[    3.166232] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.166233] usb 1-10: Product: EPSON Perfection V37/V370
[    3.166234] usb 1-10: Manufacturer: EPSON
[    3.177431] Console: switching to colour frame buffer device 240x67
[    3.196240] mc: Linux media interface: v0.10
[    3.204514] amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    3.288096] logitech-djreceiver 0003:046D:C52F.0002: hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:08:00.3-1.1/input0
[    3.327910] amdgpu 0000:08:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    3.327914] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    3.327916] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    3.327917] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    3.327918] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    3.327919] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    3.327920] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    3.327921] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    3.327922] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    3.327924] amdgpu 0000:08:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    3.327925] amdgpu 0000:08:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    3.327926] amdgpu 0000:08:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    3.327927] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    3.327929] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    3.327930] amdgpu 0000:08:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    3.329684] [drm] Initialized amdgpu 3.42.0 20150101 for 0000:08:00.0 on minor 0
[    3.448130] usbcore: registered new interface driver snd-usb-audio
[    3.558073] logitech-djreceiver 0003:046D:C52F.0003: hiddev97,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:08:00.3-1.1/input1
[    3.640490] logitech-djreceiver 0003:046D:C52F.0003: device of type eQUAD step 4 DJ (0x04) connected on slot 1
[    3.640750] input: Logitech Wireless Mouse PID:4055 Mouse as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C52F.0003/0003:046D:4055.0009/input/input14
[    3.640810] input: Logitech Wireless Mouse PID:4055 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C52F.0003/0003:046D:4055.0009/input/input15
[    3.640859] hid-generic 0003:046D:4055.0009: input,hidraw8: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4055] on usb-0000:08:00.3-1.1/input1:1
[    3.748527] mousedev: PS/2 mouse device common for all mice
[    4.206575] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C52F.0003/0003:046D:4055.0009/input/input19
[    4.206672] logitech-hidpp-device 0003:046D:4055.0009: input,hidraw8: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:08:00.3-1.1/input1:1
[    5.638291] kauditd_printk_skb: 15 callbacks suppressed
[    5.638293] audit: type=1130 audit(1652067073.703:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.658299] audit: type=1130 audit(1652067073.723:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-import-cache comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.673352] audit: type=1130 audit(1652067073.733:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.695881] audit: type=1130 audit(1652067073.753:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.696568] audit: type=1334 audit(1652067073.753:30): prog-id=18 op=LOAD
[    5.697656] audit: type=1334 audit(1652067073.753:31): prog-id=19 op=LOAD
[    5.701318] audit: type=1127 audit(1652067073.763:32): pid=1167 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    5.703313] audit: type=1130 audit(1652067073.763:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.724202] audit: type=1130 audit(1652067073.783:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.730080] audit: type=1130 audit(1652067073.793:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=irqbalance comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.074128] r8169 0000:06:00.0 enp6s0: Link is Up - 1Gbps/Full - flow control off
[    6.074140] IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready
[    7.699344] rfkill: input handler disabled
[   15.432583] logitech-hidpp-device 0003:046D:4055.0009: HID++ 4.5 device connected.
[   37.710315] kauditd_printk_skb: 55 callbacks suppressed
[   37.710319] audit: type=1131 audit(1652067106.303:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   37.747856] audit: type=1334 audit(1652067106.343:86): prog-id=0 op=UNLOAD
[   37.747865] audit: type=1334 audit(1652067106.343:87): prog-id=0 op=UNLOAD
[   37.747868] audit: type=1334 audit(1652067106.343:88): prog-id=0 op=UNLOAD
[   37.973568] audit: type=1131 audit(1652067106.563:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.267829] audit: type=1334 audit(1652067106.863:90): prog-id=0 op=UNLOAD
[   38.267836] audit: type=1334 audit(1652067106.863:91): prog-id=0 op=UNLOAD
[   38.267838] audit: type=1334 audit(1652067106.863:92): prog-id=0 op=UNLOAD
[   54.455061] audit: type=1100 audit(1652067123.043:93): pid=4254 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   54.455212] audit: type=1101 audit(1652067123.043:94): pid=4254 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   54.468467] audit: type=1101 audit(1652067123.063:95): pid=4301 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   54.468906] audit: type=1110 audit(1652067123.063:96): pid=4301 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   54.470334] audit: type=1105 audit(1652067123.063:97): pid=4301 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   54.515229] audit: type=1106 audit(1652067123.103:98): pid=4301 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   54.515256] audit: type=1104 audit(1652067123.103:99): pid=4301 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   57.439668] audit: type=1131 audit(1652067126.033:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   57.657694] audit: type=1334 audit(1652067126.253:101): prog-id=0 op=UNLOAD
[   57.657702] audit: type=1334 audit(1652067126.253:102): prog-id=0 op=UNLOAD
[  904.355652] kauditd_printk_skb: 1 callbacks suppressed
[  904.355656] audit: type=1130 audit(1652067972.932:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  904.355659] audit: type=1131 audit(1652067972.932:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1764.255100] audit: type=1130 audit(1652068832.819:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1764.264030] audit: type=1130 audit(1652068832.829:107): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1764.271840] audit: type=1131 audit(1652068832.839:108): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1765.015480] audit: type=1334 audit(1652068833.579:109): prog-id=36 op=LOAD
[ 1765.015550] audit: type=1334 audit(1652068833.579:110): prog-id=37 op=LOAD
[ 1765.015586] audit: type=1334 audit(1652068833.579:111): prog-id=38 op=LOAD
[ 1765.284378] audit: type=1130 audit(1652068833.849:112): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zpool-scrub comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1765.284385] audit: type=1131 audit(1652068833.849:113): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zpool-scrub comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1765.294329] audit: type=1130 audit(1652068833.859:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1803.834424] audit: type=1130 audit(1652068872.399:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-mirrorlist comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1803.834429] audit: type=1131 audit(1652068872.399:116): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-mirrorlist comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1815.497687] audit: type=1131 audit(1652068884.069:117): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1815.681950] audit: type=1334 audit(1652068884.249:118): prog-id=0 op=UNLOAD
[ 1815.681955] audit: type=1334 audit(1652068884.249:119): prog-id=0 op=UNLOAD
[ 1815.681957] audit: type=1334 audit(1652068884.249:120): prog-id=0 op=UNLOAD
[ 1826.837367] audit: type=1334 audit(1652068895.399:121): prog-id=39 op=LOAD
[ 1826.837434] audit: type=1334 audit(1652068895.399:122): prog-id=40 op=LOAD
[ 1826.837469] audit: type=1334 audit(1652068895.399:123): prog-id=41 op=LOAD
[ 1826.865590] audit: type=1130 audit(1652068895.429:124): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1856.936393] audit: type=1131 audit(1652068925.498:125): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1857.122399] audit: type=1334 audit(1652068925.688:126): prog-id=0 op=UNLOAD
[ 1857.122412] audit: type=1334 audit(1652068925.688:127): prog-id=0 op=UNLOAD
[ 1857.122415] audit: type=1334 audit(1652068925.688:128): prog-id=0 op=UNLOAD
[ 1947.042122] audit: type=1334 audit(1652069015.597:129): prog-id=42 op=LOAD
[ 1947.042199] audit: type=1334 audit(1652069015.597:130): prog-id=43 op=LOAD
[ 1947.042228] audit: type=1334 audit(1652069015.597:131): prog-id=44 op=LOAD
[ 1947.069352] audit: type=1130 audit(1652069015.627:132): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1977.137175] audit: type=1131 audit(1652069045.697:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1977.363731] audit: type=1334 audit(1652069045.927:134): prog-id=0 op=UNLOAD
[ 1977.363739] audit: type=1334 audit(1652069045.927:135): prog-id=0 op=UNLOAD
[ 1977.363742] audit: type=1334 audit(1652069045.927:136): prog-id=0 op=UNLOAD
[25265.368396] audit: type=1100 audit(1652092333.565:137): pid=325194 uid=0 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="lenny" exe="/usr/lib/gdm-session-worker" hostname=archie addr=? terminal=/dev/tty1 res=success'
[25265.368955] audit: type=1101 audit(1652092333.565:138): pid=325194 uid=0 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/lib/gdm-session-worker" hostname=archie addr=? terminal=/dev/tty1 res=success'
[25265.369401] audit: type=1110 audit(1652092333.565:139): pid=325194 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="lenny" exe="/usr/lib/gdm-session-worker" hostname=archie addr=? terminal=/dev/tty1 res=success'
[25879.593535] audit: type=1100 audit(1652092947.776:140): pid=328649 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[25879.593692] audit: type=1101 audit(1652092947.776:141): pid=328649 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[25879.601026] audit: type=1101 audit(1652092947.786:142): pid=328650 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[25879.601404] audit: type=1110 audit(1652092947.786:143): pid=328650 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[25879.602952] audit: type=1105 audit(1652092947.786:144): pid=328650 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[25879.611574] audit: type=1106 audit(1652092947.796:145): pid=328650 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[25879.611607] audit: type=1104 audit(1652092947.796:146): pid=328650 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[26017.683182] audit: type=1101 audit(1652093085.874:147): pid=329601 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[26017.688397] audit: type=1101 audit(1652093085.874:148): pid=329602 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[26017.688732] audit: type=1110 audit(1652093085.874:149): pid=329602 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[26017.690136] audit: type=1105 audit(1652093085.874:150): pid=329602 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

Why do we drive on the parkway and then park in the driveway?

Offline

#6 2022-05-10 18:14:23

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

Re: SOLVED Analog audio line out broken in LTS kernel

lspci -k only shows the audio part of the videocard, dmesg shows an usb sound system and the videocard audio .
Neither shows anything about another soundchip .

Weird, please check the generic audio is enabled in firmware.

Does the realtek alc 887 become visible if you boot without the usb sound device ?

Is it visible with the normal linux kernel ?

Last edited by Lone_Wolf (2022-05-10 18:15:31)


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


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

Offline

#7 2022-05-10 19:44:24

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED Analog audio line out broken in LTS kernel

Lone_Wolf wrote:

lspci -k only shows the audio part of the videocard, dmesg shows an usb sound system and the videocard audio .
Neither shows anything about another soundchip .

Weird, please check the generic audio is enabled in firmware.

Does the realtek alc 887 become visible if you boot without the usb sound device ?

Is it visible with the normal linux kernel ?

My two desktop systems were both running fine on the LTS kernel until recently. I have my own installer and can try the linux kernel when I get home from work tomorrow. I standardized on the LTS kernel due to the zfs-dkms and linux packages falling out of sync.

In the meantime I have already verified that the audio chipsets are not present when I remove the USB audio adapter. I can tell you that the USB audio adapter works fine but I cannot say anything about the HDMI audio.

As for the audio part of the videocard that system is a Ryzen 7 with integrated video but it runs in 4k HD out of the box. I will post additional information when I am home from work.


Why do we drive on the parkway and then park in the driveway?

Offline

#8 2022-05-11 03:01:50

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED Analog audio line out broken in LTS kernel

Lone_Wolf wrote:

that output misses a lot, posssibly  a firmware problem.

post lspci -k and full dmesg from one of the systems.

My AMD FX-8350 with a Realteck ALC 892:

sudo dmesg

[    0.000000] Linux version 5.15.38-1-lts (linux-lts@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP Mon, 09 May 2022 08:14:59 +0000
[    0.000000] Command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img zfs=zroot/ROOT/default rw
[    0.000000] random: get_random_u32 called from bsp_init_amd+0x251/0x270 with crng_init=0
[    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 'standard' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ba6eafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba6eb000-0x00000000ba71afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ba71b000-0x00000000ba72afff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ba72b000-0x00000000bb531fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb532000-0x00000000bca33fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bca34000-0x00000000bca34fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bca35000-0x00000000bcc3afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcc3b000-0x00000000bd082fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd083000-0x00000000bd7f3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bd7f4000-0x00000000bd7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000033effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xa2bed018-0xa2bfd057] usable ==> usable
[    0.000000] e820: update [mem 0xa2bed018-0xa2bfd057] usable ==> usable
[    0.000000] e820: update [mem 0xa2be4018-0xa2bec057] usable ==> usable
[    0.000000] e820: update [mem 0xa2be4018-0xa2bec057] usable ==> usable
[    0.000000] e820: update [mem 0xa2bdb018-0xa2be3057] usable ==> usable
[    0.000000] e820: update [mem 0xa2bdb018-0xa2be3057] usable ==> usable
[    0.000000] e820: update [mem 0xa2bce018-0xa2bda857] usable ==> usable
[    0.000000] e820: update [mem 0xa2bce018-0xa2bda857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000a2bce017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2bce018-0x00000000a2bda857] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2bda858-0x00000000a2bdb017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2bdb018-0x00000000a2be3057] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2be3058-0x00000000a2be4017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2be4018-0x00000000a2bec057] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2bec058-0x00000000a2bed017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2bed018-0x00000000a2bfd057] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2bfd058-0x00000000ba6eafff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba6eb000-0x00000000ba71afff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ba71b000-0x00000000ba72afff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000ba72b000-0x00000000bb531fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bb532000-0x00000000bca33fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bca34000-0x00000000bca34fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bca35000-0x00000000bcc3afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bcc3b000-0x00000000bd082fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bd083000-0x00000000bd7f3fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bd7f4000-0x00000000bd7fffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100001000-0x000000033effffff] usable
[    0.000000] efi: EFI v2.10 by American Megatrends
[    0.000000] efi: ACPI=0xba723000 ACPI 2.0=0xba723000 SMBIOS=0xf04c0 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./SABERTOOTH 990FX R2.0, BIOS 2901 05/04/2016
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 4013.397 MHz processor
[    0.001079] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001082] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001088] last_pfn = 0x33f000 max_arch_pfn = 0x400000000
[    0.001761] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001941] total RAM covered: 3032M
[    0.002193] Found optimal setting for mtrr clean up
[    0.002194]  gran_size: 64K 	chunk_size: 64M 	num_reg: 4  	lose cover RAM: 0G
[    0.002758] e820: update [mem 0xbd800000-0xffffffff] usable ==> reserved
[    0.002766] last_pfn = 0xbd800 max_arch_pfn = 0x400000000
[    0.006839] Using GB pages for direct mapping
[    0.007715] Secure boot disabled
[    0.007716] RAMDISK: [mem 0x7f355000-0x7fff2fff]
[    0.007721] ACPI: Early table checksum verification disabled
[    0.007724] ACPI: RSDP 0x00000000BA723000 000024 (v02 ALASKA)
[    0.007728] ACPI: XSDT 0x00000000BA723070 000054 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.007733] ACPI: FACP 0x00000000BA72A100 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.007738] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20210730/tbfadt-615)
[    0.007742] ACPI: DSDT 0x00000000BA723158 006FA8 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.007746] ACPI: FACS 0x00000000BB52CF80 000040
[    0.007749] ACPI: APIC 0x00000000BA72A210 00009E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.007752] ACPI: FPDT 0x00000000BA72A2B0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.007756] ACPI: MCFG 0x00000000BA72A2F8 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.007759] ACPI: HPET 0x00000000BA72A338 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.007762] ACPI: SSDT 0x00000000BA72A3C8 000304 (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.007765] ACPI: Reserving FACP table memory at [mem 0xba72a100-0xba72a20b]
[    0.007767] ACPI: Reserving DSDT table memory at [mem 0xba723158-0xba72a0ff]
[    0.007768] ACPI: Reserving FACS table memory at [mem 0xbb52cf80-0xbb52cfbf]
[    0.007770] ACPI: Reserving APIC table memory at [mem 0xba72a210-0xba72a2ad]
[    0.007771] ACPI: Reserving FPDT table memory at [mem 0xba72a2b0-0xba72a2f3]
[    0.007772] ACPI: Reserving MCFG table memory at [mem 0xba72a2f8-0xba72a333]
[    0.007774] ACPI: Reserving HPET table memory at [mem 0xba72a338-0xba72a36f]
[    0.007775] ACPI: Reserving SSDT table memory at [mem 0xba72a3c8-0xba72a6cb]
[    0.007829] No NUMA configuration found
[    0.007830] Faking a node at [mem 0x0000000000000000-0x000000033effffff]
[    0.007834] NODE_DATA(0) allocated [mem 0x33effa000-0x33effdfff]
[    0.007865] Zone ranges:
[    0.007866]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.007868]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.007869]   Normal   [mem 0x0000000100000000-0x000000033effffff]
[    0.007871]   Device   empty
[    0.007872] Movable zone start for each node
[    0.007872] Early memory node ranges
[    0.007873]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.007874]   node   0: [mem 0x0000000000100000-0x00000000ba6eafff]
[    0.007876]   node   0: [mem 0x00000000bca34000-0x00000000bca34fff]
[    0.007877]   node   0: [mem 0x00000000bcc3b000-0x00000000bd082fff]
[    0.007878]   node   0: [mem 0x00000000bd7f4000-0x00000000bd7fffff]
[    0.007879]   node   0: [mem 0x0000000100001000-0x000000033effffff]
[    0.007881] Initmem setup node 0 [mem 0x0000000000001000-0x000000033effffff]
[    0.007885] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.007918] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.015851] On node 0, zone DMA32: 9033 pages in unavailable ranges
[    0.015874] On node 0, zone DMA32: 518 pages in unavailable ranges
[    0.015903] On node 0, zone DMA32: 1905 pages in unavailable ranges
[    0.041323] On node 0, zone Normal: 10241 pages in unavailable ranges
[    0.041388] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.041845] ACPI: PM-Timer IO Port: 0x808
[    0.041852] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.041860] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
[    0.041863] IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
[    0.041865] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.041868] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.041871] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.041872] ACPI: HPET id: 0x43538210 base: 0xfed00000
[    0.041878] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.041903] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.041905] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.041908] PM: hibernation: Registered nosave memory: [mem 0xa2bce000-0xa2bcefff]
[    0.041910] PM: hibernation: Registered nosave memory: [mem 0xa2bda000-0xa2bdafff]
[    0.041911] PM: hibernation: Registered nosave memory: [mem 0xa2bdb000-0xa2bdbfff]
[    0.041913] PM: hibernation: Registered nosave memory: [mem 0xa2be3000-0xa2be3fff]
[    0.041914] PM: hibernation: Registered nosave memory: [mem 0xa2be4000-0xa2be4fff]
[    0.041916] PM: hibernation: Registered nosave memory: [mem 0xa2bec000-0xa2becfff]
[    0.041916] PM: hibernation: Registered nosave memory: [mem 0xa2bed000-0xa2bedfff]
[    0.041918] PM: hibernation: Registered nosave memory: [mem 0xa2bfd000-0xa2bfdfff]
[    0.041920] PM: hibernation: Registered nosave memory: [mem 0xba6eb000-0xba71afff]
[    0.041921] PM: hibernation: Registered nosave memory: [mem 0xba71b000-0xba72afff]
[    0.041922] PM: hibernation: Registered nosave memory: [mem 0xba72b000-0xbb531fff]
[    0.041923] PM: hibernation: Registered nosave memory: [mem 0xbb532000-0xbca33fff]
[    0.041925] PM: hibernation: Registered nosave memory: [mem 0xbca35000-0xbcc3afff]
[    0.041927] PM: hibernation: Registered nosave memory: [mem 0xbd083000-0xbd7f3fff]
[    0.041929] PM: hibernation: Registered nosave memory: [mem 0xbd800000-0xfebfffff]
[    0.041930] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.041931] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.041931] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.041932] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.041933] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.041934] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
[    0.041935] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.041936] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
[    0.041936] PM: hibernation: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
[    0.041937] PM: hibernation: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
[    0.041938] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.041939] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
[    0.041940] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xffffffff]
[    0.041940] PM: hibernation: Registered nosave memory: [mem 0x100000000-0x100000fff]
[    0.041942] [mem 0xbd800000-0xfebfffff] available for PCI devices
[    0.041945] Booting paravirtualized kernel on bare hardware
[    0.041947] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.045971] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.046512] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[    0.046521] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
[    0.046524] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.046552] Built 1 zonelists, mobility grouping on.  Total pages: 3070930
[    0.046554] Policy zone: Normal
[    0.046555] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img zfs=zroot/ROOT/default rw
[    0.046600] Unknown kernel command line parameters "zfs=zroot/ROOT/default", will be passed to user space.
[    0.049329] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.050751] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.051121] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.115001] Memory: 11922028K/12479352K available (14344K kernel code, 2061K rwdata, 10760K rodata, 1984K init, 3816K bss, 557064K reserved, 0K cma-reserved)
[    0.115156] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.115168] ftrace: allocating 44138 entries in 173 pages
[    0.129399] ftrace: allocated 173 pages with 5 groups
[    0.129524] rcu: Hierarchical RCU implementation.
[    0.129525] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.129526] 	Rude variant of Tasks RCU enabled.
[    0.129527] 	Tracing variant of Tasks RCU enabled.
[    0.129528] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.129528] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.133736] NR_IRQS: 20736, nr_irqs: 1032, preallocated irqs: 16
[    0.134082] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.134126] Console: colour dummy device 80x25
[    0.134139] printk: console [tty0] enabled
[    0.134160] ACPI: Core revision 20210730
[    0.134243] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.134257] APIC: Switch to symmetric I/O mode setup
[    0.134703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.184259] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39d9cc48150, max_idle_ns: 440795272572 ns
[    0.184263] Calibrating delay loop (skipped), value calculated using timer frequency.. 8026.79 BogoMIPS (lpj=40133970)
[    0.184266] pid_max: default: 32768 minimum: 301
[    0.192615] LSM: Security Framework initializing
[    0.192626] landlock: Up and running.
[    0.192627] Yama: becoming mindful.
[    0.192634] LSM support for eBPF active
[    0.192691] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.192733] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.192977] LVT offset 1 assigned for vector 0xf9
[    0.192981] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.192983] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.192987] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.192988] Spectre V2 : Mitigation: Retpolines
[    0.192989] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.192991] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.192992] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.197729] Freeing SMP alternatives memory: 36K
[    0.332937] smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor (family: 0x15, model: 0x2, stepping: 0x0)
[    0.333119] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.333123] ... version:                0
[    0.333124] ... bit width:              48
[    0.333125] ... generic registers:      6
[    0.333126] ... value mask:             0000ffffffffffff
[    0.333127] ... max period:             00007fffffffffff
[    0.333128] ... fixed-purpose events:   0
[    0.333128] ... event mask:             000000000000003f
[    0.333195] rcu: Hierarchical SRCU implementation.
[    0.333568] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.333670] smp: Bringing up secondary CPUs ...
[    0.333791] x86: Booting SMP configuration:
[    0.333792] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.357054] smp: Brought up 1 node, 8 CPUs
[    0.357054] smpboot: Max logical packages: 1
[    0.357054] smpboot: Total of 8 processors activated (64214.35 BogoMIPS)
[    0.364856] devtmpfs: initialized
[    0.364856] x86/mm: Memory block size: 128MB
[    0.365140] ACPI: PM: Registering ACPI NVS region [mem 0xba72b000-0xbb531fff] (14708736 bytes)
[    0.365140] ACPI: PM: Registering ACPI NVS region [mem 0xbca35000-0xbcc3afff] (2121728 bytes)
[    0.365140] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.365140] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.365140] pinctrl core: initialized pinctrl subsystem
[    0.365140] PM: RTC time: 02:47:30, date: 2022-05-11
[    0.365140] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.365164] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.365403] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.365633] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.365643] audit: initializing netlink subsys (disabled)
[    0.365654] audit: type=2000 audit(1652237250.230:1): state=initialized audit_enabled=0 res=1
[    0.365654] thermal_sys: Registered thermal governor 'fair_share'
[    0.365654] thermal_sys: Registered thermal governor 'bang_bang'
[    0.365654] thermal_sys: Registered thermal governor 'step_wise'
[    0.365654] thermal_sys: Registered thermal governor 'user_space'
[    0.365654] thermal_sys: Registered thermal governor 'power_allocator'
[    0.365654] cpuidle: using governor ladder
[    0.365654] cpuidle: using governor menu
[    0.365654] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[    0.365654] ACPI: bus type PCI registered
[    0.365654] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.365654] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.365654] PCI: not using MMCONFIG
[    0.365654] PCI: Using configuration type 1 for base access
[    0.365654] PCI: Using configuration type 1 for extended access
[    0.374418] Kprobes globally optimized
[    0.374422] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.374422] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.374422] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.374422] ACPI: Added _OSI(Module Device)
[    0.374422] ACPI: Added _OSI(Processor Device)
[    0.374422] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.374422] ACPI: Added _OSI(Processor Aggregator Device)
[    0.374422] ACPI: Added _OSI(Linux-Dell-Video)
[    0.374422] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.374422] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.378540] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.379473] ACPI: EC: EC started
[    0.379475] ACPI: EC: interrupt blocked
[    0.379479] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.379481] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.379483] ACPI: Interpreter enabled
[    0.379500] ACPI: PM: (supports S0 S3 S4 S5)
[    0.379502] ACPI: Using IOAPIC for interrupt routing
[    0.379701] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.379746] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.379758] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.380037] ACPI: Enabled 11 GPEs in block 00 to 1F
[    0.388992] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.388997] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.389384] PCI host bridge to bus 0000:00
[    0.389385] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.389388] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.389389] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.389391] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.389392] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.389394] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.389395] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
[    0.389397] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.389495] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[    0.389703] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    0.389733] pci 0000:00:02.0: enabling Extended Tags
[    0.389764] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.389929] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
[    0.389955] pci 0000:00:04.0: enabling Extended Tags
[    0.389984] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.390152] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
[    0.390177] pci 0000:00:05.0: enabling Extended Tags
[    0.390206] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.390368] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[    0.390393] pci 0000:00:09.0: enabling Extended Tags
[    0.390422] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.390582] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[    0.390607] pci 0000:00:0a.0: enabling Extended Tags
[    0.390636] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.390795] pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
[    0.390820] pci 0000:00:0b.0: enabling Extended Tags
[    0.390850] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[    0.391010] pci 0000:00:0d.0: [1002:5a1e] type 01 class 0x060400
[    0.391036] pci 0000:00:0d.0: enabling Extended Tags
[    0.391065] pci 0000:00:0d.0: PME# supported from D0 D3hot D3cold
[    0.391238] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.391253] pci 0000:00:11.0: reg 0x10: [io  0xf040-0xf047]
[    0.391262] pci 0000:00:11.0: reg 0x14: [io  0xf030-0xf033]
[    0.391270] pci 0000:00:11.0: reg 0x18: [io  0xf020-0xf027]
[    0.391279] pci 0000:00:11.0: reg 0x1c: [io  0xf010-0xf013]
[    0.391287] pci 0000:00:11.0: reg 0x20: [io  0xf000-0xf00f]
[    0.391295] pci 0000:00:11.0: reg 0x24: [mem 0xfeb0b000-0xfeb0b3ff]
[    0.391472] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.391487] pci 0000:00:12.0: reg 0x10: [mem 0xfeb0a000-0xfeb0afff]
[    0.391683] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.391698] pci 0000:00:12.2: reg 0x10: [mem 0xfeb09000-0xfeb090ff]
[    0.391771] pci 0000:00:12.2: supports D1 D2
[    0.391772] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.391929] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.391944] pci 0000:00:13.0: reg 0x10: [mem 0xfeb08000-0xfeb08fff]
[    0.392141] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.392156] pci 0000:00:13.2: reg 0x10: [mem 0xfeb07000-0xfeb070ff]
[    0.392229] pci 0000:00:13.2: supports D1 D2
[    0.392230] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.392381] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.392592] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.392611] pci 0000:00:14.2: reg 0x10: [mem 0xfeb00000-0xfeb03fff 64bit]
[    0.392672] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.392817] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.393017] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.393193] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.393208] pci 0000:00:14.5: reg 0x10: [mem 0xfeb06000-0xfeb06fff]
[    0.393404] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    0.393442] pci 0000:00:15.0: enabling Extended Tags
[    0.393485] pci 0000:00:15.0: supports D1 D2
[    0.393664] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
[    0.393702] pci 0000:00:15.1: enabling Extended Tags
[    0.393744] pci 0000:00:15.1: supports D1 D2
[    0.393911] pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400
[    0.393949] pci 0000:00:15.2: enabling Extended Tags
[    0.393991] pci 0000:00:15.2: supports D1 D2
[    0.394160] pci 0000:00:15.3: [1002:43a3] type 01 class 0x060400
[    0.394197] pci 0000:00:15.3: enabling Extended Tags
[    0.394240] pci 0000:00:15.3: supports D1 D2
[    0.394413] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.394428] pci 0000:00:16.0: reg 0x10: [mem 0xfeb05000-0xfeb05fff]
[    0.394622] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.394637] pci 0000:00:16.2: reg 0x10: [mem 0xfeb04000-0xfeb040ff]
[    0.394710] pci 0000:00:16.2: supports D1 D2
[    0.394711] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.394837] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
[    0.394970] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
[    0.395097] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
[    0.395229] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
[    0.395361] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
[    0.395488] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
[    0.395792] pci 0000:01:00.0: [1002:677b] type 00 class 0x030000
[    0.395812] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.395825] pci 0000:01:00.0: reg 0x18: [mem 0xfea20000-0xfea3ffff 64bit]
[    0.395833] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.395849] pci 0000:01:00.0: reg 0x30: [mem 0xfea00000-0xfea1ffff pref]
[    0.395856] pci 0000:01:00.0: enabling Extended Tags
[    0.395870] pci 0000:01:00.0: BAR 0: assigned to efifb
[    0.395875] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.395913] pci 0000:01:00.0: supports D1 D2
[    0.396017] pci 0000:01:00.1: [1002:aa98] type 00 class 0x040300
[    0.396034] pci 0000:01:00.1: reg 0x10: [mem 0xfea40000-0xfea43fff 64bit]
[    0.396066] pci 0000:01:00.1: enabling Extended Tags
[    0.396114] pci 0000:01:00.1: supports D1 D2
[    0.396191] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.396195] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.396198] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.396202] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.396407] pci 0000:02:00.0: [1b21:0612] type 00 class 0x010601
[    0.396423] pci 0000:02:00.0: reg 0x10: [io  0xd050-0xd057]
[    0.396432] pci 0000:02:00.0: reg 0x14: [io  0xd040-0xd043]
[    0.396440] pci 0000:02:00.0: reg 0x18: [io  0xd030-0xd037]
[    0.396449] pci 0000:02:00.0: reg 0x1c: [io  0xd020-0xd023]
[    0.396457] pci 0000:02:00.0: reg 0x20: [io  0xd000-0xd01f]
[    0.396466] pci 0000:02:00.0: reg 0x24: [mem 0xfe900000-0xfe9001ff]
[    0.396585] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.396589] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.396592] pci 0000:00:04.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.396637] pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601
[    0.396652] pci 0000:03:00.0: reg 0x10: [io  0xc050-0xc057]
[    0.396661] pci 0000:03:00.0: reg 0x14: [io  0xc040-0xc043]
[    0.396670] pci 0000:03:00.0: reg 0x18: [io  0xc030-0xc037]
[    0.396678] pci 0000:03:00.0: reg 0x1c: [io  0xc020-0xc023]
[    0.396686] pci 0000:03:00.0: reg 0x20: [io  0xc000-0xc01f]
[    0.396694] pci 0000:03:00.0: reg 0x24: [mem 0xfe800000-0xfe8001ff]
[    0.396812] pci 0000:00:05.0: PCI bridge to [bus 03]
[    0.396816] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    0.396818] pci 0000:00:05.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.396868] pci 0000:04:00.0: [1b21:1142] type 00 class 0x0c0330
[    0.396891] pci 0000:04:00.0: reg 0x10: [mem 0xfe700000-0xfe707fff 64bit]
[    0.396999] pci 0000:04:00.0: PME# supported from D3cold
[    0.397081] pci 0000:00:09.0: PCI bridge to [bus 04]
[    0.397086] pci 0000:00:09.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.397293] pci 0000:00:0a.0: PCI bridge to [bus 05]
[    0.397480] pci 0000:00:0b.0: PCI bridge to [bus 06]
[    0.397660] pci 0000:00:0d.0: PCI bridge to [bus 07]
[    0.397677] pci_bus 0000:08: extended config space not accessible
[    0.397730] pci 0000:00:14.4: PCI bridge to [bus 08] (subtractive decode)
[    0.397738] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    0.397740] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    0.397741] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    0.397743] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.397744] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.397746] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[    0.397747] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
[    0.397933] pci 0000:00:15.0: PCI bridge to [bus 09]
[    0.398003] pci 0000:0a:00.0: [10ec:8168] type 00 class 0x020000
[    0.398024] pci 0000:0a:00.0: reg 0x10: [io  0xb000-0xb0ff]
[    0.398052] pci 0000:0a:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.398070] pci 0000:0a:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.398170] pci 0000:0a:00.0: supports D1 D2
[    0.398172] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.398279] pci 0000:00:15.1: PCI bridge to [bus 0a]
[    0.398284] pci 0000:00:15.1:   bridge window [io  0xb000-0xbfff]
[    0.398291] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.398351] pci 0000:0b:00.0: [1b21:1142] type 00 class 0x0c0330
[    0.398381] pci 0000:0b:00.0: reg 0x10: [mem 0xfe600000-0xfe607fff 64bit]
[    0.398546] pci 0000:0b:00.0: PME# supported from D3cold
[    0.398636] pci 0000:00:15.2: PCI bridge to [bus 0b]
[    0.398643] pci 0000:00:15.2:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.398707] pci 0000:0c:00.0: [1b21:1142] type 00 class 0x0c0330
[    0.398736] pci 0000:0c:00.0: reg 0x10: [mem 0xfe500000-0xfe507fff 64bit]
[    0.398871] pci 0000:0c:00.0: PME# supported from D3cold
[    0.398960] pci 0000:00:15.3: PCI bridge to [bus 0c]
[    0.398967] pci 0000:00:15.3:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.399442] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.399521] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.399605] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.399713] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.399781] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.399833] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.399884] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.399935] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.400068] ACPI: EC: interrupt unblocked
[    0.400069] ACPI: EC: event unblocked
[    0.400073] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.400074] ACPI: EC: GPE=0xa
[    0.400075] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.400077] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.400137] iommu: Default domain type: Translated 
[    0.400138] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.400155] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.400155] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.400155] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.400155] vgaarb: loaded
[    0.400155] SCSI subsystem initialized
[    0.400155] libata version 3.00 loaded.
[    0.400155] ACPI: bus type USB registered
[    0.400155] usbcore: registered new interface driver usbfs
[    0.400155] usbcore: registered new interface driver hub
[    0.400155] usbcore: registered new device driver usb
[    0.400155] pps_core: LinuxPPS API ver. 1 registered
[    0.400155] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.400155] PTP clock support registered
[    0.400155] EDAC MC: Ver: 3.0.0
[    0.400155] Registered efivars operations
[    0.400155] NetLabel: Initializing
[    0.400155] NetLabel:  domain hash size = 128
[    0.400155] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.400155] NetLabel:  unlabeled traffic allowed by default
[    0.400155] PCI: Using ACPI for IRQ routing
[    0.408587] PCI: pci_cache_line_size set to 64 bytes
[    0.408664] e820: reserve RAM buffer [mem 0xa2bce018-0xa3ffffff]
[    0.408665] e820: reserve RAM buffer [mem 0xa2bdb018-0xa3ffffff]
[    0.408667] e820: reserve RAM buffer [mem 0xa2be4018-0xa3ffffff]
[    0.408668] e820: reserve RAM buffer [mem 0xa2bed018-0xa3ffffff]
[    0.408669] e820: reserve RAM buffer [mem 0xba6eb000-0xbbffffff]
[    0.408670] e820: reserve RAM buffer [mem 0xbca35000-0xbfffffff]
[    0.408671] e820: reserve RAM buffer [mem 0xbd083000-0xbfffffff]
[    0.408672] e820: reserve RAM buffer [mem 0xbd800000-0xbfffffff]
[    0.408673] e820: reserve RAM buffer [mem 0x33f000000-0x33fffffff]
[    0.408678] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.408678] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.408678] clocksource: Switched to clocksource tsc-early
[    0.414057] VFS: Disk quotas dquot_6.6.0
[    0.414072] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.414147] pnp: PnP ACPI init
[    0.414280] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.414608] system 00:01: [io  0x040b] has been reserved
[    0.414610] system 00:01: [io  0x04d6] has been reserved
[    0.414611] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.414613] system 00:01: [io  0x0c14] has been reserved
[    0.414615] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    0.414616] system 00:01: [io  0x0c52] has been reserved
[    0.414618] system 00:01: [io  0x0c6c] has been reserved
[    0.414619] system 00:01: [io  0x0c6f] has been reserved
[    0.414620] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.414622] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.414624] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    0.414625] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    0.414627] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    0.414628] system 00:01: [io  0x0800-0x089f] has been reserved
[    0.414631] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.414632] system 00:01: [io  0x0900-0x090f] has been reserved
[    0.414634] system 00:01: [io  0x0910-0x091f] has been reserved
[    0.414636] system 00:01: [io  0xfe00-0xfefe] has been reserved
[    0.414638] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.414641] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.414643] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.414646] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.414648] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.414650] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
[    0.414652] system 00:01: [mem 0xff800000-0xffffffff] has been reserved
[    0.414824] system 00:02: [io  0x0290-0x02af] has been reserved
[    0.414912] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.415164] pnp 00:06: [dma 0 disabled]
[    0.415448] system 00:08: [mem 0xfec20000-0xfec200ff] could not be reserved
[    0.415605] pnp: PnP ACPI: found 9 devices
[    0.421501] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.421553] NET: Registered PF_INET protocol family
[    0.421863] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.424340] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.424500] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.424754] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.424835] TCP: Hash tables configured (established 131072 bind 65536)
[    0.424974] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.425049] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.425107] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.425162] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.425167] NET: Registered PF_XDP protocol family
[    0.425181] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.425185] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.425189] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.425192] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.425196] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.425197] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.425200] pci 0000:00:04.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.425205] pci 0000:00:05.0: PCI bridge to [bus 03]
[    0.425207] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    0.425210] pci 0000:00:05.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.425214] pci 0000:00:09.0: PCI bridge to [bus 04]
[    0.425217] pci 0000:00:09.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.425221] pci 0000:00:0a.0: PCI bridge to [bus 05]
[    0.425227] pci 0000:00:0b.0: PCI bridge to [bus 06]
[    0.425233] pci 0000:00:0d.0: PCI bridge to [bus 07]
[    0.425239] pci 0000:00:14.4: PCI bridge to [bus 08]
[    0.425249] pci 0000:00:15.0: PCI bridge to [bus 09]
[    0.425258] pci 0000:00:15.1: PCI bridge to [bus 0a]
[    0.425260] pci 0000:00:15.1:   bridge window [io  0xb000-0xbfff]
[    0.425265] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.425270] pci 0000:00:15.2: PCI bridge to [bus 0b]
[    0.425274] pci 0000:00:15.2:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.425280] pci 0000:00:15.3: PCI bridge to [bus 0c]
[    0.425283] pci 0000:00:15.3:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.425291] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.425293] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.425294] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.425296] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.425297] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.425299] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.425300] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff window]
[    0.425302] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.425303] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.425304] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.425306] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.425307] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.425309] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    0.425310] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.425312] pci_bus 0000:04: resource 1 [mem 0xfe700000-0xfe7fffff]
[    0.425313] pci_bus 0000:08: resource 4 [io  0x0000-0x03af window]
[    0.425315] pci_bus 0000:08: resource 5 [io  0x03e0-0x0cf7 window]
[    0.425316] pci_bus 0000:08: resource 6 [io  0x03b0-0x03df window]
[    0.425317] pci_bus 0000:08: resource 7 [io  0x0d00-0xffff window]
[    0.425319] pci_bus 0000:08: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.425320] pci_bus 0000:08: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.425322] pci_bus 0000:08: resource 10 [mem 0xc0000000-0xffffffff window]
[    0.425323] pci_bus 0000:0a: resource 0 [io  0xb000-0xbfff]
[    0.425324] pci_bus 0000:0a: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.425326] pci_bus 0000:0b: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.425327] pci_bus 0000:0c: resource 1 [mem 0xfe500000-0xfe5fffff]
[    0.447785] pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x740 took 21865 usecs
[    0.477775] pci 0000:00:12.2: quirk_usb_early_handoff+0x0/0x740 took 29274 usecs
[    0.557772] pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x740 took 78113 usecs
[    0.587789] pci 0000:00:13.2: quirk_usb_early_handoff+0x0/0x740 took 29302 usecs
[    0.617782] pci 0000:00:14.5: quirk_usb_early_handoff+0x0/0x740 took 29272 usecs
[    0.647775] pci 0000:00:16.0: quirk_usb_early_handoff+0x0/0x740 took 29274 usecs
[    0.677772] pci 0000:00:16.2: quirk_usb_early_handoff+0x0/0x740 took 29282 usecs
[    0.677817] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.678237] PCI: CLS 64 bytes, default 64
[    0.678247] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.678248] software IO TLB: mapped [mem 0x00000000a9688000-0x00000000ad688000] (64MB)
[    0.678269] LVT offset 0 assigned for vector 0x400
[    0.678295] Trying to unpack rootfs image as initramfs...
[    0.699447] perf: AMD IBS detected (0x000000ff)
[    0.700688] Initialise system trusted keyrings
[    0.700697] Key type blacklist registered
[    0.700741] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.702018] zbud: loaded
[    0.710941] Key type asymmetric registered
[    0.710942] Asymmetric key parser 'x509' registered
[    0.710955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.711002] io scheduler mq-deadline registered
[    0.711004] io scheduler kyber registered
[    0.711034] io scheduler bfq registered
[    0.712420] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.712515] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.712549] ACPI: button: Power Button [PWRB]
[    0.712580] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.712604] ACPI: button: Power Button [PWRF]
[    0.712635] ACPI: \_PR_.P001: Found 2 idle states
[    0.712699] ACPI: \_PR_.P002: Found 2 idle states
[    0.712794] ACPI: \_PR_.P003: Found 2 idle states
[    0.712964] ACPI: \_PR_.P004: Found 2 idle states
[    0.713071] ACPI: \_PR_.P005: Found 2 idle states
[    0.713167] ACPI: \_PR_.P006: Found 2 idle states
[    0.713260] ACPI: \_PR_.P007: Found 2 idle states
[    0.713358] ACPI: \_PR_.P008: Found 2 idle states
[    0.713612] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.713741] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.715490] Non-volatile memory driver v1.3
[    0.715491] Linux agpgart interface v0.103
[    0.715493] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.716526] ahci 0000:00:11.0: version 3.0
[    0.716638] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.716641] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    0.716884] scsi host0: ahci
[    0.717005] scsi host1: ahci
[    0.717041] ata1: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b100 irq 19
[    0.717044] ata2: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b180 irq 19
[    0.717170] ahci 0000:02:00.0: SSS flag set, parallel bus scan disabled
[    0.717191] ahci 0000:02:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.717194] ahci 0000:02:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    0.717440] scsi host2: ahci
[    0.717545] scsi host3: ahci
[    0.717580] ata3: SATA max UDMA/133 abar m512@0xfe900000 port 0xfe900100 irq 39
[    0.717582] ata4: SATA max UDMA/133 abar m512@0xfe900000 port 0xfe900180 irq 39
[    0.717714] ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled
[    0.717735] ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.717738] ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    0.717964] scsi host4: ahci
[    0.718066] scsi host5: ahci
[    0.718100] ata5: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800100 irq 41
[    0.718102] ata6: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800180 irq 41
[    0.718171] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.718187] ehci-pci: EHCI PCI platform driver
[    0.718275] QUIRK: Enable AMD PLL fix
[    0.718292] ehci-pci 0000:00:12.2: EHCI Host Controller
[    0.718297] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    0.718300] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    0.718308] ehci-pci 0000:00:12.2: debug port 1
[    0.718339] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
[    0.747705] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    0.747763] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.747766] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.747767] usb usb1: Product: EHCI Host Controller
[    0.747769] usb usb1: Manufacturer: Linux 5.15.38-1-lts ehci_hcd
[    0.747770] usb usb1: SerialNumber: 0000:00:12.2
[    0.747866] hub 1-0:1.0: USB hub found
[    0.747873] hub 1-0:1.0: 5 ports detected
[    0.748224] ehci-pci 0000:00:13.2: EHCI Host Controller
[    0.748229] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[    0.748233] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    0.748241] ehci-pci 0000:00:13.2: debug port 1
[    0.748275] ehci-pci 0000:00:13.2: irq 21, io mem 0xfeb07000
[    0.774529] Freeing initrd memory: 12920K
[    0.777742] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    0.777831] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.777834] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.777836] usb usb2: Product: EHCI Host Controller
[    0.777837] usb usb2: Manufacturer: Linux 5.15.38-1-lts ehci_hcd
[    0.777839] usb usb2: SerialNumber: 0000:00:13.2
[    0.777939] hub 2-0:1.0: USB hub found
[    0.777949] hub 2-0:1.0: 5 ports detected
[    0.778284] ehci-pci 0000:00:16.2: EHCI Host Controller
[    0.778289] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[    0.778292] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    0.778301] ehci-pci 0000:00:16.2: debug port 1
[    0.778337] ehci-pci 0000:00:16.2: irq 23, io mem 0xfeb04000
[    0.807735] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    0.807809] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.807811] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.807813] usb usb3: Product: EHCI Host Controller
[    0.807815] usb usb3: Manufacturer: Linux 5.15.38-1-lts ehci_hcd
[    0.807816] usb usb3: SerialNumber: 0000:00:16.2
[    0.807904] hub 3-0:1.0: USB hub found
[    0.807910] hub 3-0:1.0: 4 ports detected
[    0.808080] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.808086] ohci-pci: OHCI PCI platform driver
[    0.808192] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    0.808197] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
[    0.808223] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb0a000
[    0.881788] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[    0.881792] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.881793] usb usb4: Product: OHCI PCI host controller
[    0.881795] usb usb4: Manufacturer: Linux 5.15.38-1-lts ohci_hcd
[    0.881796] usb usb4: SerialNumber: 0000:00:12.0
[    0.881882] hub 4-0:1.0: USB hub found
[    0.881891] hub 4-0:1.0: 5 ports detected
[    0.882153] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    0.882158] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[    0.882179] ohci-pci 0000:00:13.0: irq 20, io mem 0xfeb08000
[    0.951788] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[    0.951791] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.951793] usb usb5: Product: OHCI PCI host controller
[    0.951794] usb usb5: Manufacturer: Linux 5.15.38-1-lts ohci_hcd
[    0.951795] usb usb5: SerialNumber: 0000:00:13.0
[    0.951876] hub 5-0:1.0: USB hub found
[    0.951884] hub 5-0:1.0: 5 ports detected
[    0.952153] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    0.952158] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
[    0.952178] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
[    1.021795] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[    1.021799] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.021800] usb usb6: Product: OHCI PCI host controller
[    1.021802] usb usb6: Manufacturer: Linux 5.15.38-1-lts ohci_hcd
[    1.021803] usb usb6: SerialNumber: 0000:00:14.5
[    1.021884] hub 6-0:1.0: USB hub found
[    1.021892] hub 6-0:1.0: 2 ports detected
[    1.022155] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    1.022160] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
[    1.022179] ohci-pci 0000:00:16.0: irq 22, io mem 0xfeb05000
[    1.050339] ata3: SATA link down (SStatus 0 SControl 300)
[    1.052008] ata5: SATA link down (SStatus 0 SControl 300)
[    1.091785] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[    1.091789] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.091791] usb usb7: Product: OHCI PCI host controller
[    1.091792] usb usb7: Manufacturer: Linux 5.15.38-1-lts ohci_hcd
[    1.091793] usb usb7: SerialNumber: 0000:00:16.0
[    1.091872] hub 7-0:1.0: USB hub found
[    1.091881] hub 7-0:1.0: 4 ports detected
[    1.092052] uhci_hcd: USB Universal Host Controller Interface driver
[    1.092104] usbcore: registered new interface driver usbserial_generic
[    1.092108] usbserial: USB Serial support registered for generic
[    1.092186] rtc_cmos 00:03: RTC can wake from S4
[    1.092354] rtc_cmos 00:03: registered as rtc0
[    1.092375] rtc_cmos 00:03: setting system clock to 2022-05-11T02:47:31 UTC (1652237251)
[    1.092389] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.092594] ledtrig-cpu: registered to indicate activity on CPUs
[    1.092788] efifb: probing for efifb
[    1.092796] efifb: No BGRT, not showing boot graphics
[    1.092797] efifb: framebuffer at 0xc0000000, using 3072k, total 3072k
[    1.092798] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.092799] efifb: scrolling: redraw
[    1.092800] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.092835] fbcon: Deferring console take-over
[    1.092836] fb0: EFI VGA frame buffer device
[    1.092848] hid: raw HID events driver (C) Jiri Kosina
[    1.092918] drop_monitor: Initializing network drop monitor service
[    1.092974] Initializing XFRM netlink socket
[    1.093067] NET: Registered PF_INET6 protocol family
[    1.097494] Segment Routing with IPv6
[    1.097496] RPL Segment Routing with IPv6
[    1.097504] In-situ OAM (IOAM) with IPv6
[    1.097522] NET: Registered PF_PACKET protocol family
[    1.097561] x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
[    1.097924] microcode: microcode updated early to new patch_level=0x06000852
[    1.097947] microcode: CPU0: patch_level=0x06000852
[    1.097953] microcode: CPU1: patch_level=0x06000852
[    1.097960] microcode: CPU2: patch_level=0x06000852
[    1.097968] microcode: CPU3: patch_level=0x06000852
[    1.097973] microcode: CPU4: patch_level=0x06000852
[    1.097981] microcode: CPU5: patch_level=0x06000852
[    1.097987] microcode: CPU6: patch_level=0x06000852
[    1.097994] microcode: CPU7: patch_level=0x06000852
[    1.097998] microcode: Microcode Update Driver: v2.2.
[    1.098002] IPI shorthand broadcast: enabled
[    1.098011] sched_clock: Marking stable (1097663215, 232574)->(1183143672, -85247883)
[    1.098276] registered taskstats version 1
[    1.098439] Loading compiled-in X.509 certificates
[    1.102117] Loaded X.509 cert 'Build time autogenerated kernel key: 657bd927244473bebfa628041d480ae902087314'
[    1.102621] zswap: loaded using pool lz4/z3fold
[    1.102876] Key type ._fscrypt registered
[    1.102877] Key type .fscrypt registered
[    1.102878] Key type fscrypt-provisioning registered
[    1.103142] PM:   Magic number: 6:265:763
[    1.103148] usb usb5-port1: hash matches
[    1.103334] RAS: Correctable Errors collector initialized.
[    1.241351] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.241988] ata2.00: ATA-11: WDC  WDS500G2B0B-00YS70, 415020WD, max UDMA/133
[    1.242605] ata2.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.243708] ata2.00: Features: Dev-Sleep
[    1.244314] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.244977] ata1.00: ATA-11: WDC  WDS500G2B0B-00YS70, 415020WD, max UDMA/133
[    1.245546] ata1.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.246518] ata2.00: configured for UDMA/133
[    1.246622] ata1.00: Features: Dev-Sleep
[    1.249526] ata1.00: configured for UDMA/133
[    1.249709] scsi 0:0:0:0: Direct-Access     ATA      WDC  WDS500G2B0B 20WD PQ: 0 ANSI: 5
[    1.249999] scsi 1:0:0:0: Direct-Access     ATA      WDC  WDS500G2B0B 20WD PQ: 0 ANSI: 5
[    1.250012] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.250027] sd 0:0:0:0: [sda] Write Protect is off
[    1.250030] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.250054] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.250270] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.250284] sd 1:0:0:0: [sdb] Write Protect is off
[    1.250287] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.250310] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.285598]  sdb: sdb1 sdb2
[    1.285607]  sda: sda1 sda2
[    1.324480] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.324497] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.464305] usb 5-2: new full-speed USB device number 2 using ohci-pci
[    1.576116] ata4: SATA link down (SStatus 0 SControl 300)
[    1.724305] tsc: Refined TSC clocksource calibration: 4013.562 MHz
[    1.724321] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39da685919d, max_idle_ns: 440795289654 ns
[    1.724361] clocksource: Switched to clocksource tsc
[    1.740827] usb 5-2: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=30.00
[    1.740831] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.740833] usb 5-2: Product: USB Receiver
[    1.740834] usb 5-2: Manufacturer: Logitech
[    1.906110] ata6: SATA link down (SStatus 0 SControl 300)
[    1.907658] Freeing unused decrypted memory: 2036K
[    1.908104] Freeing unused kernel image (initmem) memory: 1984K
[    1.908107] Write protecting the kernel read-only data: 28672k
[    1.908720] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.909107] Freeing unused kernel image (rodata/data gap) memory: 1528K
[    1.947675] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.947678] rodata_test: all tests were successful
[    1.947682] Run /init as init process
[    1.947683]   with arguments:
[    1.947684]     /init
[    1.947685]   with environment:
[    1.947685]     HOME=/
[    1.947686]     TERM=linux
[    1.947687]     zfs=zroot/ROOT/default
[    1.968411] fbcon: Taking over console
[    1.968474] Console: switching to colour frame buffer device 128x48
[    2.071545] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    2.071558] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 8
[    2.131961] xhci_hcd 0000:04:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800410
[    2.132276] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    2.132278] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.132280] usb usb8: Product: xHCI Host Controller
[    2.132282] usb usb8: Manufacturer: Linux 5.15.38-1-lts xhci-hcd
[    2.132283] usb usb8: SerialNumber: 0000:04:00.0
[    2.132422] hub 8-0:1.0: USB hub found
[    2.132431] hub 8-0:1.0: 2 ports detected
[    2.132579] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    2.132583] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 9
[    2.132586] xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
[    2.132628] usb usb9: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.132654] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    2.132656] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.132658] usb usb9: Product: xHCI Host Controller
[    2.132659] usb usb9: Manufacturer: Linux 5.15.38-1-lts xhci-hcd
[    2.132660] usb usb9: SerialNumber: 0000:04:00.0
[    2.132735] hub 9-0:1.0: USB hub found
[    2.132743] hub 9-0:1.0: 2 ports detected
[    2.132904] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    2.132908] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 10
[    2.177071] spl: loading out-of-tree module taints kernel.
[    2.177143] spl: module verification failed: signature and/or required key missing - tainting kernel
[    2.178594] znvpair: module license 'CDDL' taints kernel.
[    2.178598] Disabling lock debugging due to kernel taint
[    2.193322] xhci_hcd 0000:0b:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800410
[    2.193637] usb usb10: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    2.193640] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.193642] usb usb10: Product: xHCI Host Controller
[    2.193644] usb usb10: Manufacturer: Linux 5.15.38-1-lts xhci-hcd
[    2.193645] usb usb10: SerialNumber: 0000:0b:00.0
[    2.193734] hub 10-0:1.0: USB hub found
[    2.193743] hub 10-0:1.0: 2 ports detected
[    2.193863] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    2.193867] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 11
[    2.193869] xhci_hcd 0000:0b:00.0: Host supports USB 3.0 SuperSpeed
[    2.193910] usb usb11: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.193935] usb usb11: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    2.193938] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.193940] usb usb11: Product: xHCI Host Controller
[    2.193941] usb usb11: Manufacturer: Linux 5.15.38-1-lts xhci-hcd
[    2.193942] usb usb11: SerialNumber: 0000:0b:00.0
[    2.194018] hub 11-0:1.0: USB hub found
[    2.194027] hub 11-0:1.0: 2 ports detected
[    2.194181] xhci_hcd 0000:0c:00.0: xHCI Host Controller
[    2.194185] xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 12
[    2.254597] xhci_hcd 0000:0c:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800410
[    2.254850] usb usb12: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    2.254853] usb usb12: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.254854] usb usb12: Product: xHCI Host Controller
[    2.254856] usb usb12: Manufacturer: Linux 5.15.38-1-lts xhci-hcd
[    2.254857] usb usb12: SerialNumber: 0000:0c:00.0
[    2.254943] hub 12-0:1.0: USB hub found
[    2.254952] hub 12-0:1.0: 2 ports detected
[    2.255070] xhci_hcd 0000:0c:00.0: xHCI Host Controller
[    2.255072] xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 13
[    2.255075] xhci_hcd 0000:0c:00.0: Host supports USB 3.0 SuperSpeed
[    2.255115] usb usb13: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.255139] usb usb13: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    2.255142] usb usb13: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.255143] usb usb13: Product: xHCI Host Controller
[    2.255145] usb usb13: Manufacturer: Linux 5.15.38-1-lts xhci-hcd
[    2.255146] usb usb13: SerialNumber: 0000:0c:00.0
[    2.255229] hub 13-0:1.0: USB hub found
[    2.255238] hub 13-0:1.0: 2 ports detected
[    2.284281] usb 5-3: new low-speed USB device number 3 using ohci-pci
[    2.300804] ZFS: Loaded module v2.1.4-1, ZFS pool version 5000, ZFS filesystem version 5
[    2.414313] usb 8-1: new full-speed USB device number 2 using xhci_hcd
[    2.570828] usb 5-3: New USB device found, idVendor=03f0, idProduct=0024, bcdDevice= 3.00
[    2.570832] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.570834] usb 5-3: Product: HP Basic USB Keyboard
[    2.570836] usb 5-3: Manufacturer: CHICONY
[    2.581070] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.0/0003:046D:C52F.0001/input/input2
[    2.581133] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:13.0-2/input0
[    2.585207] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.1/0003:046D:C52F.0002/input/input3
[    2.654430] hid-generic 0003:046D:C52F.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:13.0-2/input1
[    2.660834] random: fast init done
[    2.661084] input: CHICONY HP Basic USB Keyboard as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/0003:03F0:0024.0003/input/input6
[    2.702729] usb 8-1: New USB device found, idVendor=051d, idProduct=0002, bcdDevice= 0.90
[    2.702736] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.702738] usb 8-1: Product: Back-UPS RS 1500MS FW:952.e3 .D USB FW:e3     
[    2.702739] usb 8-1: Manufacturer: American Power Conversion
[    2.702740] usb 8-1: SerialNumber: 3B1832X29658  
[    2.710680] hid-generic 0003:051D:0002.0004: hiddev97,hidraw2: USB HID v1.00 Device [American Power Conversion Back-UPS RS 1500MS FW:952.e3 .D USB FW:e3     ] on usb-0000:04:00.0-1/input0
[    2.734467] hid-generic 0003:03F0:0024.0003: input,hidraw3: USB HID v1.10 Keyboard [CHICONY HP Basic USB Keyboard] on usb-0000:00:13.0-3/input0
[    2.734496] usbcore: registered new interface driver usbhid
[    2.734497] usbhid: USB HID core driver
[    2.824592] logitech-djreceiver 0003:046D:C52F.0001: hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:13.0-2/input0
[    2.964638] logitech-djreceiver 0003:046D:C52F.0002: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:13.0-2/input1
[    3.036792] logitech-djreceiver 0003:046D:C52F.0002: device of type eQUAD step 4 DJ (0x04) connected on slot 1
[    3.037198] input: Logitech Wireless Mouse PID:4055 Mouse as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.1/0003:046D:C52F.0002/0003:046D:4055.0005/input/input7
[    3.037307] input: Logitech Wireless Mouse PID:4055 Consumer Control as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.1/0003:046D:C52F.0002/0003:046D:4055.0005/input/input8
[    3.037391] hid-generic 0003:046D:4055.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4055] on usb-0000:00:13.0-2/input1:1
[    3.220972] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.1/0003:046D:C52F.0002/0003:046D:4055.0005/input/input12
[    3.221035] logitech-hidpp-device 0003:046D:4055.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:13.0-2/input1:1
[    3.639304] random: crng init done
[    3.639334] systemd[1]: Successfully credited entropy passed from boot loader.
[    3.641673] systemd[1]: systemd 250.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    3.664495] systemd[1]: Detected architecture x86-64.
[    3.665697] systemd[1]: Hostname set to <lurch>.
[    3.700436] systemd[673]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[    3.799095] systemd[1]: Queued start job for default target Graphical Interface.
[    3.800271] systemd[1]: Created slice Slice /system/getty.
[    3.800609] systemd[1]: Created slice Slice /system/modprobe.
[    3.800916] systemd[1]: Created slice Slice /system/systemd-fsck.
[    3.801146] systemd[1]: Created slice User and Session Slice.
[    3.801256] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.801348] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.801543] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.801621] systemd[1]: Reached target Local Encrypted Volumes.
[    3.801675] systemd[1]: Reached target Local Integrity Protected Volumes.
[    3.801745] systemd[1]: Reached target Path Units.
[    3.801790] systemd[1]: Reached target Remote File Systems.
[    3.801835] systemd[1]: Reached target Slice Units.
[    3.801885] systemd[1]: Reached target Swaps.
[    3.801933] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.802060] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.803395] systemd[1]: Listening on Process Core Dump Socket.
[    3.803796] systemd[1]: Listening on Journal Audit Socket.
[    3.803933] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.804064] systemd[1]: Listening on Journal Socket.
[    3.804223] systemd[1]: Listening on Network Service Netlink Socket.
[    3.804714] systemd[1]: Listening on udev Control Socket.
[    3.804831] systemd[1]: Listening on udev Kernel Socket.
[    3.805634] systemd[1]: Mounting Huge Pages File System...
[    3.806372] systemd[1]: Mounting POSIX Message Queue File System...
[    3.807155] systemd[1]: Mounting Kernel Debug File System...
[    3.807958] systemd[1]: Mounting Kernel Trace File System...
[    3.808957] systemd[1]: Mounting Temporary Directory /tmp...
[    3.810124] systemd[1]: Starting Create List of Static Device Nodes...
[    3.811027] systemd[1]: Starting Load Kernel Module configfs...
[    3.811876] systemd[1]: Starting Load Kernel Module drm...
[    3.812728] systemd[1]: Starting Load Kernel Module fuse...
[    3.812854] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    3.814419] systemd[1]: Starting Journal Service...
[    3.815612] systemd[1]: Starting Load Kernel Modules...
[    3.816610] systemd[1]: Starting Generate network units from Kernel command line...
[    3.818189] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.818996] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    3.819886] systemd[1]: Starting Coldplug All udev Devices...
[    3.821975] systemd[1]: Mounted Huge Pages File System.
[    3.822781] systemd[1]: Mounted POSIX Message Queue File System.
[    3.823549] systemd[1]: Mounted Kernel Debug File System.
[    3.824307] systemd[1]: Mounted Kernel Trace File System.
[    3.824779] fuse: init (API version 7.34)
[    3.825135] systemd[1]: Mounted Temporary Directory /tmp.
[    3.825986] systemd[1]: Finished Create List of Static Device Nodes.
[    3.826899] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.827043] systemd[1]: Finished Load Kernel Module configfs.
[    3.827880] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.828041] systemd[1]: Finished Load Kernel Module drm.
[    3.828870] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.829004] systemd[1]: Finished Load Kernel Module fuse.
[    3.829843] systemd[1]: Finished Load Kernel Modules.
[    3.830432] audit: type=1130 audit(1652237254.221:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.830626] systemd[1]: Finished Generate network units from Kernel command line.
[    3.831201] audit: type=1130 audit(1652237254.221:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-network-generator comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.831388] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.831970] audit: type=1130 audit(1652237254.221:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.832103] systemd[1]: Reached target Preparation for Network.
[    3.833429] systemd[1]: Mounting FUSE Control File System...
[    3.834794] systemd[1]: Mounting Kernel Configuration File System...
[    3.835422] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    3.836243] systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
[    3.837176] systemd[1]: Starting Load/Save Random Seed...
[    3.838478] systemd[1]: Starting Apply Kernel Variables...
[    3.839830] systemd[1]: Starting Create System Users...
[    3.842335] systemd[1]: Mounted FUSE Control File System.
[    3.843041] systemd[1]: Mounted Kernel Configuration File System.
[    3.845991] systemd[1]: Finished Apply Kernel Variables.
[    3.846581] audit: type=1130 audit(1652237254.241:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.849107] systemd[1]: Finished Load/Save Random Seed.
[    3.849677] audit: type=1130 audit(1652237254.241:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.849751] systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    3.853246] systemd[1]: Finished Create System Users.
[    3.853856] audit: type=1130 audit(1652237254.241:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.854800] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.877532] systemd[1]: Finished Create Static Device Nodes in /dev.
[    3.878148] audit: type=1130 audit(1652237254.271:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.878195] systemd[1]: Reached target Preparation for Local File Systems.
[    3.878749] systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
[    3.879566] audit: type=1334 audit(1652237254.271:9): prog-id=14 op=LOAD
[    3.879636] audit: type=1334 audit(1652237254.271:10): prog-id=15 op=LOAD
[    3.880105] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    3.902813] systemd[1]: Started Journal Service.
[    3.908949] systemd-journald[711]: Received client request to flush runtime journal.
[    4.048997] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.055655] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.061873] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    4.061878] cfg80211: failed to load regulatory.db
[    4.126861] mousedev: PS/2 mouse device common for all mice
[    4.130304] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.130314] piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port selection
[    4.130437] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.234840] input: PC Speaker as /devices/platform/pcspkr/input/input13
[    4.237494] cryptd: max_cpu_qlen set to 1000
[    4.249460] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    4.249566] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    4.250250] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    4.266558] AVX version of gcm_enc/dec engaged.
[    4.266599] AES CTR mode by8 optimization enabled
[    4.267582] [drm] radeon kernel modesetting enabled.
[    4.267910] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[    4.267914] fb0: switching to radeon from EFI VGA
[    4.268010] Console: switching to colour dummy device 80x25
[    4.268041] radeon 0000:01:00.0: vgaarb: deactivate vga console
[    4.268244] [drm] initializing kernel modesetting (CAICOS 0x1002:0x677B 0x1462:0x809A 0x00).
[    4.268332] ATOM BIOS: 113
[    4.268790] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    4.268793] radeon 0000:01:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF
[    4.268797] [drm] Detected VRAM RAM=2048M, BAR=256M
[    4.268799] [drm] RAM width 64bits DDR
[    4.268824] [drm] radeon: 2048M of VRAM memory ready
[    4.268826] [drm] radeon: 1024M of GTT memory ready.
[    4.268832] [drm] Loading CAICOS Microcode
[    4.273901] r8169 0000:0a:00.0: can't disable ASPM; OS doesn't have ASPM control
[    4.279351] r8169 0000:0a:00.0 eth0: RTL8168f/8111f, 14:dd:a9:7b:78:c2, XID 480, IRQ 68
[    4.279358] r8169 0000:0a:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    4.290618] [drm] Internal thermal controller with fan control
[    4.302417] [drm] radeon: dpm initialized
[    4.315101] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    4.316124] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    4.323531] [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
[    4.323633] radeon 0000:01:00.0: WB enabled
[    4.323636] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00
[    4.323639] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c
[    4.324398] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118
[    4.324956] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[    4.325003] radeon 0000:01:00.0: radeon: using MSI.
[    4.325037] [drm] radeon: irq initialized.
[    4.341542] [drm] ring test on 0 succeeded in 2 usecs
[    4.341555] [drm] ring test on 3 succeeded in 7 usecs
[    4.371273] r8169 0000:0a:00.0 enp10s0: renamed from eth0
[    4.518693] [drm] ring test on 5 succeeded in 2 usecs
[    4.518703] [drm] UVD initialized successfully.
[    4.518946] [drm] ib test on ring 0 succeeded in 0 usecs
[    4.519054] [drm] ib test on ring 3 succeeded in 0 usecs
[    4.766784] RTL8211E Gigabit Ethernet r8169-0-a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-a00:00, irq=MAC)
[    4.861800] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    4.891776] asus_wmi: ASUS WMI generic driver loaded
[    4.902784] asus_wmi: Initialization: 0x0
[    4.902822] asus_wmi: BIOS WMI version: 0.9
[    4.902886] asus_wmi: SFUN value: 0x0
[    4.902889] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    4.904173] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input15
[    4.910010] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input14
[    5.096169] r8169 0000:0a:00.0 enp10s0: Link is Down
[    5.157369] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    5.157379] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.157384] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    5.157389] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    5.157392] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
[    5.157395] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    5.157397] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    5.157401] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    5.157404] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    5.165689] kvm: Nested Virtualization enabled
[    5.165692] SVM: kvm: Nested Paging enabled
[    5.173228] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input16
[    5.173358] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input17
[    5.173435] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input18
[    5.173521] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input19
[    5.173577] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input20
[    5.173695] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input21
[    5.173757] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input22
[    5.173895] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input23
[    5.185897] MCE: In-kernel MCE decoding enabled.
[    5.244364] [drm] ib test on ring 5 succeeded
[    5.244672] [drm] Radeon Display Connectors
[    5.244673] [drm] Connector 0:
[    5.244674] [drm]   HDMI-A-1
[    5.244674] [drm]   HPD1
[    5.244675] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    5.244677] [drm]   Encoders:
[    5.244678] [drm]     DFP1: INTERNAL_UNIPHY1
[    5.244679] [drm] Connector 1:
[    5.244679] [drm]   DVI-D-1
[    5.244680] [drm]   HPD4
[    5.244680] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    5.244682] [drm]   Encoders:
[    5.244682] [drm]     DFP2: INTERNAL_UNIPHY
[    5.244683] [drm] Connector 2:
[    5.244684] [drm]   VGA-1
[    5.244684] [drm]   DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
[    5.244686] [drm]   Encoders:
[    5.244686] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    5.350001] [drm] fb mappable at 0xC0363000
[    5.350003] [drm] vram apper at 0xC0000000
[    5.350004] [drm] size 8294400
[    5.350005] [drm] fb depth is 24
[    5.350006] [drm]    pitch is 7680
[    5.350062] fbcon: radeondrmfb (fb0) is primary device
[    5.529845] Console: switching to colour frame buffer device 240x67
[    5.535248] radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
[    5.624424] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[    7.625275] kauditd_printk_skb: 8 callbacks suppressed
[    7.625278] audit: type=1130 audit(1652237258.021:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.648123] audit: type=1130 audit(1652237258.041:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-import-cache comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.676988] audit: type=1130 audit(1652237258.071:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.716700] audit: type=1130 audit(1652237258.111:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.718537] audit: type=1334 audit(1652237258.111:23): prog-id=18 op=LOAD
[    7.720022] audit: type=1334 audit(1652237258.111:24): prog-id=19 op=LOAD
[    7.725529] audit: type=1130 audit(1652237258.121:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.726140] audit: type=1127 audit(1652237258.121:26): pid=947 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    7.729990] audit: type=1130 audit(1652237258.121:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.732778] audit: type=1130 audit(1652237258.121:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.777190] r8169 0000:0a:00.0 enp10s0: Link is Up - 1Gbps/Full - flow control off
[    7.777204] IPv6: ADDRCONF(NETDEV_CHANGE): enp10s0: link becomes ready
[    9.856526] systemd-journald[711]: Time jumped backwards, rotating.
[  368.070798] kauditd_printk_skb: 15 callbacks suppressed
[  368.070800] audit: type=1100 audit(1652237617.939:44): pid=1682 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="lenny" exe="/usr/bin/sshd" hostname=fe80::fe34:97ff:fea5:e46%enp10s0 addr=fe80::fe34:97ff:fea5:e46 terminal=ssh res=success'
[  368.086770] audit: type=1101 audit(1652237617.949:45): pid=1682 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sshd" hostname=fe80::fe34:97ff:fea5:e46%enp10s0 addr=fe80::fe34:97ff:fea5:e46 terminal=ssh res=success'
[  368.088196] audit: type=1103 audit(1652237617.949:46): pid=1682 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="lenny" exe="/usr/bin/sshd" hostname=fe80::fe34:97ff:fea5:e46%enp10s0 addr=fe80::fe34:97ff:fea5:e46 terminal=ssh res=success'
[  368.088278] audit: type=1006 audit(1652237617.959:47): pid=1682 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[  368.088285] audit: type=1300 audit(1652237617.959:47): arch=c000003e syscall=1 success=yes exit=4 a0=3 a1=7ffdaf45df40 a2=4 a3=7ffdaf45dc54 items=0 ppid=964 pid=1682 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="sshd" exe="/usr/bin/sshd" key=(null)
[  368.088290] audit: type=1327 audit(1652237617.959:47): proctitle=737368643A206C656E6E79205B707269765D
[  368.104157] audit: type=1130 audit(1652237617.969:48): 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'
[  368.110055] audit: type=1101 audit(1652237617.979:49): pid=1685 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  368.110114] audit: type=1103 audit(1652237617.979:50): pid=1685 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lenny" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  368.110186] audit: type=1006 audit(1652237617.979:51): pid=1685 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[  510.132092] kauditd_printk_skb: 10 callbacks suppressed
[  510.132095] audit: type=1100 audit(1652237759.991:58): pid=1876 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  510.132345] audit: type=1101 audit(1652237759.991:59): pid=1876 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  510.140360] audit: type=1101 audit(1652237760.001:60): pid=1911 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  510.141127] audit: type=1110 audit(1652237760.001:61): pid=1911 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  510.141235] audit: type=1105 audit(1652237760.001:62): pid=1911 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  510.169787] audit: type=1106 audit(1652237760.031:63): pid=1911 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  510.169843] audit: type=1104 audit(1652237760.031:64): pid=1911 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  545.687353] audit: type=1101 audit(1652237795.552:65): pid=2043 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  545.699649] audit: type=1101 audit(1652237795.562:66): pid=2044 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  545.700236] audit: type=1110 audit(1652237795.562:67): pid=2044 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  545.700337] audit: type=1105 audit(1652237795.562:68): pid=2044 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

sudo lspci -k

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 Host Bridge (rev 02)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 Host Bridge
00:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GFX port 0)
	DeviceName:  Onboard IGD
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 0)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:05.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 1)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 4)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:0a.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 5)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:0b.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD990 PCI to PCI bridge (PCI Express GFX2 port 0)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:0d.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP2 Port 0)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (rev 40)
	Subsystem: ASUSTeK Computer Inc. M5A99X EVO (R1.0) SB950
	Kernel driver in use: ahci
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
	Kernel driver in use: ohci-pci
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
	Kernel driver in use: ehci-pci
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
	Kernel driver in use: ohci-pci
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
	Kernel driver in use: ehci-pci
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 42)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
	Subsystem: ASUSTeK Computer Inc. Device 8436
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
	Kernel driver in use: ohci-pci
00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 0000
	Kernel driver in use: pcieport
00:15.1 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 0000
	Kernel driver in use: pcieport
00:15.2 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB900 PCI to PCI bridge (PCIE port 2)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 0000
	Kernel driver in use: pcieport
00:15.3 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB900 PCI to PCI bridge (PCIE port 3)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 0000
	Kernel driver in use: pcieport
00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
	Kernel driver in use: ohci-pci
00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
	Kernel driver in use: ehci-pci
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 3
	Kernel driver in use: k10temp
	Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 4
	Kernel driver in use: fam15h_power
	Kernel modules: fam15h_power
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 5
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos PRO [Radeon HD 7450]
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 809a
	Kernel driver in use: radeon
	Kernel modules: radeon
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235/235X OEM]
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device aa98
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
02:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 01)
	Subsystem: ASUSTeK Computer Inc. Device 84b7
	Kernel driver in use: ahci
03:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 01)
	Subsystem: ASUSTeK Computer Inc. Device 84b7
	Kernel driver in use: ahci
04:00.0 USB controller: ASMedia Technology Inc. ASM1042A USB 3.0 Host Controller
	Subsystem: ASUSTeK Computer Inc. Device 85bf
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
0a:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 09)
	Subsystem: ASUSTeK Computer Inc. P8 series motherboard
	Kernel driver in use: r8169
	Kernel modules: r8169
0b:00.0 USB controller: ASMedia Technology Inc. ASM1042A USB 3.0 Host Controller
	Subsystem: ASUSTeK Computer Inc. Device 85bf
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
0c:00.0 USB controller: ASMedia Technology Inc. ASM1042A USB 3.0 Host Controller
	Subsystem: ASUSTeK Computer Inc. Device 85bf
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

Why do we drive on the parkway and then park in the driveway?

Offline

#9 2022-05-11 10:41:38

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

Re: SOLVED Analog audio line out broken in LTS kernel

The fx 8350 does atleast see the ALC 892 .
Comparing that dmesg with one from my own amd system with an alc 1220 showed a difference (top 3 lines) .

$ sudo dmesg | grep -i snd_hda
[    6.239818] snd_hda_intel 0000:09:00.3: enabling device (0000 -> 0002)
[    6.240105] snd_hda_intel 0000:42:00.1: enabling device (0000 -> 0002)
[    6.240289] snd_hda_intel 0000:42:00.1: Force to non-snoop mode
[    6.296328] snd_hda_intel 0000:42:00.1: bound 0000:42:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    6.315020] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    6.315027] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.315030] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.315032] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.315033] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    6.315034] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.315036] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    6.315037] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    6.315038] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
$ 

Another difference is that my videocard has finished initialisation before snd_hda_intel starts.

Do you have early KMS configured ?

If not, please do, reboot and check if that makes a difference.

Last edited by Lone_Wolf (2022-05-11 10:42:15)


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


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

Offline

#10 2022-05-11 22:00:11

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED Analog audio line out broken in LTS kernel

Lone_Wolf wrote:

lspci -k only shows the audio part of the videocard, dmesg shows an usb sound system and the videocard audio .
Neither shows anything about another soundchip .

Weird, please check the generic audio is enabled in firmware.

Does the realtek alc 887 become visible if you boot without the usb sound device ?

Is it visible with the normal linux kernel ?

I have my own installer and I rebuilt my old system with the regular linux kernel instead of the LTS. The line out did come up but not with all of the usual options such as surround,

My AMD FX-8350 with a Realteck ALC 892 and linux 5.17.5.arch1-2:

sudo dmesg

[    0.000000] Linux version 5.17.5-arch1-2 (linux@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Fri, 06 May 2022 18:29:03 +0000
[    0.000000] Command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img zfs=zroot/ROOT/default rw
[    0.000000] random: get_random_u32 called from bsp_init_amd+0x240/0x260 with crng_init=0
[    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 'standard' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ba6eafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba6eb000-0x00000000ba71afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ba71b000-0x00000000ba72afff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ba72b000-0x00000000bb531fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb532000-0x00000000bca33fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bca34000-0x00000000bca34fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bca35000-0x00000000bcc3afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcc3b000-0x00000000bd082fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd083000-0x00000000bd7f3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bd7f4000-0x00000000bd7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000033effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xa2be5018-0xa2bf5057] usable ==> usable
[    0.000000] e820: update [mem 0xa2be5018-0xa2bf5057] usable ==> usable
[    0.000000] e820: update [mem 0xa2bdc018-0xa2be4057] usable ==> usable
[    0.000000] e820: update [mem 0xa2bdc018-0xa2be4057] usable ==> usable
[    0.000000] e820: update [mem 0xa2bd3018-0xa2bdb057] usable ==> usable
[    0.000000] e820: update [mem 0xa2bd3018-0xa2bdb057] usable ==> usable
[    0.000000] e820: update [mem 0xa2bc6018-0xa2bd2857] usable ==> usable
[    0.000000] e820: update [mem 0xa2bc6018-0xa2bd2857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000a2bc6017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2bc6018-0x00000000a2bd2857] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2bd2858-0x00000000a2bd3017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2bd3018-0x00000000a2bdb057] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2bdb058-0x00000000a2bdc017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2bdc018-0x00000000a2be4057] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2be4058-0x00000000a2be5017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2be5018-0x00000000a2bf5057] usable
[    0.000000] reserve setup_data: [mem 0x00000000a2bf5058-0x00000000ba6eafff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba6eb000-0x00000000ba71afff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ba71b000-0x00000000ba72afff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000ba72b000-0x00000000bb531fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bb532000-0x00000000bca33fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bca34000-0x00000000bca34fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bca35000-0x00000000bcc3afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bcc3b000-0x00000000bd082fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bd083000-0x00000000bd7f3fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bd7f4000-0x00000000bd7fffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100001000-0x000000033effffff] usable
[    0.000000] efi: EFI v2.10 by American Megatrends
[    0.000000] efi: ACPI=0xba723000 ACPI 2.0=0xba723000 SMBIOS=0xf04c0 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./SABERTOOTH 990FX R2.0, BIOS 2901 05/04/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x33f000 max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] total RAM covered: 3032M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 4  	lose cover RAM: 0G
[    0.000000] e820: update [mem 0xbd800000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0xbd800 max_arch_pfn = 0x400000000
[    0.000000] Using GB pages for direct mapping
[    0.000000] Secure boot disabled
[    0.000000] RAMDISK: [mem 0x7f358000-0x7fff2fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000BA723000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000BA723070 000054 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000BA72A100 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20211217/tbfadt-615)
[    0.000000] ACPI: DSDT 0x00000000BA723158 006FA8 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000BB52CF80 000040
[    0.000000] ACPI: APIC 0x00000000BA72A210 00009E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000BA72A2B0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000BA72A2F8 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x00000000BA72A338 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000BA72A3C8 000304 (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: Reserving FACP table memory at [mem 0xba72a100-0xba72a20b]
[    0.000000] ACPI: Reserving DSDT table memory at [mem 0xba723158-0xba72a0ff]
[    0.000000] ACPI: Reserving FACS table memory at [mem 0xbb52cf80-0xbb52cfbf]
[    0.000000] ACPI: Reserving APIC table memory at [mem 0xba72a210-0xba72a2ad]
[    0.000000] ACPI: Reserving FPDT table memory at [mem 0xba72a2b0-0xba72a2f3]
[    0.000000] ACPI: Reserving MCFG table memory at [mem 0xba72a2f8-0xba72a333]
[    0.000000] ACPI: Reserving HPET table memory at [mem 0xba72a338-0xba72a36f]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0xba72a3c8-0xba72a6cb]
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000033effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x33effa000-0x33effdfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000033effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000ba6eafff]
[    0.000000]   node   0: [mem 0x00000000bca34000-0x00000000bca34fff]
[    0.000000]   node   0: [mem 0x00000000bcc3b000-0x00000000bd082fff]
[    0.000000]   node   0: [mem 0x00000000bd7f4000-0x00000000bd7fffff]
[    0.000000]   node   0: [mem 0x0000000100001000-0x000000033effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000033effffff]
[    0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.000000] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.000000] On node 0, zone DMA32: 9033 pages in unavailable ranges
[    0.000000] On node 0, zone DMA32: 518 pages in unavailable ranges
[    0.000000] On node 0, zone DMA32: 1905 pages in unavailable ranges
[    0.000000] On node 0, zone Normal: 10241 pages in unavailable ranges
[    0.000000] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x43538210 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xa2bc6000-0xa2bc6fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xa2bd2000-0xa2bd2fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xa2bd3000-0xa2bd3fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xa2bdb000-0xa2bdbfff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xa2bdc000-0xa2bdcfff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xa2be4000-0xa2be4fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xa2be5000-0xa2be5fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xa2bf5000-0xa2bf5fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xba6eb000-0xba71afff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xba71b000-0xba72afff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xba72b000-0xbb531fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xbb532000-0xbca33fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xbca35000-0xbcc3afff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xbd083000-0xbd7f3fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xbd800000-0xfebfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xffffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x100000000-0x100000fff]
[    0.000000] [mem 0xbd800000-0xfebfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Fallback order for Node 0: 0 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 3070930
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img zfs=zroot/ROOT/default rw
[    0.000000] Unknown kernel command line parameters "zfs=zroot/ROOT/default", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.000000] Memory: 11922012K/12479352K available (14343K kernel code, 2092K rwdata, 10940K rodata, 1784K init, 3900K bss, 557084K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] ftrace: allocating 44879 entries in 176 pages
[    0.000000] ftrace: allocated 176 pages with 3 groups
[    0.000000] Dynamic Preempt: full
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.000000] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Trampoline variant of Tasks RCU enabled.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 20736, nr_irqs: 1032, preallocated irqs: 16
[    0.000000] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.000000] Console: colour dummy device 80x25
[    0.000000] printk: console [tty0] enabled
[    0.000000] ACPI: Core revision 20211217
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.026666] tsc: Unable to calibrate against PIT
[    0.026666] tsc: using HPET reference calibration
[    0.026666] tsc: Detected 4013.429 MHz processor
[    0.000002] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39d9ea836a5, max_idle_ns: 440795351559 ns
[    0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 8030.31 BogoMIPS (lpj=13378096)
[    0.000008] pid_max: default: 32768 minimum: 301
[    0.008409] LSM: Security Framework initializing
[    0.008416] landlock: Up and running.
[    0.008417] Yama: becoming mindful.
[    0.008424] LSM support for eBPF active
[    0.008484] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.008524] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.008753] LVT offset 1 assigned for vector 0xf9
[    0.008758] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.008759] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.008762] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.008764] Spectre V2 : Mitigation: Retpolines
[    0.008765] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.008767] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.008768] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.011261] Freeing SMP alternatives memory: 36K
[    0.121743] smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor (family: 0x15, model: 0x2, stepping: 0x0)
[    0.121904] cblist_init_generic: Setting adjustable number of callback queues.
[    0.121906] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.121923] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.121942] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.121962] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.121966] ... version:                0
[    0.121967] ... bit width:              48
[    0.121968] ... generic registers:      6
[    0.121969] ... value mask:             0000ffffffffffff
[    0.121970] ... max period:             00007fffffffffff
[    0.121970] ... fixed-purpose events:   0
[    0.121971] ... event mask:             000000000000003f
[    0.122035] rcu: Hierarchical SRCU implementation.
[    0.122465] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.122572] smp: Bringing up secondary CPUs ...
[    0.122712] x86: Booting SMP configuration:
[    0.122713] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.155829] smp: Brought up 1 node, 8 CPUs
[    0.155829] smpboot: Max logical packages: 1
[    0.155829] smpboot: Total of 8 processors activated (64240.48 BogoMIPS)
[    0.157263] devtmpfs: initialized
[    0.157263] x86/mm: Memory block size: 128MB
[    0.160488] ACPI: PM: Registering ACPI NVS region [mem 0xba72b000-0xbb531fff] (14708736 bytes)
[    0.160488] ACPI: PM: Registering ACPI NVS region [mem 0xbca35000-0xbcc3afff] (2121728 bytes)
[    0.160488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.160488] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.160488] pinctrl core: initialized pinctrl subsystem
[    0.160488] PM: RTC time: 21:47:29, date: 2022-05-11
[    0.160596] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.160906] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.161152] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.161394] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.161408] audit: initializing netlink subsys (disabled)
[    0.161419] audit: type=2000 audit(1652305648.186:1): state=initialized audit_enabled=0 res=1
[    0.161419] thermal_sys: Registered thermal governor 'fair_share'
[    0.161419] thermal_sys: Registered thermal governor 'bang_bang'
[    0.161419] thermal_sys: Registered thermal governor 'step_wise'
[    0.161419] thermal_sys: Registered thermal governor 'user_space'
[    0.161419] thermal_sys: Registered thermal governor 'power_allocator'
[    0.161419] cpuidle: using governor ladder
[    0.161419] cpuidle: using governor menu
[    0.161419] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[    0.161419] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.161419] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.161419] PCI: not using MMCONFIG
[    0.161419] PCI: Using configuration type 1 for base access
[    0.161419] PCI: Using configuration type 1 for extended access
[    0.164062] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.164072] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.164072] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.164072] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.164072] ACPI: Added _OSI(Module Device)
[    0.164072] ACPI: Added _OSI(Processor Device)
[    0.164072] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.164072] ACPI: Added _OSI(Processor Aggregator Device)
[    0.164072] ACPI: Added _OSI(Linux-Dell-Video)
[    0.164072] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.164072] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.168665] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.169623] ACPI: EC: EC started
[    0.169624] ACPI: EC: interrupt blocked
[    0.169629] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.169632] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.169633] ACPI: Interpreter enabled
[    0.169651] ACPI: PM: (supports S0 S3 S4 S5)
[    0.169652] ACPI: Using IOAPIC for interrupt routing
[    0.169822] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.169866] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.169878] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.170168] ACPI: Enabled 11 GPEs in block 00 to 1F
[    0.177187] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.177193] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.177577] PCI host bridge to bus 0000:00
[    0.177579] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.177581] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.177583] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.177584] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.177586] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.177587] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
[    0.177589] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.177604] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[    0.177727] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    0.177753] pci 0000:00:02.0: enabling Extended Tags
[    0.177783] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.177865] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
[    0.177890] pci 0000:00:04.0: enabling Extended Tags
[    0.177919] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.177994] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
[    0.178019] pci 0000:00:05.0: enabling Extended Tags
[    0.178048] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.178134] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[    0.178159] pci 0000:00:09.0: enabling Extended Tags
[    0.178188] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.178264] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[    0.178289] pci 0000:00:0a.0: enabling Extended Tags
[    0.178318] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.178392] pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
[    0.178417] pci 0000:00:0b.0: enabling Extended Tags
[    0.178476] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[    0.178553] pci 0000:00:0d.0: [1002:5a1e] type 01 class 0x060400
[    0.178578] pci 0000:00:0d.0: enabling Extended Tags
[    0.178608] pci 0000:00:0d.0: PME# supported from D0 D3hot D3cold
[    0.178693] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.178708] pci 0000:00:11.0: reg 0x10: [io  0xf040-0xf047]
[    0.178717] pci 0000:00:11.0: reg 0x14: [io  0xf030-0xf033]
[    0.178725] pci 0000:00:11.0: reg 0x18: [io  0xf020-0xf027]
[    0.178734] pci 0000:00:11.0: reg 0x1c: [io  0xf010-0xf013]
[    0.178742] pci 0000:00:11.0: reg 0x20: [io  0xf000-0xf00f]
[    0.178750] pci 0000:00:11.0: reg 0x24: [mem 0xfeb0b000-0xfeb0b3ff]
[    0.178845] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.178860] pci 0000:00:12.0: reg 0x10: [mem 0xfeb0a000-0xfeb0afff]
[    0.178974] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.178989] pci 0000:00:12.2: reg 0x10: [mem 0xfeb09000-0xfeb090ff]
[    0.179061] pci 0000:00:12.2: supports D1 D2
[    0.179063] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.179132] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.179147] pci 0000:00:13.0: reg 0x10: [mem 0xfeb08000-0xfeb08fff]
[    0.179267] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.179282] pci 0000:00:13.2: reg 0x10: [mem 0xfeb07000-0xfeb070ff]
[    0.179354] pci 0000:00:13.2: supports D1 D2
[    0.179356] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.179424] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.179541] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.179560] pci 0000:00:14.2: reg 0x10: [mem 0xfeb00000-0xfeb03fff 64bit]
[    0.179621] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.179688] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.179805] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.179897] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.179912] pci 0000:00:14.5: reg 0x10: [mem 0xfeb06000-0xfeb06fff]
[    0.180038] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    0.180076] pci 0000:00:15.0: enabling Extended Tags
[    0.180119] pci 0000:00:15.0: supports D1 D2
[    0.180203] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
[    0.180240] pci 0000:00:15.1: enabling Extended Tags
[    0.180283] pci 0000:00:15.1: supports D1 D2
[    0.180370] pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400
[    0.180409] pci 0000:00:15.2: enabling Extended Tags
[    0.180452] pci 0000:00:15.2: supports D1 D2
[    0.180540] pci 0000:00:15.3: [1002:43a3] type 01 class 0x060400
[    0.180578] pci 0000:00:15.3: enabling Extended Tags
[    0.180621] pci 0000:00:15.3: supports D1 D2
[    0.180704] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.180719] pci 0000:00:16.0: reg 0x10: [mem 0xfeb05000-0xfeb05fff]
[    0.180831] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.180846] pci 0000:00:16.2: reg 0x10: [mem 0xfeb04000-0xfeb040ff]
[    0.180948] pci 0000:00:16.2: supports D1 D2
[    0.180949] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.181016] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
[    0.181067] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
[    0.181110] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
[    0.181154] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
[    0.181209] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
[    0.181252] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
[    0.181502] pci 0000:01:00.0: [1002:677b] type 00 class 0x030000
[    0.181522] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.181534] pci 0000:01:00.0: reg 0x18: [mem 0xfea20000-0xfea3ffff 64bit]
[    0.181543] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.181558] pci 0000:01:00.0: reg 0x30: [mem 0xfea00000-0xfea1ffff pref]
[    0.181565] pci 0000:01:00.0: enabling Extended Tags
[    0.181578] pci 0000:01:00.0: BAR 0: assigned to efifb
[    0.181584] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.181621] pci 0000:01:00.0: supports D1 D2
[    0.181692] pci 0000:01:00.1: [1002:aa98] type 00 class 0x040300
[    0.181708] pci 0000:01:00.1: reg 0x10: [mem 0xfea40000-0xfea43fff 64bit]
[    0.181740] pci 0000:01:00.1: enabling Extended Tags
[    0.181787] pci 0000:01:00.1: supports D1 D2
[    0.181863] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.181867] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.181870] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.181874] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.182065] pci 0000:02:00.0: [1b21:0612] type 00 class 0x010601
[    0.182111] pci 0000:02:00.0: reg 0x10: [io  0xd050-0xd057]
[    0.182119] pci 0000:02:00.0: reg 0x14: [io  0xd040-0xd043]
[    0.182128] pci 0000:02:00.0: reg 0x18: [io  0xd030-0xd037]
[    0.182136] pci 0000:02:00.0: reg 0x1c: [io  0xd020-0xd023]
[    0.182145] pci 0000:02:00.0: reg 0x20: [io  0xd000-0xd01f]
[    0.182153] pci 0000:02:00.0: reg 0x24: [mem 0xfe900000-0xfe9001ff]
[    0.182270] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.182274] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.182277] pci 0000:00:04.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.182320] pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601
[    0.182336] pci 0000:03:00.0: reg 0x10: [io  0xc050-0xc057]
[    0.182344] pci 0000:03:00.0: reg 0x14: [io  0xc040-0xc043]
[    0.182353] pci 0000:03:00.0: reg 0x18: [io  0xc030-0xc037]
[    0.182361] pci 0000:03:00.0: reg 0x1c: [io  0xc020-0xc023]
[    0.182369] pci 0000:03:00.0: reg 0x20: [io  0xc000-0xc01f]
[    0.182377] pci 0000:03:00.0: reg 0x24: [mem 0xfe800000-0xfe8001ff]
[    0.182491] pci 0000:00:05.0: PCI bridge to [bus 03]
[    0.182495] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    0.182502] pci 0000:00:05.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.182550] pci 0000:04:00.0: [1b21:1142] type 00 class 0x0c0330
[    0.182573] pci 0000:04:00.0: reg 0x10: [mem 0xfe700000-0xfe707fff 64bit]
[    0.182679] pci 0000:04:00.0: PME# supported from D3cold
[    0.182761] pci 0000:00:09.0: PCI bridge to [bus 04]
[    0.182766] pci 0000:00:09.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.182949] pci 0000:00:0a.0: PCI bridge to [bus 05]
[    0.183133] pci 0000:00:0b.0: PCI bridge to [bus 06]
[    0.183319] pci 0000:00:0d.0: PCI bridge to [bus 07]
[    0.183335] pci_bus 0000:08: extended config space not accessible
[    0.183400] pci 0000:00:14.4: PCI bridge to [bus 08] (subtractive decode)
[    0.183408] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    0.183410] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    0.183412] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    0.183413] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.183414] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000dffff window] (subtractive decode)
[    0.183416] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
[    0.183598] pci 0000:00:15.0: PCI bridge to [bus 09]
[    0.183664] pci 0000:0a:00.0: [10ec:8168] type 00 class 0x020000
[    0.183686] pci 0000:0a:00.0: reg 0x10: [io  0xb000-0xb0ff]
[    0.183714] pci 0000:0a:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.183732] pci 0000:0a:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.183834] pci 0000:0a:00.0: supports D1 D2
[    0.183835] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183950] pci 0000:00:15.1: PCI bridge to [bus 0a]
[    0.183956] pci 0000:00:15.1:   bridge window [io  0xb000-0xbfff]
[    0.183962] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.184022] pci 0000:0b:00.0: [1b21:1142] type 00 class 0x0c0330
[    0.184051] pci 0000:0b:00.0: reg 0x10: [mem 0xfe600000-0xfe607fff 64bit]
[    0.184186] pci 0000:0b:00.0: PME# supported from D3cold
[    0.184277] pci 0000:00:15.2: PCI bridge to [bus 0b]
[    0.184284] pci 0000:00:15.2:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.184347] pci 0000:0c:00.0: [1b21:1142] type 00 class 0x0c0330
[    0.184376] pci 0000:0c:00.0: reg 0x10: [mem 0xfe500000-0xfe507fff 64bit]
[    0.184541] pci 0000:0c:00.0: PME# supported from D3cold
[    0.184630] pci 0000:00:15.3: PCI bridge to [bus 0c]
[    0.184637] pci 0000:00:15.3:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.185114] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.185191] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.185271] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.185350] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.185415] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.185466] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.185516] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.185566] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.185698] ACPI: EC: interrupt unblocked
[    0.185699] ACPI: EC: event unblocked
[    0.185703] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.185704] ACPI: EC: GPE=0xa
[    0.185705] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.185707] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.185776] iommu: Default domain type: Translated 
[    0.185778] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.185794] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.185794] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.185794] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.185794] vgaarb: loaded
[    0.185794] SCSI subsystem initialized
[    0.185794] libata version 3.00 loaded.
[    0.185794] ACPI: bus type USB registered
[    0.185794] usbcore: registered new interface driver usbfs
[    0.185794] usbcore: registered new interface driver hub
[    0.185794] usbcore: registered new device driver usb
[    0.185794] pps_core: LinuxPPS API ver. 1 registered
[    0.185794] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.185794] PTP clock support registered
[    0.185794] EDAC MC: Ver: 3.0.0
[    0.185794] Registered efivars operations
[    0.185794] NetLabel: Initializing
[    0.185794] NetLabel:  domain hash size = 128
[    0.185794] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.185794] NetLabel:  unlabeled traffic allowed by default
[    0.185794] mctp: management component transport protocol core
[    0.185794] NET: Registered PF_MCTP protocol family
[    0.185794] PCI: Using ACPI for IRQ routing
[    0.194286] PCI: pci_cache_line_size set to 64 bytes
[    0.194363] e820: reserve RAM buffer [mem 0xa2bc6018-0xa3ffffff]
[    0.194365] e820: reserve RAM buffer [mem 0xa2bd3018-0xa3ffffff]
[    0.194366] e820: reserve RAM buffer [mem 0xa2bdc018-0xa3ffffff]
[    0.194367] e820: reserve RAM buffer [mem 0xa2be5018-0xa3ffffff]
[    0.194368] e820: reserve RAM buffer [mem 0xba6eb000-0xbbffffff]
[    0.194369] e820: reserve RAM buffer [mem 0xbca35000-0xbfffffff]
[    0.194370] e820: reserve RAM buffer [mem 0xbd083000-0xbfffffff]
[    0.194371] e820: reserve RAM buffer [mem 0xbd800000-0xbfffffff]
[    0.194372] e820: reserve RAM buffer [mem 0x33f000000-0x33fffffff]
[    0.194383] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.194383] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.195479] clocksource: Switched to clocksource tsc-early
[    0.203483] VFS: Disk quotas dquot_6.6.0
[    0.203496] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.203574] pnp: PnP ACPI init
[    0.203703] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.204021] system 00:01: [io  0x040b] has been reserved
[    0.204024] system 00:01: [io  0x04d6] has been reserved
[    0.204026] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.204027] system 00:01: [io  0x0c14] has been reserved
[    0.204029] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    0.204030] system 00:01: [io  0x0c52] has been reserved
[    0.204032] system 00:01: [io  0x0c6c] has been reserved
[    0.204033] system 00:01: [io  0x0c6f] has been reserved
[    0.204035] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.204036] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.204037] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    0.204039] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    0.204040] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    0.204042] system 00:01: [io  0x0800-0x089f] has been reserved
[    0.204043] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.204045] system 00:01: [io  0x0900-0x090f] has been reserved
[    0.204046] system 00:01: [io  0x0910-0x091f] has been reserved
[    0.204048] system 00:01: [io  0xfe00-0xfefe] has been reserved
[    0.204050] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.204053] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.204055] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.204057] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.204059] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.204061] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
[    0.204064] system 00:01: [mem 0xff800000-0xffffffff] has been reserved
[    0.204233] system 00:02: [io  0x0290-0x02af] has been reserved
[    0.204321] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.204565] pnp 00:06: [dma 0 disabled]
[    0.204842] system 00:08: [mem 0xfec20000-0xfec200ff] could not be reserved
[    0.204996] pnp: PnP ACPI: found 9 devices
[    0.210878] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.210929] NET: Registered PF_INET protocol family
[    0.211249] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.213910] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.214074] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.214323] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.214395] TCP: Hash tables configured (established 131072 bind 65536)
[    0.214529] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.214600] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.214664] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.214723] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.214727] NET: Registered PF_XDP protocol family
[    0.214741] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.214744] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.214748] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.214750] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.214754] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.214756] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.214759] pci 0000:00:04.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.214764] pci 0000:00:05.0: PCI bridge to [bus 03]
[    0.214766] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    0.214768] pci 0000:00:05.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.214773] pci 0000:00:09.0: PCI bridge to [bus 04]
[    0.214776] pci 0000:00:09.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.214780] pci 0000:00:0a.0: PCI bridge to [bus 05]
[    0.214786] pci 0000:00:0b.0: PCI bridge to [bus 06]
[    0.214792] pci 0000:00:0d.0: PCI bridge to [bus 07]
[    0.214798] pci 0000:00:14.4: PCI bridge to [bus 08]
[    0.214808] pci 0000:00:15.0: PCI bridge to [bus 09]
[    0.214817] pci 0000:00:15.1: PCI bridge to [bus 0a]
[    0.214819] pci 0000:00:15.1:   bridge window [io  0xb000-0xbfff]
[    0.214824] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.214829] pci 0000:00:15.2: PCI bridge to [bus 0b]
[    0.214833] pci 0000:00:15.2:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.214839] pci 0000:00:15.3: PCI bridge to [bus 0c]
[    0.214843] pci 0000:00:15.3:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.214850] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.214851] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.214853] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.214854] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.214856] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.214857] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xffffffff window]
[    0.214859] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.214860] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.214862] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.214863] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.214865] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.214866] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    0.214867] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.214869] pci_bus 0000:04: resource 1 [mem 0xfe700000-0xfe7fffff]
[    0.214871] pci_bus 0000:08: resource 4 [io  0x0000-0x03af window]
[    0.214872] pci_bus 0000:08: resource 5 [io  0x03e0-0x0cf7 window]
[    0.214873] pci_bus 0000:08: resource 6 [io  0x03b0-0x03df window]
[    0.214875] pci_bus 0000:08: resource 7 [io  0x0d00-0xffff window]
[    0.214876] pci_bus 0000:08: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.214877] pci_bus 0000:08: resource 9 [mem 0xc0000000-0xffffffff window]
[    0.214879] pci_bus 0000:0a: resource 0 [io  0xb000-0xbfff]
[    0.214880] pci_bus 0000:0a: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.214882] pci_bus 0000:0b: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.214883] pci_bus 0000:0c: resource 1 [mem 0xfe500000-0xfe5fffff]
[    0.230228] pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x740 took 14922 usecs
[    0.246872] pci 0000:00:12.2: quirk_usb_early_handoff+0x0/0x740 took 16241 usecs
[    0.316872] pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x740 took 68338 usecs
[    0.333534] pci 0000:00:13.2: quirk_usb_early_handoff+0x0/0x740 took 16261 usecs
[    0.350203] pci 0000:00:14.5: quirk_usb_early_handoff+0x0/0x740 took 16262 usecs
[    0.366870] pci 0000:00:16.0: quirk_usb_early_handoff+0x0/0x740 took 16260 usecs
[    0.383549] pci 0000:00:16.2: quirk_usb_early_handoff+0x0/0x740 took 16276 usecs
[    0.383593] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.384011] PCI: CLS 64 bytes, default 64
[    0.384022] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.384023] software IO TLB: mapped [mem 0x00000000a9688000-0x00000000ad688000] (64MB)
[    0.384048] LVT offset 0 assigned for vector 0x400
[    0.384071] Trying to unpack rootfs image as initramfs...
[    0.398051] perf: AMD IBS detected (0x000000ff)
[    0.399059] Initialise system trusted keyrings
[    0.399067] Key type blacklist registered
[    0.399102] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.400415] zbud: loaded
[    0.409413] Key type asymmetric registered
[    0.409414] Asymmetric key parser 'x509' registered
[    0.475464] Freeing initrd memory: 12908K
[    0.478048] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.478074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.478116] io scheduler mq-deadline registered
[    0.478118] io scheduler kyber registered
[    0.478144] io scheduler bfq registered
[    0.479667] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.479769] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.479801] ACPI: button: Power Button [PWRB]
[    0.479827] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.479850] ACPI: button: Power Button [PWRF]
[    0.479881] ACPI: \_PR_.P001: Found 2 idle states
[    0.479945] ACPI: \_PR_.P002: Found 2 idle states
[    0.480068] ACPI: \_PR_.P003: Found 2 idle states
[    0.480149] ACPI: \_PR_.P004: Found 2 idle states
[    0.480213] ACPI: \_PR_.P005: Found 2 idle states
[    0.480316] ACPI: \_PR_.P006: Found 2 idle states
[    0.480379] ACPI: \_PR_.P007: Found 2 idle states
[    0.480451] ACPI: \_PR_.P008: Found 2 idle states
[    0.480683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.480811] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.482552] Non-volatile memory driver v1.3
[    0.482554] Linux agpgart interface v0.103
[    0.482555] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.482592] ACPI: bus type drm_connector registered
[    0.483124] ahci 0000:00:11.0: version 3.0
[    0.483236] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.483239] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    0.483546] scsi host0: ahci
[    0.483694] scsi host1: ahci
[    0.483727] ata1: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b100 irq 19
[    0.483729] ata2: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b180 irq 19
[    0.483853] ahci 0000:02:00.0: SSS flag set, parallel bus scan disabled
[    0.483874] ahci 0000:02:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.483877] ahci 0000:02:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    0.484093] scsi host2: ahci
[    0.484193] scsi host3: ahci
[    0.484227] ata3: SATA max UDMA/133 abar m512@0xfe900000 port 0xfe900100 irq 39
[    0.484229] ata4: SATA max UDMA/133 abar m512@0xfe900000 port 0xfe900180 irq 39
[    0.484356] ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled
[    0.484377] ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.484380] ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    0.484596] scsi host4: ahci
[    0.484701] scsi host5: ahci
[    0.484736] ata5: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800100 irq 41
[    0.484738] ata6: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800180 irq 41
[    0.484775] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.484778] ehci-pci: EHCI PCI platform driver
[    0.484902] QUIRK: Enable AMD PLL fix
[    0.484918] ehci-pci 0000:00:12.2: EHCI Host Controller
[    0.484923] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    0.484927] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    0.484935] ehci-pci 0000:00:12.2: debug port 1
[    0.484968] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
[    0.496828] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    0.496887] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    0.496890] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.496891] usb usb1: Product: EHCI Host Controller
[    0.496893] usb usb1: Manufacturer: Linux 5.17.5-arch1-2 ehci_hcd
[    0.496894] usb usb1: SerialNumber: 0000:00:12.2
[    0.496988] hub 1-0:1.0: USB hub found
[    0.496994] hub 1-0:1.0: 5 ports detected
[    0.497199] ehci-pci 0000:00:13.2: EHCI Host Controller
[    0.497203] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[    0.497209] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    0.497217] ehci-pci 0000:00:13.2: debug port 1
[    0.497245] ehci-pci 0000:00:13.2: irq 21, io mem 0xfeb07000
[    0.510166] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    0.510213] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    0.510215] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.510217] usb usb2: Product: EHCI Host Controller
[    0.510218] usb usb2: Manufacturer: Linux 5.17.5-arch1-2 ehci_hcd
[    0.510219] usb usb2: SerialNumber: 0000:00:13.2
[    0.510298] hub 2-0:1.0: USB hub found
[    0.510304] hub 2-0:1.0: 5 ports detected
[    0.510536] ehci-pci 0000:00:16.2: EHCI Host Controller
[    0.510541] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[    0.510544] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    0.510552] ehci-pci 0000:00:16.2: debug port 1
[    0.510581] ehci-pci 0000:00:16.2: irq 23, io mem 0xfeb04000
[    0.523497] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    0.523542] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    0.523545] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.523547] usb usb3: Product: EHCI Host Controller
[    0.523548] usb usb3: Manufacturer: Linux 5.17.5-arch1-2 ehci_hcd
[    0.523549] usb usb3: SerialNumber: 0000:00:16.2
[    0.523628] hub 3-0:1.0: USB hub found
[    0.523634] hub 3-0:1.0: 4 ports detected
[    0.523751] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.523758] ohci-pci: OHCI PCI platform driver
[    0.523849] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    0.523854] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
[    0.523874] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb0a000
[    0.584285] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.17
[    0.584289] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.584291] usb usb4: Product: OHCI PCI host controller
[    0.584292] usb usb4: Manufacturer: Linux 5.17.5-arch1-2 ohci_hcd
[    0.584293] usb usb4: SerialNumber: 0000:00:12.0
[    0.584393] hub 4-0:1.0: USB hub found
[    0.584400] hub 4-0:1.0: 5 ports detected
[    0.584709] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    0.584715] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[    0.584737] ohci-pci 0000:00:13.0: irq 20, io mem 0xfeb08000
[    0.644219] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.17
[    0.644222] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.644224] usb usb5: Product: OHCI PCI host controller
[    0.644225] usb usb5: Manufacturer: Linux 5.17.5-arch1-2 ohci_hcd
[    0.644227] usb usb5: SerialNumber: 0000:00:13.0
[    0.644306] hub 5-0:1.0: USB hub found
[    0.644314] hub 5-0:1.0: 5 ports detected
[    0.644555] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    0.644559] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
[    0.644578] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
[    0.704211] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.17
[    0.704214] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.704216] usb usb6: Product: OHCI PCI host controller
[    0.704217] usb usb6: Manufacturer: Linux 5.17.5-arch1-2 ohci_hcd
[    0.704219] usb usb6: SerialNumber: 0000:00:14.5
[    0.704297] hub 6-0:1.0: USB hub found
[    0.704304] hub 6-0:1.0: 2 ports detected
[    0.704530] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    0.704536] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
[    0.704554] ohci-pci 0000:00:16.0: irq 22, io mem 0xfeb05000
[    0.749104] usb 1-3: new high-speed USB device number 2 using ehci-pci
[    0.764205] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.17
[    0.764209] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.764211] usb usb7: Product: OHCI PCI host controller
[    0.764212] usb usb7: Manufacturer: Linux 5.17.5-arch1-2 ohci_hcd
[    0.764213] usb usb7: SerialNumber: 0000:00:16.0
[    0.764292] hub 7-0:1.0: USB hub found
[    0.764300] hub 7-0:1.0: 4 ports detected
[    0.764454] uhci_hcd: USB Universal Host Controller Interface driver
[    0.764504] usbcore: registered new interface driver usbserial_generic
[    0.764509] usbserial: USB Serial support registered for generic
[    0.764583] rtc_cmos 00:03: RTC can wake from S4
[    0.764764] rtc_cmos 00:03: registered as rtc0
[    0.764785] rtc_cmos 00:03: setting system clock to 2022-05-11T21:47:29 UTC (1652305649)
[    0.764798] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.764991] ledtrig-cpu: registered to indicate activity on CPUs
[    0.765185] efifb: probing for efifb
[    0.765192] efifb: No BGRT, not showing boot graphics
[    0.765193] efifb: framebuffer at 0xc0000000, using 3072k, total 3072k
[    0.765195] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.765196] efifb: scrolling: redraw
[    0.765196] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.765232] fbcon: Deferring console take-over
[    0.765233] fb0: EFI VGA frame buffer device
[    0.765246] hid: raw HID events driver (C) Jiri Kosina
[    0.765307] drop_monitor: Initializing network drop monitor service
[    0.765362] Initializing XFRM netlink socket
[    0.765451] NET: Registered PF_INET6 protocol family
[    0.767968] Segment Routing with IPv6
[    0.767970] RPL Segment Routing with IPv6
[    0.767977] In-situ OAM (IOAM) with IPv6
[    0.767995] NET: Registered PF_PACKET protocol family
[    0.768032] x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
[    0.768359] microcode: microcode updated early to new patch_level=0x06000852
[    0.768380] microcode: CPU0: patch_level=0x06000852
[    0.768387] microcode: CPU1: patch_level=0x06000852
[    0.768394] microcode: CPU2: patch_level=0x06000852
[    0.768402] microcode: CPU3: patch_level=0x06000852
[    0.768411] microcode: CPU4: patch_level=0x06000852
[    0.768417] microcode: CPU5: patch_level=0x06000852
[    0.768426] microcode: CPU6: patch_level=0x06000852
[    0.768433] microcode: CPU7: patch_level=0x06000852
[    0.768437] microcode: Microcode Update Driver: v2.2.
[    0.768440] IPI shorthand broadcast: enabled
[    0.768448] sched_clock: Marking stable (794996202, -26661995)->(859915081, -91580874)
[    0.768724] registered taskstats version 1
[    0.768888] Loading compiled-in X.509 certificates
[    0.772680] Loaded X.509 cert 'Build time autogenerated kernel key: e166cb8d3e34ca4c470c68cb0ad3c9edf6a38f1a'
[    0.773167] zswap: loaded using pool lz4/z3fold
[    0.773343] Key type ._fscrypt registered
[    0.773344] Key type .fscrypt registered
[    0.773345] Key type fscrypt-provisioning registered
[    0.774891] PM:   Magic number: 6:285:803
[    0.775045] RAS: Correctable Errors collector initialized.
[    0.793854] ata3: SATA link down (SStatus 0 SControl 300)
[    0.802687] ata5: SATA link down (SStatus 0 SControl 300)
[    0.907067] usb 1-3: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
[    0.907071] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    0.907073] usb 1-3: Product: Ultra
[    0.907074] usb 1-3: Manufacturer: SanDisk
[    0.907075] usb 1-3: SerialNumber: 4C530001240204110501
[    0.962643] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.963280] ata2.00: ATA-11: WDC  WDS500G2B0B-00YS70, 415020WD, max UDMA/133
[    0.963835] ata2.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    0.964658] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.965278] ata1.00: ATA-11: WDC  WDS500G2B0B-00YS70, 415020WD, max UDMA/133
[    0.965334] ata2.00: Features: Dev-Sleep
[    0.965907] ata1.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    0.967404] ata1.00: Features: Dev-Sleep
[    0.968658] ata2.00: configured for UDMA/133
[    0.970928] ata1.00: configured for UDMA/133
[    0.971105] scsi 0:0:0:0: Direct-Access     ATA      WDC  WDS500G2B0B 20WD PQ: 0 ANSI: 5
[    0.971391] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    0.971394] scsi 1:0:0:0: Direct-Access     ATA      WDC  WDS500G2B0B 20WD PQ: 0 ANSI: 5
[    0.971406] sd 0:0:0:0: [sda] Write Protect is off
[    0.971409] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.971432] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.971676] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    0.971686] sd 1:0:0:0: [sdb] Write Protect is off
[    0.971687] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    0.971707] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.983912]  sda: sda1 sda2
[    0.992672]  sdb: sdb1 sdb2
[    1.003232] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.011410] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.042428] usb 5-2: new full-speed USB device number 2 using ohci-pci
[    1.230128] usb 5-2: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=30.00
[    1.230132] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.230133] usb 5-2: Product: USB Receiver
[    1.230135] usb 5-2: Manufacturer: Logitech
[    1.236901] ata4: SATA link down (SStatus 0 SControl 300)
[    1.356737] tsc: Refined TSC clocksource calibration: 4013.467 MHz
[    1.356758] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39da0e771b7, max_idle_ns: 440795266169 ns
[    1.356793] clocksource: Switched to clocksource tsc
[    1.550227] ata6: SATA link down (SStatus 0 SControl 300)
[    1.552976] Freeing unused decrypted memory: 2036K
[    1.553377] Freeing unused kernel image (initmem) memory: 1784K
[    1.553379] Write protecting the kernel read-only data: 28672k
[    1.553982] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.554315] Freeing unused kernel image (rodata/data gap) memory: 1348K
[    1.593928] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.593932] rodata_test: all tests were successful
[    1.593935] Run /init as init process
[    1.593936]   with arguments:
[    1.593937]     /init
[    1.593938]   with environment:
[    1.593939]     HOME=/
[    1.593940]     TERM=linux
[    1.593940]     zfs=zroot/ROOT/default
[    1.613253] fbcon: Taking over console
[    1.613319] Console: switching to colour frame buffer device 128x48
[    1.715104] usb-storage 1-3:1.0: USB Mass Storage device detected
[    1.715518] scsi host6: usb-storage 1-3:1.0
[    1.715612] usbcore: registered new interface driver usb-storage
[    1.719889] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.719896] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 8
[    1.720878] usbcore: registered new interface driver uas
[    1.780300] xhci_hcd 0000:04:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800410
[    1.780590] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    1.780592] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.780594] usb usb8: Product: xHCI Host Controller
[    1.780596] usb usb8: Manufacturer: Linux 5.17.5-arch1-2 xhci-hcd
[    1.780597] usb usb8: SerialNumber: 0000:04:00.0
[    1.780704] hub 8-0:1.0: USB hub found
[    1.780712] hub 8-0:1.0: 2 ports detected
[    1.780827] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.780830] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 9
[    1.780833] xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
[    1.780876] usb usb9: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.780897] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    1.780899] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.780901] usb usb9: Product: xHCI Host Controller
[    1.780902] usb usb9: Manufacturer: Linux 5.17.5-arch1-2 xhci-hcd
[    1.780903] usb usb9: SerialNumber: 0000:04:00.0
[    1.781006] hub 9-0:1.0: USB hub found
[    1.781014] hub 9-0:1.0: 2 ports detected
[    1.781213] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    1.781218] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 10
[    1.806728] usb 5-3: new low-speed USB device number 3 using ohci-pci
[    1.821402] spl: loading out-of-tree module taints kernel.
[    1.821485] spl: module verification failed: signature and/or required key missing - tainting kernel
[    1.823122] znvpair: module license 'CDDL' taints kernel.
[    1.823126] Disabling lock debugging due to kernel taint
[    1.841639] xhci_hcd 0000:0b:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800410
[    1.841905] usb usb10: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    1.841907] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.841911] usb usb10: Product: xHCI Host Controller
[    1.841913] usb usb10: Manufacturer: Linux 5.17.5-arch1-2 xhci-hcd
[    1.841914] usb usb10: SerialNumber: 0000:0b:00.0
[    1.842007] hub 10-0:1.0: USB hub found
[    1.842017] hub 10-0:1.0: 2 ports detected
[    1.842207] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    1.842210] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 11
[    1.842213] xhci_hcd 0000:0b:00.0: Host supports USB 3.0 SuperSpeed
[    1.842255] usb usb11: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.842277] usb usb11: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    1.842279] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.842281] usb usb11: Product: xHCI Host Controller
[    1.842282] usb usb11: Manufacturer: Linux 5.17.5-arch1-2 xhci-hcd
[    1.842283] usb usb11: SerialNumber: 0000:0b:00.0
[    1.842374] hub 11-0:1.0: USB hub found
[    1.842383] hub 11-0:1.0: 2 ports detected
[    1.842572] xhci_hcd 0000:0c:00.0: xHCI Host Controller
[    1.842577] xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 12
[    1.902990] xhci_hcd 0000:0c:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800410
[    1.903266] usb usb12: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    1.903268] usb usb12: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.903270] usb usb12: Product: xHCI Host Controller
[    1.903271] usb usb12: Manufacturer: Linux 5.17.5-arch1-2 xhci-hcd
[    1.903273] usb usb12: SerialNumber: 0000:0c:00.0
[    1.903361] hub 12-0:1.0: USB hub found
[    1.903370] hub 12-0:1.0: 2 ports detected
[    1.903486] xhci_hcd 0000:0c:00.0: xHCI Host Controller
[    1.903488] xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 13
[    1.903491] xhci_hcd 0000:0c:00.0: Host supports USB 3.0 SuperSpeed
[    1.903530] usb usb13: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.903552] usb usb13: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    1.903554] usb usb13: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.903555] usb usb13: Product: xHCI Host Controller
[    1.903557] usb usb13: Manufacturer: Linux 5.17.5-arch1-2 xhci-hcd
[    1.903558] usb usb13: SerialNumber: 0000:0c:00.0
[    1.903630] hub 13-0:1.0: USB hub found
[    1.903638] hub 13-0:1.0: 2 ports detected
[    1.945221] ZFS: Loaded module v2.1.4-1, ZFS pool version 5000, ZFS filesystem version 5
[    1.997154] usb 5-3: New USB device found, idVendor=03f0, idProduct=0024, bcdDevice= 3.00
[    1.997160] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.997162] usb 5-3: Product: HP Basic USB Keyboard
[    1.997163] usb 5-3: Manufacturer: CHICONY
[    2.008415] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.0/0003:046D:C52F.0001/input/input2
[    2.008473] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:13.0-2/input0
[    2.012553] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.1/0003:046D:C52F.0002/input/input3
[    2.036753] usb 8-1: new full-speed USB device number 2 using xhci_hcd
[    2.066854] hid-generic 0003:046D:C52F.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:13.0-2/input1
[    2.073496] input: CHICONY HP Basic USB Keyboard as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/0003:03F0:0024.0003/input/input6
[    2.074170] random: fast init done
[    2.130190] hid-generic 0003:03F0:0024.0003: input,hidraw2: USB HID v1.10 Keyboard [CHICONY HP Basic USB Keyboard] on usb-0000:00:13.0-3/input0
[    2.130224] usbcore: registered new interface driver usbhid
[    2.130229] usbhid: USB HID core driver
[    2.160274] logitech-djreceiver 0003:046D:C52F.0001: hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:13.0-2/input0
[    2.260403] logitech-djreceiver 0003:046D:C52F.0002: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:13.0-2/input1
[    2.319149] logitech-djreceiver 0003:046D:C52F.0002: device of type eQUAD step 4 DJ (0x04) connected on slot 1
[    2.319558] input: Logitech Wireless Mouse PID:4055 Mouse as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.1/0003:046D:C52F.0002/0003:046D:4055.0004/input/input7
[    2.319648] input: Logitech Wireless Mouse PID:4055 Consumer Control as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.1/0003:046D:C52F.0002/0003:046D:4055.0004/input/input8
[    2.319711] hid-generic 0003:046D:4055.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4055] on usb-0000:00:13.0-2/input1:1
[    2.355063] usb 8-1: New USB device found, idVendor=051d, idProduct=0002, bcdDevice= 0.90
[    2.355067] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.355069] usb 8-1: Product: Back-UPS RS 1500MS FW:952.e3 .D USB FW:e3     
[    2.355070] usb 8-1: Manufacturer: American Power Conversion
[    2.355071] usb 8-1: SerialNumber: 3B1832X29658  
[    2.363035] hid-generic 0003:051D:0002.0005: hiddev97,hidraw4: USB HID v1.00 Device [American Power Conversion Back-UPS RS 1500MS FW:952.e3 .D USB FW:e3     ] on usb-0000:04:00.0-1/input0
[    2.423296] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.1/0003:046D:C52F.0002/0003:046D:4055.0004/input/input12
[    2.423384] logitech-hidpp-device 0003:046D:4055.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:13.0-2/input1:1
[    2.720773] scsi 6:0:0:0: Direct-Access     SanDisk  Ultra            1.00 PQ: 0 ANSI: 6
[    2.721637] sd 6:0:0:0: [sdc] 30464000 512-byte logical blocks: (15.6 GB/14.5 GiB)
[    2.722634] sd 6:0:0:0: [sdc] Write Protect is off
[    2.722636] sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00
[    2.723632] sd 6:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.728637]  sdc: sdc1 sdc2
[    2.732132] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[    2.924342] random: crng init done
[    2.924372] systemd[1]: Successfully credited entropy passed from boot loader.
[    2.926716] systemd[1]: systemd 250.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    2.946803] systemd[1]: Detected architecture x86-64.
[    2.947931] systemd[1]: Hostname set to <lurch>.
[    3.116185] systemd[708]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[    3.212082] systemd[1]: Queued start job for default target Graphical Interface.
[    3.213295] systemd[1]: Created slice Slice /system/getty.
[    3.213672] systemd[1]: Created slice Slice /system/modprobe.
[    3.213994] systemd[1]: Created slice Slice /system/systemd-fsck.
[    3.214243] systemd[1]: Created slice User and Session Slice.
[    3.214356] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.214449] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.214647] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.214728] systemd[1]: Reached target Local Encrypted Volumes.
[    3.214778] systemd[1]: Reached target Login Prompts.
[    3.214825] systemd[1]: Reached target Local Integrity Protected Volumes.
[    3.214893] systemd[1]: Reached target Path Units.
[    3.214940] systemd[1]: Reached target Remote File Systems.
[    3.214987] systemd[1]: Reached target Slice Units.
[    3.215034] systemd[1]: Reached target Swaps.
[    3.215081] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.215215] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.215834] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.217156] systemd[1]: Listening on Process Core Dump Socket.
[    3.217601] systemd[1]: Listening on Journal Audit Socket.
[    3.217736] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.217868] systemd[1]: Listening on Journal Socket.
[    3.218034] systemd[1]: Listening on Network Service Netlink Socket.
[    3.218623] systemd[1]: Listening on udev Control Socket.
[    3.218739] systemd[1]: Listening on udev Kernel Socket.
[    3.219572] systemd[1]: Mounting Huge Pages File System...
[    3.220304] systemd[1]: Mounting POSIX Message Queue File System...
[    3.221060] systemd[1]: Mounting Kernel Debug File System...
[    3.221895] systemd[1]: Mounting Kernel Trace File System...
[    3.223128] systemd[1]: Mounting Temporary Directory /tmp...
[    3.224274] systemd[1]: Starting Create List of Static Device Nodes...
[    3.225115] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.225981] systemd[1]: Starting Load Kernel Module configfs...
[    3.226860] systemd[1]: Starting Load Kernel Module drm...
[    3.227738] systemd[1]: Starting Load Kernel Module fuse...
[    3.228442] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    3.229895] systemd[1]: Starting Journal Service...
[    3.231760] systemd[1]: Starting Load Kernel Modules...
[    3.233277] systemd[1]: Starting Generate network units from Kernel command line...
[    3.234977] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.235841] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    3.236867] systemd[1]: Starting Coldplug All udev Devices...
[    3.239090] systemd[1]: Mounted Huge Pages File System.
[    3.239849] fuse: init (API version 7.36)
[    3.239932] systemd[1]: Mounted POSIX Message Queue File System.
[    3.240727] systemd[1]: Mounted Kernel Debug File System.
[    3.241429] systemd[1]: Mounted Kernel Trace File System.
[    3.242107] systemd[1]: Mounted Temporary Directory /tmp.
[    3.242965] systemd[1]: Finished Create List of Static Device Nodes.
[    3.244247] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.244396] systemd[1]: Finished Load Kernel Module configfs.
[    3.245077] audit: type=1130 audit(1652305651.975:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.245090] audit: type=1131 audit(1652305651.975:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.245343] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.245468] systemd[1]: Finished Load Kernel Module drm.
[    3.246064] audit: type=1130 audit(1652305651.975:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.246077] audit: type=1131 audit(1652305651.975:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.246317] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.246440] systemd[1]: Finished Load Kernel Module fuse.
[    3.247062] audit: type=1130 audit(1652305651.978:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.247076] audit: type=1131 audit(1652305651.978:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.247383] systemd[1]: Finished Generate network units from Kernel command line.
[    3.247977] audit: type=1130 audit(1652305651.978:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-network-generator comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.248163] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.248786] audit: type=1130 audit(1652305651.978:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.248929] systemd[1]: Reached target Preparation for Network.
[    3.250376] systemd[1]: Mounting FUSE Control File System...
[    3.252102] systemd[1]: Mounting Kernel Configuration File System...
[    3.252773] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    3.253058] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.253094] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    3.253134] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    3.253646] systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
[    3.254545] systemd[1]: Starting Load/Save Random Seed...
[    3.256033] systemd[1]: Starting Create System Users...
[    3.258682] systemd[1]: Mounted FUSE Control File System.
[    3.259385] systemd[1]: Mounted Kernel Configuration File System.
[    3.265025] device-mapper: uevent: version 1.0.3
[    3.265155] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    3.269676] systemd[1]: Finished Load/Save Random Seed.
[    3.270285] audit: type=1130 audit(1652305652.002:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.270505] systemd[1]: Finished Create System Users.
[    3.271159] systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    3.272042] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.273493] systemd[1]: Finished Load Kernel Modules.
[    3.275349] systemd[1]: Starting Apply Kernel Variables...
[    3.281672] systemd[1]: Finished Apply Kernel Variables.
[    3.296274] systemd[1]: Finished Create Static Device Nodes in /dev.
[    3.298249] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    3.324574] systemd[1]: Started Journal Service.
[    3.331115] systemd-journald[755]: Received client request to flush runtime journal.
[    3.482123] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    3.482136] piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port selection
[    3.482342] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    3.503990] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    3.504130] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    3.505716] input: PC Speaker as /devices/platform/pcspkr/input/input13
[    3.505934] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    3.507026] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.509475] mousedev: PS/2 mouse device common for all mice
[    3.513680] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.514437] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.514441] cfg80211: failed to load regulatory.db
[    3.543622] cryptd: max_cpu_qlen set to 1000
[    3.605539] AVX version of gcm_enc/dec engaged.
[    3.605579] AES CTR mode by8 optimization enabled
[    3.606001] [drm] radeon kernel modesetting enabled.
[    3.606110] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[    3.606116] fb0: switching to radeon from EFI VGA
[    3.606423] Console: switching to colour dummy device 80x25
[    3.606454] radeon 0000:01:00.0: vgaarb: deactivate vga console
[    3.607296] [drm] initializing kernel modesetting (CAICOS 0x1002:0x677B 0x1462:0x809A 0x00).
[    3.607392] ATOM BIOS: 113
[    3.607850] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    3.607853] radeon 0000:01:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF
[    3.607858] [drm] Detected VRAM RAM=2048M, BAR=256M
[    3.607859] [drm] RAM width 64bits DDR
[    3.607879] [drm] radeon: 2048M of VRAM memory ready
[    3.607880] [drm] radeon: 1024M of GTT memory ready.
[    3.607888] [drm] Loading CAICOS Microcode
[    3.620040] [drm] Internal thermal controller with fan control
[    3.624441] [drm] radeon: dpm initialized
[    3.624670] r8169 0000:0a:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.640795] r8169 0000:0a:00.0 eth0: RTL8168f/8111f, 14:dd:a9:7b:78:c2, XID 480, IRQ 68
[    3.640802] r8169 0000:0a:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    3.641842] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    3.643068] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    3.653501] [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
[    3.653605] radeon 0000:01:00.0: WB enabled
[    3.653608] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00
[    3.653611] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c
[    3.654382] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118
[    3.654507] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[    3.654550] radeon 0000:01:00.0: radeon: using MSI.
[    3.654582] [drm] radeon: irq initialized.
[    3.671071] [drm] ring test on 0 succeeded in 2 usecs
[    3.671084] [drm] ring test on 3 succeeded in 6 usecs
[    3.692882] r8169 0000:0a:00.0 enp10s0: renamed from eth0
[    3.752856] RTL8211E Gigabit Ethernet r8169-0-a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-a00:00, irq=MAC)
[    3.836969] asus_wmi: ASUS WMI generic driver loaded
[    3.848277] [drm] ring test on 5 succeeded in 2 usecs
[    3.848289] [drm] UVD initialized successfully.
[    3.848557] [drm] ib test on ring 0 succeeded in 0 usecs
[    3.848640] [drm] ib test on ring 3 succeeded in 0 usecs
[    3.853174] asus_wmi: Initialization: 0x0
[    3.853213] asus_wmi: BIOS WMI version: 0.9
[    3.853288] asus_wmi: SFUN value: 0x0
[    3.853290] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    3.854337] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input14
[    3.960427] SVM: TSC scaling supported
[    3.960431] kvm: Nested Virtualization enabled
[    3.960432] SVM: kvm: Nested Paging enabled
[    3.960437] SVM: LBR virtualization supported
[    3.971863] r8169 0000:0a:00.0 enp10s0: Link is Down
[    4.000064] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    4.037064] MCE: In-kernel MCE decoding enabled.
[    4.044918] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input15
[    4.055802] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    4.055807] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.055809] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    4.055811] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.055813] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
[    4.055814] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.055815] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    4.055817] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    4.055818] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    4.070604] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input16
[    4.070675] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input17
[    4.070743] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input18
[    4.070798] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input19
[    4.070857] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input20
[    4.070910] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input21
[    4.070955] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input22
[    4.071077] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input23
[    4.503421] [drm] ib test on ring 5 succeeded
[    4.503742] [drm] Radeon Display Connectors
[    4.503743] [drm] Connector 0:
[    4.503744] [drm]   HDMI-A-1
[    4.503745] [drm]   HPD1
[    4.503745] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    4.503747] [drm]   Encoders:
[    4.503748] [drm]     DFP1: INTERNAL_UNIPHY1
[    4.503749] [drm] Connector 1:
[    4.503750] [drm]   DVI-D-1
[    4.503750] [drm]   HPD4
[    4.503751] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    4.503752] [drm]   Encoders:
[    4.503753] [drm]     DFP2: INTERNAL_UNIPHY
[    4.503754] [drm] Connector 2:
[    4.503754] [drm]   VGA-1
[    4.503755] [drm]   DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
[    4.503756] [drm]   Encoders:
[    4.503757] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    4.595710] [drm] fb mappable at 0xC0363000
[    4.595712] [drm] vram apper at 0xC0000000
[    4.595713] [drm] size 8294400
[    4.595714] [drm] fb depth is 24
[    4.595715] [drm]    pitch is 7680
[    4.595780] fbcon: radeondrmfb (fb0) is primary device
[    4.642244] Console: switching to colour frame buffer device 240x67
[    4.647670] radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
[    4.696810] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[    4.938650] [drm] amdgpu kernel modesetting enabled.
[    4.938750] amdgpu: CRAT table not found
[    4.938753] amdgpu: Virtual CRAT table created for CPU
[    4.938765] amdgpu: Topology: Add CPU node
[    5.201423] kauditd_printk_skb: 26 callbacks suppressed
[    5.201426] audit: type=1130 audit(1652305653.932:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.207411] audit: type=1130 audit(1652305653.938:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.212072] audit: type=1130 audit(1652305653.942:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=irqbalance comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.213416] audit: type=1130 audit(1652305653.945:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.214879] audit: type=1334 audit(1652305653.945:41): prog-id=19 op=LOAD
[    5.215010] audit: type=1334 audit(1652305653.945:42): prog-id=20 op=LOAD
[    5.215056] audit: type=1334 audit(1652305653.945:43): prog-id=21 op=LOAD
[    5.222726] audit: type=1130 audit(1652305653.952:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.240880] audit: type=1130 audit(1652305653.972:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.242489] audit: type=1130 audit(1652305653.972:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.511271] logitech-hidpp-device 0003:046D:4055.0004: HID++ 4.5 device connected.
[    6.774195] r8169 0000:0a:00.0 enp10s0: Link is Up - 1Gbps/Full - flow control off
[    6.774208] IPv6: ADDRCONF(NETDEV_CHANGE): enp10s0: link becomes ready
[    7.776437] rfkill: input handler disabled
[   13.931921] kauditd_printk_skb: 38 callbacks suppressed
[   13.931925] audit: type=1100 audit(1652305662.541:81): pid=1807 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="lenny" exe="/usr/lib/gdm-session-worker" hostname=lurch addr=? terminal=/dev/tty1 res=success'
[   13.932639] audit: type=1101 audit(1652305662.541:82): pid=1807 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/lib/gdm-session-worker" hostname=lurch addr=? terminal=/dev/tty1 res=success'
[   13.933439] audit: type=1103 audit(1652305662.541:83): pid=1807 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="lenny" exe="/usr/lib/gdm-session-worker" hostname=lurch addr=? terminal=/dev/tty1 res=success'
[   13.933954] audit: type=1006 audit(1652305662.548:84): pid=1807 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   13.933959] audit: type=1300 audit(1652305662.548:84): arch=c000003e syscall=1 success=yes exit=4 a0=a a1=7ffc4ce26ab0 a2=4 a3=7ffc4ce267c4 items=0 ppid=1190 pid=1807 auid=1000 uid=0 gid=984 euid=0 suid=0 fsuid=0 egid=984 sgid=984 fsgid=984 tty=(none) ses=3 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
[   13.933967] audit: type=1327 audit(1652305662.548:84): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D70617373776F72645D
[   13.949256] audit: type=1130 audit(1652305662.561:85): 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'
[   13.955097] audit: type=1101 audit(1652305662.568:86): pid=1884 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.955125] audit: type=1103 audit(1652305662.568:87): pid=1884 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lenny" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   13.955178] audit: type=1006 audit(1652305662.568:88): pid=1884 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1
[   14.417495] rfkill: input handler enabled
[   16.189045] ISO 9660 Extensions: Microsoft Joliet Level 3
[   16.191420] ISO 9660 Extensions: Microsoft Joliet Level 3
[   16.192796] ISO 9660 Extensions: RRIP_1991A
[   16.220385] rfkill: input handler disabled
[   28.035560] kauditd_printk_skb: 8 callbacks suppressed
[   28.035563] audit: type=1131 audit(1652305676.528:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   28.044466] audit: type=1131 audit(1652305676.538:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   46.716458] audit: type=1131 audit(1652305695.190:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   46.746285] audit: type=1131 audit(1652305695.220:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   46.821508] audit: type=1334 audit(1652305695.297:99): prog-id=0 op=UNLOAD
[   46.821515] audit: type=1334 audit(1652305695.297:100): prog-id=0 op=UNLOAD
[   46.821519] audit: type=1334 audit(1652305695.297:101): prog-id=0 op=UNLOAD
[   46.954899] audit: type=1334 audit(1652305695.430:102): prog-id=0 op=UNLOAD
[   46.954905] audit: type=1334 audit(1652305695.430:103): prog-id=0 op=UNLOAD
[   46.954910] audit: type=1334 audit(1652305695.430:104): prog-id=0 op=UNLOAD
[   67.546097] audit: type=1100 audit(1652305716.021:105): pid=65909 uid=1000 auid=1000 ses=4 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   67.546379] audit: type=1101 audit(1652305716.021:106): pid=65909 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   67.556763] audit: type=1101 audit(1652305716.031:107): pid=68826 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   67.557910] audit: type=1110 audit(1652305716.035:108): pid=68826 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   67.561060] audit: type=1105 audit(1652305716.038:109): pid=68826 uid=1000 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   67.572795] audit: type=1106 audit(1652305716.048:110): pid=68826 uid=1000 auid=1000 ses=4 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   67.572860] audit: type=1104 audit(1652305716.048:111): pid=68826 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   68.233064] audit: type=1131 audit(1652305716.708:112): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   72.374944] audit: type=1130 audit(1652305720.848:113): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=flatpak-system-helper comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   78.756653] audit: type=1101 audit(1652305727.232:114): pid=81260 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   78.764734] audit: type=1101 audit(1652305727.238:115): pid=81261 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   78.765287] audit: type=1110 audit(1652305727.238:116): pid=81261 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   78.768276] audit: type=1105 audit(1652305727.242:117): pid=81261 uid=1000 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   78.789592] audit: type=1106 audit(1652305727.262:118): pid=81261 uid=1000 auid=1000 ses=4 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   78.789648] audit: type=1104 audit(1652305727.262:119): pid=81261 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  278.051341] audit: type=1100 audit(1652305926.535:120): pid=111115 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="lenny" exe="/usr/bin/sshd" hostname=192.168.1.117 addr=192.168.1.117 terminal=ssh res=success'
[  278.052511] audit: type=1101 audit(1652305926.535:121): pid=111115 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sshd" hostname=192.168.1.117 addr=192.168.1.117 terminal=ssh res=success'
[  278.053373] audit: type=1103 audit(1652305926.538:122): pid=111115 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="lenny" exe="/usr/bin/sshd" hostname=192.168.1.117 addr=192.168.1.117 terminal=ssh res=success'
[  278.053441] audit: type=1006 audit(1652305926.538:123): pid=111115 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=5 res=1
[  278.053451] audit: type=1300 audit(1652305926.538:123): arch=c000003e syscall=1 success=yes exit=4 a0=3 a1=7ffee539e7c0 a2=4 a3=7ffee539e4d4 items=0 ppid=1184 pid=111115 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=5 comm="sshd" exe="/usr/bin/sshd" key=(null)
[  278.053455] audit: type=1327 audit(1652305926.538:123): proctitle=737368643A206C656E6E79205B707269765D
[  278.060825] audit: type=1105 audit(1652305926.545:124): pid=111115 uid=0 auid=1000 ses=5 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lenny" exe="/usr/bin/sshd" hostname=192.168.1.117 addr=192.168.1.117 terminal=ssh res=success'
[  278.061998] audit: type=1103 audit(1652305926.545:125): pid=111117 uid=0 auid=1000 ses=5 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="lenny" exe="/usr/bin/sshd" hostname=192.168.1.117 addr=192.168.1.117 terminal=ssh res=success'
[  311.789930] audit: type=1100 audit(1652305960.276:126): pid=111356 uid=1000 auid=1000 ses=5 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  311.790140] audit: type=1101 audit(1652305960.276:127): pid=111356 uid=1000 auid=1000 ses=5 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  311.798070] audit: type=1101 audit(1652305960.283:128): pid=111357 uid=1000 auid=1000 ses=5 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  311.798604] audit: type=1110 audit(1652305960.283:129): pid=111357 uid=1000 auid=1000 ses=5 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  311.801360] audit: type=1105 audit(1652305960.286:130): pid=111357 uid=1000 auid=1000 ses=5 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

sudo lspci -k

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 Host Bridge (rev 02)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 Host Bridge
00:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GFX port 0)
	DeviceName:  Onboard IGD
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 0)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:05.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 1)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 4)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:0a.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 5)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:0b.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD990 PCI to PCI bridge (PCI Express GFX2 port 0)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:0d.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP2 Port 0)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 5a14
	Kernel driver in use: pcieport
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (rev 40)
	Subsystem: ASUSTeK Computer Inc. M5A99X EVO (R1.0) SB950
	Kernel driver in use: ahci
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
	Kernel driver in use: ohci-pci
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
	Kernel driver in use: ehci-pci
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
	Kernel driver in use: ohci-pci
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
	Kernel driver in use: ehci-pci
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 42)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
	Subsystem: ASUSTeK Computer Inc. Device 8436
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
	Kernel driver in use: ohci-pci
00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 0000
	Kernel driver in use: pcieport
00:15.1 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 0000
	Kernel driver in use: pcieport
00:15.2 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB900 PCI to PCI bridge (PCIE port 2)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 0000
	Kernel driver in use: pcieport
00:15.3 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB900 PCI to PCI bridge (PCIE port 3)
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 0000
	Kernel driver in use: pcieport
00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
	Kernel driver in use: ohci-pci
00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
	Kernel driver in use: ehci-pci
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 3
	Kernel driver in use: k10temp
	Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 4
	Kernel driver in use: fam15h_power
	Kernel modules: fam15h_power
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 5
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos PRO [Radeon HD 7450]
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 809a
	Kernel driver in use: radeon
	Kernel modules: radeon, amdgpu
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235/235X OEM]
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device aa98
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
02:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 01)
	Subsystem: ASUSTeK Computer Inc. Device 84b7
	Kernel driver in use: ahci
03:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 01)
	Subsystem: ASUSTeK Computer Inc. Device 84b7
	Kernel driver in use: ahci
04:00.0 USB controller: ASMedia Technology Inc. ASM1042A USB 3.0 Host Controller
	Subsystem: ASUSTeK Computer Inc. Device 85bf
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
0a:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 09)
	Subsystem: ASUSTeK Computer Inc. P8 series motherboard
	Kernel driver in use: r8169
	Kernel modules: r8169
0b:00.0 USB controller: ASMedia Technology Inc. ASM1042A USB 3.0 Host Controller
	Subsystem: ASUSTeK Computer Inc. Device 85bf
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
0c:00.0 USB controller: ASMedia Technology Inc. ASM1042A USB 3.0 Host Controller
	Subsystem: ASUSTeK Computer Inc. Device 85bf
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

I did the same with my AMD Ryzen 7 Pro systen with a Realtek ALC 887 and its no better:

sudo dmesg

[    0.000000] Linux version 5.17.6-arch1-1 (linux@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Tue, 10 May 2022 23:00:39 +0000
[    0.000000] Command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img zfs=zroot/ROOT/default rw
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000c3556fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c3557000-0x00000000c38affff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c38b0000-0x00000000c3a13fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000c3a14000-0x00000000c513ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000c5140000-0x00000000c6bfefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c6bff000-0x00000000c7ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c8000000-0x00000000caffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cf000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd500000-0x00000000fd5fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000080e2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000080e300000-0x000000082fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb7446018-0xb7454067] usable ==> usable
[    0.000000] e820: update [mem 0xb7446018-0xb7454067] usable ==> usable
[    0.000000] e820: update [mem 0xb7438018-0xb7445657] usable ==> usable
[    0.000000] e820: update [mem 0xb7438018-0xb7445657] 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-0x0000000009d1efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20f000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000b7438017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7438018-0x00000000b7445657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7445658-0x00000000b7446017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7446018-0x00000000b7454067] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7454068-0x00000000c3556fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c3557000-0x00000000c38affff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c38b0000-0x00000000c3a13fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000c3a14000-0x00000000c513ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000c5140000-0x00000000c6bfefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c6bff000-0x00000000c7ffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c8000000-0x00000000caffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cf000000-0x00000000cfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd500000-0x00000000fd5fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000080e2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000080e300000-0x000000082fffffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xc3a13000 ACPI 2.0=0xc3a13014 SMBIOS=0xc6a06000 SMBIOS 3.0=0xc6a05000 MEMATTR=0xc002d018 ESRT=0xc1c4ed98 RNG=0xc6a37b18 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUS System Product Name/PRIME B550-PLUS, BIOS 2003 03/10/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 4000.286 MHz processor
[    0.000013] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000015] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000021] last_pfn = 0x80e300 max_arch_pfn = 0x400000000
[    0.000219] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000415] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.000423] last_pfn = 0xc8000 max_arch_pfn = 0x400000000
[    0.003816] esrt: Reserving ESRT space from 0x00000000c1c4ed98 to 0x00000000c1c4edd0.
[    0.003822] e820: update [mem 0xc1c4e000-0xc1c4efff] usable ==> reserved
[    0.003838] Using GB pages for direct mapping
[    0.004605] Secure boot disabled
[    0.004605] RAMDISK: [mem 0x7e1a8000-0x7fff2fff]
[    0.004609] ACPI: Early table checksum verification disabled
[    0.004612] ACPI: RSDP 0x00000000C3A13014 000024 (v02 ALASKA)
[    0.004615] ACPI: XSDT 0x00000000C3A12728 0000DC (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004620] ACPI: FACP 0x00000000C3A03000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.004624] ACPI: DSDT 0x00000000C39F7000 00B576 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.004627] ACPI: FACS 0x00000000C4125000 000040
[    0.004629] ACPI: IVRS 0x00000000C3A11000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.004631] ACPI: SSDT 0x00000000C3A09000 007229 (v02 AMD    Artic    00000002 MSFT 04000000)
[    0.004633] ACPI: SSDT 0x00000000C3A05000 003AAF (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.004636] ACPI: SSDT 0x00000000C3A04000 000221 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.004638] ACPI: FIDT 0x00000000C39F6000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004640] ACPI: FPDT 0x00000000C38F8000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004642] ACPI: MCFG 0x00000000C39F4000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.004644] ACPI: HPET 0x00000000C39F3000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.004647] ACPI: VFCT 0x00000000C39E4000 00D684 (v01 ALASKA A M I    00000001 AMD  31504F47)
[    0.004649] ACPI: BGRT 0x00000000C39E3000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004651] ACPI: WPBT 0x00000000C3909000 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
[    0.004653] ACPI: SSDT 0x00000000C3907000 001C44 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.004655] ACPI: CRAT 0x00000000C3906000 000F28 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004658] ACPI: CDIT 0x00000000C3905000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004660] ACPI: HEST 0x00000000C3904000 0001EC (v01 AMD    AMD HEST 00000001 AMD  00000001)
[    0.004662] ACPI: SSDT 0x00000000C3903000 000D53 (v01 AMD    ArticIG2 00000001 INTL 20120913)
[    0.004664] ACPI: SSDT 0x00000000C3901000 0010AC (v01 AMD    ArticTPX 00000001 INTL 20120913)
[    0.004666] ACPI: SSDT 0x00000000C38FD000 00381A (v01 AMD    ArticN   00000001 INTL 20120913)
[    0.004668] ACPI: WSMT 0x00000000C38FC000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004671] ACPI: APIC 0x00000000C38FB000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.004673] ACPI: SSDT 0x00000000C38FA000 00007D (v01 AMD    ArticDIS 00000001 INTL 20120913)
[    0.004675] ACPI: SSDT 0x00000000C38F9000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
[    0.004677] ACPI: Reserving FACP table memory at [mem 0xc3a03000-0xc3a03113]
[    0.004678] ACPI: Reserving DSDT table memory at [mem 0xc39f7000-0xc3a02575]
[    0.004679] ACPI: Reserving FACS table memory at [mem 0xc4125000-0xc412503f]
[    0.004680] ACPI: Reserving IVRS table memory at [mem 0xc3a11000-0xc3a110cf]
[    0.004680] ACPI: Reserving SSDT table memory at [mem 0xc3a09000-0xc3a10228]
[    0.004681] ACPI: Reserving SSDT table memory at [mem 0xc3a05000-0xc3a08aae]
[    0.004682] ACPI: Reserving SSDT table memory at [mem 0xc3a04000-0xc3a04220]
[    0.004682] ACPI: Reserving FIDT table memory at [mem 0xc39f6000-0xc39f609b]
[    0.004683] ACPI: Reserving FPDT table memory at [mem 0xc38f8000-0xc38f8043]
[    0.004684] ACPI: Reserving MCFG table memory at [mem 0xc39f4000-0xc39f403b]
[    0.004685] ACPI: Reserving HPET table memory at [mem 0xc39f3000-0xc39f3037]
[    0.004685] ACPI: Reserving VFCT table memory at [mem 0xc39e4000-0xc39f1683]
[    0.004686] ACPI: Reserving BGRT table memory at [mem 0xc39e3000-0xc39e3037]
[    0.004687] ACPI: Reserving WPBT table memory at [mem 0xc3909000-0xc390903b]
[    0.004687] ACPI: Reserving SSDT table memory at [mem 0xc3907000-0xc3908c43]
[    0.004688] ACPI: Reserving CRAT table memory at [mem 0xc3906000-0xc3906f27]
[    0.004689] ACPI: Reserving CDIT table memory at [mem 0xc3905000-0xc3905028]
[    0.004690] ACPI: Reserving HEST table memory at [mem 0xc3904000-0xc39041eb]
[    0.004690] ACPI: Reserving SSDT table memory at [mem 0xc3903000-0xc3903d52]
[    0.004691] ACPI: Reserving SSDT table memory at [mem 0xc3901000-0xc39020ab]
[    0.004692] ACPI: Reserving SSDT table memory at [mem 0xc38fd000-0xc3900819]
[    0.004692] ACPI: Reserving WSMT table memory at [mem 0xc38fc000-0xc38fc027]
[    0.004693] ACPI: Reserving APIC table memory at [mem 0xc38fb000-0xc38fb15d]
[    0.004694] ACPI: Reserving SSDT table memory at [mem 0xc38fa000-0xc38fa07c]
[    0.004695] ACPI: Reserving SSDT table memory at [mem 0xc38f9000-0xc38f90be]
[    0.004746] No NUMA configuration found
[    0.004747] Faking a node at [mem 0x0000000000000000-0x000000080e2fffff]
[    0.004750] NODE_DATA(0) allocated [mem 0x80e2fc000-0x80e2fffff]
[    0.004788] Zone ranges:
[    0.004789]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004790]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004791]   Normal   [mem 0x0000000100000000-0x000000080e2fffff]
[    0.004792]   Device   empty
[    0.004793] Movable zone start for each node
[    0.004794] Early memory node ranges
[    0.004794]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.004795]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.004796]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.004797]   node   0: [mem 0x000000000a20f000-0x000000000affffff]
[    0.004797]   node   0: [mem 0x000000000b020000-0x00000000c3556fff]
[    0.004798]   node   0: [mem 0x00000000c6bff000-0x00000000c7ffffff]
[    0.004799]   node   0: [mem 0x0000000100000000-0x000000080e2fffff]
[    0.004803] Initmem setup node 0 [mem 0x0000000000001000-0x000000080e2fffff]
[    0.004806] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.004824] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.004979] On node 0, zone DMA32: 737 pages in unavailable ranges
[    0.004994] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.009852] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.010022] On node 0, zone DMA32: 13992 pages in unavailable ranges
[    0.059809] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.059988] ACPI: PM-Timer IO Port: 0x808
[    0.059996] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.060008] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.060013] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    0.060015] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.060016] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.060019] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.060020] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.060029] e820: update [mem 0xbfc29000-0xbfd1cfff] usable ==> reserved
[    0.060039] smpboot: Allowing 32 CPUs, 16 hotplug CPUs
[    0.060070] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.060072] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.060073] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x09ffffff]
[    0.060075] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.060077] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.060078] PM: hibernation: Registered nosave memory: [mem 0xb7438000-0xb7438fff]
[    0.060080] PM: hibernation: Registered nosave memory: [mem 0xb7445000-0xb7445fff]
[    0.060080] PM: hibernation: Registered nosave memory: [mem 0xb7446000-0xb7446fff]
[    0.060082] PM: hibernation: Registered nosave memory: [mem 0xb7454000-0xb7454fff]
[    0.060084] PM: hibernation: Registered nosave memory: [mem 0xbfc29000-0xbfd1cfff]
[    0.060085] PM: hibernation: Registered nosave memory: [mem 0xc1c4e000-0xc1c4efff]
[    0.060087] PM: hibernation: Registered nosave memory: [mem 0xc3557000-0xc38affff]
[    0.060087] PM: hibernation: Registered nosave memory: [mem 0xc38b0000-0xc3a13fff]
[    0.060088] PM: hibernation: Registered nosave memory: [mem 0xc3a14000-0xc513ffff]
[    0.060089] PM: hibernation: Registered nosave memory: [mem 0xc5140000-0xc6bfefff]
[    0.060090] PM: hibernation: Registered nosave memory: [mem 0xc8000000-0xcaffffff]
[    0.060091] PM: hibernation: Registered nosave memory: [mem 0xcb000000-0xceffffff]
[    0.060091] PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xcfffffff]
[    0.060092] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xefffffff]
[    0.060092] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.060093] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfd0fffff]
[    0.060093] PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
[    0.060094] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd4fffff]
[    0.060095] PM: hibernation: Registered nosave memory: [mem 0xfd500000-0xfd5fffff]
[    0.060095] PM: hibernation: Registered nosave memory: [mem 0xfd600000-0xfe9fffff]
[    0.060096] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.060096] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.060097] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.060097] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.060098] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.060098] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.060099] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.060099] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.060100] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.060100] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.060101] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.060101] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.060102] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.060102] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.060103] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.060104] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.060104] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.060105] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[    0.060105] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.060107] [mem 0xd0000000-0xefffffff] available for PCI devices
[    0.060107] Booting paravirtualized kernel on bare hardware
[    0.060110] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.063923] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:32 nr_node_ids:1
[    0.065420] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.065430] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.065432] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.065439] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.065470] Fallback order for Node 0: 0 
[    0.065478] Built 1 zonelists, mobility grouping on.  Total pages: 8074146
[    0.065479] Policy zone: Normal
[    0.065480] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img zfs=zroot/ROOT/default rw
[    0.065519] Unknown kernel command line parameters "zfs=zroot/ROOT/default", will be passed to user space.
[    0.065520] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.065521] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.065522] printk: log_buf_len min size: 131072 bytes
[    0.065699] printk: log_buf_len: 262144 bytes
[    0.065700] printk: early log buf free: 112648(85%)
[    0.068762] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.070273] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.070581] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.135376] Memory: 32007680K/32809884K available (14343K kernel code, 2092K rwdata, 10940K rodata, 1788K init, 3380K bss, 801944K reserved, 0K cma-reserved)
[    0.135382] random: get_random_u64 called from __kmem_cache_create+0x2a/0x530 with crng_init=1
[    0.135573] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.135587] ftrace: allocating 44879 entries in 176 pages
[    0.141489] ftrace: allocated 176 pages with 3 groups
[    0.141574] Dynamic Preempt: full
[    0.141642] rcu: Preemptible hierarchical RCU implementation.
[    0.141643] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[    0.141644] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.141645] 	Trampoline variant of Tasks RCU enabled.
[    0.141645] 	Rude variant of Tasks RCU enabled.
[    0.141646] 	Tracing variant of Tasks RCU enabled.
[    0.141646] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.141647] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.144684] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[    0.144969] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.145060] random: crng init done (trusting CPU's manufacturer)
[    0.145101] Console: colour dummy device 80x25
[    0.145114] printk: console [tty0] enabled
[    0.145159] ACPI: Core revision 20211217
[    0.145331] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.145349] APIC: Switch to symmetric I/O mode setup
[    0.146231] Switched APIC routing to physical flat.
[    0.146821] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.162024] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a96ae6262, max_idle_ns: 440795295748 ns
[    0.162033] Calibrating delay loop (skipped), value calculated using timer frequency.. 8003.92 BogoMIPS (lpj=13334286)
[    0.162035] pid_max: default: 32768 minimum: 301
[    0.164111] LSM: Security Framework initializing
[    0.164121] landlock: Up and running.
[    0.164122] Yama: becoming mindful.
[    0.164130] LSM support for eBPF active
[    0.164293] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.164347] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.164583] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.164618] LVT offset 1 assigned for vector 0xf9
[    0.164673] LVT offset 2 assigned for vector 0xf4
[    0.164688] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.164689] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.164693] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.164694] Spectre V2 : Mitigation: Retpolines
[    0.164695] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.164696] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.164697] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.164698] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.164698] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.166817] Freeing SMP alternatives memory: 36K
[    0.276121] smpboot: CPU0: AMD Ryzen 7 PRO 4750G with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.276289] cblist_init_generic: Setting adjustable number of callback queues.
[    0.276297] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.276311] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.276341] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.276351] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.276356] ... version:                0
[    0.276357] ... bit width:              48
[    0.276357] ... generic registers:      6
[    0.276358] ... value mask:             0000ffffffffffff
[    0.276359] ... max period:             00007fffffffffff
[    0.276359] ... fixed-purpose events:   0
[    0.276359] ... event mask:             000000000000003f
[    0.276441] rcu: Hierarchical SRCU implementation.
[    0.276868] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.277128] smp: Bringing up secondary CPUs ...
[    0.277227] x86: Booting SMP configuration:
[    0.277228] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.308716] smp: Brought up 1 node, 16 CPUs
[    0.308716] smpboot: Max logical packages: 2
[    0.308716] smpboot: Total of 16 processors activated (128060.86 BogoMIPS)
[    0.312327] devtmpfs: initialized
[    0.312327] x86/mm: Memory block size: 128MB
[    0.313115] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    0.313115] ACPI: PM: Registering ACPI NVS region [mem 0xc3a14000-0xc513ffff] (24297472 bytes)
[    0.313115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.313115] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.313115] pinctrl core: initialized pinctrl subsystem
[    0.313115] PM: RTC time: 00:10:59, date: 2022-05-12
[    0.313115] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.313115] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.313301] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.313664] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.313684] audit: initializing netlink subsys (disabled)
[    0.313697] audit: type=2000 audit(1652314258.166:1): state=initialized audit_enabled=0 res=1
[    0.313697] thermal_sys: Registered thermal governor 'fair_share'
[    0.313697] thermal_sys: Registered thermal governor 'bang_bang'
[    0.313697] thermal_sys: Registered thermal governor 'step_wise'
[    0.313697] thermal_sys: Registered thermal governor 'user_space'
[    0.313697] thermal_sys: Registered thermal governor 'power_allocator'
[    0.315363] cpuidle: using governor ladder
[    0.315382] cpuidle: using governor menu
[    0.315400] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[    0.315403] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.315466] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.315471] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.315482] PCI: Using configuration type 1 for base access
[    0.316784] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.316791] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.316791] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.316791] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.316791] ACPI: Added _OSI(Module Device)
[    0.316791] ACPI: Added _OSI(Processor Device)
[    0.316791] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.316791] ACPI: Added _OSI(Processor Aggregator Device)
[    0.316791] ACPI: Added _OSI(Linux-Dell-Video)
[    0.316791] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.316791] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.327309] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.328397] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.330424] ACPI: Interpreter enabled
[    0.330435] ACPI: PM: (supports S0 S3 S4 S5)
[    0.330436] ACPI: Using IOAPIC for interrupt routing
[    0.330706] HEST: Table parsing has been initialized.
[    0.330708] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.330984] ACPI: Enabled 4 GPEs in block 00 to 1F
[    0.345301] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.345306] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.345404] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[    0.345569] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.345577] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.345816] PCI host bridge to bus 0000:00
[    0.345817] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.345819] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.345820] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.345820] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.345821] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.345822] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfcffffff window]
[    0.345823] pci_bus 0000:00: root bus resource [mem 0x830000000-0x7fffffffff window]
[    0.345824] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.345834] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.345904] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.345978] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.346023] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.346065] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.346085] pci 0000:00:02.1: enabling Extended Tags
[    0.346114] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.346172] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.346192] pci 0000:00:02.2: enabling Extended Tags
[    0.346220] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.346285] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.346323] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.346342] pci 0000:00:08.1: enabling Extended Tags
[    0.346368] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.346447] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.346547] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.346652] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.346673] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.346696] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.346716] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.346737] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.346757] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.346777] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.346797] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.346874] pci 0000:01:00.0: [1022:43ee] type 00 class 0x0c0330
[    0.346890] pci 0000:01:00.0: reg 0x10: [mem 0xfce00000-0xfce07fff 64bit]
[    0.346927] pci 0000:01:00.0: enabling Extended Tags
[    0.346977] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.347060] pci 0000:01:00.2: [1022:43e9] type 01 class 0x060400
[    0.347100] pci 0000:01:00.2: enabling Extended Tags
[    0.347142] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.347206] pci 0000:00:02.1: PCI bridge to [bus 01-06]
[    0.347209] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    0.347211] pci 0000:00:02.1:   bridge window [mem 0xfcc00000-0xfcefffff]
[    0.347300] pci 0000:02:00.0: [1022:43ea] type 01 class 0x060400
[    0.347343] pci 0000:02:00.0: enabling Extended Tags
[    0.347392] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.347466] pci 0000:02:04.0: [1022:43ea] type 01 class 0x060400
[    0.347509] pci 0000:02:04.0: enabling Extended Tags
[    0.347557] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.347630] pci 0000:02:08.0: [1022:43ea] type 01 class 0x060400
[    0.347673] pci 0000:02:08.0: enabling Extended Tags
[    0.347722] pci 0000:02:08.0: PME# supported from D3hot D3cold
[    0.347793] pci 0000:02:09.0: [1022:43ea] type 01 class 0x060400
[    0.347835] pci 0000:02:09.0: enabling Extended Tags
[    0.347884] pci 0000:02:09.0: PME# supported from D3hot D3cold
[    0.347962] pci 0000:01:00.2: PCI bridge to [bus 02-06]
[    0.347966] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.347969] pci 0000:01:00.2:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.348007] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.348069] pci 0000:04:00.0: [144d:a808] type 00 class 0x010802
[    0.348096] pci 0000:04:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff 64bit]
[    0.348395] pci 0000:02:04.0: PCI bridge to [bus 04]
[    0.348401] pci 0000:02:04.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.348439] pci 0000:02:08.0: PCI bridge to [bus 05]
[    0.348508] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
[    0.348535] pci 0000:06:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.348571] pci 0000:06:00.0: reg 0x18: [mem 0xfcc04000-0xfcc04fff 64bit]
[    0.348593] pci 0000:06:00.0: reg 0x20: [mem 0xfcc00000-0xfcc03fff 64bit]
[    0.348748] pci 0000:06:00.0: supports D1 D2
[    0.348749] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.348914] pci 0000:02:09.0: PCI bridge to [bus 06]
[    0.348919] pci 0000:02:09.0:   bridge window [io  0xf000-0xffff]
[    0.348922] pci 0000:02:09.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.348982] pci 0000:07:00.0: [144d:a808] type 00 class 0x010802
[    0.348997] pci 0000:07:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit]
[    0.349156] pci 0000:00:02.2: PCI bridge to [bus 07]
[    0.349159] pci 0000:00:02.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.349215] pci 0000:08:00.0: [1002:1636] type 00 class 0x030000
[    0.349225] pci 0000:08:00.0: reg 0x10: [mem 0x7fe0000000-0x7fefffffff 64bit pref]
[    0.349231] pci 0000:08:00.0: reg 0x18: [mem 0x7ff0000000-0x7ff01fffff 64bit pref]
[    0.349236] pci 0000:08:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.349241] pci 0000:08:00.0: reg 0x24: [mem 0xfcb00000-0xfcb7ffff]
[    0.349248] pci 0000:08:00.0: enabling Extended Tags
[    0.349258] pci 0000:08:00.0: BAR 0: assigned to efifb
[    0.349292] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.349322] pci 0000:08:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.349362] pci 0000:08:00.1: [1002:1637] type 00 class 0x040300
[    0.349368] pci 0000:08:00.1: reg 0x10: [mem 0xfcb80000-0xfcb83fff]
[    0.349387] pci 0000:08:00.1: enabling Extended Tags
[    0.349412] pci 0000:08:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.349454] pci 0000:08:00.2: [1022:15df] type 00 class 0x108000
[    0.349466] pci 0000:08:00.2: reg 0x18: [mem 0xfca00000-0xfcafffff]
[    0.349474] pci 0000:08:00.2: reg 0x24: [mem 0xfcb84000-0xfcb85fff]
[    0.349481] pci 0000:08:00.2: enabling Extended Tags
[    0.349548] pci 0000:08:00.3: [1022:1639] type 00 class 0x0c0330
[    0.349557] pci 0000:08:00.3: reg 0x10: [mem 0xfc900000-0xfc9fffff 64bit]
[    0.349579] pci 0000:08:00.3: enabling Extended Tags
[    0.349605] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[    0.349649] pci 0000:08:00.4: [1022:1639] type 00 class 0x0c0330
[    0.349659] pci 0000:08:00.4: reg 0x10: [mem 0xfc800000-0xfc8fffff 64bit]
[    0.349680] pci 0000:08:00.4: enabling Extended Tags
[    0.349707] pci 0000:08:00.4: PME# supported from D0 D3hot D3cold
[    0.349765] pci 0000:00:08.1: PCI bridge to [bus 08]
[    0.349768] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.349769] pci 0000:00:08.1:   bridge window [mem 0xfc800000-0xfcbfffff]
[    0.349772] pci 0000:00:08.1:   bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref]
[    0.350221] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.350264] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.350304] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.350350] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.350391] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.350425] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.350459] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.350493] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.351080] iommu: Default domain type: Translated 
[    0.351081] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.351090] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.351090] pci 0000:08:00.0: vgaarb: bridge control possible
[    0.351090] pci 0000:08:00.0: vgaarb: setting as boot device
[    0.351090] vgaarb: loaded
[    0.351090] SCSI subsystem initialized
[    0.351090] libata version 3.00 loaded.
[    0.351090] ACPI: bus type USB registered
[    0.351090] usbcore: registered new interface driver usbfs
[    0.351090] usbcore: registered new interface driver hub
[    0.351090] usbcore: registered new device driver usb
[    0.351090] pps_core: LinuxPPS API ver. 1 registered
[    0.351090] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.351090] PTP clock support registered
[    0.351090] EDAC MC: Ver: 3.0.0
[    0.351090] Registered efivars operations
[    0.351090] NetLabel: Initializing
[    0.351090] NetLabel:  domain hash size = 128
[    0.351090] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.351090] NetLabel:  unlabeled traffic allowed by default
[    0.351090] mctp: management component transport protocol core
[    0.351090] NET: Registered PF_MCTP protocol family
[    0.351090] PCI: Using ACPI for IRQ routing
[    0.355511] PCI: pci_cache_line_size set to 64 bytes
[    0.355559] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    0.355561] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.355561] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.355562] e820: reserve RAM buffer [mem 0xb7438018-0xb7ffffff]
[    0.355563] e820: reserve RAM buffer [mem 0xb7446018-0xb7ffffff]
[    0.355563] e820: reserve RAM buffer [mem 0xbfc29000-0xbfffffff]
[    0.355564] e820: reserve RAM buffer [mem 0xc1c4e000-0xc3ffffff]
[    0.355565] e820: reserve RAM buffer [mem 0xc3557000-0xc3ffffff]
[    0.355566] e820: reserve RAM buffer [mem 0x80e300000-0x80fffffff]
[    0.355570] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.355570] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.357455] clocksource: Switched to clocksource tsc-early
[    0.361699] VFS: Disk quotas dquot_6.6.0
[    0.361717] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.361793] pnp: PnP ACPI init
[    0.361909] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.361956] system 00:01: [mem 0x810000000-0x82fffffff window] has been reserved
[    0.362118] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.362120] system 00:03: [io  0x0200-0x021f] has been reserved
[    0.362430] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.362432] system 00:04: [io  0x040b] has been reserved
[    0.362432] system 00:04: [io  0x04d6] has been reserved
[    0.362433] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.362434] system 00:04: [io  0x0c14] has been reserved
[    0.362435] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.362436] system 00:04: [io  0x0c52] has been reserved
[    0.362437] system 00:04: [io  0x0c6c] has been reserved
[    0.362438] system 00:04: [io  0x0c6f] has been reserved
[    0.362438] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.362439] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.362440] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.362441] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.362442] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.362443] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.362444] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.362445] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.362447] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.362448] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.362449] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.362450] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.362451] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.363023] pnp: PnP ACPI: found 5 devices
[    0.368455] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.368504] NET: Registered PF_INET protocol family
[    0.368681] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.369768] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.369951] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.370229] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.370296] TCP: Hash tables configured (established 262144 bind 65536)
[    0.370447] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.370531] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.370608] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.370697] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.370701] NET: Registered PF_XDP protocol family
[    0.370716] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.370732] pci 0000:02:04.0: PCI bridge to [bus 04]
[    0.370736] pci 0000:02:04.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.370743] pci 0000:02:08.0: PCI bridge to [bus 05]
[    0.370753] pci 0000:02:09.0: PCI bridge to [bus 06]
[    0.370755] pci 0000:02:09.0:   bridge window [io  0xf000-0xffff]
[    0.370758] pci 0000:02:09.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.370765] pci 0000:01:00.2: PCI bridge to [bus 02-06]
[    0.370767] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.370770] pci 0000:01:00.2:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.370777] pci 0000:00:02.1: PCI bridge to [bus 01-06]
[    0.370778] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    0.370780] pci 0000:00:02.1:   bridge window [mem 0xfcc00000-0xfcefffff]
[    0.370784] pci 0000:00:02.2: PCI bridge to [bus 07]
[    0.370786] pci 0000:00:02.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.370791] pci 0000:00:08.1: PCI bridge to [bus 08]
[    0.370792] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.370794] pci 0000:00:08.1:   bridge window [mem 0xfc800000-0xfcbfffff]
[    0.370796] pci 0000:00:08.1:   bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref]
[    0.370800] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.370802] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.370803] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.370803] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.370804] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.370805] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfcffffff window]
[    0.370806] pci_bus 0000:00: resource 10 [mem 0x830000000-0x7fffffffff window]
[    0.370808] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.370809] pci_bus 0000:01: resource 1 [mem 0xfcc00000-0xfcefffff]
[    0.370810] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.370810] pci_bus 0000:02: resource 1 [mem 0xfcc00000-0xfcdfffff]
[    0.370812] pci_bus 0000:04: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.370813] pci_bus 0000:06: resource 0 [io  0xf000-0xffff]
[    0.370813] pci_bus 0000:06: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.370815] pci_bus 0000:07: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.370816] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    0.370816] pci_bus 0000:08: resource 1 [mem 0xfc800000-0xfcbfffff]
[    0.370817] pci_bus 0000:08: resource 2 [mem 0x7fe0000000-0x7ff01fffff 64bit pref]
[    0.371062] pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
[    0.371092] pci 0000:08:00.3: extending delay after power-on from D3hot to 20 msec
[    0.371172] pci 0000:08:00.4: extending delay after power-on from D3hot to 20 msec
[    0.371222] PCI: CLS 64 bytes, default 64
[    0.371233] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.371261] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.371262] pci 0000:00:00.2: PCI INT A: not connected
[    0.371275] pci 0000:00:01.0: Adding to iommu group 0
[    0.371282] Trying to unpack rootfs image as initramfs...
[    0.371285] pci 0000:00:02.0: Adding to iommu group 1
[    0.371292] pci 0000:00:02.1: Adding to iommu group 2
[    0.371300] pci 0000:00:02.2: Adding to iommu group 3
[    0.371309] pci 0000:00:08.0: Adding to iommu group 4
[    0.371314] pci 0000:00:08.1: Adding to iommu group 4
[    0.371324] pci 0000:00:14.0: Adding to iommu group 5
[    0.371330] pci 0000:00:14.3: Adding to iommu group 5
[    0.371351] pci 0000:00:18.0: Adding to iommu group 6
[    0.371356] pci 0000:00:18.1: Adding to iommu group 6
[    0.371363] pci 0000:00:18.2: Adding to iommu group 6
[    0.371368] pci 0000:00:18.3: Adding to iommu group 6
[    0.371373] pci 0000:00:18.4: Adding to iommu group 6
[    0.371379] pci 0000:00:18.5: Adding to iommu group 6
[    0.371384] pci 0000:00:18.6: Adding to iommu group 6
[    0.371390] pci 0000:00:18.7: Adding to iommu group 6
[    0.371400] pci 0000:01:00.0: Adding to iommu group 7
[    0.371408] pci 0000:01:00.2: Adding to iommu group 7
[    0.371412] pci 0000:02:00.0: Adding to iommu group 7
[    0.371415] pci 0000:02:04.0: Adding to iommu group 7
[    0.371419] pci 0000:02:08.0: Adding to iommu group 7
[    0.371422] pci 0000:02:09.0: Adding to iommu group 7
[    0.371426] pci 0000:04:00.0: Adding to iommu group 7
[    0.371430] pci 0000:06:00.0: Adding to iommu group 7
[    0.371437] pci 0000:07:00.0: Adding to iommu group 8
[    0.371448] pci 0000:08:00.0: Adding to iommu group 4
[    0.371451] pci 0000:08:00.1: Adding to iommu group 4
[    0.371455] pci 0000:08:00.2: Adding to iommu group 4
[    0.371459] pci 0000:08:00.3: Adding to iommu group 4
[    0.371462] pci 0000:08:00.4: Adding to iommu group 4
[    0.373367] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.373370] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.373374] AMD-Vi: Interrupt remapping enabled
[    0.373375] AMD-Vi: Virtual APIC enabled
[    0.373375] AMD-Vi: X2APIC enabled
[    0.373461] software IO TLB: tearing down default memory pool
[    0.374079] LVT offset 0 assigned for vector 0x400
[    0.374186] perf: AMD IBS detected (0x000003ff)
[    0.374197] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.375359] Initialise system trusted keyrings
[    0.375367] Key type blacklist registered
[    0.375398] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.376118] zbud: loaded
[    0.378793] Key type asymmetric registered
[    0.378798] Asymmetric key parser 'x509' registered
[    0.467005] Freeing initrd memory: 31020K
[    0.468449] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.468467] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.468500] io scheduler mq-deadline registered
[    0.468501] io scheduler kyber registered
[    0.468523] io scheduler bfq registered
[    0.469554] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.469629] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.469644] ACPI: button: Power Button [PWRB]
[    0.469661] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.469703] ACPI: button: Power Button [PWRF]
[    0.470147] GHES: Failed to enable APEI firmware first mode.
[    0.470203] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.471020] Non-volatile memory driver v1.3
[    0.471021] Linux agpgart interface v0.103
[    0.471043] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    0.471059] ACPI: bus type drm_connector registered
[    0.471822] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.471824] ehci-pci: EHCI PCI platform driver
[    0.471829] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.471830] ohci-pci: OHCI PCI platform driver
[    0.471834] uhci_hcd: USB Universal Host Controller Interface driver
[    0.471852] usbcore: registered new interface driver usbserial_generic
[    0.471855] usbserial: USB Serial support registered for generic
[    0.471905] rtc_cmos 00:02: RTC can wake from S4
[    0.472090] rtc_cmos 00:02: registered as rtc0
[    0.472118] rtc_cmos 00:02: setting system clock to 2022-05-12T00:10:59 UTC (1652314259)
[    0.472127] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.472218] ledtrig-cpu: registered to indicate activity on CPUs
[    0.472341] efifb: probing for efifb
[    0.472350] efifb: framebuffer at 0x7fe0000000, using 3072k, total 3072k
[    0.472352] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.472352] efifb: scrolling: redraw
[    0.472353] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.472374] fbcon: Deferring console take-over
[    0.472375] fb0: EFI VGA frame buffer device
[    0.472389] hid: raw HID events driver (C) Jiri Kosina
[    0.472427] drop_monitor: Initializing network drop monitor service
[    0.472470] Initializing XFRM netlink socket
[    0.472530] NET: Registered PF_INET6 protocol family
[    0.473939] Segment Routing with IPv6
[    0.473940] RPL Segment Routing with IPv6
[    0.473946] In-situ OAM (IOAM) with IPv6
[    0.473961] NET: Registered PF_PACKET protocol family
[    0.474497] microcode: CPU0: patch_level=0x08600106
[    0.474501] microcode: CPU1: patch_level=0x08600106
[    0.474504] microcode: CPU2: patch_level=0x08600106
[    0.474508] microcode: CPU3: patch_level=0x08600106
[    0.474512] microcode: CPU4: patch_level=0x08600106
[    0.474517] microcode: CPU5: patch_level=0x08600106
[    0.474521] microcode: CPU6: patch_level=0x08600106
[    0.474526] microcode: CPU7: patch_level=0x08600106
[    0.474530] microcode: CPU8: patch_level=0x08600106
[    0.474532] microcode: CPU9: patch_level=0x08600106
[    0.474534] microcode: CPU10: patch_level=0x08600106
[    0.474537] microcode: CPU11: patch_level=0x08600106
[    0.474540] microcode: CPU12: patch_level=0x08600106
[    0.474544] microcode: CPU13: patch_level=0x08600106
[    0.474547] microcode: CPU14: patch_level=0x08600106
[    0.474550] microcode: CPU15: patch_level=0x08600106
[    0.474553] microcode: Microcode Update Driver: v2.2.
[    0.474650] resctrl: L3 allocation detected
[    0.474651] resctrl: MB allocation detected
[    0.474652] resctrl: L3 monitoring detected
[    0.474655] IPI shorthand broadcast: enabled
[    0.474661] sched_clock: Marking stable (474190237, 453120)->(597681795, -123038438)
[    0.474979] registered taskstats version 1
[    0.475153] Loading compiled-in X.509 certificates
[    0.477500] Loaded X.509 cert 'Build time autogenerated kernel key: bea9cfdfe05547ebaac53e127dc331d7de374b0b'
[    0.478364] zswap: loaded using pool lz4/z3fold
[    0.478477] Key type ._fscrypt registered
[    0.478478] Key type .fscrypt registered
[    0.478478] Key type fscrypt-provisioning registered
[    0.479434] PM:   Magic number: 6:507:152
[    0.479586] RAS: Correctable Errors collector initialized.
[    0.481196] Freeing unused decrypted memory: 2036K
[    0.481395] Freeing unused kernel image (initmem) memory: 1788K
[    0.509128] Write protecting the kernel read-only data: 28672k
[    0.509481] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    0.509671] Freeing unused kernel image (rodata/data gap) memory: 1348K
[    0.538719] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.538726] rodata_test: all tests were successful
[    0.538733] Run /init as init process
[    0.538734]   with arguments:
[    0.538735]     /init
[    0.538736]   with environment:
[    0.538736]     HOME=/
[    0.538737]     TERM=linux
[    0.538737]     zfs=zroot/ROOT/default
[    0.545475] fbcon: Taking over console
[    0.545521] Console: switching to colour frame buffer device 128x48
[    0.682282] [drm] amdgpu kernel modesetting enabled.
[    0.688375] amdgpu: Virtual CRAT table created for CPU
[    0.688383] amdgpu: Topology: Add CPU node
[    0.688436] checking generic (7fe0000000 300000) vs hw (7fe0000000 10000000)
[    0.688439] checking generic (7fe0000000 300000) vs hw (7fe0000000 10000000)
[    0.688440] fb0: switching to amdgpu from EFI VGA
[    0.688487] Console: switching to colour dummy device 80x25
[    0.688516] amdgpu 0000:08:00.0: vgaarb: deactivate vga console
[    0.688557] amdgpu 0000:08:00.0: enabling device (0006 -> 0007)
[    0.688586] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x1043:0x87E1 0xD8).
[    0.688589] amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    0.688595] [drm] register mmio base: 0xFCB00000
[    0.688596] [drm] register mmio size: 524288
[    0.689622] [drm] add ip block number 0 <soc15_common>
[    0.689623] [drm] add ip block number 1 <gmc_v9_0>
[    0.689623] [drm] add ip block number 2 <vega10_ih>
[    0.689624] [drm] add ip block number 3 <psp>
[    0.689625] [drm] add ip block number 4 <smu>
[    0.689626] [drm] add ip block number 5 <dm>
[    0.689627] [drm] add ip block number 6 <gfx_v9_0>
[    0.689627] [drm] add ip block number 7 <sdma_v4_0>
[    0.689628] [drm] add ip block number 8 <vcn_v2_0>
[    0.689629] [drm] add ip block number 9 <jpeg_v2_0>
[    0.689641] amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from VFCT
[    0.689642] amdgpu: ATOM BIOS: 113-RENOIR-033
[    0.691015] [drm] VCN decode is enabled in VM mode
[    0.691017] [drm] VCN encode is enabled in VM mode
[    0.691018] [drm] JPEG decode is enabled in VM mode
[    0.691020] amdgpu 0000:08:00.0: amdgpu: PCIE atomic ops is not supported
[    0.691058] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    0.691063] amdgpu 0000:08:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    0.691065] amdgpu 0000:08:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    0.691067] amdgpu 0000:08:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    0.691071] [drm] Detected VRAM RAM=512M, BAR=512M
[    0.691072] [drm] RAM width 128bits DDR4
[    0.691107] [drm] amdgpu: 512M of VRAM memory ready
[    0.691108] [drm] amdgpu: 3072M of GTT memory ready.
[    0.691113] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    0.691230] [drm] PCIE GART of 1024M enabled.
[    0.691230] [drm] PTB located at 0x000000F400900000
[    0.696037] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[    0.701099] [drm] Loading DMUB firmware via PSP: version=0x0101001F
[    0.726332] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[    0.726342] amdgpu 0000:08:00.0: amdgpu: Will use PSP to load VCN firmware
[    1.398711] tsc: Refined TSC clocksource calibration: 3999.977 MHz
[    1.398728] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x73508d64309, max_idle_ns: 881590438294 ns
[    1.398773] clocksource: Switched to clocksource tsc
[    1.407250] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    1.489352] amdgpu 0000:08:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    1.497958] amdgpu 0000:08:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    1.497959] amdgpu 0000:08:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    1.498381] amdgpu 0000:08:00.0: amdgpu: SMU is initialized successfully!
[    1.498584] [drm] Display Core initialized with v3.2.167!
[    1.499128] [drm] DMUB hardware initialized: version=0x0101001F
[    1.768719] [drm] kiq ring mec 2 pipe 1 q 0
[    1.771366] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    1.771386] [drm] JPEG decode initialized successfully.
[    1.772438] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    1.795090] memmap_init_zone_device initialised 131072 pages in 0ms
[    1.795100] amdgpu: HMM registered 512MB device memory
[    1.795151] amdgpu: SRAT table not found
[    1.795152] amdgpu: Virtual CRAT table created for GPU
[    1.795303] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[    1.795306] kfd kfd: amdgpu: added device 1002:1636
[    1.795321] amdgpu 0000:08:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[    1.795425] amdgpu 0000:08:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    1.795427] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    1.795428] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    1.795428] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    1.795429] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    1.795430] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    1.795431] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    1.795432] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    1.795432] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    1.795434] amdgpu 0000:08:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    1.795435] amdgpu 0000:08:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    1.795435] amdgpu 0000:08:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    1.795436] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    1.795437] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    1.795438] amdgpu 0000:08:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    1.796403] [drm] Initialized amdgpu 3.44.0 20150101 for 0000:08:00.0 on minor 0
[    1.803682] fbcon: amdgpudrmfb (fb0) is primary device
[    1.947172] Console: switching to colour frame buffer device 240x67
[    1.975601] amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    2.041415] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    2.041422] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    2.044337] nvme 0000:04:00.0: platform quirk: setting simple suspend
[    2.044385] nvme nvme0: pci function 0000:04:00.0
[    2.044411] nvme 0000:07:00.0: platform quirk: setting simple suspend
[    2.044438] nvme nvme1: pci function 0000:07:00.0
[    2.051120] nvme nvme1: missing or invalid SUBNQN field.
[    2.051125] nvme nvme0: missing or invalid SUBNQN field.
[    2.051140] nvme nvme1: Shutdown timeout set to 8 seconds
[    2.051161] nvme nvme0: Shutdown timeout set to 8 seconds
[    2.078277] nvme nvme1: 32/0/0 default/read/poll queues
[    2.078393] nvme nvme0: 32/0/0 default/read/poll queues
[    2.082888]  nvme1n1: p1 p2
[    2.082982]  nvme0n1: p1 p2
[    2.096700] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    2.097045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    2.097047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.097048] usb usb1: Product: xHCI Host Controller
[    2.097049] usb usb1: Manufacturer: Linux 5.17.6-arch1-1 xhci-hcd
[    2.097050] usb usb1: SerialNumber: 0000:01:00.0
[    2.097122] hub 1-0:1.0: USB hub found
[    2.097137] hub 1-0:1.0: 10 ports detected
[    2.100852] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    2.100855] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    2.100857] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.100894] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.100906] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    2.100907] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.100908] usb usb2: Product: xHCI Host Controller
[    2.100909] usb usb2: Manufacturer: Linux 5.17.6-arch1-1 xhci-hcd
[    2.100910] usb usb2: SerialNumber: 0000:01:00.0
[    2.100953] hub 2-0:1.0: USB hub found
[    2.100959] hub 2-0:1.0: 4 ports detected
[    2.102659] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    2.102665] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
[    2.102737] xhci_hcd 0000:08:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    2.103017] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    2.103018] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.103019] usb usb3: Product: xHCI Host Controller
[    2.103020] usb usb3: Manufacturer: Linux 5.17.6-arch1-1 xhci-hcd
[    2.103021] usb usb3: SerialNumber: 0000:08:00.3
[    2.103067] hub 3-0:1.0: USB hub found
[    2.103072] hub 3-0:1.0: 4 ports detected
[    2.103175] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    2.103176] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
[    2.103178] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    2.103186] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.103197] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    2.103198] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.103199] usb usb4: Product: xHCI Host Controller
[    2.103199] usb usb4: Manufacturer: Linux 5.17.6-arch1-1 xhci-hcd
[    2.103200] usb usb4: SerialNumber: 0000:08:00.3
[    2.103252] hub 4-0:1.0: USB hub found
[    2.103256] hub 4-0:1.0: 2 ports detected
[    2.103352] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    2.103354] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 5
[    2.103426] xhci_hcd 0000:08:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    2.103694] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    2.103696] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.103697] usb usb5: Product: xHCI Host Controller
[    2.103697] usb usb5: Manufacturer: Linux 5.17.6-arch1-1 xhci-hcd
[    2.103698] usb usb5: SerialNumber: 0000:08:00.4
[    2.103742] hub 5-0:1.0: USB hub found
[    2.103746] hub 5-0:1.0: 4 ports detected
[    2.103876] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    2.103877] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 6
[    2.103879] xhci_hcd 0000:08:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    2.103886] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.103898] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    2.103899] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.103900] usb usb6: Product: xHCI Host Controller
[    2.103901] usb usb6: Manufacturer: Linux 5.17.6-arch1-1 xhci-hcd
[    2.103902] usb usb6: SerialNumber: 0000:08:00.4
[    2.103953] hub 6-0:1.0: USB hub found
[    2.103957] hub 6-0:1.0: 2 ports detected
[    2.181758] spl: loading out-of-tree module taints kernel.
[    2.181758] spl: loading out-of-tree module taints kernel.
[    2.181806] spl: module verification failed: signature and/or required key missing - tainting kernel
[    2.183003] znvpair: module license 'CDDL' taints kernel.
[    2.183004] znvpair: module license 'CDDL' taints kernel.
[    2.183005] Disabling lock debugging due to kernel taint
[    2.294229] ZFS: Loaded module v2.1.4-1, ZFS pool version 5000, ZFS filesystem version 5
[    2.348704] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    2.352045] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    2.501698] usb 3-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=32.98
[    2.501703] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.501704] usb 3-1: Product: USB2.0 Hub
[    2.526468] systemd[1]: Successfully credited entropy passed from boot loader.
[    2.527772] systemd[1]: systemd 250.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    2.542077] systemd[1]: Detected architecture x86-64.
[    2.542860] systemd[1]: Hostname set to <archie>.
[    2.551612] hub 3-1:1.0: USB hub found
[    2.552194] hub 3-1:1.0: 4 ports detected
[    2.621679] systemd[801]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[    2.639821] usb 1-2: New USB device found, idVendor=0d8c, idProduct=013c, bcdDevice= 1.00
[    2.639826] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.639827] usb 1-2: Product: USB PnP Sound Device
[    2.639828] usb 1-2: Manufacturer: C-Media Electronics Inc.      
[    2.670627] systemd[1]: Queued start job for default target Graphical Interface.
[    2.671312] systemd[1]: Created slice Slice /system/getty.
[    2.671622] systemd[1]: Created slice Slice /system/modprobe.
[    2.671862] systemd[1]: Created slice Slice /system/systemd-fsck.
[    2.672068] systemd[1]: Created slice User and Session Slice.
[    2.672193] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.672305] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.672503] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.672620] systemd[1]: Reached target Local Encrypted Volumes.
[    2.672695] systemd[1]: Reached target Login Prompts.
[    2.672763] systemd[1]: Reached target Local Integrity Protected Volumes.
[    2.672852] systemd[1]: Reached target Remote File Systems.
[    2.672922] systemd[1]: Reached target Slice Units.
[    2.672991] systemd[1]: Reached target Swaps.
[    2.673056] systemd[1]: Reached target Local Verity Protected Volumes.
[    2.673191] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.673597] systemd[1]: Listening on LVM2 poll daemon socket.
[    2.674386] systemd[1]: Listening on Process Core Dump Socket.
[    2.674548] systemd[1]: Listening on Journal Audit Socket.
[    2.674669] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.674792] systemd[1]: Listening on Journal Socket.
[    2.675023] systemd[1]: Listening on Network Service Netlink Socket.
[    2.675512] systemd[1]: Listening on udev Control Socket.
[    2.675629] systemd[1]: Listening on udev Kernel Socket.
[    2.676273] systemd[1]: Mounting Huge Pages File System...
[    2.676737] systemd[1]: Mounting POSIX Message Queue File System...
[    2.677223] systemd[1]: Mounting Kernel Debug File System...
[    2.677690] systemd[1]: Mounting Kernel Trace File System...
[    2.678408] systemd[1]: Mounting Temporary Directory /tmp...
[    2.679088] systemd[1]: Starting Create List of Static Device Nodes...
[    2.679628] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    2.680253] systemd[1]: Starting Load Kernel Module configfs...
[    2.680837] systemd[1]: Starting Load Kernel Module drm...
[    2.681392] systemd[1]: Starting Load Kernel Module fuse...
[    2.681554] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    2.682652] systemd[1]: Starting Journal Service...
[    2.683551] systemd[1]: Starting Load Kernel Modules...
[    2.684217] systemd[1]: Starting Generate network units from Kernel command line...
[    2.684862] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.685060] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    2.685693] systemd[1]: Starting Coldplug All udev Devices...
[    2.686692] systemd[1]: Mounted Huge Pages File System.
[    2.686904] systemd[1]: Mounted POSIX Message Queue File System.
[    2.687029] systemd[1]: Mounted Kernel Debug File System.
[    2.687152] systemd[1]: Mounted Kernel Trace File System.
[    2.687280] systemd[1]: Mounted Temporary Directory /tmp.
[    2.687496] systemd[1]: Finished Create List of Static Device Nodes.
[    2.687803] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    2.687895] systemd[1]: Finished Load Kernel Module configfs.
[    2.688131] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    2.688194] systemd[1]: Finished Load Kernel Module drm.
[    2.688386] systemd[1]: Finished Generate network units from Kernel command line.
[    2.688607] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.688916] systemd[1]: Reached target Preparation for Network.
[    2.688966] fuse: init (API version 7.36)
[    2.689569] systemd[1]: Mounting Kernel Configuration File System...
[    2.689710] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    2.690252] systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
[    2.690987] systemd[1]: Starting Load/Save Random Seed...
[    2.691771] systemd[1]: Starting Create System Users...
[    2.692447] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    2.692536] systemd[1]: Finished Load Kernel Module fuse.
[    2.695355] audit: type=1130 audit(1652314261.716:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.695361] audit: type=1131 audit(1652314261.716:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.695986] systemd[1]: Mounted Kernel Configuration File System.
[    2.699771] systemd[1]: Mounting FUSE Control File System...
[    2.703049] systemd[1]: Finished Load/Save Random Seed.
[    2.703132] device-mapper: uevent: version 1.0.3
[    2.703208] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    2.705732] audit: type=1130 audit(1652314261.729:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.705947] systemd[1]: Finished Create System Users.
[    2.708538] audit: type=1130 audit(1652314261.729:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.708653] systemd[1]: Mounted FUSE Control File System.
[    2.711080] systemd[1]: Finished Load Kernel Modules.
[    2.713039] audit: type=1130 audit(1652314261.736:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.713186] systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    2.714186] systemd[1]: Starting Apply Kernel Variables...
[    2.718245] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.721422] systemd[1]: Started Journal Service.
[    2.724360] audit: type=1130 audit(1652314261.746:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.727796] audit: type=1130 audit(1652314261.749:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.732704] systemd-journald[841]: Received client request to flush runtime journal.
[    2.742864] audit: type=1130 audit(1652314261.766:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.745119] audit: type=1130 audit(1652314261.766:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.800328] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.823225] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.826190] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.826296] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.826477] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.829886] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.829890] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    2.832648] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    2.833535] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    2.835378] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    2.838726] usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
[    2.840118] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    2.841391] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    2.841469] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    2.848675] ccp 0000:08:00.2: enabling device (0000 -> 0002)
[    2.848783] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    2.848786] RAPL PMU: hw unit of domain package 2^-16 Joules
[    2.848878] ccp 0000:08:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    2.849719] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.855017] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.855603] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    2.855607] cfg80211: failed to load regulatory.db
[    2.859015] ccp 0000:08:00.2: tee enabled
[    2.859018] ccp 0000:08:00.2: psp enabled
[    2.948221] usb 3-1.1: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=30.00
[    2.948226] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.948228] usb 3-1.1: Product: USB Receiver
[    2.948229] usb 3-1.1: Manufacturer: Logitech
[    2.979365] cryptd: max_cpu_qlen set to 1000
[    3.000552] r8169 0000:06:00.0 eth0: RTL8168h/8111h, fc:34:97:a5:0e:46, XID 541, IRQ 131
[    3.000558] r8169 0000:06:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    3.030897] AVX2 version of gcm_enc/dec engaged.
[    3.030943] AES CTR mode by8 optimization enabled
[    3.032559] r8169 0000:06:00.0 enp6s0: renamed from eth0
[    3.115374] usb 3-1.2: new full-speed USB device number 4 using xhci_hcd
[    3.153362] asus_wmi: ASUS WMI generic driver loaded
[    3.154845] usb 1-6: config 1 has an invalid interface number: 2 but max is 1
[    3.154850] usb 1-6: config 1 has no interface number 1
[    3.159167] asus_wmi: Initialization: 0x0
[    3.159204] asus_wmi: BIOS WMI version: 0.9
[    3.159387] asus_wmi: SFUN value: 0x0
[    3.159390] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    3.160218] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input3
[    3.166857] usb 1-6: New USB device found, idVendor=0b05, idProduct=1939, bcdDevice= 1.00
[    3.166866] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.166868] usb 1-6: Product: AURA LED Controller
[    3.166869] usb 1-6: Manufacturer: AsusTek Computer Inc.
[    3.166871] usb 1-6: SerialNumber: 9876543210
[    3.182069] Generic FE-GE Realtek PHY r8169-0-600:00: attached PHY driver (mii_bus:phy_addr=r8169-0-600:00, irq=MAC)
[    3.182336] snd_hda_intel 0000:08:00.1: enabling device (0000 -> 0002)
[    3.182424] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
[    3.228219] usb 3-1.2: New USB device found, idVendor=0665, idProduct=6000, bcdDevice= 0.97
[    3.228224] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.228225] usb 3-1.2: Product: Gaming keyboard
[    3.228226] usb 3-1.2: Manufacturer: EST
[    3.256541] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    3.259500] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card0/input4
[    3.259559] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card0/input5
[    3.267008] SVM: TSC scaling supported
[    3.267011] kvm: Nested Virtualization enabled
[    3.267012] SVM: kvm: Nested Paging enabled
[    3.267023] SVM: Virtual VMLOAD VMSAVE supported
[    3.267023] SVM: Virtual GIF supported
[    3.267024] SVM: LBR virtualization supported
[    3.276823] MCE: In-kernel MCE decoding enabled.
[    3.281217] EDAC amd64: MCT channel count: 2
[    3.281259] EDAC MC0: Giving out device to module amd64_edac controller F17h_M60h: DEV 0000:00:18.3 (INTERRUPT)
[    3.281262] EDAC amd64: F17h_M60h detected (node 0).
[    3.281264] EDAC MC: UMC0 chip selects:
[    3.281265] EDAC amd64: MC: 0:     0MB 1:     0MB
[    3.281267] EDAC amd64: MC: 2: 16384MB 3:     0MB
[    3.281270] EDAC MC: UMC1 chip selects:
[    3.281270] EDAC amd64: MC: 0:     0MB 1:     0MB
[    3.281271] EDAC amd64: MC: 2: 16384MB 3:     0MB
[    3.281272] EDAC amd64: using x8 syndromes.
[    3.281280] EDAC PCI0: Giving out device to module amd64_edac controller EDAC PCI controller: DEV 0000:00:18.0 (POLLED)
[    3.281282] AMD64 EDAC driver v3.5.0
[    3.290137] intel_rapl_common: Found RAPL domain package
[    3.290140] intel_rapl_common: Found RAPL domain core
[    3.362049] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    3.375680] input: C-Media Electronics Inc.       USB PnP Sound Device as /devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-2/1-2:1.3/0003:0D8C:013C.0001/input/input6
[    3.382178] r8169 0000:06:00.0 enp6s0: Link is Down
[    3.432097] hid-generic 0003:0D8C:013C.0001: input,hidraw0: USB HID v1.00 Device [C-Media Electronics Inc.       USB PnP Sound Device] on usb-0000:01:00.0-2/input3
[    3.435293] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.1/3-1.1:1.0/0003:046D:C52F.0002/input/input7
[    3.435322] hid-generic 0003:046D:C52F.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:08:00.3-1.1/input0
[    3.439351] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C52F.0003/input/input8
[    3.495489] hid-generic 0003:046D:C52F.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:08:00.3-1.1/input1
[    3.502672] hid-generic 0003:0B05:1939.0004: hiddev97,hidraw3: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:01:00.0-6/input2
[    3.506350] input: EST Gaming keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:0665:6000.0005/input/input11
[    3.562127] hid-generic 0003:0665:6000.0005: input,hidraw4: USB HID v1.11 Keyboard [EST Gaming keyboard] on usb-0000:08:00.3-1.2/input0
[    3.566452] input: EST Gaming keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:0665:6000.0006/input/input12
[    3.598047] usb 1-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
[    3.598050] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.598052] usb 1-7: Product: USB2.0 Hub
[    3.606055] hub 1-7:1.0: USB hub found
[    3.610035] hub 1-7:1.0: 4 ports detected
[    3.622077] hid-generic 0003:0665:6000.0006: input,hidraw5: USB HID v1.11 Device [EST Gaming keyboard] on usb-0000:08:00.3-1.2/input1
[    3.625318] input: EST Gaming keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.2/3-1.2:1.2/0003:0665:6000.0007/input/input13
[    3.678750] hid-generic 0003:0665:6000.0007: input,hidraw6: USB HID v1.11 Keyboard [EST Gaming keyboard] on usb-0000:08:00.3-1.2/input2
[    3.678779] usbcore: registered new interface driver usbhid
[    3.678780] usbhid: USB HID core driver
[    3.742255] logitech-djreceiver 0003:046D:C52F.0002: hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:08:00.3-1.1/input0
[    3.768705] usb 1-9: new full-speed USB device number 5 using xhci_hcd
[    3.858882] logitech-djreceiver 0003:046D:C52F.0003: hiddev96,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:08:00.3-1.1/input1
[    3.917460] logitech-djreceiver 0003:046D:C52F.0003: device of type eQUAD step 4 DJ (0x04) connected on slot 1
[    3.917656] input: Logitech Wireless Mouse PID:4055 Mouse as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C52F.0003/0003:046D:4055.0008/input/input14
[    3.917704] input: Logitech Wireless Mouse PID:4055 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C52F.0003/0003:046D:4055.0008/input/input15
[    3.917757] hid-generic 0003:046D:4055.0008: input,hidraw7: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4055] on usb-0000:08:00.3-1.1/input1:1
[    3.922301] mousedev: PS/2 mouse device common for all mice
[    4.166845] usb 1-9: New USB device found, idVendor=051d, idProduct=0002, bcdDevice= 0.90
[    4.166850] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.166851] usb 1-9: Product: Back-UPS RS 1500MS FW:952.e3 .D USB FW:e3     
[    4.166852] usb 1-9: Manufacturer: American Power Conversion
[    4.166853] usb 1-9: SerialNumber: 3B1832X29631  
[    4.177525] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C52F.0003/0003:046D:4055.0008/input/input19
[    4.177575] logitech-hidpp-device 0003:046D:4055.0008: input,hidraw7: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:08:00.3-1.1/input1:1
[    4.198261] hid-generic 0003:051D:0002.0009: hiddev98,hidraw8: USB HID v1.00 Device [American Power Conversion Back-UPS RS 1500MS FW:952.e3 .D USB FW:e3     ] on usb-0000:01:00.0-9/input0
[    4.388703] usb 1-10: new high-speed USB device number 6 using xhci_hcd
[    4.550058] usb 1-10: New USB device found, idVendor=04b8, idProduct=014a, bcdDevice= 1.00
[    4.550061] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.550062] usb 1-10: Product: EPSON Perfection V37/V370
[    4.550064] usb 1-10: Manufacturer: EPSON
[    4.578256] mc: Linux media interface: v0.10
[    4.844703] usbcore: registered new interface driver snd-usb-audio
[    5.541871] kauditd_printk_skb: 20 callbacks suppressed
[    5.541874] audit: type=1130 audit(1652314264.563:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.548430] audit: type=1130 audit(1652314264.569:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.603341] audit: type=1130 audit(1652314264.626:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=irqbalance comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.607485] audit: type=1130 audit(1652314264.629:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.608518] audit: type=1334 audit(1652314264.629:35): prog-id=19 op=LOAD
[    5.608603] audit: type=1334 audit(1652314264.629:36): prog-id=20 op=LOAD
[    5.608634] audit: type=1334 audit(1652314264.629:37): prog-id=21 op=LOAD
[    5.618212] audit: type=1130 audit(1652314264.639:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.620557] audit: type=1130 audit(1652314264.643:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.633691] audit: type=1130 audit(1652314264.656:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.870880] r8169 0000:06:00.0 enp6s0: Link is Up - 1Gbps/Full - flow control off
[    6.870904] IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready
[    7.146980] rfkill: input handler disabled
[    8.613922] systemd-journald[841]: Time jumped backwards, rotating.
[   10.197505] logitech-hidpp-device 0003:046D:4055.0008: HID++ 4.5 device connected.
[   37.170363] kauditd_printk_skb: 39 callbacks suppressed
[   37.170369] audit: type=1131 audit(1652314295.432:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   37.198836] audit: type=1334 audit(1652314295.462:77): prog-id=0 op=UNLOAD
[   37.198839] audit: type=1334 audit(1652314295.462:78): prog-id=0 op=UNLOAD
[   37.198843] audit: type=1334 audit(1652314295.462:79): prog-id=0 op=UNLOAD
[   37.414583] audit: type=1131 audit(1652314295.675:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   37.495456] audit: type=1334 audit(1652314295.759:81): prog-id=0 op=UNLOAD
[   37.495461] audit: type=1334 audit(1652314295.759:82): prog-id=0 op=UNLOAD
[   37.495463] audit: type=1334 audit(1652314295.759:83): prog-id=0 op=UNLOAD
[   92.787019] audit: type=1131 audit(1652314351.045:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   92.875801] audit: type=1334 audit(1652314351.135:85): prog-id=0 op=UNLOAD
[   92.875807] audit: type=1334 audit(1652314351.135:86): prog-id=0 op=UNLOAD
[   92.875809] audit: type=1334 audit(1652314351.135:87): prog-id=0 op=UNLOAD
[  474.929215] audit: type=1130 audit(1652314733.185:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  486.389554] audit: type=1100 audit(1652314744.645:89): pid=9389 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="lenny" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  486.389682] audit: type=1101 audit(1652314744.645:90): pid=9389 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  756.935731] audit: type=1100 audit(1652315015.187:91): pid=12929 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  756.935866] audit: type=1101 audit(1652315015.187:92): pid=12929 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  756.940865] audit: type=1101 audit(1652315015.194:93): pid=12975 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lenny" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  756.941270] audit: type=1110 audit(1652315015.194:94): pid=12975 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  756.942704] audit: type=1105 audit(1652315015.194:95): pid=12975 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

sudo lspci -k

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne Root Complex
	Subsystem: ASUSTeK Computer Inc. Device 87e1
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne IOMMU
	Subsystem: ASUSTeK Computer Inc. Device 87e1
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
	DeviceName:  Onboard IGD
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: pcieport
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: pcieport
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: pcieport
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 51)
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
	Subsystem: ASUSTeK Computer Inc. Device 87e1
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 3
	Kernel driver in use: k10temp
	Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 7
01:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset USB 3.1 XHCI Controller
	Subsystem: ASMedia Technology Inc. ASM1042A USB 3.0 Host Controller
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
01:00.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset Switch Upstream Port
	Subsystem: ASMedia Technology Inc. Device 0201
	Kernel driver in use: pcieport
02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 43ea
	Subsystem: ASMedia Technology Inc. Device 3308
	Kernel driver in use: pcieport
02:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 43ea
	Subsystem: ASMedia Technology Inc. Device 3308
	Kernel driver in use: pcieport
02:08.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 43ea
	Subsystem: ASMedia Technology Inc. Device 3308
	Kernel driver in use: pcieport
02:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 43ea
	Subsystem: ASMedia Technology Inc. Device 3308
	Kernel driver in use: pcieport
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
	Subsystem: Samsung Electronics Co Ltd SSD 970 EVO Plus 1TB
	Kernel driver in use: nvme
	Kernel modules: nvme
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
	Subsystem: ASUSTeK Computer Inc. PRIME B450M-A Motherboard
	Kernel driver in use: r8169
	Kernel modules: r8169
07:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
	Subsystem: Samsung Electronics Co Ltd SSD 970 EVO Plus 1TB
	Kernel driver in use: nvme
	Kernel modules: nvme
08:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev d8)
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu
08:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
08:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: ccp
	Kernel modules: ccp
08:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
08:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
	Subsystem: ASUSTeK Computer Inc. Device 87e1
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

Adding the radeon (old system) and amdgpu (Ryzen) modules to mkinitcpio did not have any impact.

Last edited by lenhuppe (2022-05-12 00:30:01)


Why do we drive on the parkway and then park in the driveway?

Offline

#11 2022-05-12 09:11:17

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

Re: SOLVED Analog audio line out broken in LTS kernel

I still hope it's a timing issue (much easier to solve) but it is looking more like a kernel issue with snd modules.

Let's try to verify if this is  a timing issue or not.


- remove any usb sound devices (to simplify things)
- boot to multi-user target
- login as root on first tty   (do not start graphical environment)
- dmesg | grep drm
you're looking for lines like these :

[    4.135127] [drm] Initialized amdgpu 3.44.0 20150101 for 0000:42:00.0 on minor 0
[    4.143409] fbcon: amdgpudrmfb (fb0) is primary device
[    4.292255] amdgpu 0000:42:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    5.195677] systemd[1]: Starting Load Kernel Module drm...
[    5.217651] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    5.217745] systemd[1]: Finished Load Kernel Module drm.

Both the first and last line should be present.
If they're not yet there, wait a while and check again.

- use rmmod to remove snd_hda_intel and anything that uses it (you may need to rmmod multiple modules to get there)

- verify with lsmod snd_hda_intel is not loaded anymore

- insmod snd_hda_intel

- aplay --list-devices

It this is a timing issue, it should list atleast 2 cards. Each should have several sub-devices

post whatever output it gives.

Last edited by Lone_Wolf (2022-05-12 09:11:48)


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

#12 2022-05-12 20:16:12

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED Analog audio line out broken in LTS kernel

Lone_Wolf wrote:

I still hope it's a timing issue (much easier to solve) but it is looking more like a kernel issue with snd modules.

Let's try to verify if this is  a timing issue or not.


- remove any usb sound devices (to simplify things)
- boot to multi-user target
- login as root on first tty   (do not start graphical environment)
- dmesg | grep drm
you're looking for lines like these :

[    4.135127] [drm] Initialized amdgpu 3.44.0 20150101 for 0000:42:00.0 on minor 0
[    4.143409] fbcon: amdgpudrmfb (fb0) is primary device
[    4.292255] amdgpu 0000:42:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    5.195677] systemd[1]: Starting Load Kernel Module drm...
[    5.217651] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    5.217745] systemd[1]: Finished Load Kernel Module drm.

Both the first and last line should be present.
If they're not yet there, wait a while and check again.

- use rmmod to remove snd_hda_intel and anything that uses it (you may need to rmmod multiple modules to get there)

- verify with lsmod snd_hda_intel is not loaded anymore

- insmod snd_hda_intel

- aplay --list-devices

It this is a timing issue, it should list atleast 2 cards. Each should have several sub-devices

post whatever output it gives.


I started by blacklisting snd_hda_intel:

# cat /etc/modprobe.d/blacklist.conf

blacklist snd_hda_intel

# dmesg | grep drm

[    0.471456] ACPI: bus type drm_connector registered
[    0.682682] [drm] amdgpu kernel modesetting enabled.
[    0.689006] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x1043:0x87E1 0xD8).
[    0.689014] [drm] register mmio base: 0xFCB00000
[    0.689014] [drm] register mmio size: 524288
[    0.690039] [drm] add ip block number 0 <soc15_common>
[    0.690040] [drm] add ip block number 1 <gmc_v9_0>
[    0.690041] [drm] add ip block number 2 <vega10_ih>
[    0.690042] [drm] add ip block number 3 <psp>
[    0.690043] [drm] add ip block number 4 <smu>
[    0.690044] [drm] add ip block number 5 <dm>
[    0.690045] [drm] add ip block number 6 <gfx_v9_0>
[    0.690046] [drm] add ip block number 7 <sdma_v4_0>
[    0.690047] [drm] add ip block number 8 <vcn_v2_0>
[    0.690047] [drm] add ip block number 9 <jpeg_v2_0>
[    0.691447] [drm] VCN decode is enabled in VM mode
[    0.691449] [drm] VCN encode is enabled in VM mode
[    0.691450] [drm] JPEG decode is enabled in VM mode
[    0.691489] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    0.691503] [drm] Detected VRAM RAM=512M, BAR=512M
[    0.691504] [drm] RAM width 128bits DDR4
[    0.691546] [drm] amdgpu: 512M of VRAM memory ready
[    0.691547] [drm] amdgpu: 3072M of GTT memory ready.
[    0.691551] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    0.691668] [drm] PCIE GART of 1024M enabled.
[    0.691668] [drm] PTB located at 0x000000F400900000
[    0.701461] [drm] Loading DMUB firmware via PSP: version=0x0101001F
[    0.726474] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[    1.409848] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    1.501612] [drm] Display Core initialized with v3.2.167!
[    1.502159] [drm] DMUB hardware initialized: version=0x0101001F
[    1.765708] [drm] kiq ring mec 2 pipe 1 q 0
[    1.768394] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    1.768414] [drm] JPEG decode initialized successfully.
[    1.793761] [drm] Initialized amdgpu 3.44.0 20150101 for 0000:08:00.0 on minor 0
[    1.800945] fbcon: amdgpudrmfb (fb0) is primary device
[    1.966760] amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    2.691435] systemd[1]: Starting Load Kernel Module drm...
[    2.698653] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    2.698722] systemd[1]: Finished Load Kernel Module drm.

# lsmod

Module                  Size  Used by
r8169                 106496  0
realtek                36864  1
mdio_devres            16384  1 r8169
libphy                167936  3 r8169,mdio_devres,realtek
hid_logitech_hidpp     69632  0
mousedev               24576  0
hid_logitech_dj        36864  0
joydev                 28672  0
usbhid                 73728  1 hid_logitech_dj
intel_rapl_msr         20480  0
intel_rapl_common      32768  1 intel_rapl_msr
amd64_edac             61440  0
edac_mce_amd           57344  1 amd64_edac
kvm_amd               167936  0
vfat                   24576  1
fat                    86016  1 vfat
kvm                  1101824  1 kvm_amd
irqbypass              16384  1 kvm
eeepc_wmi              16384  0
crct10dif_pclmul       16384  1
asus_wmi               73728  1 eeepc_wmi
crc32_pclmul           16384  0
crc32c_intel           24576  0
sparse_keymap          16384  1 asus_wmi
ghash_clmulni_intel    16384  0
platform_profile       16384  1 asus_wmi
aesni_intel           380928  0
video                  57344  1 asus_wmi
wmi_bmof               16384  0
crypto_simd            16384  1 aesni_intel
cryptd                 28672  2 crypto_simd,ghash_clmulni_intel
cfg80211             1077248  0
rapl                   16384  0
ccp                   131072  1 kvm_amd
sp5100_tco             20480  0
pcspkr                 16384  0
i2c_piix4              36864  0
rng_core               16384  1 ccp
k10temp                16384  0
wmi                    45056  2 asus_wmi,wmi_bmof
rfkill                 36864  3 asus_wmi,cfg80211
gpio_amdpt             20480  0
mac_hid                16384  0
gpio_generic           20480  1 gpio_amdpt
acpi_cpufreq           32768  0
pinctrl_amd            32768  0
dm_multipath           45056  0
dm_mod                184320  1 dm_multipath
sg                     45056  0
crypto_user            24576  0
fuse                  172032  1
bpf_preload            16384  0
ip_tables              36864  0
x_tables               57344  1 ip_tables
zfs                  3964928  5
zunicode              335872  1 zfs
zzstd                 581632  1 zfs
zlua                  188416  1 zfs
zavl                   16384  1 zfs
icp                   331776  1 zfs
zcommon               102400  2 zfs,icp
znvpair               110592  2 zfs,zcommon
spl                   118784  6 zfs,icp,zzstd,znvpair,zcommon,zavl
nvme                   57344  3
xhci_pci               20480  0
nvme_core             155648  4 nvme
xhci_pci_renesas       24576  1 xhci_pci
amdgpu               8704000  0
drm_ttm_helper         16384  1 amdgpu
ttm                    86016  2 amdgpu,drm_ttm_helper
gpu_sched              53248  1 amdgpu

# insmod snd_hda_intel

insmod: ERROR: could not load module snd_hda_intel: No such file or directory

# aplay --list-devices

aplay: device_list:274: no soundcards found...

Why do we drive on the parkway and then park in the driveway?

Offline

#13 2022-05-12 21:47:29

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

Re: SOLVED Analog audio line out broken in LTS kernel

oops, insmod requires a filename instead of a module name (and modprobe is often more suitable) .

Try

modprobe snd_hda_intel

If modprobe is succesfull, run aplay --list-devices and post it.


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

#14 2022-05-13 00:08:30

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED Analog audio line out broken in LTS kernel

Lone_Wolf wrote:

oops, insmod requires a filename instead of a module name (and modprobe is often more suitable) .

Try

modprobe snd_hda_intel

If modprobe is succesfull, run aplay --list-devices and post it.

My Ryzen system is now working. However there are numerous differences after switching from the LTS kernel to the regular kernel. I cannot say for sure what exactly fixed the problem because I tried a lot of things.

Meanwhile my FX-8350 system with a Realteck ALC 892 is still not working in Gnome control center. Once again I created a blacklist file for the snd_hda_intel module. This time when I ran 'modprobe snd_hda_intel' it ran without any errors.

After installing alsa-utils I ran 'aplay --list-devices' and got the following response:

# aplay --list-devices

**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 3: ALC892 Digital [ALC892 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

# lsmod

Module                  Size  Used by
edac_mce_amd           57344  0
kvm_amd               167936  0
ccp                   131072  1 kvm_amd
rng_core               16384  1 ccp
kvm                  1101824  1 kvm_amd
eeepc_wmi              16384  0
asus_wmi               73728  1 eeepc_wmi
irqbypass              16384  1 kvm
sparse_keymap          16384  1 asus_wmi
crct10dif_pclmul       16384  1
vfat                   24576  1
platform_profile       16384  1 asus_wmi
crc32_pclmul           16384  0
fat                    86016  1 vfat
crc32c_intel           24576  0
wmi_bmof               16384  0
video                  57344  1 asus_wmi
mxm_wmi                16384  0
amdgpu               8704000  0
ghash_clmulni_intel    16384  0
r8169                 106496  0
realtek                36864  1
joydev                 28672  0
aesni_intel           380928  0
mdio_devres            16384  1 r8169
sp5100_tco             20480  0
crypto_simd            16384  1 aesni_intel
cryptd                 28672  2 crypto_simd,ghash_clmulni_intel
pcspkr                 16384  0
fam15h_power           16384  0
libphy                167936  3 r8169,mdio_devres,realtek
k10temp                16384  0
mousedev               24576  0
i2c_piix4              36864  0
cfg80211             1077248  0
gpu_sched              53248  1 amdgpu
rfkill                 36864  3 asus_wmi,cfg80211
mac_hid                16384  0
wmi                    45056  3 asus_wmi,wmi_bmof,mxm_wmi
fuse                  172032  1
bpf_preload            16384  0
ip_tables              36864  0
x_tables               57344  1 ip_tables
zfs                  3964928  5
zunicode              335872  1 zfs
zzstd                 581632  1 zfs
zlua                  188416  1 zfs
zavl                   16384  1 zfs
icp                   331776  1 zfs
zcommon               102400  2 zfs,icp
znvpair               110592  2 zfs,zcommon
spl                   118784  6 zfs,icp,zzstd,znvpair,zcommon,zavl
uas                    32768  0
usb_storage            81920  1 uas
xhci_pci               20480  0
xhci_pci_renesas       24576  1 xhci_pci
hid_logitech_hidpp     69632  0
hid_logitech_dj        36864  0
usbhid                 73728  1 hid_logitech_dj
radeon               1875968  1
drm_ttm_helper         16384  2 amdgpu,radeon
ttm                    86016  3 amdgpu,radeon,drm_ttm_helper

I have been using the Gnome Shell since it was in beta and I have never had this much trouble with it.

Last edited by lenhuppe (2022-05-13 00:11:09)


Why do we drive on the parkway and then park in the driveway?

Offline

#15 2022-05-13 01:05:36

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED Analog audio line out broken in LTS kernel

Lone_Wolf wrote:

oops, insmod requires a filename instead of a module name (and modprobe is often more suitable) .

Try

modprobe snd_hda_intel

If modprobe is succesfull, run aplay --list-devices and post it.

My FX-8350 system is working again but only partially. The surround sound options are not showing up in Gnome shell control center. The sound is also not as good as it used to be. I do not have to blacklist the snd_hda_intel module.

# aplay --list-devices

**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 3: ALC892 Digital [ALC892 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Last edited by lenhuppe (2022-05-13 01:13:32)


Why do we drive on the parkway and then park in the driveway?

Offline

#16 2022-05-13 13:50:15

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: SOLVED Analog audio line out broken in LTS kernel

The surround sound options are not showing up in Gnome shell control center

aplay -L
amixer -c0
pacman -Qs '(wire|pulse)'

Gnome is gonna rely on either pulseaudio or pipewire and this has quite recently caused a clownshow…

Offline

#17 2022-05-13 23:11:06

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED Analog audio line out broken in LTS kernel

seth wrote:

The surround sound options are not showing up in Gnome shell control center

aplay -L
amixer -c0
pacman -Qs '(wire|pulse)'

Gnome is gonna rely on either pulseaudio or pipewire and this has quite recently caused a clownshow…

That explains what I am seeing. Thank you for the heads up.


Why do we drive on the parkway and then park in the driveway?

Offline

#18 2022-05-14 02:33:58

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 271
Website

Re: SOLVED Analog audio line out broken in LTS kernel

See the comment by Seth above.

Following a number of updates to Gnome the issue was resolved.

Last edited by lenhuppe (2022-05-14 17:28:35)


Why do we drive on the parkway and then park in the driveway?

Offline

Board footer

Powered by FluxBB