You are not logged in.

#1 2023-01-08 20:26:57

zus
Member
From: Spain
Registered: 2023-01-08
Posts: 4

HUAWEI MateBook X Pro 2022 "Unkwon key pressed, code 0x02c1"

I have an Arch Linux installation in a Huawei MateBook X Pro 2022 laptop and there's an annoying message that keeps spamming in the journal:

...
ene 08 17:49:16 logos kernel: input input12: Unknown key pressed, code: 0x02c1
ene 08 17:49:16 logos kernel: input input12: Unknown key pressed, code: 0x02c1
ene 08 17:49:17 logos kernel: input input12: Unknown key pressed, code: 0x02c1
...

The main problem with it is that it floods the journal and can make it difficult to use journalctl normally. Plus I'm not sure where it comes from and may point to a more serious issue.

Notice the messages don't come from atkbd.c, as it usually happens with unknown key presses. The event seems to originate from evdev input12 which, according to /sys/class/input/input12/name, corresponds to Huawei WMI hotkeys.

Using evemu-describe, I found that Huawei WMI hotkeys are handled by the evdev device /dev/input/event11:

~❯ evemu-describe
Available devices:
/dev/input/event0:	Lid Switch
/dev/input/event1:	Power Button
/dev/input/event2:	AT Translated Set 2 keyboard
/dev/input/event3:	Video Bus
/dev/input/event4:	USB Camera: USB Camera
/dev/input/event5:	USB Camera: IR Camera
/dev/input/event6:	GXTP7863:00 27C6:01E0 Mouse
/dev/input/event7:	GXTP7863:00 27C6:01E0 Touchpad
/dev/input/event8:	GXTP738X:00 27C6:0114
/dev/input/event9:	GXTP738X:00 27C6:0114 UNKNOWN
/dev/input/event10:	PC Speaker
/dev/input/event11:	Huawei WMI hotkeys
/dev/input/event12:	sof-hda-dsp Mic
/dev/input/event13:	sof-hda-dsp Headphone
/dev/input/event14:	sof-hda-dsp HDMI/DP,pcm=3
/dev/input/event15:	sof-hda-dsp HDMI/DP,pcm=4
/dev/input/event16:	sof-hda-dsp HDMI/DP,pcm=5
...

But when I look the event codes of that device (also with evemu-describe), I can't find the event 0x02c1 (or 705):

...
Select the device event number [0-16]: 11
# EVEMU 1.3
# Kernel: 6.1.3-arch1-1
# DMI: dmi:bvnHUAWEI:bvr1.10:bd05/23/2022:br1.10:efr1.10:svnHUAWEI:pnMRGF-XX:pvrM1010:rvnHUAWEI:rnMRGF-XX-PCB:rvrM1010:cvnHUAWEI:ct10:cvrM1010:skuC100:cd ../latex-test
# Input device name: "Huawei WMI hotkeys"
# Input device ID: bus 0x19 vendor 0000 product 0000 version 0000
# Supported events:
#   Event type 0 (EV_SYN)
#     Event code 0 (SYN_REPORT)
#     Event code 1 (SYN_CONFIG)
#     Event code 2 (SYN_MT_REPORT)
#     Event code 3 (SYN_DROPPED)
#     Event code 4 ((null))
#     Event code 5 ((null))
#     Event code 6 ((null))
#     Event code 7 ((null))
#     Event code 8 ((null))
#     Event code 9 ((null))
#     Event code 10 ((null))
#     Event code 11 ((null))
#     Event code 12 ((null))
#     Event code 13 ((null))
#     Event code 14 ((null))
#     Event code 15 (SYN_MAX)
#   Event type 1 (EV_KEY)
#     Event code 113 (KEY_MUTE)
#     Event code 114 (KEY_VOLUMEDOWN)
#     Event code 115 (KEY_VOLUMEUP)
#     Event code 171 (KEY_CONFIG)
#     Event code 190 (KEY_F20)
#     Event code 224 (KEY_BRIGHTNESSDOWN)
#     Event code 225 (KEY_BRIGHTNESSUP)
#     Event code 238 (KEY_WLAN)
#     Event code 240 (KEY_UNKNOWN)
#   Event type 4 (EV_MSC)
#     Event code 4 (MSC_SCAN)
# Properties:
N: Huawei WMI hotkeys
I: 0019 0000 0000 0000
P: 00 00 00 00 00 00 00 00
B: 00 0b 00 00 00 00 00 00 00
B: 01 00 00 00 00 00 00 00 00
B: 01 00 00 00 00 00 00 0e 00
B: 01 00 00 00 00 00 08 00 40
B: 01 00 00 00 00 03 40 01 00
B: 01 00 00 00 00 00 00 00 00
B: 01 00 00 00 00 00 00 00 00
B: 01 00 00 00 00 00 00 00 00
B: 01 00 00 00 00 00 00 00 00
B: 01 00 00 00 00 00 00 00 00
B: 01 00 00 00 00 00 00 00 00
B: 01 00 00 00 00 00 00 00 00
B: 01 00 00 00 00 00 00 00 00
B: 02 00 00 00 00 00 00 00 00
B: 03 00 00 00 00 00 00 00 00
B: 04 10 00 00 00 00 00 00 00
B: 05 00 00 00 00 00 00 00 00
B: 11 00 00 00 00 00 00 00 00
B: 12 00 00 00 00 00 00 00 00
B: 14 00 00 00 00 00 00 00 00
B: 15 00 00 00 00 00 00 00 00
B: 15 00 00 00 00 00 00 00 00

Using evtest, I've tried to monitor the use of /dev/input/event11 and got nothing, even when the journal keeps spamming the message at the same time.

I've tried installing Huawei WMI using the huawei-wmi-dkms AUR and adding the 99-Huawei.db file to the hwdb (in /etc/udev/hwdb.d/). I can verify the function keys work, but the message keeps showing. Also, the rules seem to target other models and there's no mention of code 0x02c1.

99-Huawei.db:

# Huawei MACH-WX9
evdev:atkbd:dmi:bvn*:bvr*:svnHUAWEI*:pnMACH-WX9:pvr*
 KEYBOARD_KEY_f7=unknown
 KEYBOARD_KEY_f8=fn
 KEYBOARD_KEY_281=unknown
 KEYBOARD_KEY_282=unknown

# Huawei & Honor microphone mute
evdev:name:Huawei WMI hotkeys:dmi:bvn*:bvr*:bd*:svnHUAWEI*
evdev:name:Huawei WMI hotkeys:dmi:bvn*:bvr*:bd*:svnHONOR*
 KEYBOARD_KEY_287=f20         # Microphone mute button, should be micmute

I've also tried adding a custom rule to hwdb to capture the keycode targetting any device:

*
 KEYBOARD_KEY_2c1=reserved

I can verify that the rule has been added using system-hwdb query with any existent modalias:

~❯ sudo systemd-hwdb query dmi:bvnHUAWEI:bvr1.10:bd05/23/2022:br1.10:efr1.10:svnHUAWEI:pnMRGF-XX:pvrM1010:rvnHUAWEI:rnMRGF-XX-PCB:rvrM1010:cvnHUAWEI:ct10:cvrM1010:skuC100:
KEYBOARD_KEY_2c1=reserved

But the message keeps showing in the journal.

Looking into linux/input-event-codes.h, the code 0x2c1 corresponds to BTN_TRIGGER_HAPPY2, which is supposed to control builtin LCD panels. This doesn't make much sense for this laptop.

A quick Google search gave me this AskUbuntu post but I can suspend and resume, so the solutions proposed don't target my problem, and I haven't found any other useful Google entry.

That same entry above suggested using Liquorix kernel. I will give it a try, but I don't think it will solve the problem as I've used the Zen kernel in the past and the message persisted.

I have consulted the following links, in addition to the manual for every tool mentioned and some other sources, to no avail:
- Kernel docs for input subsystem
- Kernel docs for event codes
- ArchWiki page to map scancodes to keycodes
- ArchWiki page for keyboard input
- ArchWiki page for Huawei MateBook 14s

Right now, I'm at a loss here, and I'm not even sure it's an evdev input event.

Any contribution is welcome and I would greatly appreciate any source of information to figure out where the message is coming from.

These are my laptop specs:
- Model: HUAWEI MateBook X Pro 2022 MRGF-XX M1010
- CPU: 12th Gen Intel i7-1260P (16) @ 4.700GHz
- GPU: Intel Alder Lake-P
- OS: Arch Linux
- Kernel: 6.1.3-arch1-1
- Window manager: sway
- Display server protocol: wayland

I use mkinitcpio. Contents of 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=(usbhid xhci_hcd intel_agp i915 i2c-dev i2c_i801 i2c_smbus)

# 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 systemd sd-plymouth keyboard autodetect sd-vconsole modconf block sd-encrypt filesystems fsck)

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

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

Contents of /etc/kernel/cmdline:

root=/dev/mapper/arch rootflags=subvol=root resume=/dev/mapper/arch resume_offset=1170627 rw quiet bgrt_disable splash vt.global_cursor_default=0 i915.enable_guc=3 i915.enable_psr=0

dmesg:

[    0.000000] microcode: microcode updated early to revision 0x424, date = 2022-09-19
[    0.000000] Linux version 6.1.3-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Wed, 04 Jan 2023 16:28:15 +0000
[    0.000000] Command line: root=/dev/mapper/arch rootflags=subvol=root resume=/dev/mapper/arch resume_offset=1170627 rw quiet bgrt_disable splash vt.global_cursor_default=0 i915.enable_guc=3 i915.enable_psr=0  
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003d288fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003d289000-0x000000003db88fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003db89000-0x000000003f99efff] usable
[    0.000000] BIOS-e820: [mem 0x000000003f99f000-0x0000000041a4efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000041a4f000-0x00000000449fefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000449ff000-0x0000000044bfefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000044bff000-0x0000000044bfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000044c00000-0x0000000048ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000049200000-0x00000000493fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004a000000-0x00000000503fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f9d00000-0x00000000f9efffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004afbfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.80 by HUAWEI
[    0.000000] efi: ACPI=0x44bfe000 ACPI 2.0=0x44bfe014 TPMFinalLog=0x44935000 SMBIOS=0x40057000 MEMATTR=0x39a0c018 ESRT=0x39916a98 INITRD=0x39b9ff18 RNG=0x44b12018 TPMEventLog=0x39b9e018 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: crng init done
[    0.000000] SMBIOS 3.3 present.
[    0.000000] DMI: HUAWEI MRGF-XX/MRGF-XX-PCB, BIOS 1.10 05/23/2022
[    0.000000] tsc: Detected 2500.000 MHz processor
[    0.000000] tsc: Detected 2496.000 MHz TSC
[    0.000003] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000005] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000010] last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
[    0.000163] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000867] last_pfn = 0x44c00 max_arch_pfn = 0x400000000
[    0.005799] esrt: Reserving ESRT space from 0x0000000039916a98 to 0x0000000039916b20.
[    0.005803] e820: update [mem 0x39916000-0x39916fff] usable ==> reserved
[    0.005817] Using GB pages for direct mapping
[    0.005929] Secure boot disabled
[    0.005930] RAMDISK: [mem 0x33c81000-0x35bd7fff]
[    0.005933] ACPI: Early table checksum verification disabled
[    0.005936] ACPI: RSDP 0x0000000044BFE014 000024 (v02 HUAWEI)
[    0.005939] ACPI: XSDT 0x0000000044BA6188 00014C (v01 HUAWEI ADL-P-M  00000002      01000013)
[    0.005943] ACPI: FACP 0x0000000044BA2000 000114 (v06 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.005947] ACPI: DSDT 0x0000000044B2A000 074E62 (v02 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.005949] ACPI: FACS 0x000000004490F000 000040
[    0.005951] ACPI: UEFI 0x00000000449FE000 000236 (v01 HUAWEI ADL-P-M  00000001 ACPI 00040000)
[    0.005953] ACPI: DLUT 0x0000000044BDC000 020034 (v01 HUAWEI ADL-P-M  00000001 ACPI 00040000)
[    0.005955] ACPI: SSDT 0x0000000044BD5000 006B90 (v02 HUAWEI DptfTabl 00001000 INTL 20200717)
[    0.005957] ACPI: SSDT 0x0000000044BD4000 00038C (v02 HUAWEI Pmax_Dev 00000001 INTL 20200717)
[    0.005959] ACPI: SSDT 0x0000000044BCE000 005D2C (v02 HUAWEI CpuSsdt  00003000 INTL 20200717)
[    0.005961] ACPI: SSDT 0x0000000044BCB000 002B22 (v02 HUAWEI SaSsdt   00003000 INTL 20200717)
[    0.005963] ACPI: SSDT 0x0000000044BC7000 0033D3 (v02 HUAWEI IgfxSsdt 00003000 INTL 20200717)
[    0.005965] ACPI: SSDT 0x0000000044BB9000 00D39F (v02 HUAWEI TcssSsdt 00001000 INTL 20200717)
[    0.005967] ACPI: SSDT 0x0000000044BB8000 000047 (v01 HUAWEI MlgTable 00001000 INTL 20200717)
[    0.005968] ACPI: SSDT 0x0000000044BB7000 00077B (v02 HUAWEI Tpm2Tabl 00001000 INTL 20200717)
[    0.005970] ACPI: TPM2 0x0000000044BB6000 00004C (v04 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.005972] ACPI: MSDM 0x0000000044BB5000 000055 (v03 HUAWEI ADL-P-M  00000001 ACPI 00040000)
[    0.005974] ACPI: SSDT 0x0000000044BAF000 005889 (v01 HUAWEI WmiTable 00001000 INTL 20200717)
[    0.005976] ACPI: SSDT 0x0000000044BAE000 000B5C (v02 HUAWEI UsbCTabl 00001000 INTL 20200717)
[    0.005978] ACPI: LPIT 0x0000000044BAD000 0000CC (v01 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.005980] ACPI: WSMT 0x0000000044BAC000 000028 (v01 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.005982] ACPI: SSDT 0x0000000044BAB000 000AD9 (v02 HUAWEI PtidDevc 00001000 INTL 20200717)
[    0.005984] ACPI: SSDT 0x0000000044BA8000 002357 (v02 HUAWEI TbtTypeC 00000000 INTL 20200717)
[    0.005986] ACPI: DBGP 0x0000000044BA7000 000034 (v01 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.005988] ACPI: DBG2 0x0000000044BFD000 000054 (v00 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.005990] ACPI: NHLT 0x0000000044BA4000 001B35 (v00 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.005992] ACPI: ECDT 0x0000000044BA3000 000069 (v01 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.005994] ACPI: HPET 0x0000000044BA1000 000038 (v01 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.005997] ACPI: APIC 0x0000000044BA0000 0001DC (v04 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.005998] ACPI: MCFG 0x0000000044B9F000 00003C (v01 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.006000] ACPI: SSDT 0x0000000044B24000 005FA8 (v02 HUAWEI ADL-P-M  00000002      01000013)
[    0.006001] ACPI: SSDT 0x0000000044B22000 001D0E (v02 HUAWEI ADL-P-M  00000002      01000013)
[    0.006003] ACPI: $H2O 0x0000000044B21000 00002C (v01 HUAWEI ADL-P-M  00000001 ACPI 00040000)
[    0.006005] ACPI: DMAR 0x0000000044B20000 000088 (v02 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.006006] ACPI: SSDT 0x0000000044B1F000 000B21 (v02 HUAWEI xh_adlLP 00000000 INTL 20200717)
[    0.006008] ACPI: SSDT 0x0000000044B1B000 003AEA (v02 HUAWEI SocGpe   00003000 INTL 20200717)
[    0.006010] ACPI: SSDT 0x0000000044B17000 0039DA (v02 HUAWEI SocCmn   00003000 INTL 20200717)
[    0.006011] ACPI: SSDT 0x0000000044B16000 0000F8 (v01 HUAWEI PcdTabl  00001000 INTL 20200717)
[    0.006013] ACPI: FPDT 0x0000000044B15000 000044 (v01 HUAWEI ADL-P-M  00000002 ACPI 00040000)
[    0.006015] ACPI: PHAT 0x0000000044B13000 00081C (v01 HUAWEI ADL-P-M  00000005 ACPI 00040000)
[    0.006016] ACPI: BGRT 0x0000000044B14000 000038 (v01 HUAWEI ADL-P-M  00000001 ACPI 00040000)
[    0.006017] ACPI: Reserving FACP table memory at [mem 0x44ba2000-0x44ba2113]
[    0.006018] ACPI: Reserving DSDT table memory at [mem 0x44b2a000-0x44b9ee61]
[    0.006019] ACPI: Reserving FACS table memory at [mem 0x4490f000-0x4490f03f]
[    0.006019] ACPI: Reserving UEFI table memory at [mem 0x449fe000-0x449fe235]
[    0.006020] ACPI: Reserving DLUT table memory at [mem 0x44bdc000-0x44bfc033]
[    0.006020] ACPI: Reserving SSDT table memory at [mem 0x44bd5000-0x44bdbb8f]
[    0.006021] ACPI: Reserving SSDT table memory at [mem 0x44bd4000-0x44bd438b]
[    0.006021] ACPI: Reserving SSDT table memory at [mem 0x44bce000-0x44bd3d2b]
[    0.006021] ACPI: Reserving SSDT table memory at [mem 0x44bcb000-0x44bcdb21]
[    0.006022] ACPI: Reserving SSDT table memory at [mem 0x44bc7000-0x44bca3d2]
[    0.006022] ACPI: Reserving SSDT table memory at [mem 0x44bb9000-0x44bc639e]
[    0.006023] ACPI: Reserving SSDT table memory at [mem 0x44bb8000-0x44bb8046]
[    0.006023] ACPI: Reserving SSDT table memory at [mem 0x44bb7000-0x44bb777a]
[    0.006023] ACPI: Reserving TPM2 table memory at [mem 0x44bb6000-0x44bb604b]
[    0.006024] ACPI: Reserving MSDM table memory at [mem 0x44bb5000-0x44bb5054]
[    0.006024] ACPI: Reserving SSDT table memory at [mem 0x44baf000-0x44bb4888]
[    0.006025] ACPI: Reserving SSDT table memory at [mem 0x44bae000-0x44baeb5b]
[    0.006025] ACPI: Reserving LPIT table memory at [mem 0x44bad000-0x44bad0cb]
[    0.006025] ACPI: Reserving WSMT table memory at [mem 0x44bac000-0x44bac027]
[    0.006026] ACPI: Reserving SSDT table memory at [mem 0x44bab000-0x44babad8]
[    0.006026] ACPI: Reserving SSDT table memory at [mem 0x44ba8000-0x44baa356]
[    0.006027] ACPI: Reserving DBGP table memory at [mem 0x44ba7000-0x44ba7033]
[    0.006027] ACPI: Reserving DBG2 table memory at [mem 0x44bfd000-0x44bfd053]
[    0.006028] ACPI: Reserving NHLT table memory at [mem 0x44ba4000-0x44ba5b34]
[    0.006028] ACPI: Reserving ECDT table memory at [mem 0x44ba3000-0x44ba3068]
[    0.006028] ACPI: Reserving HPET table memory at [mem 0x44ba1000-0x44ba1037]
[    0.006029] ACPI: Reserving APIC table memory at [mem 0x44ba0000-0x44ba01db]
[    0.006029] ACPI: Reserving MCFG table memory at [mem 0x44b9f000-0x44b9f03b]
[    0.006030] ACPI: Reserving SSDT table memory at [mem 0x44b24000-0x44b29fa7]
[    0.006030] ACPI: Reserving SSDT table memory at [mem 0x44b22000-0x44b23d0d]
[    0.006031] ACPI: Reserving $H2O table memory at [mem 0x44b21000-0x44b2102b]
[    0.006031] ACPI: Reserving DMAR table memory at [mem 0x44b20000-0x44b20087]
[    0.006032] ACPI: Reserving SSDT table memory at [mem 0x44b1f000-0x44b1fb20]
[    0.006032] ACPI: Reserving SSDT table memory at [mem 0x44b1b000-0x44b1eae9]
[    0.006032] ACPI: Reserving SSDT table memory at [mem 0x44b17000-0x44b1a9d9]
[    0.006033] ACPI: Reserving SSDT table memory at [mem 0x44b16000-0x44b160f7]
[    0.006033] ACPI: Reserving FPDT table memory at [mem 0x44b15000-0x44b15043]
[    0.006034] ACPI: Reserving PHAT table memory at [mem 0x44b13000-0x44b1381b]
[    0.006034] ACPI: Reserving BGRT table memory at [mem 0x44b14000-0x44b14037]
[    0.006589] No NUMA configuration found
[    0.006589] Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
[    0.006592] NODE_DATA(0) allocated [mem 0x4afbfb000-0x4afbfffff]
[    0.006611] Zone ranges:
[    0.006611]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006612]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006613]   Normal   [mem 0x0000000100000000-0x00000004afbfffff]
[    0.006614]   Device   empty
[    0.006614] Movable zone start for each node
[    0.006615] Early memory node ranges
[    0.006615]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.006616]   node   0: [mem 0x0000000000100000-0x000000003d288fff]
[    0.006617]   node   0: [mem 0x000000003db89000-0x000000003f99efff]
[    0.006617]   node   0: [mem 0x0000000044bff000-0x0000000044bfffff]
[    0.006617]   node   0: [mem 0x0000000100000000-0x00000004afbfffff]
[    0.006619] Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
[    0.006622] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006635] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.007579] On node 0, zone DMA32: 2304 pages in unavailable ranges
[    0.007693] On node 0, zone DMA32: 21088 pages in unavailable ranges
[    0.024423] On node 0, zone Normal: 13312 pages in unavailable ranges
[    0.024429] On node 0, zone Normal: 1024 pages in unavailable ranges
[    0.024478] Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
[    0.027021] ACPI: PM-Timer IO Port: 0x1808
[    0.027026] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.027027] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.027028] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.027028] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.027029] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.027029] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.027029] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.027030] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.027030] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.027031] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.027031] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.027031] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.027032] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.027032] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.027033] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.027033] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.027033] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.027034] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.027034] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.027035] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.027035] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.027035] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.027036] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.027036] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.027155] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.027156] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.027158] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.027161] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.027161] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.027164] TSC deadline timer available
[    0.027165] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.027176] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.027177] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.027178] PM: hibernation: Registered nosave memory: [mem 0x39916000-0x39916fff]
[    0.027179] PM: hibernation: Registered nosave memory: [mem 0x3d289000-0x3db88fff]
[    0.027180] PM: hibernation: Registered nosave memory: [mem 0x3f99f000-0x41a4efff]
[    0.027180] PM: hibernation: Registered nosave memory: [mem 0x41a4f000-0x449fefff]
[    0.027181] PM: hibernation: Registered nosave memory: [mem 0x449ff000-0x44bfefff]
[    0.027182] PM: hibernation: Registered nosave memory: [mem 0x44c00000-0x48ffffff]
[    0.027182] PM: hibernation: Registered nosave memory: [mem 0x49000000-0x491fffff]
[    0.027182] PM: hibernation: Registered nosave memory: [mem 0x49200000-0x493fffff]
[    0.027183] PM: hibernation: Registered nosave memory: [mem 0x49400000-0x49ffffff]
[    0.027183] PM: hibernation: Registered nosave memory: [mem 0x4a000000-0x503fffff]
[    0.027183] PM: hibernation: Registered nosave memory: [mem 0x50400000-0xbfffffff]
[    0.027184] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.027184] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf9cfffff]
[    0.027184] PM: hibernation: Registered nosave memory: [mem 0xf9d00000-0xf9efffff]
[    0.027185] PM: hibernation: Registered nosave memory: [mem 0xf9f00000-0xfe00ffff]
[    0.027185] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[    0.027185] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff]
[    0.027186] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.027186] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff]
[    0.027186] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.027187] [mem 0x50400000-0xbfffffff] available for PCI devices
[    0.027188] Booting paravirtualized kernel on bare hardware
[    0.027190] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.030715] setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.031092] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[    0.031096] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[    0.031098] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.031114] Fallback order for Node 0: 0 
[    0.031116] Built 1 zonelists, mobility grouping on.  Total pages: 4059117
[    0.031117] Policy zone: Normal
[    0.031118] Kernel command line: root=/dev/mapper/arch rootflags=subvol=root resume=/dev/mapper/arch resume_offset=1170627 rw quiet bgrt_disable splash vt.global_cursor_default=0 i915.enable_guc=3 i915.enable_psr=0  
[    0.031179] Unknown kernel command line parameters "splash", will be passed to user space.
[    0.032177] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.032697] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.032939] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.032947] software IO TLB: area num 16.
[    0.062233] Memory: 15932536K/16494840K available (16391K kernel code, 2132K rwdata, 11072K rodata, 2144K init, 3360K bss, 562044K reserved, 0K cma-reserved)
[    0.062315] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.062324] ftrace: allocating 46398 entries in 182 pages
[    0.066759] ftrace: allocated 182 pages with 5 groups
[    0.066811] Dynamic Preempt: full
[    0.066833] rcu: Preemptible hierarchical RCU implementation.
[    0.066834] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.066834] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.066835] 	Trampoline variant of Tasks RCU enabled.
[    0.066835] 	Rude variant of Tasks RCU enabled.
[    0.066836] 	Tracing variant of Tasks RCU enabled.
[    0.066836] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.066837] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.069415] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.069847] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.070414] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.070435] Console: colour dummy device 80x25
[    0.070449] printk: console [tty0] enabled
[    0.070464] ACPI: Core revision 20220331
[    0.070761] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.070762] APIC: Switch to symmetric I/O mode setup
[    0.070764] DMAR: Host address width 39
[    0.070764] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.070769] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.070770] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.070773] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.070774] DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
[    0.070776] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.070777] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.070778] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.075931] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.075933] x2apic enabled
[    0.076005] Switched APIC routing to cluster x2apic.
[    0.090471] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[    0.090479] Calibrating delay loop (skipped), value calculated using timer frequency.. 4993.00 BogoMIPS (lpj=8320000)
[    0.090481] pid_max: default: 32768 minimum: 301
[    0.093351] LSM: Security Framework initializing
[    0.093356] landlock: Up and running.
[    0.093357] Yama: becoming mindful.
[    0.093362] LSM support for eBPF active
[    0.093395] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.093418] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.093609] CPU0: Thermal monitoring enabled (TM1)
[    0.093611] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.093711] process: using mwait in idle threads
[    0.093711] CET detected: Indirect Branch Tracking enabled
[    0.093712] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.093713] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.093716] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.093718] Spectre V2 : Mitigation: Enhanced IBRS
[    0.093718] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.093718] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.093719] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.093720] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.093810] Freeing SMP alternatives memory: 40K
[    0.093810] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-1260P (family: 0x6, model: 0x9a, stepping: 0x3)
[    0.093810] cblist_init_generic: Setting adjustable number of callback queues.
[    0.093810] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.093810] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.093810] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.093810] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.093810] core: cpu_core PMU driver: 
[    0.093810] ... version:                5
[    0.093810] ... bit width:              48
[    0.093810] ... generic registers:      8
[    0.093810] ... value mask:             0000ffffffffffff
[    0.093810] ... max period:             00007fffffffffff
[    0.093810] ... fixed-purpose events:   4
[    0.093810] ... event mask:             0001000f000000ff
[    0.093810] Estimated ratio of average max frequency by base frequency (times 1024): 1556
[    0.093810] rcu: Hierarchical SRCU implementation.
[    0.093810] rcu: 	Max phase no-delay instances is 1000.
[    0.093810] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.093810] smp: Bringing up secondary CPUs ...
[    0.093810] x86: Booting SMP configuration:
[    0.093810] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8
[    0.023457] core: cpu_atom PMU driver: PEBS-via-PT 
[    0.023457] ... version:                5
[    0.023457] ... bit width:              48
[    0.023457] ... generic registers:      6
[    0.023457] ... value mask:             0000ffffffffffff
[    0.023457] ... max period:             00007fffffffffff
[    0.023457] ... fixed-purpose events:   3
[    0.023457] ... event mask:             000000070000003f
[    0.119391]   #9 #10 #11 #12 #13 #14 #15
[    0.135745] smp: Brought up 1 node, 16 CPUs
[    0.135745] smpboot: Max logical packages: 1
[    0.135745] smpboot: Total of 16 processors activated (79903.00 BogoMIPS)
[    0.137568] devtmpfs: initialized
[    0.137568] x86/mm: Memory block size: 128MB
[    0.137662] ACPI: PM: Registering ACPI NVS region [mem 0x41a4f000-0x449fefff] (50003968 bytes)
[    0.137662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.137662] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.137662] pinctrl core: initialized pinctrl subsystem
[    0.138102] PM: RTC time: 20:16:16, date: 2023-01-08
[    0.138439] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.138614] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.138754] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.138907] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.138915] audit: initializing netlink subsys (disabled)
[    0.138918] audit: type=2000 audit(1673208976.046:1): state=initialized audit_enabled=0 res=1
[    0.138918] thermal_sys: Registered thermal governor 'fair_share'
[    0.138918] thermal_sys: Registered thermal governor 'bang_bang'
[    0.138918] thermal_sys: Registered thermal governor 'step_wise'
[    0.138918] thermal_sys: Registered thermal governor 'user_space'
[    0.138918] thermal_sys: Registered thermal governor 'power_allocator'
[    0.138918] cpuidle: using governor ladder
[    0.138918] cpuidle: using governor menu
[    0.138918] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.138918] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.138918] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.138918] PCI: Using configuration type 1 for base access
[    0.140577] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.141243] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.143879] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.143879] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.143879] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.143879] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.143941] ACPI: Added _OSI(Module Device)
[    0.143941] ACPI: Added _OSI(Processor Device)
[    0.143941] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.143941] ACPI: Added _OSI(Processor Aggregator Device)
[    0.227519] ACPI: 19 ACPI AML tables successfully acquired and loaded
[    0.228483] ACPI: EC: EC started
[    0.228484] ACPI: EC: interrupt blocked
[    0.229629] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.229630] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.278251] ACPI: Dynamic OEM Table Load:
[    0.278260] ACPI: SSDT 0xFFFF97F242500A00 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.278283] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.278974] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    0.278976] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.280070] ACPI: Dynamic OEM Table Load:
[    0.280077] ACPI: SSDT 0xFFFF97F241249000 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.281053] ACPI: Dynamic OEM Table Load:
[    0.281058] ACPI: SSDT 0xFFFF97F242554800 0005E4 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.282101] ACPI: Dynamic OEM Table Load:
[    0.282106] ACPI: SSDT 0xFFFF97F242557800 0004BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.283396] ACPI: Dynamic OEM Table Load:
[    0.283403] ACPI: SSDT 0xFFFF97F241244000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.284942] ACPI: Dynamic OEM Table Load:
[    0.284948] ACPI: SSDT 0xFFFF97F241242000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.286301] ACPI: Dynamic OEM Table Load:
[    0.286307] ACPI: SSDT 0xFFFF97F241246000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.287692] ACPI: Dynamic OEM Table Load:
[    0.287698] ACPI: SSDT 0xFFFF97F241257000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.293704] ACPI: Interpreter enabled
[    0.293753] ACPI: PM: (supports S0 S3 S4 S5)
[    0.293754] ACPI: Using IOAPIC for interrupt routing
[    0.293789] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.293789] PCI: Using E820 reservations for host bridge windows
[    0.294892] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.295568] ACPI: PM: Power Resource [PXP]
[    0.301448] ACPI: PM: Power Resource [PXP]
[    0.301975] ACPI: PM: Power Resource [PXP]
[    0.310631] ACPI: PM: Power Resource [BTRT]
[    0.311138] ACPI: PM: Power Resource [PAUD]
[    0.312093] ACPI: PM: Power Resource [PXTC]
[    0.312282] ACPI: PM: Power Resource [PTPL]
[    0.313931] ACPI: PM: Power Resource [WRST]
[    0.316392] ACPI: PM: Power Resource [PXP]
[    0.317499] ACPI: PM: Power Resource [PXP]
[    0.318038] ACPI: PM: Power Resource [PXP]
[    0.327367] ACPI: PM: Power Resource [TBT0]
[    0.327408] ACPI: PM: Power Resource [TBT1]
[    0.327446] ACPI: PM: Power Resource [D3C]
[    0.559073] ACPI: PM: Power Resource [FN00]
[    0.559112] ACPI: PM: Power Resource [FN01]
[    0.559150] ACPI: PM: Power Resource [FN02]
[    0.559187] ACPI: PM: Power Resource [FN03]
[    0.559224] ACPI: PM: Power Resource [FN04]
[    0.559620] ACPI: PM: Power Resource [PIN]
[    0.559907] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.559911] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.561958] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.566025] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.570862] PCI host bridge to bus 0000:00
[    0.570863] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.570864] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.570865] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.570866] pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
[    0.570867] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.570868] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.571698] pci 0000:00:00.0: [8086:4621] type 00 class 0x060000
[    0.571946] pci 0000:00:02.0: [8086:46a6] type 00 class 0x030000
[    0.571953] pci 0000:00:02.0: reg 0x10: [mem 0x601c000000-0x601cffffff 64bit]
[    0.571958] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.571962] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.571974] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.571975] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.571977] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.571999] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.572000] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.572004] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.572004] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.572111] pci 0000:00:04.0: [8086:461d] type 00 class 0x118000
[    0.572124] pci 0000:00:04.0: reg 0x10: [mem 0x601d180000-0x601d19ffff 64bit]
[    0.572423] pci 0000:00:06.0: [8086:464d] type 01 class 0x060400
[    0.572508] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.572557] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[    0.573166] pci 0000:00:07.0: [8086:466e] type 01 class 0x060400
[    0.573201] pci 0000:00:07.0: Overriding RP PIO Log Size to 4
[    0.573234] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.573255] pci 0000:00:07.0: PTM enabled (root), 4ns granularity
[    0.573939] pci 0000:00:07.2: [8086:462f] type 01 class 0x060400
[    0.573973] pci 0000:00:07.2: Overriding RP PIO Log Size to 4
[    0.574005] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[    0.574027] pci 0000:00:07.2: PTM enabled (root), 4ns granularity
[    0.574762] pci 0000:00:08.0: [8086:464f] type 00 class 0x088000
[    0.574770] pci 0000:00:08.0: reg 0x10: [mem 0x601d1d0000-0x601d1d0fff 64bit]
[    0.574871] pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000
[    0.574877] pci 0000:00:0a.0: reg 0x10: [mem 0x601d1b0000-0x601d1b7fff 64bit]
[    0.574895] pci 0000:00:0a.0: enabling Extended Tags
[    0.575012] pci 0000:00:0d.0: [8086:461e] type 00 class 0x0c0330
[    0.575021] pci 0000:00:0d.0: reg 0x10: [mem 0x601d1a0000-0x601d1affff 64bit]
[    0.575059] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.575402] pci 0000:00:0d.2: [8086:463e] type 00 class 0x0c0340
[    0.575411] pci 0000:00:0d.2: reg 0x10: [mem 0x601d140000-0x601d17ffff 64bit]
[    0.575417] pci 0000:00:0d.2: reg 0x18: [mem 0x601d1cf000-0x601d1cffff 64bit]
[    0.575447] pci 0000:00:0d.2: supports D1 D2
[    0.575447] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.575540] pci 0000:00:0d.3: [8086:466d] type 00 class 0x0c0340
[    0.575549] pci 0000:00:0d.3: reg 0x10: [mem 0x601d100000-0x601d13ffff 64bit]
[    0.575555] pci 0000:00:0d.3: reg 0x18: [mem 0x601d1ce000-0x601d1cefff 64bit]
[    0.575584] pci 0000:00:0d.3: supports D1 D2
[    0.575584] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.575884] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330
[    0.575905] pci 0000:00:14.0: reg 0x10: [mem 0x5e300000-0x5e30ffff 64bit]
[    0.575992] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.576357] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000
[    0.576379] pci 0000:00:14.2: reg 0x10: [mem 0x601d1c0000-0x601d1c3fff 64bit]
[    0.576395] pci 0000:00:14.2: reg 0x18: [mem 0x601d1cd000-0x601d1cdfff 64bit]
[    0.576631] pci 0000:00:14.3: [8086:51f0] type 00 class 0x028000
[    0.576655] pci 0000:00:14.3: reg 0x10: [mem 0x601d1bc000-0x601d1bffff 64bit]
[    0.576828] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.577642] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000
[    0.578435] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.582398] pci 0000:00:15.1: [8086:51e9] type 00 class 0x0c8000
[    0.583191] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.587144] pci 0000:00:15.2: [8086:51ea] type 00 class 0x0c8000
[    0.587940] pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.591427] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000
[    0.591450] pci 0000:00:16.0: reg 0x10: [mem 0x601d1c9000-0x601d1c9fff 64bit]
[    0.591537] pci 0000:00:16.0: PME# supported from D3hot
[    0.592682] pci 0000:00:19.0: [8086:51c5] type 00 class 0x0c8000
[    0.593475] pci 0000:00:19.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.597303] pci 0000:00:19.1: [8086:51c6] type 00 class 0x0c8000
[    0.598096] pci 0000:00:19.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.602241] pci 0000:00:1e.0: [8086:51a8] type 00 class 0x078000
[    0.603034] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.607052] pci 0000:00:1e.2: [8086:51aa] type 00 class 0x0c8000
[    0.607831] pci 0000:00:1e.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.611339] pci 0000:00:1f.0: [8086:5182] type 00 class 0x060100
[    0.611700] pci 0000:00:1f.3: [8086:51c8] type 00 class 0x040100
[    0.611761] pci 0000:00:1f.3: reg 0x10: [mem 0x601d1b8000-0x601d1bbfff 64bit]
[    0.611833] pci 0000:00:1f.3: reg 0x20: [mem 0x601d000000-0x601d0fffff 64bit]
[    0.611978] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.612469] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500
[    0.612497] pci 0000:00:1f.4: reg 0x10: [mem 0x601d1c4000-0x601d1c40ff 64bit]
[    0.612531] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.612760] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000
[    0.612779] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.613718] pci 0000:01:00.0: [1987:5012] type 00 class 0x010802
[    0.613760] pci 0000:01:00.0: reg 0x10: [mem 0x5e200000-0x5e203fff 64bit]
[    0.614949] pci 0000:00:06.0: PCI bridge to [bus 01]
[    0.614951] pci 0000:00:06.0:   bridge window [mem 0x5e200000-0x5e2fffff]
[    0.614978] pci 0000:00:07.0: PCI bridge to [bus 02-2a]
[    0.614981] pci 0000:00:07.0:   bridge window [mem 0x60000000-0x6c1fffff]
[    0.614984] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.615008] pci 0000:00:07.2: PCI bridge to [bus 2b-53]
[    0.615011] pci 0000:00:07.2:   bridge window [mem 0x52000000-0x5e1fffff]
[    0.615014] pci 0000:00:07.2:   bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.985106] Low-power S0 idle used by default for system suspend
[    0.995075] ACPI: EC: interrupt unblocked
[    0.995076] ACPI: EC: event unblocked
[    0.995111] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.995112] ACPI: EC: GPE=0x6e
[    0.995113] ACPI: \_SB_.PC00.LPCB.HWEC: Boot ECDT EC initialization complete
[    0.995114] ACPI: \_SB_.PC00.LPCB.HWEC: EC: Used to handle transactions and events
[    0.997216] iommu: Default domain type: Translated 
[    0.997216] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.997226] SCSI subsystem initialized
[    0.997230] libata version 3.00 loaded.
[    0.997230] ACPI: bus type USB registered
[    0.997230] usbcore: registered new interface driver usbfs
[    0.997230] usbcore: registered new interface driver hub
[    0.997230] usbcore: registered new device driver usb
[    0.997230] pps_core: LinuxPPS API ver. 1 registered
[    0.997230] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.997230] PTP clock support registered
[    0.997230] EDAC MC: Ver: 3.0.0
[    0.998861] Registered efivars operations
[    0.998861] NetLabel: Initializing
[    0.998861] NetLabel:  domain hash size = 128
[    0.998861] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.998861] NetLabel:  unlabeled traffic allowed by default
[    0.998861] mctp: management component transport protocol core
[    0.998861] NET: Registered PF_MCTP protocol family
[    0.998861] PCI: Using ACPI for IRQ routing
[    1.088398] PCI: pci_cache_line_size set to 64 bytes
[    1.089635] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    1.090818] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    1.090820] e820: reserve RAM buffer [mem 0x39916000-0x3bffffff]
[    1.090820] e820: reserve RAM buffer [mem 0x3d289000-0x3fffffff]
[    1.090821] e820: reserve RAM buffer [mem 0x3f99f000-0x3fffffff]
[    1.090821] e820: reserve RAM buffer [mem 0x44c00000-0x47ffffff]
[    1.090822] e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
[    1.090828] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.090828] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.090828] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.090828] vgaarb: loaded
[    1.091068] clocksource: Switched to clocksource tsc-early
[    1.091148] VFS: Disk quotas dquot_6.6.0
[    1.091154] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.091190] pnp: PnP ACPI init
[    1.092117] system 00:00: [io  0x0680-0x069f] has been reserved
[    1.092119] system 00:00: [io  0x164e-0x164f] has been reserved
[    1.092217] system 00:02: [io  0x1854-0x1857] has been reserved
[    1.101014] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    1.101028] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    1.101030] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    1.101030] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    1.101031] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    1.101032] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.101033] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    1.101034] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[    1.101850] system 00:05: [io  0x2000-0x20fe] has been reserved
[    1.102585] pnp: PnP ACPI: found 7 devices
[    1.107636] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.107674] NET: Registered PF_INET protocol family
[    1.107846] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.109534] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    1.109560] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.109660] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.109894] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    1.109990] TCP: Hash tables configured (established 131072 bind 65536)
[    1.110063] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    1.110101] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.110132] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.110166] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.110170] NET: Registered PF_XDP protocol family
[    1.110174] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 02-2a] add_size 1000
[    1.110176] pci 0000:00:07.2: bridge window [io  0x1000-0x0fff] to [bus 2b-53] add_size 1000
[    1.110181] clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffa0000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.110183] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    1.110186] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.110187] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    1.110189] pci 0000:00:07.0: BAR 13: assigned [io  0x4000-0x4fff]
[    1.110190] pci 0000:00:07.2: BAR 13: assigned [io  0x5000-0x5fff]
[    1.110191] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.110192] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
[    1.110585] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.110586] pci 0000:00:15.1: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit]
[    1.110959] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.110960] pci 0000:00:15.2: BAR 0: assigned [mem 0x4017002000-0x4017002fff 64bit]
[    1.111333] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.111334] pci 0000:00:19.0: BAR 0: assigned [mem 0x4017003000-0x4017003fff 64bit]
[    1.111706] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.111707] pci 0000:00:19.1: BAR 0: assigned [mem 0x4017004000-0x4017004fff 64bit]
[    1.112082] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.112083] pci 0000:00:1e.0: BAR 0: assigned [mem 0x4017005000-0x4017005fff 64bit]
[    1.112455] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.112456] pci 0000:00:1e.2: BAR 0: assigned [mem 0x4017006000-0x4017006fff 64bit]
[    1.112829] clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.112830] pci 0000:00:1f.5: BAR 0: assigned [mem 0x50400000-0x50400fff]
[    1.112847] pci 0000:00:06.0: PCI bridge to [bus 01]
[    1.112872] pci 0000:00:06.0:   bridge window [mem 0x5e200000-0x5e2fffff]
[    1.112881] pci 0000:00:07.0: PCI bridge to [bus 02-2a]
[    1.112882] pci 0000:00:07.0:   bridge window [io  0x4000-0x4fff]
[    1.112885] pci 0000:00:07.0:   bridge window [mem 0x60000000-0x6c1fffff]
[    1.112887] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    1.112890] pci 0000:00:07.2: PCI bridge to [bus 2b-53]
[    1.112892] pci 0000:00:07.2:   bridge window [io  0x5000-0x5fff]
[    1.112894] pci 0000:00:07.2:   bridge window [mem 0x52000000-0x5e1fffff]
[    1.112896] pci 0000:00:07.2:   bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[    1.112901] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.112902] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.112903] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.112904] pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
[    1.112904] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    1.112905] pci_bus 0000:01: resource 1 [mem 0x5e200000-0x5e2fffff]
[    1.112906] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    1.112907] pci_bus 0000:02: resource 1 [mem 0x60000000-0x6c1fffff]
[    1.112908] pci_bus 0000:02: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
[    1.112909] pci_bus 0000:2b: resource 0 [io  0x5000-0x5fff]
[    1.112909] pci_bus 0000:2b: resource 1 [mem 0x52000000-0x5e1fffff]
[    1.112910] pci_bus 0000:2b: resource 2 [mem 0x6020000000-0x603bffffff 64bit pref]
[    1.115875] PCI: CLS 64 bytes, default 64
[    1.115880] DMAR: Intel-IOMMU force enabled due to platform opt in
[    1.115885] DMAR: No ATSR found
[    1.115885] DMAR: No SATC found
[    1.115886] DMAR: IOMMU feature fl1gp_support inconsistent
[    1.115887] DMAR: IOMMU feature pgsel_inv inconsistent
[    1.115887] DMAR: IOMMU feature nwfs inconsistent
[    1.115888] DMAR: IOMMU feature dit inconsistent
[    1.115888] DMAR: IOMMU feature sc_support inconsistent
[    1.115889] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    1.115889] DMAR: dmar0: Using Queued invalidation
[    1.115891] DMAR: dmar1: Using Queued invalidation
[    1.115936] Trying to unpack rootfs image as initramfs...
[    1.116135] pci 0000:00:02.0: Adding to iommu group 0
[    1.116156] pci 0000:00:00.0: Adding to iommu group 1
[    1.116160] pci 0000:00:04.0: Adding to iommu group 2
[    1.116189] pci 0000:00:06.0: Adding to iommu group 3
[    1.116194] pci 0000:00:07.0: Adding to iommu group 4
[    1.116200] pci 0000:00:07.2: Adding to iommu group 5
[    1.116205] pci 0000:00:08.0: Adding to iommu group 6
[    1.116210] pci 0000:00:0a.0: Adding to iommu group 7
[    1.116219] pci 0000:00:0d.0: Adding to iommu group 8
[    1.116228] pci 0000:00:0d.2: Adding to iommu group 8
[    1.116233] pci 0000:00:0d.3: Adding to iommu group 8
[    1.116241] pci 0000:00:14.0: Adding to iommu group 9
[    1.116246] pci 0000:00:14.2: Adding to iommu group 9
[    1.116250] pci 0000:00:14.3: Adding to iommu group 10
[    1.116261] pci 0000:00:15.0: Adding to iommu group 11
[    1.116265] pci 0000:00:15.1: Adding to iommu group 11
[    1.116270] pci 0000:00:15.2: Adding to iommu group 11
[    1.116276] pci 0000:00:16.0: Adding to iommu group 12
[    1.116286] pci 0000:00:19.0: Adding to iommu group 13
[    1.116291] pci 0000:00:19.1: Adding to iommu group 13
[    1.116300] pci 0000:00:1e.0: Adding to iommu group 14
[    1.116305] pci 0000:00:1e.2: Adding to iommu group 14
[    1.116317] pci 0000:00:1f.0: Adding to iommu group 15
[    1.116322] pci 0000:00:1f.3: Adding to iommu group 15
[    1.116327] pci 0000:00:1f.4: Adding to iommu group 15
[    1.116332] pci 0000:00:1f.5: Adding to iommu group 15
[    1.116360] pci 0000:01:00.0: Adding to iommu group 16
[    1.116446] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    1.116446] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.116447] software IO TLB: mapped [mem 0x000000002fc81000-0x0000000033c81000] (64MB)
[    1.116472] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[    1.116516] clocksource: Switched to clocksource tsc
[    1.117857] Initialise system trusted keyrings
[    1.117862] Key type blacklist registered
[    1.117883] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    1.118390] zbud: loaded
[    1.118507] integrity: Platform Keyring initialized
[    1.118509] integrity: Machine keyring initialized
[    1.124798] Key type asymmetric registered
[    1.124799] Asymmetric key parser 'x509' registered
[    1.202973] Freeing initrd memory: 32092K
[    1.204859] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    1.204882] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    1.204908] io scheduler mq-deadline registered
[    1.204910] io scheduler kyber registered
[    1.204939] io scheduler bfq registered
[    1.212504] pcieport 0000:00:06.0: PME: Signaling with IRQ 122
[    1.212722] pcieport 0000:00:07.0: PME: Signaling with IRQ 123
[    1.212737] pcieport 0000:00:07.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.212962] pcieport 0000:00:07.2: PME: Signaling with IRQ 124
[    1.212975] pcieport 0000:00:07.2: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.213062] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.217476] ACPI: AC: AC Adapter [AC0] (on-line)
[    1.217508] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/PNP0C09:00/PNP0C0D:00/input/input0
[    1.217519] ACPI: button: Lid Switch [LID]
[    1.217534] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/PNP0C09:00/PNP0C0C:00/input/input1
[    1.217544] ACPI: button: Power Button [PWRB]
[    1.221788] thermal LNXTHERM:00: registered as thermal_zone0
[    1.221790] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    1.222338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.235127] hpet_acpi_add: no address or irqs in _CRS
[    1.235306] Non-volatile memory driver v1.3
[    1.235308] Linux agpgart interface v0.103
[    1.244041] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    1.244364] ACPI: bus type drm_connector registered
[    1.246016] usbcore: registered new interface driver usbserial_generic
[    1.246020] usbserial: USB Serial support registered for generic
[    1.246055] rtc_cmos 00:01: RTC can wake from S4
[    1.248278] rtc_cmos 00:01: registered as rtc0
[    1.248711] rtc_cmos 00:01: setting system clock to 2023-01-08T20:16:17 UTC (1673208977)
[    1.248732] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    1.249636] intel_pstate: Intel P-state driver initializing
[    1.251767] intel_pstate: HWP enabled
[    1.252434] ledtrig-cpu: registered to indicate activity on CPUs
[    1.252546] efifb: probing for efifb
[    1.252553] efifb: No BGRT, not showing boot graphics
[    1.252554] efifb: framebuffer at 0x4000000000, using 25352k, total 25350k
[    1.252555] efifb: mode is 3120x2080x32, linelength=12480, pages=1
[    1.252556] efifb: scrolling: redraw
[    1.252556] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.252701] fbcon: Deferring console take-over
[    1.252702] fb0: EFI VGA frame buffer device
[    1.252720] hid: raw HID events driver (C) Jiri Kosina
[    1.271257] intel_pmc_core INT33A1:00:  initialized
[    1.271559] drop_monitor: Initializing network drop monitor service
[    1.282826] Initializing XFRM netlink socket
[    1.282922] NET: Registered PF_INET6 protocol family
[    1.287564] Segment Routing with IPv6
[    1.287567] RPL Segment Routing with IPv6
[    1.287580] In-situ OAM (IOAM) with IPv6
[    1.287603] NET: Registered PF_PACKET protocol family
[    1.290814] microcode: sig=0x906a3, pf=0x80, revision=0x424
[    1.291427] microcode: Microcode Update Driver: v2.2.
[    1.291433] IPI shorthand broadcast: enabled
[    1.291455] sched_clock: Marking stable (1270558476, 20124055)->(1310279621, -19597090)
[    1.292046] registered taskstats version 1
[    1.293472] Loading compiled-in X.509 certificates
[    1.297499] Loaded X.509 cert 'Build time autogenerated kernel key: c39756facf518d793273b28bc5adeecacc5b0f3c'
[    1.298364] zswap: loaded using pool lz4/z3fold
[    1.298903] Key type .fscrypt registered
[    1.298905] Key type fscrypt-provisioning registered
[    1.303370] PM:   Magic number: 7:411:295
[    1.303402] tty tty28: hash matches
[    1.303579] RAS: Correctable Errors collector initialized.
[    1.874613] ACPI: battery: Slot [BAT0] (battery present)
[    1.882967] Freeing unused decrypted memory: 2036K
[    1.883368] Freeing unused kernel image (initmem) memory: 2144K
[    1.897352] Write protecting the kernel read-only data: 30720k
[    1.898971] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.899602] Freeing unused kernel image (rodata/data gap) memory: 1216K
[    1.909112] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.909115] rodata_test: all tests were successful
[    1.909118] Run /init as init process
[    1.909119]   with arguments:
[    1.909120]     /init
[    1.909121]     splash
[    1.909121]   with environment:
[    1.909121]     HOME=/
[    1.909122]     TERM=linux
[    1.982952] systemd[1]: systemd 252.4-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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    1.982955] systemd[1]: Detected architecture x86-64.
[    1.982956] systemd[1]: Running in initrd.
[    1.982988] systemd[1]: Initializing machine ID from random generator.
[    2.011914] systemd[1]: Queued start job for default target Initrd Default Target.
[    2.012918] systemd[1]: Created slice Slice /system/systemd-cryptsetup.
[    2.013020] systemd[1]: Created slice Slice /system/systemd-hibernate-resume.
[    2.013039] systemd[1]: Reached target Slice Units.
[    2.013046] systemd[1]: Reached target Swaps.
[    2.013050] systemd[1]: Reached target Timer Units.
[    2.013102] systemd[1]: Listening on Journal Audit Socket.
[    2.013138] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.013172] systemd[1]: Listening on Journal Socket.
[    2.013210] systemd[1]: Listening on udev Control Socket.
[    2.013232] systemd[1]: Listening on udev Kernel Socket.
[    2.013236] systemd[1]: Reached target Socket Units.
[    2.013543] systemd[1]: Starting Create List of Static Device Nodes...
[    2.014917] systemd[1]: Starting Journal Service...
[    2.015252] systemd[1]: Starting Load Kernel Modules...
[    2.015568] systemd[1]: Starting Coldplug All udev Devices...
[    2.015770] systemd[1]: Finished Create List of Static Device Nodes.
[    2.016121] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.018934] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.019547] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    2.020727] usbcore: registered new interface driver usbhid
[    2.020729] usbhid: USB HID core driver
[    2.026853] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    2.026906] audit: type=1130 audit(1673208978.273:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    2.030876] systemd[1]: Started Journal Service.
[    2.030961] audit: type=1130 audit(1673208978.279:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    2.075667] audit: type=1130 audit(1673208978.323:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    2.180491] cryptd: max_cpu_qlen set to 1000
[    2.181617] Setting dangerous option enable_guc - tainting kernel
[    2.181621] Setting dangerous option enable_psr - tainting kernel
[    2.182661] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    2.182726] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.182776] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    2.184419] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    2.184437] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    2.185022] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.185023] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    2.185025] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.185226] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.185419] i8042: Warning: Keylock active
[    2.185497] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    2.185711] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.186333] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    2.186336] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    2.186339] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[    2.186370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    2.186372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.186374] usb usb1: Product: xHCI Host Controller
[    2.186375] usb usb1: Manufacturer: Linux 6.1.3-arch1-1 xhci-hcd
[    2.186376] usb usb1: SerialNumber: 0000:00:0d.0
[    2.186493] hub 1-0:1.0: USB hub found
[    2.186501] hub 1-0:1.0: 1 port detected
[    2.189464] AVX2 version of gcm_enc/dec engaged.
[    2.189602] AES CTR mode by8 optimization enabled
[    2.189880] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.190824] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    2.190828] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.190829] usb usb2: Product: xHCI Host Controller
[    2.190831] usb usb2: Manufacturer: Linux 6.1.3-arch1-1 xhci-hcd
[    2.190832] usb usb2: SerialNumber: 0000:00:0d.0
[    2.190938] hub 2-0:1.0: USB hub found
[    2.190948] hub 2-0:1.0: 4 ports detected
[    2.193643] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc_ver2_16.bin (v2.16)
[    2.194581] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.194587] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.195747] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[    2.196105] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.196107] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    2.196109] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.196120] i2c i2c-0: 8/8 memory slots populated (from DMI)
[    2.196123] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD
[    2.196140] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    2.196142] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.196143] usb usb3: Product: xHCI Host Controller
[    2.196144] usb usb3: Manufacturer: Linux 6.1.3-arch1-1 xhci-hcd
[    2.196145] usb usb3: SerialNumber: 0000:00:14.0
[    2.196218] hub 3-0:1.0: USB hub found
[    2.196274] hub 3-0:1.0: 12 ports detected
[    2.199439] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    2.199442] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.199443] usb usb4: Product: xHCI Host Controller
[    2.199444] usb usb4: Manufacturer: Linux 6.1.3-arch1-1 xhci-hcd
[    2.199445] usb usb4: SerialNumber: 0000:00:14.0
[    2.200239] nvme 0000:01:00.0: platform quirk: setting simple suspend
[    2.200290] nvme nvme0: pci function 0000:01:00.0
[    2.201865] hub 4-0:1.0: USB hub found
[    2.202383] hub 4-0:1.0: 4 ports detected
[    2.207170] nvme nvme0: missing or invalid SUBNQN field.
[    2.207197] nvme nvme0: Shutdown timeout set to 10 seconds
[    2.208611] nvme nvme0: 8/0/0 default/read/poll queues
[    2.209350] nvme nvme0: Ignoring bogus Namespace Identifiers
[    2.210354]  nvme0n1: p1 p2
[    2.213170] usb: port power management may be unreliable
[    2.213475] audit: type=1130 audit(1673208978.459:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-start comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    2.219421] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    2.228413] device-mapper: uevent: version 1.0.3
[    2.228448] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    2.230781] audit: type=1130 audit(1673208978.479:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-ask-password-plymouth comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    2.345788] i915 0000:00:02.0: [drm] GuC firmware i915/adlp_guc_70.bin version 70.5.1
[    2.345791] i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc.bin version 7.9.3
[    2.359912] i915 0000:00:02.0: [drm] HuC authenticated
[    2.360848] i915 0000:00:02.0: [drm] GuC submission enabled
[    2.360848] i915 0000:00:02.0: [drm] GuC SLPC enabled
[    2.361345] i915 0000:00:02.0: [drm] GuC RC: enabled
[    2.362605] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    2.450691] usb 3-7: new high-speed USB device number 2 using xhci_hcd
[    2.594218] usb 3-7: New USB device found, idVendor=30c9, idProduct=0041, bcdDevice= 0.05
[    2.594235] usb 3-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.594241] usb 3-7: Product: USB Camera
[    2.594245] usb 3-7: Manufacturer: 700A21601EI
[    2.594248] usb 3-7: SerialNumber: 200901010001
[    2.720644] usb 3-10: new full-speed USB device number 3 using xhci_hcd
[    2.864444] usb 3-10: New USB device found, idVendor=8087, idProduct=0033, bcdDevice= 0.00
[    2.864455] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.329225] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    4.915152] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.921829] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    4.925780] fbcon: i915drmfb (fb0) is primary device
[    4.925785] fbcon: Deferring console take-over
[    4.925789] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    4.957712] i2c_dev: i2c /dev entries driver
[    4.958918] audit: type=1130 audit(1673208981.206:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[   12.151320] Key type trusted registered
[   12.157469] Key type encrypted registered
[   12.162275] audit: type=1338 audit(1673208988.406:8): module=crypt op=ctr ppid=1 pid=330 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-cryptse" exe="/usr/lib/systemd/systemd-cryptsetup" dev=254:0 error_msg='success' res=1
[   12.162357] audit: type=1300 audit(1673208988.406:8): arch=c000003e syscall=16 success=yes exit=0 a0=4 a1=c138fd09 a2=55c6a41c1550 a3=0 items=6 ppid=1 pid=330 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-cryptse" exe="/usr/lib/systemd/systemd-cryptsetup" key=(null)
[   12.162358] audit: type=1307 audit(1673208988.406:8): cwd="/"
[   12.162360] audit: type=1302 audit(1673208988.406:8): item=0 name=(null) inode=1025 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[   12.162361] audit: type=1302 audit(1673208988.406:8): item=1 name=(null) inode=14738 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[   12.162362] audit: type=1302 audit(1673208988.406:8): item=2 name=(null) inode=27 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[   12.162363] audit: type=1302 audit(1673208988.406:8): item=3 name=(null) inode=14739 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[   12.162364] audit: type=1302 audit(1673208988.406:8): item=4 name=(null) inode=14739 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[   12.162365] audit: type=1302 audit(1673208988.406:8): item=5 name=(null) inode=14740 dev=00:07 mode=0100444 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[   12.162367] audit: type=1327 audit(1673208988.406:8): proctitle=2F7573722F6C69622F73797374656D642F73797374656D642D63727970747365747570006174746163680061726368002F6465762F6E766D65306E317032006E6F6E65
[   12.173849] raid6: skipped pq benchmark and selected avx2x4
[   12.173851] raid6: using avx2x2 recovery algorithm
[   12.175997] xor: automatically using best checksumming function   avx       
[   12.223771] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
[   12.224336] BTRFS: device label ARCH devid 1 transid 62783 /dev/dm-0 scanned by systemd-udevd (280)
[   12.262627] PM: Image not found (code -22)
[   12.298108] BTRFS info (device dm-0): using crc32c (crc32c-intel) checksum algorithm
[   12.298122] BTRFS info (device dm-0): using free space tree
[   12.346427] BTRFS info (device dm-0): enabling ssd optimizations
[   12.492345] systemd-journald[231]: Received SIGTERM from PID 1 (systemd).
[   12.598591] systemd[1]: systemd 252.4-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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[   12.598598] systemd[1]: Detected architecture x86-64.
[   12.599057] systemd[1]: Hostname set to <logos>.
[   13.094092] systemd[1]: bpf-lsm: LSM BPF program attached
[   13.142432] zram: Added device: zram0
[   13.248972] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   13.268506] systemd[1]: Stopped Switch Root.
[   13.269255] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   13.269790] systemd[1]: Created slice Slice /system/getty.
[   13.270184] systemd[1]: Created slice Slice /system/modprobe.
[   13.270555] systemd[1]: Created slice Slice /system/systemd-fsck.
[   13.270887] systemd[1]: Created slice Slice /system/systemd-zram-setup.
[   13.271132] systemd[1]: Created slice User and Session Slice.
[   13.271165] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[   13.271236] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   13.271455] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   13.271509] systemd[1]: Reached target Local Encrypted Volumes.
[   13.271556] systemd[1]: Stopped target Switch Root.
[   13.271588] systemd[1]: Stopped target Initrd File Systems.
[   13.271610] systemd[1]: Stopped target Initrd Root File System.
[   13.271634] systemd[1]: Reached target Local Integrity Protected Volumes.
[   13.271668] systemd[1]: Reached target Path Units.
[   13.271695] systemd[1]: Reached target Remote File Systems.
[   13.271718] systemd[1]: Reached target Slice Units.
[   13.271761] systemd[1]: Reached target Local Verity Protected Volumes.
[   13.271840] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   13.272541] systemd[1]: Listening on LVM2 poll daemon socket.
[   13.273853] systemd[1]: Listening on Process Core Dump Socket.
[   13.274296] systemd[1]: Listening on udev Control Socket.
[   13.274418] systemd[1]: Listening on udev Kernel Socket.
[   13.274520] systemd[1]: Listening on User Database Manager Socket.
[   13.304535] systemd[1]: Mounting Huge Pages File System...
[   13.306623] systemd[1]: Mounting POSIX Message Queue File System...
[   13.308234] systemd[1]: Mounting Kernel Debug File System...
[   13.309453] systemd[1]: Mounting Kernel Trace File System...
[   13.310808] systemd[1]: Starting Create List of Static Device Nodes...
[   13.311858] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   13.312869] systemd[1]: Starting Load Kernel Module configfs...
[   13.313742] systemd[1]: Starting Load Kernel Module drm...
[   13.314561] systemd[1]: Starting Load Kernel Module fuse...
[   13.314662] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[   13.326914] fuse: init (API version 7.37)
[   13.347549] systemd[1]: Stopped Plymouth switch root service.
[   13.347811] systemd[1]: systemd-cryptsetup@arch.service: Deactivated successfully.
[   13.394269] systemd[1]: Stopped systemd-cryptsetup@arch.service.
[   13.394494] systemd[1]: systemd-cryptsetup@arch.service: Consumed 6.839s CPU time.
[   13.394608] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[   13.414156] systemd[1]: Stopped File System Check on Root Device.
[   13.414458] systemd[1]: Stopped Journal Service.
[   13.450961] systemd[1]: Starting Journal Service...
[   13.452713] systemd[1]: Starting Load Kernel Modules...
[   13.453920] systemd[1]: Starting Remount Root and Kernel File Systems...
[   13.454034] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[   13.455055] systemd[1]: Starting Coldplug All udev Devices...
[   13.456489] systemd[1]: Mounted Huge Pages File System.
[   13.456586] systemd[1]: Mounted POSIX Message Queue File System.
[   13.456654] systemd[1]: Mounted Kernel Debug File System.
[   13.456718] systemd[1]: Mounted Kernel Trace File System.
[   13.503941] systemd[1]: Finished Create List of Static Device Nodes.
[   13.504114] systemd[1]: Started Journal Service.
[   13.544028] BTRFS info (device dm-0: state M): use zstd compression, level 1
[   13.968076] systemd-journald[605]: Received client request to flush runtime journal.
[   13.969473] Adding 33554428k swap on /swap/swapfile.  Priority:-2 extents:2 across:33628400k FS
[   14.016299] BTRFS info: devid 1 device path /dev/mapper/arch changed to /dev/dm-0 scanned by systemd-udevd (658)
[   14.016882] BTRFS info: devid 1 device path /dev/dm-0 changed to /dev/mapper/arch scanned by systemd-udevd (658)
[   14.041330] zram0: detected capacity change from 0 to 8388608
[   14.207647] Adding 4194300k swap on /dev/zram0.  Priority:100 extents:1 across:4194300k SSDscFS
[   15.665419] Consider using thermal netlink events interface
[   16.904020] resource sanity check: requesting [mem 0xfedc0000-0xfedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[   16.904025] caller igen6_probe+0x19d/0x7e0 [igen6_edac] mapping multiple BARs
[   16.904086] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
[   16.904124] EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
[   16.904136] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   16.904136] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   16.904142] EDAC igen6 MC1: HANDLING IBECC MEMORY ERROR
[   16.904143] EDAC igen6 MC1: ADDR 0x7fffffffe0 
[   16.904169] EDAC igen6: v2.5
[   17.073356] ACPI: bus type thunderbolt registered
[   17.074723] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.074981] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.075447] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   17.075450] cfg80211: failed to load regulatory.db
[   17.077409] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   17.087213] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[   17.087453] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   17.089288] Intel(R) Wireless WiFi driver for Linux
[   17.119719] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[   17.119729] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.36
[   17.119881] iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 so-a0-gf-a0-72.ucode op_mode iwlmvm
[   17.156464] intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
[   17.156905] idma64 idma64.1: Found Intel integrated DMA 64-bit
[   17.190641] intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
[   17.191045] idma64 idma64.2: Found Intel integrated DMA 64-bit
[   17.209791] iTCO_vendor_support: vendor-support=0
[   17.230465] intel-lpss 0000:00:19.0: enabling device (0004 -> 0006)
[   17.231481] idma64 idma64.3: Found Intel integrated DMA 64-bit
[   17.272424] intel-lpss 0000:00:19.1: enabling device (0004 -> 0006)
[   17.273070] idma64 idma64.4: Found Intel integrated DMA 64-bit
[   17.302550] input: GXTP7863:00 27C6:01E0 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-GXTP7863:00/0018:27C6:01E0.0001/input/input4
[   17.302778] input: GXTP7863:00 27C6:01E0 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-GXTP7863:00/0018:27C6:01E0.0001/input/input5
[   17.302956] hid-generic 0018:27C6:01E0.0001: input,hidraw0: I2C HID v1.00 Mouse [GXTP7863:00 27C6:01E0] on i2c-GXTP7863:00
[   17.319568] intel-lpss 0000:00:1e.0: enabling device (0004 -> 0006)
[   17.320173] idma64 idma64.5: Found Intel integrated DMA 64-bit
[   17.330706] intel-lpss 0000:00:1e.2: enabling device (0004 -> 0006)
[   17.332376] idma64 idma64.6: Found Intel integrated DMA 64-bit
[   17.455228] input: GXTP738X:00 27C6:0114 Touchscreen as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-GXTP738X:00/0018:27C6:0114.0002/input/input7
[   17.455358] input: GXTP738X:00 27C6:0114 as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-GXTP738X:00/0018:27C6:0114.0002/input/input8
[   17.455570] hid-generic 0018:27C6:0114.0002: input,hidraw1: I2C HID v1.00 Device [GXTP738X:00 27C6:0114] on i2c-GXTP738X:00
[   17.466957] intel_rapl_common: Found RAPL domain package
[   17.468281] spi-nor spi0.0: mx25l25635e (32768 Kbytes)
[   17.470728] Creating 1 MTD partitions on "0000:00:1f.5":
[   17.470732] 0x000000000000-0x000002000000 : "BIOS"
[   17.471624] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[   17.471782] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   17.704415] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[   17.704496] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[   17.989189] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[   17.989271] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[   17.989298] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[   17.989478] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[   17.989537] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   17.995936] mc: Linux media interface: v0.10
[   17.996103] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[   18.004163] videodev: Linux video capture interface: v2.00
[   18.025877] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz, REV=0x370
[   18.025913] thermal thermal_zone28: failed to read out thermal zone (-61)
[   18.061216] Bluetooth: Core ver 2.22
[   18.061258] NET: Registered PF_BLUETOOTH protocol family
[   18.061260] Bluetooth: HCI device and connection manager initialized
[   18.061266] Bluetooth: HCI socket layer initialized
[   18.061268] Bluetooth: L2CAP socket layer initialized
[   18.061274] Bluetooth: SCO socket layer initialized
[   18.116251] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[   18.116254] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[   18.116257] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 4
[   18.118814] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[   18.118817] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[   18.118820] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[   18.185143] iwlwifi 0000:00:14.3: loaded PNVM version dbd9582f
[   18.197273] iwlwifi 0000:00:14.3: Detected RF GF, rfid=0x2010d000
[   18.227959] usb 3-7: Found UVC 1.10 device USB Camera (30c9:0041)
[   18.229286] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[   18.229292] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[   18.230380] input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input9
[   18.230813] usb 3-7: Found UVC 1.50 device USB Camera (30c9:0041)
[   18.231219] usbcore: registered new interface driver btusb
[   18.231947] input: USB Camera: IR Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/input/input10
[   18.232073] usbcore: registered new interface driver uvcvideo
[   18.233147] Bluetooth: hci0: Device revision is 0
[   18.233153] Bluetooth: hci0: Secure boot is enabled
[   18.233155] Bluetooth: hci0: OTP lock is enabled
[   18.233157] Bluetooth: hci0: API lock is enabled
[   18.233158] Bluetooth: hci0: Debug lock is disabled
[   18.233159] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   18.233162] Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
[   18.266875] Bluetooth: hci0: Found device firmware: intel/ibt-0040-0041.sfi
[   18.266904] Bluetooth: hci0: Boot Address: 0x100800
[   18.266905] Bluetooth: hci0: Firmware Version: 191-39.22
[   18.267792] iwlwifi 0000:00:14.3: base HW address: 70:a8:d3:23:b6:3f
[   19.502347] huawei_wmi: loading out-of-tree module taints kernel.
[   19.502377] huawei_wmi: module verification failed: signature and/or required key missing - tainting kernel
[   19.502761] input: Huawei WMI hotkeys as /devices/platform/huawei-wmi/input/input11
[   19.568426] ACPI: battery: new extension: Huawei Battery Extension
[   19.586812] input: PC Speaker as /devices/platform/pcspkr/input/input12
[   19.598499] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   19.598501] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   19.598502] RAPL PMU: hw unit of domain package 2^-14 Joules
[   19.598502] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   19.598502] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   19.703250] intel_tcc_cooling: Programmable TCC Offset detected
[   19.869946] Bluetooth: hci0: Waiting for firmware download to complete
[   19.869954] Bluetooth: hci0: Firmware loaded in 1565504 usecs
[   19.870073] Bluetooth: hci0: Waiting for device to boot
[   19.886133] Bluetooth: hci0: Device booted in 15752 usecs
[   19.886144] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[   19.888359] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0040-0041.ddc
[   19.891128] Bluetooth: hci0: Applying Intel DDC parameters completed
[   19.894232] Bluetooth: hci0: Firmware timestamp 2022.39 buildtype 1 build 52159
[   20.616834] ppdev: user-space parallel port driver
[   20.628124] intel_rapl_msr: PL4 support detected.
[   20.628176] intel_rapl_common: Found RAPL domain package
[   20.628189] intel_rapl_common: Found RAPL domain core
[   20.628195] intel_rapl_common: Found RAPL domain uncore
[   20.628200] intel_rapl_common: Found RAPL domain psys
[   20.655660] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   20.656946] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[   20.734355] dw-apb-uart.5: ttyS4 at MMIO 0x4017005000 (irq = 16, base_baud = 6250000) is a 16550A
[   20.802763] input: GXTP7863:00 27C6:01E0 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-GXTP7863:00/0018:27C6:01E0.0001/input/input13
[   20.802978] input: GXTP7863:00 27C6:01E0 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-GXTP7863:00/0018:27C6:01E0.0001/input/input14
[   20.803045] hid-multitouch 0018:27C6:01E0.0001: input,hidraw0: I2C HID v1.00 Mouse [GXTP7863:00 27C6:01E0] on i2c-GXTP7863:00
[   20.859263] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[   20.859417] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[   20.863713] input: GXTP738X:00 27C6:0114 as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-GXTP738X:00/0018:27C6:0114.0002/input/input16
[   20.863786] input: GXTP738X:00 27C6:0114 UNKNOWN as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-GXTP738X:00/0018:27C6:0114.0002/input/input17
[   20.863820] hid-multitouch 0018:27C6:0114.0002: input,hidraw1: I2C HID v1.00 Device [GXTP738X:00 27C6:0114] on i2c-GXTP738X:00
[   20.866791] mousedev: PS/2 mouse device common for all mice
[   20.883756] snd_hda_codec_conexant ehdaudio0D0: CX11970: BIOS auto-probing.
[   20.884932] snd_hda_codec_conexant ehdaudio0D0: autoconfig for CX11970: line_outs=2 (0x26/0x1d/0x0/0x0/0x0) type:speaker
[   20.884934] snd_hda_codec_conexant ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   20.884935] snd_hda_codec_conexant ehdaudio0D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[   20.884936] snd_hda_codec_conexant ehdaudio0D0:    mono: mono_out=0x0
[   20.884937] snd_hda_codec_conexant ehdaudio0D0:    inputs:
[   20.884937] snd_hda_codec_conexant ehdaudio0D0:      Mic=0x19
[   20.892947] snd_hda_codec_conexant ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
[   20.892954] snd_hda_codec_conexant ehdaudio0D0: ASoC: source widget AIF1RX overwritten
[   20.893067] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
[   20.893072] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
[   20.893076] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
[   20.893079] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten
[   20.893082] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten
[   20.893087] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten
[   20.893092] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten
[   20.893096] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten
[   20.893106] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten
[   20.893110] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten
[   20.893115] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten
[   20.893123] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[   20.913836] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18
[   20.913883] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19
[   20.913930] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20
[   20.913959] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input21
[   20.913976] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input22
[   20.994611] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
[   21.029049] kauditd_printk_skb: 144 callbacks suppressed
[   21.029052] audit: type=1130 audit(1673208997.276:151): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.095934] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   21.095937] Bluetooth: BNEP filters: protocol multicast
[   21.095940] Bluetooth: BNEP socket layer initialized
[   21.096598] Bluetooth: MGMT ver 1.22
[   21.100095] NET: Registered PF_ALG protocol family
[   21.358111] audit: type=1130 audit(1673208997.606:152): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=greetd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.376942] audit: type=1101 audit(1673208997.623:153): pid=1486 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="zus" exe="/usr/bin/greetd" hostname=? addr=? terminal=? res=success'
[   21.376985] audit: type=1103 audit(1673208997.623:154): pid=1486 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="zus" exe="/usr/bin/greetd" hostname=? addr=? terminal=? res=success'
[   21.377156] audit: type=1006 audit(1673208997.623:155): pid=1486 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   21.377162] audit: type=1300 audit(1673208997.623:155): arch=c000003e syscall=1 success=yes exit=4 a0=c a1=7ffef3ce2ad0 a2=4 a3=7ffef3ce27e4 items=0 ppid=1479 pid=1486 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty1 ses=1 comm="greetd" exe="/usr/bin/greetd" key=(null)
[   21.377165] audit: type=1327 audit(1673208997.623:155): proctitle=2F7573722F62696E2F677265657464002D2D73657373696F6E2D776F726B6572003131
[   21.418356] audit: type=1130 audit(1673208997.666:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.484396] audit: type=1130 audit(1673208997.733:157): 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'
[   21.493105] audit: type=1101 audit(1673208997.739:158): pid=1502 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="zus" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.976263] Bluetooth: RFCOMM TTY layer initialized
[   21.976270] Bluetooth: RFCOMM socket layer initialized
[   21.976273] Bluetooth: RFCOMM ver 1.11
[   24.298026] input input11: Unknown key pressed, code: 0x02c1
[   25.234369] wlp0s20f3: authenticate with 8c:c5:b4:de:d3:b6
[   25.234384] wlp0s20f3: 80 MHz not supported, disabling VHT
[   25.243780] wlp0s20f3: send auth to 8c:c5:b4:de:d3:b6 (try 1/3)
[   25.310295] wlp0s20f3: authenticated
[   25.313962] wlp0s20f3: associate with 8c:c5:b4:de:d3:b6 (try 1/3)
[   25.319059] wlp0s20f3: RX AssocResp from 8c:c5:b4:de:d3:b6 (capab=0x1411 status=0 aid=4)
[   25.335068] wlp0s20f3: associated
[   25.473053] wlp0s20f3: Limiting TX power to 20 (20 - 0) dBm as advertised by 8c:c5:b4:de:d3:b6
[   25.492091] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready
[   26.811296] input input11: Unknown key pressed, code: 0x02c1
[   31.856098] atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
[   31.856115] atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
[   31.925283] atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
[   31.925296] atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
[   34.489836] atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
[   34.489847] atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
[   34.630203] atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
[   34.630213] atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
[   38.854662] kauditd_printk_skb: 10 callbacks suppressed
[   38.854669] audit: type=1131 audit(1673209015.103:167): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   42.651384] input input11: Unknown key pressed, code: 0x02c1
[   45.431062] input input11: Unknown key pressed, code: 0x02c1
[   51.023505] audit: type=1131 audit(1673209027.397:168): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   51.115259] audit: type=1334 audit(1673209027.488:169): prog-id=0 op=UNLOAD
[   51.115272] audit: type=1334 audit(1673209027.488:170): prog-id=0 op=UNLOAD
[   51.115276] audit: type=1334 audit(1673209027.488:171): prog-id=0 op=UNLOAD
[   53.813201] input input11: Unknown key pressed, code: 0x02c1
[   55.863328] input input11: Unknown key pressed, code: 0x02c1
[   76.477683] input input11: Unknown key pressed, code: 0x02c1
[   84.482853] input input11: Unknown key pressed, code: 0x02c1
[   87.647962] input input11: Unknown key pressed, code: 0x02c1
[   91.986531] input input11: Unknown key pressed, code: 0x02c1
[   94.985359] input input11: Unknown key pressed, code: 0x02c1
[  112.058930] input input11: Unknown key pressed, code: 0x02c1
[  120.005167] input input11: Unknown key pressed, code: 0x02c1
[  125.647045] input input11: Unknown key pressed, code: 0x02c1
[  131.296493] input input11: Unknown key pressed, code: 0x02c1
[  142.947959] audit: type=1100 audit(1673209119.448:172): pid=10556 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="zus" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  142.948020] audit: type=1101 audit(1673209119.448:173): pid=10556 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="zus" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  142.948543] audit: type=1110 audit(1673209119.452:174): pid=10556 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  142.948625] audit: type=1105 audit(1673209119.452:175): pid=10556 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'
[  143.008548] audit: type=1106 audit(1673209119.512:176): pid=10556 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'
[  143.008553] audit: type=1104 audit(1673209119.512:177): pid=10556 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  154.971555] input input11: Unknown key pressed, code: 0x02c1
[  161.029511] audit: type=1101 audit(1673209137.533:178): pid=12094 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="zus" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  161.030532] audit: type=1110 audit(1673209137.536:179): pid=12094 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'
[  161.030641] audit: type=1105 audit(1673209137.536:180): pid=12094 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'

UPDATES 02-23-23:

The change has been introduced in the Huawei WMI repository. I have also uploaded the huawei-wmi-dkms-git package to the AUR.

Last edited by zus (2023-02-23 21:08:41)

Offline

#2 2023-01-09 00:19:59

babaliaris
Member
From: Greece
Registered: 2017-09-29
Posts: 86
Website

Re: HUAWEI MateBook X Pro 2022 "Unkwon key pressed, code 0x02c1"

I found something else that might be worth checking:

You can check for unmapped keycodes with

xmodmap -pke

.
Then you can map it with

setkeycodes e078 <keycode>

.
<keycode> should be the keycode from xmodmap minus 8.

xmodmap Arch Wiki
setkeycodes manual

source: https://github.com/tuxedocomputers/tuxe … issues/113

Last edited by babaliaris (2023-01-09 00:25:18)


Github Account: github.com/babaliaris     big_smileArch General Guidelinesbig_smile
Favourite Distro: archlinux.org                           big_smileArch Wikibig_smile

Offline

#3 2023-01-09 14:35:38

zus
Member
From: Spain
Registered: 2023-01-08
Posts: 4

Re: HUAWEI MateBook X Pro 2022 "Unkwon key pressed, code 0x02c1"

babaliaris wrote:

I found something else that might be worth checking:

You can check for unmapped keycodes with

xmodmap -pke

.
Then you can map it with

setkeycodes e078 <keycode>

.
<keycode> should be the keycode from xmodmap minus 8.

xmodmap Arch Wiki
setkeycodes manual

source: https://github.com/tuxedocomputers/tuxe … issues/113

Thanks for the reply.

Unfortunately, xmodmap won't work, as I use wayland, not Xorg.

setkeycodes gives me an error no matter what:

~❯ sudo setkeycodes 0x02c1 0x0         
setkeycodes: failed to set scancode 2c1 to keycode 0: ioctl KDSETKEYCODE: Invalid argument
~❯ sudo setkeycodes 0x02c1 KEY_RESERVED
setkeycodes: error reading scancode
~❯ sudo setkeycodes 2c1 KEY_RESERVED   
setkeycodes: error reading scancode
~❯ sudo setkeycodes 02c1 KEY_RESERVED
setkeycodes: error reading scancode

Offline

#4 2023-01-12 14:43:58

antoniovazquez
Member
Registered: 2013-03-04
Posts: 23

Re: HUAWEI MateBook X Pro 2022 "Unkwon key pressed, code 0x02c1"

Regarding the source of the message, it seems it comes from the Huawei WMI driver in the kernel. See:
https://github.com/torvalds/linux/blob/ … wmi.c#L697

It seems your device is finding a new "code" that is not known to the existing keymap.

I cannot further help on how this code is processed but this may be an starting point if you want to look into what may be happening under the hood.

I hope it helps!

Offline

#5 2023-02-07 22:38:44

litew
Member
Registered: 2023-02-07
Posts: 1

Re: HUAWEI MateBook X Pro 2022 "Unkwon key pressed, code 0x02c1"

Same issue here with same laptop model, seems like these messages in dmesg are generated in response to data reported by Ambient Light Sensor (placed near the camera):

~ > monitor-sensor

    Waiting for iio-sensor-proxy to appear
+++ iio-sensor-proxy appeared
=== No accelerometer
=== Has ambient light sensor (value: 0,000000, unit: lux)
=== No proximity sensor
    Light changed: 463,000000 (lux)
    Light changed: 671,000000 (lux)
    Light changed: 903,000000 (lux)
    Light changed: 562,000000 (lux)
    Light changed: 407,000000 (lux)
    Light changed: 68,000000 (lux)
    Light changed: 34,000000 (lux)
    Light changed: 0,000000 (lux)

Message spam in dmesg stops shortly after ALS stops reporting about lux changes. I guess huawei_wmi driver doesn't know anything about ALS and tries to interpret ACPI event about lux change as pressed key instead of ignoring it. For example, Dell WMI ignores messages from ALS, maybe huawei_wmi should do the same in huawei-wmi.c, something like that:

{ KE_IGNORE, 0x2c1, { KEY_RESERVED } },

Offline

#6 2023-02-20 22:45:04

zus
Member
From: Spain
Registered: 2023-01-08
Posts: 4

Re: HUAWEI MateBook X Pro 2022 "Unkwon key pressed, code 0x02c1"

That solution effectively hides the event.

Thank you!

Offline

#7 2023-02-23 20:51:05

zus
Member
From: Spain
Registered: 2023-01-08
Posts: 4

Re: HUAWEI MateBook X Pro 2022 "Unkwon key pressed, code 0x02c1"

The change has been introduced in the Huawei WMI repository. I have also uploaded the huawei-wmi-dkms-git package to the AUR.

Last edited by zus (2023-02-23 21:07:52)

Offline

Board footer

Powered by FluxBB