You are not logged in.

#1 2021-12-03 22:10:40

Goxore
Member
Registered: 2021-12-02
Posts: 5

Build-in audio not working on arch (was working on windows)

aplay -l

yurii-laptop :: ~ » aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sofhdadsp [sof-hda-dsp], device 1: HDMI1 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 2: HDMI2 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI3 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

sudo dmesg | -iE 'snd|sof'

yurii-laptop :: ~ » sudo dmesg | grep -iE 'snd|sof'

[sudo] password for yurii:
[    0.862978] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.939913] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.939916] software IO TLB: mapped [mem 0x000000006cd2a000-0x0000000070d2a000] (64MB)
[    4.814645] snd_hda_intel 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    6.440575] snd_soc_skl 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    6.992777] sof-audio-pci-intel-apl 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    6.993042] sof-audio-pci-intel-apl 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if 0x040100
[    6.993196] sof-audio-pci-intel-apl 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.020032] sof-audio-pci-intel-apl 0000:00:0e.0: use msi interrupt mode
[    7.066667] sof-audio-pci-intel-apl 0000:00:0e.0: hda codecs found, mask 4
[    7.066677] sof-audio-pci-intel-apl 0000:00:0e.0: using HDA machine driver skl_hda_dsp_generic now
[    7.066686] sof-audio-pci-intel-apl 0000:00:0e.0: DMICs detected in NHLT tables: 0
[    7.070280] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware info: version 1:9:2-e096c
[    7.070287] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware: ABI 3:20:0 Kernel ABI 3:18:0
[    7.070290] sof-audio-pci-intel-apl 0000:00:0e.0: warn: FW ABI is more recent than kernel
[    7.070301] sof-audio-pci-intel-apl 0000:00:0e.0: unknown sof_ext_man header type 3 size 0x30
[    7.120196] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware info: version 1:9:2-e096c
[    7.120207] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware: ABI 3:20:0 Kernel ABI 3:18:0
[    7.120210] sof-audio-pci-intel-apl 0000:00:0e.0: warn: FW ABI is more recent than kernel
[    7.366222] sof-audio-pci-intel-apl 0000:00:0e.0: Topology: ABI 3:20:0 Kernel ABI 3:18:0
[    7.366233] sof-audio-pci-intel-apl 0000:00:0e.0: warn: topology ABI is more recent than kernel
[    7.369967] sof-audio-pci-intel-apl 0000:00:0e.0: ASoC: Parent card not yet available, widget card binding deferred
[    7.487079] input: sof-hda-dsp HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:0e.0/skl_hda_dsp_generic/sound/card0/input10
[    7.487326] input: sof-hda-dsp HDMI/DP,pcm=2 as /devices/pci0000:00/0000:00:0e.0/skl_hda_dsp_generic/sound/card0/input11
[    7.487554] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/skl_hda_dsp_generic/sound/card0/input12

pactl list sinks

Sink #0
	State: SUSPENDED
	Name: auto_null
	Description: Dummy Output
	Driver: module-null-sink.c
	Sample Specification: s16le 2ch 48000Hz
	Channel Map: front-left,front-right
	Owner Module: 15
	Mute: no
	Volume: front-left: 65528 / 100% / -0,00 dB,   front-right: 65528 / 100% / -0,00 dB
	        balance 0,00
	Base Volume: 65536 / 100% / 0,00 dB
	Monitor Source: auto_null.monitor
	Latency: 0 usec, configured 0 usec
	Flags: DECIBEL_VOLUME LATENCY SET_FORMATS
	Properties:
		device.description = "Dummy Output"
		device.class = "abstract"
		device.icon_name = "audio-card"
	Formats:
		pcm

Offline

#2 2021-12-05 02:13:05

cj_marquez
Member
Registered: 2021-11-23
Posts: 6

Re: Build-in audio not working on arch (was working on windows)

Do you have pipewire or pulseaudio installed?
Try installing sof-firmware and make sure your audio outputs are not muted using alsamixer and adjust the output with pavucontrol.

Offline

#3 2021-12-05 22:36:21

Goxore
Member
Registered: 2021-12-02
Posts: 5

Re: Build-in audio not working on arch (was working on windows)

Yes, I have pipewire and pulseaudio installed, and in pavucontrol the only thing i have is dummy output, which does not output any sound

Offline

#4 2021-12-06 11:45:00

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

Re: Build-in audio not working on arch (was working on windows)

[    7.070280] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware info: version 1:9:2-e096c
[    7.070287] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware: ABI 3:20:0 Kernel ABI 3:18:0
[    7.070290] sof-audio-pci-intel-apl 0000:00:0e.0: warn: FW ABI is more recent than kernel
[    7.070301] sof-audio-pci-intel-apl 0000:00:0e.0: unknown sof_ext_man header type 3 size 0x30
[    7.120196] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware info: version 1:9:2-e096c
[    7.120207] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware: ABI 3:20:0 Kernel ABI 3:18:0
[    7.120210] sof-audio-pci-intel-apl 0000:00:0e.0: warn: FW ABI is more recent than kernel
[    7.366222] sof-audio-pci-intel-apl 0000:00:0e.0: Topology: ABI 3:20:0 Kernel ABI 3:18:0
[    7.366233] sof-audio-pci-intel-apl 0000:00:0e.0: warn: topology ABI is more recent than kernel
[    7.369967] sof-audio-pci-intel-apl 0000:00:0e.0: ASoC: Parent card not yet available, widget card binding deferred

Those messages do suggest there may be a low level issue, but don't show details .

Please post full dmesg and the modules= line of your /etc/mkinitcpio.conf file.

Last edited by Lone_Wolf (2021-12-06 11:45: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

#5 2021-12-31 10:57:48

Goxore
Member
Registered: 2021-12-02
Posts: 5

Re: Build-in audio not working on arch (was working on windows)

/etc/mkinitcpio.conf

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)
MODULES=""

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect block filesystems)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev block filesystems)
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS=(base udev block mdadm encrypt filesystems)
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS=(base udev block lvm2 filesystems)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS="base udev autodetect modconf block keyboard keymap consolefont resume filesystems fsck"

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
#COMPRESSION="zstd"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

dmesg

[    0.000000] Linux version 5.10.84-1-lts (linux-lts@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Wed, 08 Dec 2021 10:17:01 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=01efce82-069f-4751-9be7-9362f214141b rw quiet resume=UUID=0ae6d818-18ba-4035-aa22-dc24f3019d4b loglevel=3 audit=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 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[3]:  576, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  640, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000040000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000012151000-0x000000007645dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007645e000-0x0000000079d16fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079d17000-0x0000000079d39fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000079d3a000-0x0000000079da2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000079da3000-0x000000007a10bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a10c000-0x000000007a1bdfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007a1be000-0x000000007aa38fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007aa39000-0x000000007aa39fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007aa3a000-0x000000007aa3bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007aa3c000-0x000000007ab14fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ab15000-0x000000007abc4fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007abc5000-0x000000007affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI 2.0=0x79d1e000 ACPI=0x79d1e000 TPMFinalLog=0x79d71000 SMBIOS=0x79fc4000 SMBIOS 3.0=0x79fc3000 ESRT=0x733a8f18
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: VINGA VINGA SPIRIT S141/To be filled by O.E.M., BIOS V0.5.0_P4S0M2E0F0L2B0T0P2G00A0U0D601_ENE 08/05/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1094.400 MHz processor
[    0.000025] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000035] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000060] last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.000069] MTRR default type: uncachable
[    0.000071] MTRR fixed ranges enabled:
[    0.000075]   00000-9FFFF write-back
[    0.000078]   A0000-BFFFF uncachable
[    0.000081]   C0000-FFFFF write-protect
[    0.000084] MTRR variable ranges enabled:
[    0.000089]   0 base 0000000000 mask 7F80000000 write-back
[    0.000092]   1 base 007C000000 mask 7FFC000000 uncachable
[    0.000096]   2 base 007B000000 mask 7FFF000000 uncachable
[    0.000099]   3 base 0100000000 mask 7F80000000 write-back
[    0.000102]   4 base 00FF800000 mask 7FFF800000 write-combining
[    0.000104]   5 disabled
[    0.000106]   6 disabled
[    0.000108]   7 disabled
[    0.000111]   8 disabled
[    0.000113]   9 disabled
[    0.000262] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000409] last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.011743] esrt: Reserving ESRT space from 0x00000000733a8f18 to 0x00000000733a8f50.
[    0.011758] e820: update [mem 0x733a8000-0x733a8fff] usable ==> reserved
[    0.011824] check: Scanning 1 areas for low memory corruption
[    0.011836] Using GB pages for direct mapping
[    0.013801] Secure boot disabled
[    0.013805] RAMDISK: [mem 0x3745f000-0x37a26fff]
[    0.013812] ACPI: Early table checksum verification disabled
[    0.013820] ACPI: RSDP 0x0000000079D1E000 000024 (v02 ALASKA)
[    0.013831] ACPI: XSDT 0x0000000079D1E0D0 0000FC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.013848] ACPI: FACP 0x0000000079D2C280 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.013865] ACPI: DSDT 0x0000000079D1E260 00E014 (v02 ALASKA A M I    01072009 INTL 20160930)
[    0.013877] ACPI: FACS 0x0000000079DA2080 000040
[    0.013886] ACPI: FPDT 0x0000000079D2C3A0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.013897] ACPI: FIDT 0x0000000079D2C3F0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.013907] ACPI: MSDM 0x0000000079D2C490 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.013917] ACPI: MCFG 0x0000000079D2C4F0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.013927] ACPI: DBG2 0x0000000079D2C530 000072 (v00 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.013937] ACPI: DBGP 0x0000000079D2C5B0 000034 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.013948] ACPI: HPET 0x0000000079D2C5F0 000038 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.013957] ACPI: LPIT 0x0000000079D2C630 00005C (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.013967] ACPI: APIC 0x0000000079D2C690 000084 (v04 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.013977] ACPI: NPKT 0x0000000079D2C720 000065 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.013987] ACPI: SSDT 0x0000000079D2C790 004042 (v02 INTEL  DptfTab  00000003 BRXT 0100000D)
[    0.013998] ACPI: SSDT 0x0000000079D307E0 0043FA (v02 INTEL  RVPRtd3  00000003 BRXT 0100000D)
[    0.014008] ACPI: SSDT 0x0000000079D34BE0 0009DB (v01 Intel_ Platform 00001000 INTL 20160930)
[    0.014019] ACPI: SSDT 0x0000000079D355C0 0000B1 (v01 Intel_ ADebTabl 00001000 INTL 20160930)
[    0.014029] ACPI: SSDT 0x0000000079D35680 0004B4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160930)
[    0.014039] ACPI: SSDT 0x0000000079D35B40 000775 (v02 CpuRef CpuSsdt  00003000 INTL 20160930)
[    0.014049] ACPI: SSDT 0x0000000079D362C0 00035F (v02 PmRef  Cpu0Tst  00003000 INTL 20160930)
[    0.014060] ACPI: SSDT 0x0000000079D36620 0001E6 (v02 PmRef  ApTst    00003000 INTL 20160930)
[    0.014070] ACPI: SSDT 0x0000000079D36810 00286F (v02 SaSsdt SaSsdt   00003000 INTL 20160930)
[    0.014080] ACPI: UEFI 0x0000000079D39080 000048 (v01 ALASKA A M I    00000002      01000013)
[    0.014090] ACPI: BGRT 0x0000000079D390D0 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014100] ACPI: TPM2 0x0000000079D39110 000034 (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.014110] ACPI: DMAR 0x0000000079D39150 0000A8 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.014120] ACPI: WDAT 0x0000000079D39200 000104 (v01                 00000000      00000000)
[    0.014130] ACPI: NHLT 0x0000000079D39310 00053E (v00 ALASKA A M I    00000002      01000013)
[    0.014140] ACPI: WSMT 0x0000000079D39850 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014150] ACPI: Reserving FACP table memory at [mem 0x79d2c280-0x79d2c393]
[    0.014153] ACPI: Reserving DSDT table memory at [mem 0x79d1e260-0x79d2c273]
[    0.014156] ACPI: Reserving FACS table memory at [mem 0x79da2080-0x79da20bf]
[    0.014159] ACPI: Reserving FPDT table memory at [mem 0x79d2c3a0-0x79d2c3e3]
[    0.014162] ACPI: Reserving FIDT table memory at [mem 0x79d2c3f0-0x79d2c48b]
[    0.014165] ACPI: Reserving MSDM table memory at [mem 0x79d2c490-0x79d2c4e4]
[    0.014168] ACPI: Reserving MCFG table memory at [mem 0x79d2c4f0-0x79d2c52b]
[    0.014171] ACPI: Reserving DBG2 table memory at [mem 0x79d2c530-0x79d2c5a1]
[    0.014174] ACPI: Reserving DBGP table memory at [mem 0x79d2c5b0-0x79d2c5e3]
[    0.014177] ACPI: Reserving HPET table memory at [mem 0x79d2c5f0-0x79d2c627]
[    0.014180] ACPI: Reserving LPIT table memory at [mem 0x79d2c630-0x79d2c68b]
[    0.014183] ACPI: Reserving APIC table memory at [mem 0x79d2c690-0x79d2c713]
[    0.014186] ACPI: Reserving NPKT table memory at [mem 0x79d2c720-0x79d2c784]
[    0.014189] ACPI: Reserving SSDT table memory at [mem 0x79d2c790-0x79d307d1]
[    0.014193] ACPI: Reserving SSDT table memory at [mem 0x79d307e0-0x79d34bd9]
[    0.014196] ACPI: Reserving SSDT table memory at [mem 0x79d34be0-0x79d355ba]
[    0.014199] ACPI: Reserving SSDT table memory at [mem 0x79d355c0-0x79d35670]
[    0.014202] ACPI: Reserving SSDT table memory at [mem 0x79d35680-0x79d35b33]
[    0.014205] ACPI: Reserving SSDT table memory at [mem 0x79d35b40-0x79d362b4]
[    0.014209] ACPI: Reserving SSDT table memory at [mem 0x79d362c0-0x79d3661e]
[    0.014212] ACPI: Reserving SSDT table memory at [mem 0x79d36620-0x79d36805]
[    0.014215] ACPI: Reserving SSDT table memory at [mem 0x79d36810-0x79d3907e]
[    0.014218] ACPI: Reserving UEFI table memory at [mem 0x79d39080-0x79d390c7]
[    0.014222] ACPI: Reserving BGRT table memory at [mem 0x79d390d0-0x79d39107]
[    0.014225] ACPI: Reserving TPM2 table memory at [mem 0x79d39110-0x79d39143]
[    0.014229] ACPI: Reserving DMAR table memory at [mem 0x79d39150-0x79d391f7]
[    0.014232] ACPI: Reserving WDAT table memory at [mem 0x79d39200-0x79d39303]
[    0.014235] ACPI: Reserving NHLT table memory at [mem 0x79d39310-0x79d3984d]
[    0.014239] ACPI: Reserving WSMT table memory at [mem 0x79d39850-0x79d39877]
[    0.014263] ACPI: Local APIC address 0xfee00000
[    0.014415] No NUMA configuration found
[    0.014418] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[    0.014430] NODE_DATA(0) allocated [mem 0x17fffc000-0x17fffffff]
[    0.014512] Zone ranges:
[    0.014516]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014521]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014525]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.014530]   Device   empty
[    0.014533] Movable zone start for each node
[    0.014535] Early memory node ranges
[    0.014538]   node   0: [mem 0x0000000000001000-0x000000000003efff]
[    0.014542]   node   0: [mem 0x0000000000040000-0x000000000009dfff]
[    0.014544]   node   0: [mem 0x0000000000100000-0x000000000fffffff]
[    0.014547]   node   0: [mem 0x0000000012151000-0x000000007645dfff]
[    0.014550]   node   0: [mem 0x000000007a1be000-0x000000007aa38fff]
[    0.014552]   node   0: [mem 0x000000007aa3c000-0x000000007ab14fff]
[    0.014555]   node   0: [mem 0x000000007abc5000-0x000000007affffff]
[    0.014557]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.014562] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.014567] On node 0 totalpages: 1003576
[    0.014570]   DMA zone: 64 pages used for memmap
[    0.014573]   DMA zone: 23 pages reserved
[    0.014576]   DMA zone: 3996 pages, LIFO batch:0
[    0.014579]   DMA32 zone: 7427 pages used for memmap
[    0.014582]   DMA32 zone: 475292 pages, LIFO batch:63
[    0.014584]   Normal zone: 8192 pages used for memmap
[    0.014587]   Normal zone: 524288 pages, LIFO batch:63
[    0.014593] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014597] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014672] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.023352] On node 0, zone DMA32: 8529 pages in unavailable ranges
[    0.023834] On node 0, zone DMA32: 15712 pages in unavailable ranges
[    0.023840] On node 0, zone DMA32: 3 pages in unavailable ranges
[    0.023868] On node 0, zone DMA32: 176 pages in unavailable ranges
[    0.033877] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.033911] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.034632] ACPI: PM-Timer IO Port: 0x408
[    0.034640] ACPI: Local APIC address 0xfee00000
[    0.034658] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.034662] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.034664] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.034667] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.034707] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[    0.034715] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.034720] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.034724] ACPI: IRQ0 used by override.
[    0.034728] ACPI: IRQ9 used by override.
[    0.034733] Using ACPI (MADT) for SMP configuration information
[    0.034738] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.034762] e820: update [mem 0x72d2c000-0x7331afff] usable ==> reserved
[    0.034798] TSC deadline timer available
[    0.034803] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.034916] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.034924] PM: hibernation: Registered nosave memory: [mem 0x0003f000-0x0003ffff]
[    0.034930] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.034937] PM: hibernation: Registered nosave memory: [mem 0x10000000-0x12150fff]
[    0.034944] PM: hibernation: Registered nosave memory: [mem 0x72d2c000-0x7331afff]
[    0.034950] PM: hibernation: Registered nosave memory: [mem 0x733a8000-0x733a8fff]
[    0.034959] PM: hibernation: Registered nosave memory: [mem 0x7645e000-0x79d16fff]
[    0.034962] PM: hibernation: Registered nosave memory: [mem 0x79d17000-0x79d39fff]
[    0.034965] PM: hibernation: Registered nosave memory: [mem 0x79d3a000-0x79da2fff]
[    0.034967] PM: hibernation: Registered nosave memory: [mem 0x79da3000-0x7a10bfff]
[    0.034969] PM: hibernation: Registered nosave memory: [mem 0x7a10c000-0x7a1bdfff]
[    0.034976] PM: hibernation: Registered nosave memory: [mem 0x7aa39000-0x7aa39fff]
[    0.034979] PM: hibernation: Registered nosave memory: [mem 0x7aa3a000-0x7aa3bfff]
[    0.034986] PM: hibernation: Registered nosave memory: [mem 0x7ab15000-0x7abc4fff]
[    0.034993] PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x7fffffff]
[    0.034996] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xcfffffff]
[    0.034998] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xd0ffffff]
[    0.035000] PM: hibernation: Registered nosave memory: [mem 0xd1000000-0xd3708fff]
[    0.035003] PM: hibernation: Registered nosave memory: [mem 0xd3709000-0xd3709fff]
[    0.035005] PM: hibernation: Registered nosave memory: [mem 0xd370a000-0xdfffffff]
[    0.035007] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.035010] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfe041fff]
[    0.035012] PM: hibernation: Registered nosave memory: [mem 0xfe042000-0xfe044fff]
[    0.035014] PM: hibernation: Registered nosave memory: [mem 0xfe045000-0xfe8fffff]
[    0.035017] PM: hibernation: Registered nosave memory: [mem 0xfe900000-0xfe902fff]
[    0.035019] PM: hibernation: Registered nosave memory: [mem 0xfe903000-0xfebfffff]
[    0.035021] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.035024] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.035026] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.035029] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfedfffff]
[    0.035031] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.035033] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[    0.035036] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.035041] [mem 0x80000000-0xcfffffff] available for PCI devices
[    0.035044] Booting paravirtualized kernel on bare hardware
[    0.035051] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.048531] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.049215] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u524288
[    0.049244] pcpu-alloc: s225280 r8192 d28672 u524288 alloc=1*2097152
[    0.049249] pcpu-alloc: [0] 0 1 2 3
[    0.049337] Built 1 zonelists, mobility grouping on.  Total pages: 987870
[    0.049341] Policy zone: Normal
[    0.049345] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=01efce82-069f-4751-9be7-9362f214141b rw quiet resume=UUID=0ae6d818-18ba-4035-aa22-dc24f3019d4b loglevel=3 audit=0
[    0.049569] audit: disabled (until reboot)
[    0.050510] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.051003] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.051116] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.094277] Memory: 3729744K/4014304K available (14343K kernel code, 2034K rwdata, 9072K rodata, 1756K init, 4308K bss, 284300K reserved, 0K cma-reserved)
[    0.094298] random: get_random_u64 called from __kmem_cache_create+0x2a/0x4c0 with crng_init=0
[    0.094631] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.094666] ftrace: allocating 41566 entries in 163 pages
[    0.132543] ftrace: allocated 163 pages with 4 groups
[    0.132820] rcu: Hierarchical RCU implementation.
[    0.132825] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.132828] 	Rude variant of Tasks RCU enabled.
[    0.132829] 	Tracing variant of Tasks RCU enabled.
[    0.132832] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.132835] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.145142] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.146035] Console: colour dummy device 80x25
[    0.146082] printk: console [tty0] enabled
[    0.146130] ACPI: Core revision 20200925
[    0.146821] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.146922] APIC: Switch to symmetric I/O mode setup
[    0.146928] DMAR: Host address width 39
[    0.146931] DMAR: DRHD base: 0x000000fed64000 flags: 0x0
[    0.146946] DMAR: dmar0: reg_base_addr fed64000 ver 1:0 cap 1c0000c40660462 ecap 9e2ff0505e
[    0.146949] DMAR: DRHD base: 0x000000fed65000 flags: 0x1
[    0.146960] DMAR: dmar1: reg_base_addr fed65000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.146965] DMAR: RMRR base: 0x00000079cc5000 end: 0x00000079ce4fff
[    0.146968] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.146974] DMAR-IR: IOAPIC id 1 under DRHD base  0xfed65000 IOMMU 1
[    0.146977] DMAR-IR: HPET id 0 under DRHD base 0xfed65000
[    0.146980] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.149190] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.149194] x2apic enabled
[    0.149218] Switched APIC routing to cluster x2apic.
[    0.154214] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.196883] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    0.196895] Calibrating delay loop (skipped), value calculated using timer frequency.. 2188.80 BogoMIPS (lpj=10944000)
[    0.196902] pid_max: default: 32768 minimum: 301
[    0.205025] LSM: Security Framework initializing
[    0.205039] Yama: becoming mindful.
[    0.205110] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.205130] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.205791] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.205856] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.205926] process: using mwait in idle threads
[    0.205931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.205934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.205942] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.205947] Spectre V2 : Mitigation: Enhanced IBRS
[    0.205950] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.205955] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.205959] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.206453] Freeing SMP alternatives memory: 36K
[    0.210507] smpboot: CPU0: Intel(R) Celeron(R) N4020 CPU @ 1.10GHz (family: 0x6, model: 0x7a, stepping: 0x8)
[    0.210914] Performance Events: PEBS fmt3+, Goldmont plus events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.210943] ... version:                4
[    0.210945] ... bit width:              48
[    0.210946] ... generic registers:      4
[    0.210949] ... value mask:             0000ffffffffffff
[    0.210951] ... max period:             00007fffffffffff
[    0.210953] ... fixed-purpose events:   3
[    0.210955] ... event mask:             000000070000000f
[    0.211175] rcu: Hierarchical SRCU implementation.
[    0.212656] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.212822] smp: Bringing up secondary CPUs ...
[    0.213133] x86: Booting SMP configuration:
[    0.213137] .... node  #0, CPUs:      #1
[    0.214920] smp: Brought up 1 node, 2 CPUs
[    0.214920] smpboot: Max logical packages: 2
[    0.214920] smpboot: Total of 2 processors activated (4377.60 BogoMIPS)
[    0.214920] devtmpfs: initialized
[    0.214920] x86/mm: Memory block size: 128MB
[    0.214920] PM: Registering ACPI NVS region [mem 0x79d3a000-0x79da2fff] (430080 bytes)
[    0.214920] PM: Registering ACPI NVS region [mem 0x7aa39000-0x7aa39fff] (4096 bytes)
[    0.214920] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.214920] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.214920] pinctrl core: initialized pinctrl subsystem
[    0.214920] PM: RTC time: 10:32:10, date: 2021-12-31
[    0.214920] NET: Registered protocol family 16
[    0.214920] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.214920] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.214920] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.214920] thermal_sys: Registered thermal governor 'fair_share'
[    0.214920] thermal_sys: Registered thermal governor 'bang_bang'
[    0.214920] thermal_sys: Registered thermal governor 'step_wise'
[    0.214920] thermal_sys: Registered thermal governor 'user_space'
[    0.214920] thermal_sys: Registered thermal governor 'power_allocator'
[    0.214920] cpuidle: using governor ladder
[    0.214920] cpuidle: using governor menu
[    0.214920] ACPI: bus type PCI registered
[    0.214920] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.214920] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.214920] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.214920] PCI: Using configuration type 1 for base access
[    0.219471] Kprobes globally optimized
[    0.219483] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.219483] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.219483] ACPI: Added _OSI(Module Device)
[    0.219483] ACPI: Added _OSI(Processor Device)
[    0.219483] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.219483] ACPI: Added _OSI(Processor Aggregator Device)
[    0.219483] ACPI: Added _OSI(Linux-Dell-Video)
[    0.219483] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.219483] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.259054] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07.MODM], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.259073] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.259080] ACPI: Skipping parse of AML opcode: Device (0x5B82)
[    0.271327] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.281308] ACPI: Dynamic OEM Table Load:
[    0.281325] ACPI: SSDT 0xFFFF9EC940CFEE00 000190 (v02 PmRef  Cpu0Cst  00003001 INTL 20160930)
[    0.284928] ACPI: Dynamic OEM Table Load:
[    0.284943] ACPI: SSDT 0xFFFF9EC940CFE800 0001E6 (v02 PmRef  ApIst    00003000 INTL 20160930)
[    0.287811] ACPI: Dynamic OEM Table Load:
[    0.287825] ACPI: SSDT 0xFFFF9EC940C95C00 0000C9 (v02 PmRef  ApCst    00003000 INTL 20160930)
[    0.291754] ACPI: EC: EC started
[    0.291756] ACPI: EC: interrupt blocked
[    0.417145] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.417151] ACPI: \_SB_.PCI0.SBRG.H_EC: Boot DSDT EC used to handle transactions
[    0.417153] ACPI: Interpreter enabled
[    0.417233] ACPI: (supports S0 S3 S4 S5)
[    0.417237] ACPI: Using IOAPIC for interrupt routing
[    0.417333] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.418798] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.423716] ACPI: Power Resource [SPPR] (on)
[    0.424269] ACPI: Power Resource [SPPR] (on)
[    0.425160] ACPI: Power Resource [UPPR] (on)
[    0.425901] ACPI: Power Resource [BTPR] (on)
[    0.426552] ACPI: Power Resource [UPPR] (on)
[    0.426952] ACPI: Power Resource [UPPR] (on)
[    0.427671] ACPI: Power Resource [PX07] (off)
[    0.428961] ACPI: Power Resource [BTPR] (on)
[    0.429728] ACPI: Power Resource [UPPR] (on)
[    0.430220] ACPI: Power Resource [UPPR] (on)
[    0.430607] ACPI: Power Resource [UPPR] (on)
[    0.431148] ACPI: Power Resource [USBC] (on)
[    0.431460] ACPI: Power Resource [LSPR] (on)
[    0.441650] ACPI: Power Resource [SDPR] (on)
[    0.497562] ACPI: Power Resource [PXP] (on)
[    0.737998] ACPI: Power Resource [DRST] (on)
[    0.738661] ACPI: Power Resource [PXP] (on)
[    0.978000] ACPI: Power Resource [DRST] (on)
[    0.979152] ACPI: Power Resource [DRST] (on)
[    0.979598] ACPI: Power Resource [PXP] (off)
[    0.980848] ACPI: Power Resource [DRST] (on)
[    0.981475] ACPI: Power Resource [PXP] (off)
[    0.983062] ACPI: Power Resource [DRST] (on)
[    0.983726] ACPI: Power Resource [PXP] (off)
[    0.985394] ACPI: Power Resource [DRST] (on)
[    0.986801] ACPI: Power Resource [WRST] (on)
[    0.987666] ACPI: Power Resource [PAUD] (on)
[    0.999813] ACPI: Power Resource [FN00] (on)
[    1.002013] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    1.002029] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    1.005009] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    1.005469] acpi PNP0A08:00: host bridge window [mem 0x1000000010000 window] (ignored, not CPU addressable)
[    1.007583] PCI host bridge to bus 0000:00
[    1.007589] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    1.007593] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    1.007597] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    1.007600] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.007604] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.007607] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    1.007610] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    1.007614] pci_bus 0000:00: root bus resource [mem 0x7c000001-0x7fffffff window]
[    1.007617] pci_bus 0000:00: root bus resource [mem 0x80000000-0xbfffffff window]
[    1.007620] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[    1.007624] pci_bus 0000:00: root bus resource [mem 0xfea00000-0xfeafffff window]
[    1.007627] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff window]
[    1.007630] pci_bus 0000:00: root bus resource [mem 0xfed01000-0xfed01fff window]
[    1.007633] pci_bus 0000:00: root bus resource [mem 0xfed03000-0xfed03fff window]
[    1.007637] pci_bus 0000:00: root bus resource [mem 0xfed06000-0xfed06fff window]
[    1.007640] pci_bus 0000:00: root bus resource [mem 0xfed08000-0xfed09fff window]
[    1.007643] pci_bus 0000:00: root bus resource [mem 0xfed80000-0xfedbffff window]
[    1.007647] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1cfff window]
[    1.007650] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xfeefffff window]
[    1.007654] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.007691] pci 0000:00:00.0: [8086:31f0] type 00 class 0x060000
[    1.008622] pci 0000:00:00.1: [8086:318c] type 00 class 0x118000
[    1.008660] pci 0000:00:00.1: reg 0x10: [mem 0x80000000-0x80007fff 64bit]
[    1.009660] pci 0000:00:02.0: [8086:3185] type 00 class 0x030000
[    1.009679] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
[    1.009691] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    1.009700] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    1.009736] pci 0000:00:02.0: BAR 2: assigned to efifb
[    1.010799] pci 0000:00:0c.0: [8086:31dc] type 00 class 0x028000
[    1.010881] pci 0000:00:0c.0: reg 0x10: [mem 0xa1114000-0xa1117fff 64bit]
[    1.011222] pci 0000:00:0c.0: PME# supported from D0 D3hot D3cold
[    1.012215] pci 0000:00:0e.0: [8086:3198] type 00 class 0x040100
[    1.012247] pci 0000:00:0e.0: reg 0x10: [mem 0xa1110000-0xa1113fff 64bit]
[    1.012287] pci 0000:00:0e.0: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
[    1.012391] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[    1.014771] pci 0000:00:0f.0: [8086:319a] type 00 class 0x078000
[    1.014814] pci 0000:00:0f.0: reg 0x10: [mem 0xa113d000-0xa113dfff 64bit]
[    1.014970] pci 0000:00:0f.0: PME# supported from D3hot
[    1.015872] pci 0000:00:12.0: [8086:31e3] type 00 class 0x010601
[    1.015891] pci 0000:00:12.0: reg 0x10: [mem 0xa1118000-0xa1119fff]
[    1.015903] pci 0000:00:12.0: reg 0x14: [mem 0xa113c000-0xa113c0ff]
[    1.015915] pci 0000:00:12.0: reg 0x18: [io  0xf090-0xf097]
[    1.015927] pci 0000:00:12.0: reg 0x1c: [io  0xf080-0xf083]
[    1.015937] pci 0000:00:12.0: reg 0x20: [io  0xf060-0xf07f]
[    1.015949] pci 0000:00:12.0: reg 0x24: [mem 0xa113b000-0xa113b7ff]
[    1.016011] pci 0000:00:12.0: PME# supported from D3hot
[    1.017002] pci 0000:00:14.0: [8086:31d7] type 01 class 0x060400
[    1.017125] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[    1.018091] pci 0000:00:15.0: [8086:31a8] type 00 class 0x0c0330
[    1.018118] pci 0000:00:15.0: reg 0x10: [mem 0xa1100000-0xa110ffff 64bit]
[    1.018219] pci 0000:00:15.0: PME# supported from D3hot D3cold
[    1.019107] pci 0000:00:16.0: [8086:31ac] type 00 class 0x118000
[    1.019134] pci 0000:00:16.0: reg 0x10: [mem 0xa113a000-0xa113afff 64bit]
[    1.019154] pci 0000:00:16.0: reg 0x18: [mem 0xa1139000-0xa1139fff 64bit]
[    1.020113] pci 0000:00:16.1: [8086:31ae] type 00 class 0x118000
[    1.020143] pci 0000:00:16.1: reg 0x10: [mem 0xa1138000-0xa1138fff 64bit]
[    1.020160] pci 0000:00:16.1: reg 0x18: [mem 0xa1137000-0xa1137fff 64bit]
[    1.021082] pci 0000:00:16.2: [8086:31b0] type 00 class 0x118000
[    1.021109] pci 0000:00:16.2: reg 0x10: [mem 0xa1136000-0xa1136fff 64bit]
[    1.021128] pci 0000:00:16.2: reg 0x18: [mem 0xa1135000-0xa1135fff 64bit]
[    1.022064] pci 0000:00:16.3: [8086:31b2] type 00 class 0x118000
[    1.022091] pci 0000:00:16.3: reg 0x10: [mem 0xa1134000-0xa1134fff 64bit]
[    1.022111] pci 0000:00:16.3: reg 0x18: [mem 0xa1133000-0xa1133fff 64bit]
[    1.023073] pci 0000:00:17.0: [8086:31b4] type 00 class 0x118000
[    1.023100] pci 0000:00:17.0: reg 0x10: [mem 0xa1132000-0xa1132fff 64bit]
[    1.023120] pci 0000:00:17.0: reg 0x18: [mem 0xa1131000-0xa1131fff 64bit]
[    1.024049] pci 0000:00:17.1: [8086:31b6] type 00 class 0x118000
[    1.024098] pci 0000:00:17.1: reg 0x10: [mem 0xa1130000-0xa1130fff 64bit]
[    1.024118] pci 0000:00:17.1: reg 0x18: [mem 0xa112f000-0xa112ffff 64bit]
[    1.025042] pci 0000:00:17.2: [8086:31b8] type 00 class 0x118000
[    1.025070] pci 0000:00:17.2: reg 0x10: [mem 0xa112e000-0xa112efff 64bit]
[    1.025088] pci 0000:00:17.2: reg 0x18: [mem 0xa112d000-0xa112dfff 64bit]
[    1.026023] pci 0000:00:17.3: [8086:31ba] type 00 class 0x118000
[    1.026050] pci 0000:00:17.3: reg 0x10: [mem 0xa112c000-0xa112cfff 64bit]
[    1.026069] pci 0000:00:17.3: reg 0x18: [mem 0xa112b000-0xa112bfff 64bit]
[    1.027037] pci 0000:00:18.0: [8086:31bc] type 00 class 0x118000
[    1.027064] pci 0000:00:18.0: reg 0x10: [mem 0xa112a000-0xa112afff 64bit]
[    1.027082] pci 0000:00:18.0: reg 0x18: [mem 0xa1129000-0xa1129fff 64bit]
[    1.028132] pci 0000:00:18.1: [8086:31be] type 00 class 0x118000
[    1.028158] pci 0000:00:18.1: reg 0x10: [mem 0xa1128000-0xa1128fff 64bit]
[    1.028192] pci 0000:00:18.1: reg 0x18: [mem 0xa1127000-0xa1127fff 64bit]
[    1.029121] pci 0000:00:18.2: [8086:31c0] type 00 class 0x118000
[    1.029148] pci 0000:00:18.2: reg 0x10: [mem 0xfea10000-0xfea10fff 64bit]
[    1.029168] pci 0000:00:18.2: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[    1.030106] pci 0000:00:18.3: [8086:31ee] type 00 class 0x118000
[    1.030134] pci 0000:00:18.3: reg 0x10: [mem 0xa1126000-0xa1126fff 64bit]
[    1.030152] pci 0000:00:18.3: reg 0x18: [mem 0xa1125000-0xa1125fff 64bit]
[    1.031105] pci 0000:00:19.0: [8086:31c2] type 00 class 0x118000
[    1.031132] pci 0000:00:19.0: reg 0x10: [mem 0xa1124000-0xa1124fff 64bit]
[    1.031151] pci 0000:00:19.0: reg 0x18: [mem 0xa1123000-0xa1123fff 64bit]
[    1.032087] pci 0000:00:19.1: [8086:31c4] type 00 class 0x118000
[    1.032118] pci 0000:00:19.1: reg 0x10: [mem 0xa1122000-0xa1122fff 64bit]
[    1.032135] pci 0000:00:19.1: reg 0x18: [mem 0xa1121000-0xa1121fff 64bit]
[    1.033072] pci 0000:00:19.2: [8086:31c6] type 00 class 0x118000
[    1.033098] pci 0000:00:19.2: reg 0x10: [mem 0xa1120000-0xa1120fff 64bit]
[    1.033116] pci 0000:00:19.2: reg 0x18: [mem 0xa111f000-0xa111ffff 64bit]
[    1.034071] pci 0000:00:1c.0: [8086:31cc] type 00 class 0x080501
[    1.034100] pci 0000:00:1c.0: reg 0x10: [mem 0xa111e000-0xa111efff 64bit]
[    1.034120] pci 0000:00:1c.0: reg 0x18: [mem 0xa111d000-0xa111dfff 64bit]
[    1.035182] pci 0000:00:1e.0: [8086:31d0] type 00 class 0x080501
[    1.035209] pci 0000:00:1e.0: reg 0x10: [mem 0xa111c000-0xa111cfff 64bit]
[    1.035225] pci 0000:00:1e.0: reg 0x18: [mem 0xa111b000-0xa111bfff 64bit]
[    1.036161] pci 0000:00:1f.0: [8086:31e8] type 00 class 0x060100
[    1.037314] pci 0000:00:1f.1: [8086:31d4] type 00 class 0x0c0500
[    1.037385] pci 0000:00:1f.1: reg 0x10: [mem 0xa111a000-0xa111a0ff 64bit]
[    1.037467] pci 0000:00:1f.1: reg 0x20: [io  0xf040-0xf05f]
[    1.038463] pci 0000:00:14.0: PCI bridge to [bus 01]
[    1.048922] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 10 11 12 14 15)
[    1.049182] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 10 11 12 14 15)
[    1.049438] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[    1.049696] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 *6 10 11 12 14 15)
[    1.049953] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *7
[    1.050211] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *9
[    1.050466] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.050721] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.052036] ACPI Warning: GPE type mismatch (level/edge) (20200925/evxface-791)
[    1.052036] ACPI: EC: interrupt unblocked
[    1.052036] ACPI: EC: event unblocked
[    1.052036] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.052036] ACPI: EC: GPE=0x26
[    1.052036] ACPI: \_SB_.PCI0.SBRG.H_EC: Boot DSDT EC initialization complete
[    1.052036] ACPI: \_SB_.PCI0.SBRG.H_EC: EC: Used to handle transactions and events
[    1.052036] iommu: Default domain type: Translated
[    1.052036] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.052036] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.052036] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.052036] vgaarb: loaded
[    1.057256] SCSI subsystem initialized
[    1.057275] libata version 3.00 loaded.
[    1.057275] ACPI: bus type USB registered
[    1.057275] usbcore: registered new interface driver usbfs
[    1.057275] usbcore: registered new interface driver hub
[    1.057275] usbcore: registered new device driver usb
[    1.057275] pps_core: LinuxPPS API ver. 1 registered
[    1.057275] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.057275] PTP clock support registered
[    1.057275] EDAC MC: Ver: 3.0.0
[    1.057288] Registered efivars operations
[    1.057288] NetLabel: Initializing
[    1.057288] NetLabel:  domain hash size = 128
[    1.057288] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.057293] NetLabel:  unlabeled traffic allowed by default
[    1.057304] PCI: Using ACPI for IRQ routing
[    1.084130] PCI: pci_cache_line_size set to 64 bytes
[    1.084312] e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
[    1.084315] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    1.084318] e820: reserve RAM buffer [mem 0x72d2c000-0x73ffffff]
[    1.084321] e820: reserve RAM buffer [mem 0x733a8000-0x73ffffff]
[    1.084323] e820: reserve RAM buffer [mem 0x7645e000-0x77ffffff]
[    1.084326] e820: reserve RAM buffer [mem 0x7aa39000-0x7bffffff]
[    1.084329] e820: reserve RAM buffer [mem 0x7ab15000-0x7bffffff]
[    1.084332] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    1.087032] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.087049] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    1.089171] clocksource: Switched to clocksource tsc-early
[    1.120272] VFS: Disk quotas dquot_6.6.0
[    1.120310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.120510] pnp: PnP ACPI init
[    1.120872] system 00:00: [io  0x0680-0x069f] has been reserved
[    1.120878] system 00:00: [io  0x0400-0x047f] could not be reserved
[    1.120882] system 00:00: [io  0x0500-0x05fe] has been reserved
[    1.120886] system 00:00: [io  0x0600-0x061f] has been reserved
[    1.120890] system 00:00: [io  0x164e-0x164f] has been reserved
[    1.120907] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.123607] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    1.123613] system 00:01: [mem 0xfea00000-0xfeafffff] could not be reserved
[    1.123617] system 00:01: [mem 0xfed01000-0xfed01fff] has been reserved
[    1.123621] system 00:01: [mem 0xfed03000-0xfed03fff] has been reserved
[    1.123625] system 00:01: [mem 0xfed06000-0xfed06fff] has been reserved
[    1.123628] system 00:01: [mem 0xfed08000-0xfed09fff] has been reserved
[    1.123632] system 00:01: [mem 0xfed80000-0xfedbffff] has been reserved
[    1.123636] system 00:01: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    1.123640] system 00:01: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.123652] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.123759] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.124313] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.125466] pnp: PnP ACPI: found 4 devices
[    1.133787] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.133941] NET: Registered protocol family 2
[    1.134119] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.135836] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    1.135913] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    1.136163] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    1.136295] TCP: Hash tables configured (established 32768 bind 32768)
[    1.136417] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    1.136471] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.136510] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.136609] NET: Registered protocol family 1
[    1.136621] NET: Registered protocol family 44
[    1.136671] pci 0000:00:18.2: BAR 2: assigned [mem 0x80008000-0x80008fff 64bit]
[    1.136692] pci 0000:00:14.0: PCI bridge to [bus 01]
[    1.136711] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    1.136715] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    1.136718] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    1.136721] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    1.136725] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    1.136728] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    1.136731] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    1.136735] pci_bus 0000:00: resource 11 [mem 0x7c000001-0x7fffffff window]
[    1.136738] pci_bus 0000:00: resource 12 [mem 0x80000000-0xbfffffff window]
[    1.136741] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xefffffff window]
[    1.136744] pci_bus 0000:00: resource 14 [mem 0xfea00000-0xfeafffff window]
[    1.136748] pci_bus 0000:00: resource 15 [mem 0xfed00000-0xfed003ff window]
[    1.136751] pci_bus 0000:00: resource 16 [mem 0xfed01000-0xfed01fff window]
[    1.136754] pci_bus 0000:00: resource 17 [mem 0xfed03000-0xfed03fff window]
[    1.136758] pci_bus 0000:00: resource 18 [mem 0xfed06000-0xfed06fff window]
[    1.136761] pci_bus 0000:00: resource 19 [mem 0xfed08000-0xfed09fff window]
[    1.136764] pci_bus 0000:00: resource 20 [mem 0xfed80000-0xfedbffff window]
[    1.136767] pci_bus 0000:00: resource 21 [mem 0xfed1c000-0xfed1cfff window]
[    1.136771] pci_bus 0000:00: resource 22 [mem 0xfee00000-0xfeefffff window]
[    1.137177] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.138086] PCI: CLS 64 bytes, default 64
[    1.138195] Trying to unpack rootfs image as initramfs...
[    2.549763] Freeing initrd memory: 5920K
[    2.549881] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.549886] software IO TLB: mapped [mem 0x000000006cd2a000-0x0000000070d2a000] (64MB)
[    2.550009] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    2.550056] clocksource: Switched to clocksource tsc
[    2.550564] check: Scanning for low memory corruption every 60 seconds
[    2.551353] Initialise system trusted keyrings
[    2.551377] Key type blacklist registered
[    2.551502] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[    2.554484] zbud: loaded
[    2.576081] Key type asymmetric registered
[    2.576085] Asymmetric key parser 'x509' registered
[    2.576102] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    2.576199] io scheduler mq-deadline registered
[    2.576202] io scheduler kyber registered
[    2.576255] io scheduler bfq registered
[    2.576406] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    2.577150] pcieport 0000:00:14.0: PME: Signaling with IRQ 122
[    2.577352] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.577431] efifb: probing for efifb
[    2.577484] efifb: framebuffer at 0x90000000, using 8128k, total 8128k
[    2.577487] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    2.577489] efifb: scrolling: redraw
[    2.577492] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.577583] fbcon: Deferring console take-over
[    2.577587] fb0: EFI VGA frame buffer device
[    2.577608] intel_idle: MWAIT substates: 0x11242020
[    2.577611] intel_idle: v0.5.1 model 0x7A
[    2.577913] intel_idle: Local APIC timer is reliable in all C-states
[    2.578945] ACPI: AC Adapter [ADP1] (off-line)
[    2.579092] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/PNP0C09:00/PNP0C0D:00/input/input0
[    2.579174] ACPI: Lid Switch [LID0]
[    2.579292] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.579338] ACPI: Power Button [PWRB]
[    2.585590] thermal LNXTHERM:00: registered as thermal_zone0
[    2.585594] ACPI: Thermal Zone [TZ01] (27 C)
[    2.586461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.590923] Non-volatile memory driver v1.3
[    2.590927] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    2.592858] ahci 0000:00:12.0: version 3.0
[    2.603336] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    2.603343] ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst
[    2.604006] scsi host0: ahci
[    2.604312] scsi host1: ahci
[    2.604414] ata1: SATA max UDMA/133 abar m2048@0xa113b000 port 0xa113b100 irq 123
[    2.604419] ata2: SATA max UDMA/133 abar m2048@0xa113b000 port 0xa113b180 irq 123
[    2.604524] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.604534] ehci-pci: EHCI PCI platform driver
[    2.604557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.604562] ohci-pci: OHCI PCI platform driver
[    2.604581] uhci_hcd: USB Universal Host Controller Interface driver
[    2.604674] usbcore: registered new interface driver usbserial_generic
[    2.604684] usbserial: USB Serial support registered for generic
[    2.604901] rtc_cmos 00:03: RTC can wake from S4
[    2.605592] rtc_cmos 00:03: registered as rtc0
[    2.605726] rtc_cmos 00:03: setting system clock to 2021-12-31T10:32:12 UTC (1640946732)
[    2.605762] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.605859] intel_pstate: Intel P-state driver initializing
[    2.606213] ledtrig-cpu: registered to indicate activity on CPUs
[    2.607697] hid: raw HID events driver (C) Jiri Kosina
[    2.607862] drop_monitor: Initializing network drop monitor service
[    2.607931] Initializing XFRM netlink socket
[    2.608035] NET: Registered protocol family 10
[    2.617493] Segment Routing with IPv6
[    2.617497] RPL Segment Routing with IPv6
[    2.617532] NET: Registered protocol family 17
[    2.617852] microcode: sig=0x706a8, pf=0x1, revision=0x16
[    2.617862] microcode: Microcode Update Driver: v2.2.
[    2.617901] resctrl: L2 allocation detected
[    2.617902] resctrl: L2DATA allocation detected
[    2.617903] resctrl: L2CODE allocation detected
[    2.617910] IPI shorthand broadcast: enabled
[    2.617923] sched_clock: Marking stable (2626796907, -8915942)->(2626125050, -8244085)
[    2.618038] registered taskstats version 1
[    2.618054] Loading compiled-in X.509 certificates
[    2.623461] Loaded X.509 cert 'Build time autogenerated kernel key: fee8d4ab0da58b627bbbf273b950257500cfbe69'
[    2.623607] zswap: loaded using pool lz4/z3fold
[    2.623767] Key type ._fscrypt registered
[    2.623768] Key type .fscrypt registered
[    2.623769] Key type fscrypt-provisioning registered
[    2.624827] PM:   Magic number: 1:904:528
[    2.625111] RAS: Correctable Errors collector initialized.
[    2.667781] battery: ACPI: Battery Slot [BAT0] (battery present)
[    2.938555] ata1: SATA link down (SStatus 4 SControl 300)
[    3.107214] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.107497] ata2.00: ATA-11: IND-S3N80P/128G, SBFQBB.3, max UDMA/133
[    3.107504] ata2.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.107762] ata2.00: configured for UDMA/133
[    3.108135] scsi 1:0:0:0: Direct-Access     ATA      IND-S3N80P/128G  BB.3 PQ: 0 ANSI: 5
[    3.108751] sd 1:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    3.108779] sd 1:0:0:0: [sda] Write Protect is off
[    3.108784] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.108825] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.111238]  sda: sda1 sda2 sda3
[    3.157479] sd 1:0:0:0: [sda] Attached SCSI disk
[    3.159010] Freeing unused decrypted memory: 2036K
[    3.159431] Freeing unused kernel image (initmem) memory: 1756K
[    3.177227] Write protecting the kernel read-only data: 26624k
[    3.178128] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    3.178426] Freeing unused kernel image (rodata/data gap) memory: 1168K
[    3.221172] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.221181] rodata_test: all tests were successful
[    3.221195] Run /init as init process
[    3.221198]   with arguments:
[    3.221200]     /init
[    3.221202]   with environment:
[    3.221204]     HOME=/
[    3.221206]     TERM=linux
[    3.221208]     BOOT_IMAGE=/boot/vmlinuz-linux-lts
[    3.271502] fbcon: Taking over console
[    3.271651] Console: switching to colour frame buffer device 240x67
[    3.389007] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    3.389010] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    3.389435] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.413055] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    3.413066] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[    3.414159] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    3.414165] xhci_hcd 0000:00:15.0: cache line size of 64 is not supported
[    3.414431] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    3.414433] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.414435] usb usb1: Product: xHCI Host Controller
[    3.414437] usb usb1: Manufacturer: Linux 5.10.84-1-lts xhci-hcd
[    3.414438] usb usb1: SerialNumber: 0000:00:15.0
[    3.423229] sdhci: Secure Digital Host Controller Interface driver
[    3.423232] sdhci: Copyright(c) Pierre Ossman
[    3.426867] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:31cc] (rev 6)
[    3.427370] mmc0: CQHCI version 5.10
[    3.427702] hub 1-0:1.0: USB hub found
[    3.427723] hub 1-0:1.0: 9 ports detected
[    3.429745] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    3.429750] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[    3.429755] xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed
[    3.431274] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    3.431277] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.431279] usb usb2: Product: xHCI Host Controller
[    3.431280] usb usb2: Manufacturer: Linux 5.10.84-1-lts xhci-hcd
[    3.431281] usb usb2: SerialNumber: 0000:00:15.0
[    3.431436] hub 2-0:1.0: USB hub found
[    3.431454] hub 2-0:1.0: 7 ports detected
[    3.434932] mmc0: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
[    3.434970] sdhci-pci 0000:00:1e.0: SDHCI controller found [8086:31d0] (rev 6)
[    3.434985] sdhci-pci 0000:00:1e.0: enabling device (0000 -> 0002)
[    3.439934] mmc1: SDHCI controller on PCI [0000:00:1e.0] using ADMA 64-bit
[    3.453988] random: fast init done
[    3.487385] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    3.532413] PM: Image not found (code -22)
[    3.613158] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.716956] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    3.867535] systemd[1]: systemd 249.7-2-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 +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    3.897496] systemd[1]: Detected architecture x86-64.
[    3.898063] systemd[1]: Hostname set to <yurii-laptop>.
[    3.898252] usb 1-3: New USB device found, idVendor=14cd, idProduct=1212, bcdDevice= 1.00
[    3.898254] usb 1-3: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[    3.898256] usb 1-3: Product: Mass Storage Device
[    3.898257] usb 1-3: Manufacturer: Generic
[    3.898259] usb 1-3: SerialNumber: 121220160204
[    4.046938] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[    4.131143] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    4.257072] systemd[1]: Queued start job for default target Graphical Interface.
[    4.258582] systemd[1]: Created slice Slice /system/getty.
[    4.258991] systemd[1]: Created slice Slice /system/modprobe.
[    4.259393] systemd[1]: Created slice Slice /system/systemd-fsck.
[    4.259668] systemd[1]: Created slice User and Session Slice.
[    4.259760] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.259833] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.260060] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.260115] systemd[1]: Reached target Local Encrypted Volumes.
[    4.260138] systemd[1]: Reached target Login Prompts.
[    4.260173] systemd[1]: Reached target Remote File Systems.
[    4.260191] systemd[1]: Reached target Slice Units.
[    4.260228] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.260338] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.260646] systemd[1]: Listening on LVM2 poll daemon socket.
[    4.262185] systemd[1]: Listening on Process Core Dump Socket.
[    4.265906] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    4.267047] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.267217] systemd[1]: Listening on Journal Socket.
[    4.268107] systemd[1]: Listening on udev Control Socket.
[    4.268232] systemd[1]: Listening on udev Kernel Socket.
[    4.269441] systemd[1]: Mounting Huge Pages File System...
[    4.270384] systemd[1]: Mounting POSIX Message Queue File System...
[    4.271364] systemd[1]: Mounting Kernel Debug File System...
[    4.272374] systemd[1]: Mounting Kernel Trace File System...
[    4.273782] systemd[1]: Starting Create List of Static Device Nodes...
[    4.274844] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    4.275994] systemd[1]: Starting Load Kernel Module configfs...
[    4.278840] systemd[1]: Starting Load Kernel Module drm...
[    4.280130] random: lvm: uninitialized urandom read (4 bytes read)
[    4.282909] systemd[1]: Starting Load Kernel Module fuse...
[    4.288395] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    4.288482] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    4.290555] systemd[1]: Starting Journal Service...
[    4.294637] Linux agpgart interface v0.103
[    4.300778] fuse: init (API version 7.32)
[    4.302170] systemd[1]: Starting Load Kernel Modules...
[    4.303253] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.303375] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    4.307136] systemd[1]: Starting Coldplug All udev Devices...
[    4.309792] systemd[1]: Mounted Huge Pages File System.
[    4.309949] systemd[1]: Mounted POSIX Message Queue File System.
[    4.310069] systemd[1]: Mounted Kernel Debug File System.
[    4.310184] systemd[1]: Mounted Kernel Trace File System.
[    4.313616] EXT4-fs (sda2): re-mounted. Opts: (null)
[    4.326978] systemd[1]: Finished Create List of Static Device Nodes.
[    4.336605] usb 1-6: New USB device found, idVendor=058f, idProduct=5608, bcdDevice= 0.03
[    4.336610] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    4.336612] usb 1-6: Product: USB 2.0 Camera
[    4.336613] usb 1-6: Manufacturer: Alcor Micro, Corp.
[    4.340213] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.340489] systemd[1]: Finished Load Kernel Module configfs.
[    4.340808] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.341040] systemd[1]: Finished Load Kernel Module fuse.
[    4.341374] systemd[1]: Finished Load Kernel Modules.
[    4.341720] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.343252] systemd[1]: Mounting FUSE Control File System...
[    4.344338] systemd[1]: Mounting Kernel Configuration File System...
[    4.344434] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    4.359661] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    4.360903] systemd[1]: Starting Load/Save Random Seed...
[    4.361896] systemd[1]: Starting Apply Kernel Variables...
[    4.361997] systemd[1]: Condition check resulted in Create System Users being skipped.
[    4.363123] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.364635] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.364934] systemd[1]: Finished Load Kernel Module drm.
[    4.365864] systemd[1]: Mounted FUSE Control File System.
[    4.366017] systemd[1]: Mounted Kernel Configuration File System.
[    4.377912] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[    4.391937] systemd[1]: Finished Apply Kernel Variables.
[    4.405130] systemd[1]: Finished Create Static Device Nodes in /dev.
[    4.405250] systemd[1]: Reached target Preparation for Local File Systems.
[    4.405320] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
[    4.418545] systemd[1]: Mounting Mount unit for auto-cpufreq, revision 102...
[    4.419807] systemd[1]: Mounting Mount unit for auto-cpufreq, revision 96...
[    4.429847] systemd[1]: Mounting Mount unit for core20, revision 1242...
[    4.436336] systemd[1]: Mounting Mount unit for core20, revision 1270...
[    4.437915] systemd[1]: Mounting Mount unit for snapd, revision 14066...
[    4.447495] loop: module loaded
[    4.447645] systemd[1]: Mounting Mount unit for snapd, revision 14295...
[    4.453683] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    4.454120] systemd[1]: Started Journal Service.
[    4.473119] systemd-journald[188]: Received client request to flush runtime journal.
[    4.486954] usb 1-9: new full-speed USB device number 4 using xhci_hcd
[    4.524299] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    4.667875] usb 1-9: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[    4.667880] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.695002] input: Intel HID events as /devices/platform/INT33D5:00/input/input3
[    4.696685] intel-hid INT33D5:00: platform supports 5 button array
[    4.696717] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input4
[    4.990527] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    4.996684] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    5.018018] random: tlp-readconfs: uninitialized urandom read (4 bytes read)
[    5.037555] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    5.074160] idma64 idma64.3: Found Intel integrated DMA 64-bit
[    5.080355] idma64 idma64.4: Found Intel integrated DMA 64-bit
[    5.094082] idma64 idma64.5: Found Intel integrated DMA 64-bit
[    5.127831] idma64 idma64.6: Found Intel integrated DMA 64-bit
[    5.180793] idma64 idma64.7: Found Intel integrated DMA 64-bit
[    5.181452] proc_thermal 0000:00:00.1: Creating sysfs group for PROC_THERMAL_PCI
[    5.223678] idma64 idma64.8: Found Intel integrated DMA 64-bit
[    5.224048] idma64 idma64.9: Found Intel integrated DMA 64-bit
[    5.224891] idma64 idma64.12: Found Intel integrated DMA 64-bit
[    5.225214] idma64 idma64.13: Found Intel integrated DMA 64-bit
[    5.225536] idma64 idma64.14: Found Intel integrated DMA 64-bit
[    5.225881] i2c_hid i2c-HTIX5288:00: supply vdd not found, using dummy regulator
[    5.225915] i2c_hid i2c-HTIX5288:00: supply vddl not found, using dummy regulator
[    5.228758] Adding 8435472k swap on /dev/sda3.  Priority:-2 extents:1 across:8435472k SSFS
[    5.276880] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.302649] i801_smbus 0000:00:1f.1: SPD Write Disable is set
[    5.302711] i801_smbus 0000:00:1f.1: SMBus using PCI interrupt
[    5.302789] i2c i2c-8: 4/4 memory slots populated (from DMI)
[    5.310862] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.319168] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/261)
[    5.320213] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/33030)
[    5.321265] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/1157)
[    5.322201] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/2309)
[    5.323137] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/405)
[    5.324053] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/661)
[    5.324967] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/4213)
[    5.325906] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/9474)
[    5.326828] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/897)
[    5.327815] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/49154)
[    5.328735] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/33105)
[    5.329654] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/9731)
[    5.330598] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/38160)
[    5.331533] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/1941)
[    5.332465] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/38145)
[    5.333401] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/49154)
[    5.334319] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/3593)
[    5.355662] Intel(R) Wireless WiFi driver for Linux
[    5.355732] iwlwifi 0000:00:0c.0: enabling device (0000 -> 0002)
[    5.371474] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    5.381512] random: avahi-daemon: uninitialized urandom read (4 bytes read)
[    5.455549] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    5.456188] iwlwifi 0000:00:0c.0: WRT: Overriding region id 0
[    5.456190] iwlwifi 0000:00:0c.0: WRT: Overriding region id 1
[    5.456193] iwlwifi 0000:00:0c.0: WRT: Overriding region id 2
[    5.456194] iwlwifi 0000:00:0c.0: WRT: Overriding region id 3
[    5.456196] iwlwifi 0000:00:0c.0: WRT: Overriding region id 4
[    5.456197] iwlwifi 0000:00:0c.0: WRT: Overriding region id 6
[    5.456198] iwlwifi 0000:00:0c.0: WRT: Overriding region id 8
[    5.456200] iwlwifi 0000:00:0c.0: WRT: Overriding region id 9
[    5.456201] iwlwifi 0000:00:0c.0: WRT: Overriding region id 10
[    5.456203] iwlwifi 0000:00:0c.0: WRT: Overriding region id 11
[    5.456204] iwlwifi 0000:00:0c.0: WRT: Overriding region id 15
[    5.456205] iwlwifi 0000:00:0c.0: WRT: Overriding region id 16
[    5.456207] iwlwifi 0000:00:0c.0: WRT: Overriding region id 18
[    5.456208] iwlwifi 0000:00:0c.0: WRT: Overriding region id 19
[    5.456210] iwlwifi 0000:00:0c.0: WRT: Overriding region id 20
[    5.456211] iwlwifi 0000:00:0c.0: WRT: Overriding region id 21
[    5.456213] iwlwifi 0000:00:0c.0: WRT: Overriding region id 28
[    5.456809] iwlwifi 0000:00:0c.0: loaded firmware version 46.6b541b68.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
[    5.536003] input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-7/i2c-HTIX5288:00/0018:0911:5288.0001/input/input5
[    5.536253] input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-7/i2c-HTIX5288:00/0018:0911:5288.0001/input/input6
[    5.536347] hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
[    5.810716] iwlwifi 0000:00:0c.0: Detected Intel(R) Wireless-AC 9461, REV=0x318
[    5.865413] iwlwifi 0000:00:0c.0: base HW address: b4:0e:de:a4:ab:e6
[    5.929306] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    5.929707] thermal thermal_zone4: failed to read out thermal zone (-61)
[    6.084346] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    6.084351] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.084351] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.084352] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.084353] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.131318] cryptd: max_cpu_qlen set to 1000
[    6.263193] random: crng init done
[    6.263199] random: 3 urandom warning(s) missed due to ratelimiting
[    6.336545] SSE version of gcm_enc/dec engaged.
[    6.432651] snd_hda_intel 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.126412] intel_rapl_common: Found RAPL domain package
[    7.126418] intel_rapl_common: Found RAPL domain core
[    7.126420] intel_rapl_common: Found RAPL domain uncore
[    7.126423] intel_rapl_common: Found RAPL domain dram
[    7.243240] mc: Linux media interface: v0.10
[    7.419486] snd_soc_skl 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.447420] dw-apb-uart.8: ttyS4 at MMIO 0xa112a000 (irq = 4, base_baud = 115200) is a 16550A
[    7.477388] dw-apb-uart.9: ttyS5 at MMIO 0xa1128000 (irq = 5, base_baud = 115200) is a 16550A
[    7.510587] dw-apb-uart.10: ttyS6 at MMIO 0xfea10000 (irq = 6, base_baud = 115200) is a 16550A
[    7.538805] dw-apb-uart.11: ttyS7 at MMIO 0xa1126000 (irq = 7, base_baud = 115200) is a 16550A
[    7.554701] videodev: Linux video capture interface: v2.00
[    7.620550] iwlwifi 0000:00:0c.0 wlo2: renamed from wlan0
[    7.705798] input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-7/i2c-HTIX5288:00/0018:0911:5288.0001/input/input7
[    7.710053] input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-7/i2c-HTIX5288:00/0018:0911:5288.0001/input/input8
[    7.782297] hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
[    7.838703] mousedev: PS/2 mouse device common for all mice
[    7.903175] sof-audio-pci 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.903532] sof-audio-pci 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if 0x040100
[    7.989502] intel_telemetry_core Init
[    8.019509] iwlwifi 0000:00:0c.0: Conflict between TLV & NVM regarding enabling LAR (TLV = enabled NVM =disabled)
[    8.073690] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    8.101306] checking generic (90000000 7f0000) vs hw (a0000000 1000000)
[    8.101309] checking generic (90000000 7f0000) vs hw (90000000 10000000)
[    8.101310] fb0: switching to inteldrmfb from EFI VGA
[    8.108825] Console: switching to colour dummy device 80x25
[    8.109169] i915 0000:00:02.0: vgaarb: deactivate vga console
[    8.109375] i915 0000:00:02.0: [drm] couldn't get memory information
[    8.126980] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    8.128822] mei_hdcp 0000:00:0f.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    8.130929] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
[    8.161408] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (058f:5608)
[    8.174490] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
[    8.176296] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    8.176729] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[    8.177005] sof-audio-pci 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    8.199995] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    8.204363] input: USB 2.0 Camera: USB 2.0 Camera as /devices/pci0000:00/0000:00:15.0/usb1/1-6/1-6:1.0/input/input10
[    8.204439] usbcore: registered new interface driver uvcvideo
[    8.204441] USB Video Class driver (1.1.1)
[    8.292802] fbcon: i915drmfb (fb0) is primary device
[    8.296856] Console: switching to colour frame buffer device 240x67
[    8.319084] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    8.378200] sof-audio-pci 0000:00:0e.0: use msi interrupt mode
[    8.425206] sof-audio-pci 0000:00:0e.0: hda codecs found, mask 4
[    8.425212] sof-audio-pci 0000:00:0e.0: using HDA machine driver skl_hda_dsp_generic now
[    8.425219] sof-audio-pci 0000:00:0e.0: DMICs detected in NHLT tables: 0
[    8.429840] sof-audio-pci 0000:00:0e.0: warning: unknown sof_ext_man header type 6 size 0x20
[    8.429845] sof-audio-pci 0000:00:0e.0: Firmware info: version 1:9:3-a9780
[    8.429847] sof-audio-pci 0000:00:0e.0: Firmware: ABI 3:20:0 Kernel ABI 3:17:0
[    8.429848] sof-audio-pci 0000:00:0e.0: warn: FW ABI is more recent than kernel
[    8.429857] sof-audio-pci 0000:00:0e.0: warning: unknown sof_ext_man header type 3 size 0x30
[    8.429858] sof-audio-pci 0000:00:0e.0: warning: unknown sof_ext_man header type 5 size 0x20
[    8.480060] sof-audio-pci 0000:00:0e.0: Firmware info: version 1:9:3-a9780
[    8.480067] sof-audio-pci 0000:00:0e.0: Firmware: ABI 3:20:0 Kernel ABI 3:17:0
[    8.480069] sof-audio-pci 0000:00:0e.0: warn: FW ABI is more recent than kernel
[    8.547052] sof-audio-pci 0000:00:0e.0: Topology: ABI 3:20:0 Kernel ABI 3:17:0
[    8.547057] sof-audio-pci 0000:00:0e.0: warn: topology ABI is more recent than kernel
[    8.551259] sof-audio-pci 0000:00:0e.0: ASoC: Parent card not yet available, widget card binding deferred
[    8.751352] input: sof-hda-dsp HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:0e.0/skl_hda_dsp_generic/sound/card0/input11
[    8.751425] input: sof-hda-dsp HDMI/DP,pcm=2 as /devices/pci0000:00/0000:00:0e.0/skl_hda_dsp_generic/sound/card0/input12
[    8.751476] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/skl_hda_dsp_generic/sound/card0/input13
[    9.880397] Bluetooth: Core ver 2.22
[    9.880444] NET: Registered protocol family 31
[    9.880446] Bluetooth: HCI device and connection manager initialized
[    9.880454] Bluetooth: HCI socket layer initialized
[    9.880457] Bluetooth: L2CAP socket layer initialized
[    9.880462] Bluetooth: SCO socket layer initialized
[   10.067250] usbcore: registered new interface driver btusb
[   10.076278] Bluetooth: hci0: Bootloader revision 0.1 build 42 week 52 2015
[   10.077309] Bluetooth: hci0: Device revision is 2
[   10.077311] Bluetooth: hci0: Secure boot is enabled
[   10.077312] Bluetooth: hci0: OTP lock is enabled
[   10.077313] Bluetooth: hci0: API lock is enabled
[   10.077314] Bluetooth: hci0: Debug lock is disabled
[   10.077316] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   10.079785] Bluetooth: hci0: Found device firmware: intel/ibt-17-16-1.sfi
[   10.097006] usb-storage 1-3:1.0: USB Mass Storage device detected
[   10.101286] scsi host2: usb-storage 1-3:1.0
[   10.101431] usbcore: registered new interface driver usb-storage
[   10.109591] usbcore: registered new interface driver uas
[   10.151616] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.151620] Bluetooth: BNEP filters: protocol multicast
[   10.151626] Bluetooth: BNEP socket layer initialized
[   11.167322] scsi 2:0:0:0: Direct-Access     Mass     Storage Device   1.00 PQ: 0 ANSI: 0 CCS
[   11.467034] Bluetooth: hci0: Waiting for firmware download to complete
[   11.467336] Bluetooth: hci0: Firmware loaded in 1367210 usecs
[   11.467373] Bluetooth: hci0: Waiting for device to boot
[   11.481259] Bluetooth: hci0: Device booted in 13590 usecs
[   11.481504] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-17-16-1.ddc
[   11.483277] Bluetooth: hci0: Applying Intel DDC parameters completed
[   11.486283] Bluetooth: hci0: Firmware revision 0.1 build 207 week 35 2021
[   11.533377] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   11.564175] wlo2: authenticate with 50:d4:f7:da:bb:18
[   11.571098] NET: Registered protocol family 38
[   11.571413] wlo2: send auth to 50:d4:f7:da:bb:18 (try 1/3)
[   11.592913] wlo2: authenticated
[   11.596948] wlo2: associate with 50:d4:f7:da:bb:18 (try 1/3)
[   11.607745] wlo2: RX AssocResp from 50:d4:f7:da:bb:18 (capab=0x411 status=0 aid=2)
[   11.609672] wlo2: associated
[   11.736894] IPv6: ADDRCONF(NETDEV_CHANGE): wlo2: link becomes ready
[   16.233023] Bluetooth: RFCOMM TTY layer initialized
[   16.233035] Bluetooth: RFCOMM socket layer initialized
[   16.233040] Bluetooth: RFCOMM ver 1.11
[  911.048857] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/7936)

Offline

#6 2021-12-31 13:27:46

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

Re: Build-in audio not working on arch (was working on windows)

dmesg shows i2c_hid messages that i'm unfamiliar with but they all appear to have to do with the same device , i2c-HTIX5288

Do you have early microcode loading configured ?

[    8.109375] i915 0000:00:02.0: [drm] couldn't get memory information

That's bad, maybe it's an timing issue.
try configuring early KMS start .

The audio issues don't have a clear cause, but you are using the lts kernel on what appears to be a young system.
Try booting with the current linux kernel (no need to remove linux-lts, linux and linux-lts coexist fine).


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

Board footer

Powered by FluxBB